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