web/data/cubicweb.tabs.js
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 14 Apr 2010 16:32:20 +0200
branchstable
changeset 5255 15ea2f3464a4
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[doc/book] complete the unit tests chapter

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