web/data/cubicweb.tabs.js
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 02 Apr 2010 13:48:16 +0200
branchstable
changeset 5138 18388a897d2a
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
list allowed values for ldap protocol setting in help, so that the generated file includes this in a comment

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