web/data/cubicweb.tabs.js
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 23 Nov 2009 19:30:00 +0100
branchstable
changeset 3908 07fa1a2f1a56
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
Added tag cubicweb-debian-version-3.5.6-1 for changeset e6225e8e36c6

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