web/data/cubicweb.tabs.js
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Wed, 28 Jan 2009 16:49:57 +0100
changeset 501 567e85e646d8
parent 491 e6d025d7d313
child 543 c0f2b6378f70
permissions -rw-r--r--
removing OWLView from this file (in order to put OWLView into owl module)

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);
}