web/data/cubicweb.tabs.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 29 Jan 2010 16:45:18 +0100
branchstable
changeset 4406 b3f61c38526b
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[entity] rename vid argument of .view(...) into __vid to avoid potential conflicts with kwargs

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