author | Adrien Di Mascio <Adrien.DiMascio@logilab.fr> |
Thu, 22 Oct 2009 11:07:05 +0200 | |
branch | stable |
changeset 3784 | 2465ef6aef5f |
parent 1419 | 7ff24154351d |
child 5658 | 7b9553a9db65 |
permissions | -rw-r--r-- |
606
40c7c2cf0797
[tabs] reuse the new set_cookie controller method
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
543
diff
changeset
|
1 |
function set_tab(tabname, cookiename) { |
543
c0f2b6378f70
simplification of lazy tabs mechanism
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
491
diff
changeset
|
2 |
// set appropriate cookie |
1419 | 3 |
asyncRemoteExec('set_cookie', cookiename, tabname); |
543
c0f2b6378f70
simplification of lazy tabs mechanism
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
491
diff
changeset
|
4 |
// trigger show + tabname event |
c0f2b6378f70
simplification of lazy tabs mechanism
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
491
diff
changeset
|
5 |
trigger_load(tabname); |
239 | 6 |
} |