JavaScript module¶
The disclosure button is implemented by the
GSDisclosureButton() module.
-
class
GSDisclosureButton()¶ -
-
show_all()¶ Show the contents of all the disclosure widgets.
-
hide_all()¶ Hide the contents of all the disclosure widgets.
-
toggle_all()¶ Show the contents of all the hidden disclosure widgets, and hide the contents of all the shown disclosure widgets. (The
clickevent is sent to all the disclosure widgets.)
-