web/data/cubicweb.tabs.js
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Thu, 02 Apr 2009 15:19:43 +0200
branch894685124c68
changeset 1213 06789a89f91f
parent 606 40c7c2cf0797
child 1419 7ff24154351d
permissions -rw-r--r--
adding action to startup schema view. this action enables to download owl view

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