w-toolbaritem
Last updated
Was this helpful?
Last updated
Was this helpful?
ToolBarItem is an extention of MenuComponent [MenuComponent]
Component Selector: 'wm-toolbaritem'
ToolBarItemComponent extends .
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
toolbarItemName: string
Yes/Yes
No
Specifies the name of a stock toolbar picture you want to use to represent an item in the toolbar or a string containing the name
toolbarItemText: string
Yes/Yes
No
Specifies the text that displays in the toolbar
toolbarItemVisible: string
Yes/Yes
No
Specifies whether the toolbar item displays
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.
Inherited from BaseControlComponent
Inherited from BaseControlComponent
Inherited from BaseControlComponent
Inherited from BaseControlComponent