web/data/cubicweb.tabs.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 15 Sep 2009 14:49:30 +0200
branch3.5
changeset 3228 7b05b2709439
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[actions] refactor: extract actual_actions from fill_menu to work with table filter form

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