web/data/cubicweb.tabs.js
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 23 Apr 2010 17:01:45 +0200
branchstable
changeset 5399 03c641ae00a6
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[cw-shell] Write ignored scripts warning on stderr instead of stdout.

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