web/data/cubicweb.tabs.js
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 22 Sep 2009 11:13:54 +0200
branchstable
changeset 3367 75cc4aa76fb1
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
Added tag cubicweb-version-3.5.2 for changeset 1f0aa3cd5af2

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