Collapse
The Collapse scope function allows you to dynamically show/hide content with the click of a link.
Collapse(string {linkText})
- Name: linkText {Optional}
- Type: string
- Default: Show
- Description: The text of the link that will be shown to toggle the panel visibility.
{{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.
}}Result::
Show text example
This is the content that was hidden.
This is the content that was hidden.
This is the content that was hidden.
Function Calling Convention
Scope Function
Instruction Function
Standard Function