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

enabled: boolean

Yes/Yes

No

Inherited from BaseControlComponent see BaseControlComponent

name: string

Yes/Yes

No

Inherited from BaseControlComponent see BaseControlComponent

text: string

Yes/Yes

Yes

Inherited from BaseControlComponent see BaseControlComponent

visible: boolean

Yes/Yes

No

Inherited from BaseControlComponent see BaseControlComponent

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