web/data/cubicweb.tabs.js
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 29 Apr 2010 08:39:13 +0200
changeset 5477 f79c39be0b9b
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
[css] introducing scale and rhythm composition

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