web/data/cubicweb.tabs.js
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Sun, 08 Nov 2009 19:37:08 +0100
branchstable
changeset 3807 8ae53322ffcc
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[web ui] change "table actions" icon to arrow-up

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