web/data/cubicweb.tabs.js
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Sat, 07 Nov 2009 18:37:55 +0100
branchstable
changeset 3800 2d951200f898
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[web ui] fix the editable fields: better look and behaviour.

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