web/data/cubicweb.tabs.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 11 Aug 2010 16:17:05 +0200
branchstable
changeset 6098 a0fde9334dd0
parent 5658 7b9553a9db65
child 6952 7de13eb473e3
permissions -rw-r--r--
[entity] base_url argument may be explicitly specified for other purpose (eg http/https site version control)

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