web/data/cubicweb.tabs.js
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 14 Aug 2009 12:14:29 +0200
changeset 2845 660caa3ddc4f
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
R using entity.attr = val is now accepted

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