SmartGwtToolbar¶
DOM SmartGwt SmartGwtToolbar.
Extends HTMLObject
Extends SeSSimulatedObject
Behavior Pattern: DomSmartGwtToolbarBehavior
Action Summary¶
Action | Description |
---|---|
DoClickItem | Clicks on a toolbar item. |
Action Detail¶
DoClickItem¶
Clicks on a toolbar item.
SeS('SomeSmartGwtToolbar').DoClickItem(index)
Parameters:
Name | Type | Description |
---|---|---|
index | number | Zero-based index if an item. |
Returns:
boolean: 'true' if successful, 'false' otherwise