web/data/cubicweb.tabs.js
author sylvain.thenault@logilab.fr
Wed, 06 May 2009 09:46:26 +0200
branchtls-sprint
changeset 1701 9fb5b4741a08
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
use values cached on the entity if any

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