web/data/cubicweb.tabs.js
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 03 Sep 2009 14:07:02 +0200
branchstable
changeset 3102 f2c4da6b008d
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
use node cloning method that works with IE (6,7)

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