web/data/cubicweb.tabs.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 26 Mar 2010 06:57:52 +0100
branchstable
changeset 5029 f7709d28fb79
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[test] fixes when executed under apycot environment (also added ldap1 to test host /etc/hosts)

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