web/data/cubicweb.tabs.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 09 Sep 2009 09:37:14 +0200
branch3.5
changeset 3125 52b6b8c2ccc5
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[uicfg, autoform] when a relation is inlined, put it in the generated section by default

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