web/data/cubicweb.tabs.js
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 13 May 2009 19:51:30 +0200
branchtls-sprint
changeset 1798 cc86fe8efaaa
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
pass default values along the whole call chain, fix hidden field update bug

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