A button that opens a new controllers window without a template, only content.
Basic usage:
{{ html.print }}
Usage with parameters:
{{ html.print(Link Type, Label, CSS Class) }}
Parameters:
Link Type
(optional)Label
(optional) – What will be written on the button.CSS Class
(optional) – Name or names of CSS class(s).
Example:
{{ html.print("fontawesome") }}
Leave a Reply
You must be logged in to post a comment.