web/data/cubicweb.tabs.js
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 31 Mar 2010 14:25:26 +0200
branchstable
changeset 5109 5cf83b9356d5
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[test] use the new temporary_appojects CM to simplfy unittest_storage

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