web/data/cubicweb.tabs.js
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 29 Apr 2009 19:51:10 +0200
branchtls-sprint
changeset 1561 85752d14c15d
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[form] __maineid missing from the special fields list

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