web/data/cubicweb.tabs.js
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Fri, 24 Apr 2009 17:15:28 +0200
changeset 1494 d68aac1cda0d
parent 606 40c7c2cf0797
child 1419 7ff24154351d
permissions -rw-r--r--
#342695: add new security section to the schema view

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