web/data/cubicweb.tabs.js
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 09 Jul 2009 12:14:02 +0200
branchstable
changeset 2345 16e3d0e47ee6
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[reledit] there is nothing to escape, also cleanup lzone for attributes

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