w-command-button
Adds supports for [CommandButton]
Implementation Details
Component Selector: 'wm-command-button'
Class inheritance
CommandButtonComponent extends BaseControlComponent.
Support
Properties
Property
Get/Set
Notify Changes
Details
enabled: boolean
Yes/Yes
No
name: string
Yes/Yes
No
text: string
Yes/Yes
Yes
visible: boolean
Yes/Yes
No
Events
Event
Supported
Parameter
Details
Clicked
Yes
$event: any
Triggers Clicked
Event.
getfocus
Yes
$event: any
Triggers getfocus
Event.
losefocus
Yes
$event: any
Triggers losefocus
Event.
Last updated