Menu Edit

From Wiki
Revision as of 01:37, 23 September 2005 by Boydon (Talk | contribs) (Applying templates (header, body, footer))

Jump to: navigation, search


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