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 . |
Indicator |
WebUIControl.Indicators |
WebUIControl.Indicators.Default |
Bootstrap indicator to apply to the button. |
Name |
String |
“” |
A unique name. |
Style |
GraffitiStyle |
Nil |
GraffitiStyle to apply to the button. |
Examples #
There are currently no examples for this class.