web/data/cubicweb.tabs.js
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Fri, 20 Feb 2009 15:33:43 +0100
changeset 915 d7f85fd197df
parent 606 40c7c2cf0797
child 1419 7ff24154351d
permissions -rw-r--r--
right boxes aligment to the right

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