web/data/cubicweb.tabs.js
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Mon, 19 Oct 2009 11:23:29 -0700
branchstable
changeset 3740 e9ce140c9065
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[doc] remove toc.rst which is not used and conflicts with index.rst and fix table of contents numbering

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