Collapse
Overview
The Collapse scope function allows you to dynamically show/hide content with the click of a link.
Prototype
Collapse(string {linkText})
Parameters
- Name: linkText {Optional}
- Type: string
- Default: Show
- Description: The text of the link that will be shown to toggle the panel visibility.
Examples
{{Collapse(Show text example)
This is the content that was hidden.
This is the content that was hidden.
This is the content that was hidden.
}}
See Also
Function Calling Convention
Scope Function
Instruction Function
Standard Function
Related