web/data/cubicweb.tabs.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 11 Aug 2009 18:13:33 +0200
branchstable
changeset 2781 4e1ad9d6a3e7
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[session cache] always append to description, turn it into a list if necessary

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