IToggler Properties |
The IToggler type exposes the following members.
Name | Description | |
---|---|---|
AltCloseText |
Gets sets the text for use in the toggler's HTML ALT tag when the toggler is open and clicking on
the toggler will cloes the content. Provided for improved accessibility by the visually impaired.
| |
AltOpenText |
Gets sets the text for use in the toggler's HTML ALT tag when the toggler is closed and clicking on
the toggler will open the content. Provided for improved accessibility by the visually impaired.
| |
Open |
Gets/sets the open/closed state of the toggler.
| |
PostToggleJS |
Javascript to be included in the onclick (or Bootstrap event handler) handler after the toggle script itself.
| |
PreferenceOpenName |
Gets/sets the name of the toggler open/closed state preference for this toggler.
| |
PreToggleJS |
Javascript to be included in the onclick (or Bootstrap event handler) before the toggle script itself.
|