Difference between revisions of "Menu Edit"
From Wiki
(→See Also) |
|||
Line 24: | Line 24: | ||
{| | {| | ||
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | | | Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | | ||
− | [[Documentation# | + | [[Documentation#Menu |Menu ]] |
|} | |} |
Revision as of 05:17, 14 August 2005
Menu
Synopsis
menu Edit {name} {x} {y} {width} {text}
Description
The menu Edit command creates an edit field at the specified postion and with the specified dimensions in the EasyUO window menu.
Example
; This will create an editable field named edit_1 in position 10 20 ; with a width of 50 and hight of 25. The text in the field ; will say Change me! ; Note that when refering to this field later in the script ; you will reference the NAME and not the displayed TEXT. menu Edit edit_1 10 20 150 Change , #spc , me!
See Also
Main_Page | Documentation |