A JavaScript custom event is fired if a
<tc:sidebar/>
is collapsed or expanded.
tobago.sidebar.show
is fired before the box is expanded.
tobago.sidebar.shown
is fired after the box is expanded. (Does not wait for a possible Ajax reload.)
tobago.sidebar.hide
is fired before the box is collaped.
tobago.sidebar.hidden
is fired after the box is collapsed. (Does not wait for a possible Ajax reload.)