web/data/cubicweb.tabs.js
author sylvain.thenault@logilab.fr
Wed, 29 Apr 2009 08:58:41 +0200
branchtls-sprint
changeset 1525 cc2e2cbd7019
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
include dom id of the form in __errorurl in case there are multiple forms in a page

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