Enumerations
Name | Values |
| This class exposes no enumerations. |
Constants
Name | Type | Value |
| | This class exposes no constants. |
Events
Definition | Description |
| This class exposes no events. |
Constructors
|
Constructor( buttonName as String, buttonCaption as String, buttonIcon as String = “”, buttonStyle as WebStyle = Nil ) |
Properties
Name | Type | Default Value | Description |
Caption | String | “” | Caption to display on the button. |
Default | Boolean | False | When True, pressing the Enter key on a WebAlert dismisses it and returns this button as the one clicked. |
Icon | String | “” | Icon to display within the button, to the left of the caption. Requires a FontAwesome 5 identifier, IE: fas fa-times . |
Name | String | “” | A unique name. |
Style | WebStyle | Nil | WebStyle to apply to the button. |
Examples
There are currently no examples for this class.
Changes to this Page
Date | Edit | Editor |
May 22, 2018 | Document Created | Anthony G. Cyphers |