GWTExtToolbar¶
GWT-Ext Toolbar.
Extends HTMLObject
Extends SeSSimulatedObject
Behavior Pattern: GWTExtToolbarBehavior
Action Summary¶
| Action | Description |
|---|---|
| DoClickItem | Clicks specified element of the ribbon |
Action Detail¶
DoClickItem¶
Clicks specified element of the ribbon
SeS('SomeGWTExtToolbar').DoClickItem(item)
Parameters:
| Name | Type | Description |
|---|---|---|
| item | string | Name of an item. |
Returns:
boolean: 'true' if success, 'false' otherwise.