WoW:API EditBox Insert: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Boilerplate) |
||
Line 1: | Line 1: | ||
{{ | {{widgetmethod}} | ||
Inserts text at the current cursor position. | |||
EditBox:Insert("text"); | |||
== Arguments == | |||
; text : String - text to insert at the current cursor position. | |||
Revision as of 11:33, 8 October 2009
← Widget API ← EditBox < Insert
Inserts text at the current cursor position.
EditBox:Insert("text");
Arguments
- text
- String - text to insert at the current cursor position.