Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
(Boilerplate)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}}
+
{{widgetmethod}}
 
Inserts text at the current cursor position.
 
EditBox:Insert("text");
   
  +
== Arguments ==
EditBox:Insert("string");
 
  +
; text : String - text to insert at the current cursor position.
 
Inserts text at the current cursor position.
 

Latest revision as of 11:33, 8 October 2009

Inserts text at the current cursor position.

EditBox:Insert("text");

Arguments

text
String - text to insert at the current cursor position.