web/data/cubicweb.tabs.js
author sylvain.thenault@logilab.fr
Wed, 08 Apr 2009 11:33:12 +0200
branchtls-sprint
changeset 1285 d5ce82d65c2b
parent 606 40c7c2cf0797
child 1419 7ff24154351d
permissions -rw-r--r--
for a correct handling of rtags, they should not ever be reloaded and they should be initialized once registration is finished

function set_tab(tabname, cookiename) {
    // set appropriate cookie
    async_remote_exec('set_cookie', cookiename, tabname);
    // trigger show + tabname event
    trigger_load(tabname);
}