WoW:API EditBox Insert: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API EditBox Insert to API EditBox Insert without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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.

Latest revision as of 04:45, 15 August 2023

Widget API ← EditBox < Insert

Inserts text at the current cursor position.

EditBox:Insert("text");

Arguments[edit]

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