DomSAPCombobox¶
Combobox control.
Extends HTMLObject
Extends SeSSimulatedObject
Behavior Pattern: DomSAPComboboxBehavior
Property Summary¶
Property | Description | Getter | Setter |
---|---|---|---|
Text | Text of the object, 'false' if text can not be read. | GetText |
Action Summary¶
Action | Description |
---|---|
DoSelectItem | Selects an item of this object. |
Property Detail¶
Text¶
Text of the object, 'false' if text can not be read.
Type: string
Accessors: GetText
value = SeS('SomeDomSAPCombobox').GetText()
Action Detail¶
DoSelectItem¶
Selects an item of this object.
SeS('SomeDomSAPCombobox').DoSelectItem(item)
Parameters:
Name | Type | Description |
---|---|---|
item | string | number | Item index or text value to select. |
Returns:
boolean: 'true' if success, 'false' otherwise.