web/data/cubicweb.tabs.js
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 19 Oct 2009 20:33:30 +0200
branchstable
changeset 3742 20f429eb5f46
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
kill separate attribute client-side handling #473636

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