web/data/cubicweb.tabs.js
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Mon, 02 Feb 2009 13:32:56 +0100
changeset 550 2300370b8edd
parent 543 c0f2b6378f70
child 606 40c7c2cf0797
permissions -rw-r--r--
refactoring OWLView (TBOX+ABOX) and OWLABOXView (pseudo-ABOX for a given entity). By now OWLView is using (for cost advantage) OWLABOXLightView.

function set_tab(tabname) {
    // set appropriate cookie
    // XXX see if we can no just do it with jQuery
    async_remote_exec('remember_active_tab', tabname);
    // trigger show + tabname event
    trigger_load(tabname);
}