web/data/cubicweb.tabs.js
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 29 Oct 2010 00:03:30 +0200
branchstable
changeset 6659 6205927e927a
parent 5658 7b9553a9db65
child 6952 7de13eb473e3
permissions -rw-r--r--
fix problem introduced with previous commit

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