web/data/cubicweb.tabs.js
author Florent <florent@secondweb.fr>
Mon, 27 Apr 2009 19:33:34 +0200
branchtls-sprint
changeset 1490 6b024694d493
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
add allow-email-login option

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