web/data/cubicweb.tabs.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 02 Dec 2010 10:09:35 +0100
branchstable
changeset 6727 2eeccd6f8abe
parent 5658 7b9553a9db65
child 6952 7de13eb473e3
permissions -rw-r--r--
[edition js] update docstring and remove a 3.9 deprecation warning

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