web/data/cubicweb.tabs.js
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 10 Jun 2009 23:29:37 +0200
branchstable
changeset 2099 0cba78f4fa12
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[CWCache] yet another bugfix in cwcache: proper initalization of Cache.creation_date

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