web/data/cubicweb.tabs.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 03 Aug 2009 15:42:47 +0200
changeset 2658 5535857eeaa5
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[appobject selection process] drop the need for the .selected method

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