web/data/cubicweb.tabs.js
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 27 Aug 2010 13:44:55 +0200
branchstable
changeset 6165 7da7c270bbbd
parent 5658 7b9553a9db65
child 6952 7de13eb473e3
permissions -rw-r--r--
[devtools] make CubiwebTC.login() context-manager restore the testcase connection on exit

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