web/data/cubicweb.tabs.js
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Wed, 01 Apr 2009 17:25:40 +0200
branch450c435d69b9
changeset 1199 7fa66717175b
parent 606 40c7c2cf0797
child 1419 7ff24154351d
permissions -rw-r--r--
fixing isioc_type comment adding method (from existing cube blog code) to ISiocItem (isioc_replies, isioc_topics) adding method (from existing cube blog code) to ISiocContainer (isioc_items)

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