web/data/cubicweb.tabs.js
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Fri, 27 Feb 2009 17:29:08 +0100
changeset 989 c10485f92dd6
parent 606 40c7c2cf0797
child 1419 7ff24154351d
permissions -rw-r--r--
primaryRight class is a div that contains right boxes (if there is)

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