WoW:API EditBox SetText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
({{widgetmethod}})
Line 1: Line 1:
{{widgetmethod}}
<center>'''SetText''' ''-Documentation by DerGhulbus-''</center>
<center>'''SetText''' ''-Documentation by DerGhulbus-''</center>


Line 19: Line 21:


You should call a SetText("") every time you read from an EditBox, so the command line is free for the next input.
You should call a SetText("") every time you read from an EditBox, so the command line is free for the next input.
----
{{Template:WoW API}}

Revision as of 11:47, 10 June 2006

Widget API ← EditBox < SetText

SetText -Documentation by DerGhulbus-
editBox:SetText(String)

Sets the editBox's text to the specified string.


Arguments
String
String
the string you want to appear in the EditBox

Returns

???


Details

You should call a SetText("") every time you read from an EditBox, so the command line is free for the next input.