Boilerplate
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. | |||
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. | |||