web/data/cubicweb.tabs.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 02 Jun 2010 12:59:13 +0200
branchstable
changeset 5622 aa93a64c53d7
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[tableview] use pageContent instead of paginated-content as default div id, paginated-content doesn't seems used anymore

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