Navigation menu

WoW:API EditBox Insert: Difference between revisions

Jump to navigation Jump to search
Boilerplate
mNo edit summary
(Boilerplate)
Line 1: Line 1:
{{stub/API}}
{{widgetmethod}}
{{wowapi}}
Inserts text at the current cursor position.
EditBox:Insert("text");


EditBox:Insert("string");
== Arguments ==
 
; text : String - text to insert at the current cursor position.
Inserts text at the current cursor position.