<< Click to Display Table of Contents >> Navigation: IWML > Tags > Controls > Button |
The Button control in IWML defines a clickable button that can be used to trigger actions in your application logic.
It is one of the most commonly used interactive components in IntraWeb 17.
Syntax:
Button[:Name] [Text]
•Name — sets the identifier to reference the button (this.Name).
•Text — the label shown on the button.
Properties:
•Text – sets the button’s visible caption.
•Hint – sets the tooltip shown on hover.
•Enabled – can be set to false to disable the button.
Try It
Button:MyButton Button text
Hint: Click to active button
Enabled: false