WoW:API EditBox SetText: Difference between revisions

m
Move page script moved page API EditBox SetText to WoW:API EditBox SetText without leaving a redirect
({{widgetmethod}})
m (Move page script moved page API EditBox SetText to WoW:API EditBox SetText without leaving a redirect)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}}
__NOTOC__


<center>'''SetText''' ''-Documentation by DerGhulbus-''</center>
Sets editBox's text to the specified string.


  editBox:SetText(String)
  editBox:SetText(str)


Sets the editBox's text to the specified string.


----
== Arguments ==
;''Arguments''
:'''str''' (string) -- the string you want to appear in the EditBox


:String
== Returns ==
:;String: the string you want to appear in the EditBox
:''nil''
----
;''Returns''


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


----
SetText fails when the text contains characters that aren't renderable (e.g. control chars, invalid UTF8). In that case the EditBox is cleared and [[API EditBox GetText|EditBox:GetText()]] returns the empty string.
;''Details''


You should call a SetText("") every time you read from an EditBox, so the command line is free for the next input.
Before {{battle-inline}} ''Battle for Azeroth'', unrenderable chars were displayed as '?'.{{fact|What does it do now?}}
 
== See Also ==
* [[UIOBJECT EditBox|EditBox object]]
* [[API EditBox GetText|EditBox:GetText()]]
* [[API EditBox GetNumber|EditBox:GetNumber()]]
* [[UI Escape Sequences]]
Anonymous user