web/data/cubicweb.tabs.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 23 Feb 2010 18:21:30 +0100
branchstable
changeset 4671 00d139c5f386
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
add */*.py to default MANIFEST.in to avoid pb such as #719282 in the future

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