|
 |
|
NOTE: This Design document is subject to change at any time. |
Syntax: <BUTTON property-list>Script</BUTTON>
The Script is executed when the button is clicked. The Image property can be used to add any type of image to the button. The Caption text is displayed on the button.
Typically, a zAction is assigned to the button. When the button is clicked, the Action is executed first, followed by any script specific to the button itself.
In addition to standalone buttons, you can also place buttons within various edit controls, such as zEdit and zCombo. When used within edit controls, the Button.Edit subclass is used, which doesn't have as many properties as normal buttons. |
|