w-toolbaritem
ToolBarItem is an extention of MenuComponent [MenuComponent]
Implementation Details
Component Selector: 'wm-toolbaritem'
Class inheritance
ToolBarItemComponent extends BaseControlComponent.
Support
Properties
Property
Get/Set
Notify Changes
Details
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
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