web/data/cubicweb.tabs.js
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 24 Apr 2009 09:20:52 +0200
branchtls-sprint
changeset 1467 972517be96dc
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
sendmail form should now work as before

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