web/data/cubicweb.tabs.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 01 Jul 2010 08:13:03 +0200
branchstable
changeset 5845 4e28f03651d4
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[schema migration] avoid potential duplicated ft reindexation due to multiple UpdateFTIndexOp operations by using set_operation

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