web/data/cubicweb.tabs.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 27 Jul 2009 18:39:29 +0200
changeset 2518 38c28ee40138
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
allow vocabulary functions to return either label/value or label/value/dict (to use as attributes of the tag for this input)

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