web/data/cubicweb.tabs.js
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 03 Dec 2009 09:50:51 +0100
branchstable
changeset 3991 a0aa9789c6bc
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
Pasting blog about facet in the facet section of the doc book.

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