Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:XML/EditBox
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{uixmlelem}} == Inheritance == : Inherited by: none, Inherits: <[[XML/Frame|Frame]]>, Runtime object: [[UIOBJECT_EditBox|EditBox]] : Defined in: [[XML/Frames|Frames]], [[XML/Ui|Ui]] == Elements == * <[[XML/FontString|FontString]]> - the font to be used for the textbox text, use this or the font attribute * <nowiki><HighlightColor></nowiki> ([[XML/Color|Color]]) - the highlight color for the textbox text * <nowiki><TextInsets></nowiki> ([[XML/Inset|Inset]]) == Attributes == * font {{attrtype|string}} - name of one of the predefined fonts to use in your EditBox. For example, "GameFontNormal". * letters {{attrtype|int|0}} - maximum number of letters which can be entered in this EditBox. Zero means no character limit. * blinkSpeed {{attrtype|float|0.5}} - speed of cursor blinking, interval in seconds between "blinks". * numeric {{attrtype|boolean|false}} - if true, then only digits 0-9 can be entered in this EditBox * password {{attrtype|boolean|false}} - if true, then asterisks will be displayed instead of whatever text you enter. * multiLine {{attrtype|boolean|false}} - multi-line EditBox * historyLines {{attrtype|int|0}} - Number of lines to keep as a "history" for this editbox. You can cycle through editbox' history with arrows Up and Down (or Alt+Up, Alt+Down if attribute 'ignoreArrows' set to true) * autoFocus {{attrtype|boolean|true}} - if true, then this EditBox will automatically receive keyboard focus when it is displayed. * ignoreArrows {{attrtype|boolean|false}} - if false, then pressing arrows on keyboard will move cursor around the EditBox. If set to true, then EditBox will ignore arrows and they will instead turn around your character in game world. In this case you can still move text cursor around your editbox with Alt-arrows. == Description == === Example === Included in [[XML/Backdrop|Backdrop]] <EditBox name="$parentEditBox" letters="80"> <Size x="100" y="32" /> <Anchors> <Anchor point="LEFT"> <Offset x="50" y="0" /> </Anchor> </Anchors> <Layers> <Layer level="BACKGROUND"> <Texture file="Interface\ChatFrame\UI-ChatInputBorder-Left"> <Size x="75" y="32" /> <Anchors> <Anchor point="LEFT"> <Offset x="-10" y="0" /> </Anchor> </Anchors> <TexCoords left="0" right="0.2" top="0" bottom="1.0"/> </Texture> <Texture file="Interface\ChatFrame\UI-ChatInputBorder-Right"> <Size x="75" y="32" /> <Anchors> <Anchor point="RIGHT"> <Offset x="10" y="0" /> </Anchor> </Anchors> <TexCoords left="0.7" right="1.0" top="0" bottom="1.0"/> </Texture> </Layer> </Layers> <Scripts> <OnLoad> </OnLoad> </Scripts> <FontString inherits="ChatFontNormal" /> </EditBox> [[Image:wow_editbox.jpg]] [[Category:XML elements]]
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Apinav
(
edit
)
Template:Attrtype
(
edit
)
Template:Editlink
(
edit
)
Template:Tocright
(
edit
)
Template:Uixmlelem
(
edit
)