web/data/cubicweb.tabs.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 26 Oct 2010 20:22:08 +0200
changeset 6651 4a0283b3ce0c
parent 5658 7b9553a9db65
child 6952 7de13eb473e3
permissions -rw-r--r--
[ms planning] fix potential key error due to additional entries in input maps

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