Difference between revisions of "Menu Edit"

From Wiki
Jump to: navigation, search
(See Also)
(Applying templates (header, body, footer))
Line 1: Line 1:
__NOTOC__
+
{{command header|Menu}}
== menu Edit ==
+
 
'''Menu'''
+
{{body|menu Edit {name} {x} {y} {width} {text} |The [[menu Edit]] command creates an edit field at the specified postion and with the specified dimensions in the EasyUO window 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 ====
 
==== Example ====
 
<pre>
 
<pre>
Line 17: Line 14:
 
</pre>
 
</pre>
  
==== See Also ====
+
 
{|
+
{{footer}}
| [[menu_Activate|menu Activate]], [[menu_Button|menu Button]], [[menu_Check|menu Check]], [[menu_Clear|menu Clear]], [[menu_Combo|menu Combo]], [[menu_Delete|menu Delete]],  [[menu_Font_Align|menu Font Align]], [[menu_Font_BGColor|menu Font BGColor]], [[menu_Font_Color|menu Font Color]], [[menu_Font_Name|menu Font Name]], [[menu_Font_Size|menu Font Size]], [[menu_Font_Style|menu Font Style]], [[menu_Font_Transparent|menu Font Transparent]], [[menu_Get|menu Get]], [[menu_GetNum|menu GetNum]], [[menu_Hide|menu Hide]], [[menu_HideEUO|menu HideEUO]], [[menu Image Create| menu Image Create]], [[menu Image Ellipse|menu Image Ellipse]], [[menu Image File|menu Image File]], [[menu Image FloodFill|menu Image FloodFill]], [[menu Image Line|menu Image Line]], [[menu Image Pix|menu Image Pix]], [[menu Image PixLine|menu Image PixLine]], [[menu Image Pos|menu Image Pos]], [[menu Image Rectangle|menu Image Rectangle]], [[menu_List|menu List]], [[menu_Set|menu Set]], [[menu_Shape|menu Shape]], [[menu_Show|menu Show]], [[menu_Text|menu Text]], [[menu_Window_Color|menu Window Color]], [[menu_Window_Size|menu Window Size]], [[menu_Window_Title|menu Window Title]], [[var_menuButton|&#0035;menuButton]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |
+
[[Documentation#Menu |Menu ]]
+
|}
+

Revision as of 01:37, 23 September 2005


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