Widget API: EditBox:SetText

From AddOn Studio
Revision as of 10:37, 17 August 2006 by WoWWiki>Watchout (linkification, notoc and headings)
Jump to navigation Jump to search

Widget API ← EditBox < SetText

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

Sets the editBox's text to the specified string.

Parameters

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.

Also See

UI Escape Sequences