web/data/cubicweb.tabs.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 06 Oct 2009 17:14:15 +0200
branchstable
changeset 3568 87a7ca9d8ce6
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[hooks] don't delete composed of a composite where relation is being removed from the schema

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