web/data/cubicweb.tabs.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 05 Aug 2009 17:27:33 +0200
changeset 2700 ecf888c8a250
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[migration] when adding a core meta-relation, it should be added to all entities *in the persistent schema*, not only those in the fs schema

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