web/data/cubicweb.tabs.js
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 24 Jul 2009 09:30:04 +0200
changeset 2463 5200c0f7d2d5
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
add migration script for the new cwuri metadata attribute

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