JQueryMenu¶
jQuery-UI JQuery Menu.
Extends HTMLObject
Extends SeSSimulatedObject
Behavior Pattern: JQueryMenuBehavior
Action Summary¶
Action | Description |
---|---|
DoFindChild | Searches for specific item in the menu. |
DoMenu | Performs click on the menu item. |
Action Detail¶
DoFindChild¶
Searches for specific item in the menu.
SeS('SomeJQueryMenu').DoFindChild(path, separator, pathType)
Parameters:
Name | Type | Description |
---|---|---|
path | string | Path of the node |
separator | string | Separator character. Possible values: ";", ",", "\", "/" Optional, Default: ";". |
pathType | string | Path type. Can be one of 'name', 'id' or 'index'. Possible values: "name", "index", "id" Optional, Default: "name". |
Returns:
HTMLObject: HTMLObject of the found node
DoMenu¶
Performs click on the menu item.
SeS('SomeJQueryMenu').DoMenu(path, separator, pathType)
Parameters:
Name | Type | Description |
---|---|---|
path | string | Path of the node |
separator | string | Separator character. Possible values: ";", ",", "\", "/" Optional, Default: ";". |
pathType | string | Path type. Can be one of 'name', 'id' or 'index'. Possible values: "name", "index", "id" Optional, Default: "name". |
Returns:
HTMLObject: HTMLObject of the found node