web/data/cubicweb.tabs.js
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 28 Jul 2009 19:41:09 +0200
changeset 2533 07a744f64c2e
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[doc] #342929: bad migration command in overview

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