Menu Get
From Wiki
Menu Get
Menu
Synopsis
menu Get {name}
Description
The menu Get command returns value associated with a control in the EasyUO menu window in the #menuRes system variable. If the window is closed "Closed" is returned.
Usage with a combo box returns the index of the item selected within the combo box, starting with 0, for nothing selected.
Example
; This will save the text in the edit field named edit_1 into the ; variable #menuRes. This will only work for edit field items. ; #menuRes will return as a string. menu Get edit_1
See Also
Main_Page | Documentation |