Wikia

WoWWiki

Watchlist Recent changes

XML/EditBox

< XML

InheritanceEdit

Derived from: <Frame>

Runtime object: EditBox

ElementsEdit

{<FontString>}, <HighlightColor>, <TextInsets>

AttributesEdit

font
(string) - name of one of the predefined fonts to use in your EditBox. For example, "GameFontNormal".
letters
(int, default: "0") - maximum number of letters which can be entered in this EditBox. Zero means no character limit.
blinkSpeed
(float, default: "0.5") - speed of cursor blinking, interval in seconds between "blinks".
numeric
(boolean, default: "false") - if true, then only digits 0-9 can be entered in this EditBox
password
(boolean, default: "false") - if true, then asterisks will be displayed instead of whatever text you enter.
multiLine
(boolean, default: "false") - multi-line EditBox
historyLines
(int, default: "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
(boolean, default: "true") - if true, then this EditBox will automatically receive keyboard focus when it is displayed.
ignoreArrows
(boolean, default: "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.

DescriptionEdit

ExampleEdit

Included in Backdrop

<EditBox name="$parentEditBox" letters="80">
	<Size>
		<AbsDimension x="100" y="32"></AbsDimension>
	</Size>
	<Anchors>
		<Anchor point="LEFT">
			<Offset>
				<AbsDimension x="50" y="0"></AbsDimension>
			</Offset>
		</Anchor>
	</Anchors>
	<Layers>
		<Layer level="BACKGROUND">
			<Texture file="Interface\ChatFrame\UI-ChatInputBorder-Left">
				<Size>
					<AbsDimension x="75" y="32"></AbsDimension>
				</Size>
				<Anchors>
					<Anchor point="LEFT">
						<Offset>
							<AbsDimension x="-10" y="0"></AbsDimension>
						</Offset>
					</Anchor>
				</Anchors>
				<TexCoords left="0" right="0.2" top="0" bottom="1.0"></TexCoords>
			</Texture>
			<Texture file="Interface\ChatFrame\UI-ChatInputBorder-Right">
				<Size>
					<AbsDimension x="75" y="32"></AbsDimension>
				</Size>
				<Anchors>
					<Anchor point="RIGHT">
						<Offset>
							<AbsDimension x="10" y="0"></AbsDimension>
						</Offset>
					</Anchor>
				</Anchors>
				<TexCoords left="0.7" right="1.0" top="0" bottom="1.0"></TexCoords>
			</Texture>
		</Layer>
	</Layers>
	<Scripts>
		<OnLoad></OnLoad>
	</Scripts>
	<FontString inherits="ChatFontNormal"></FontString>
</EditBox>

Editbox.jpg

Pages on WoWWiki

94,154pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
55,612photos on this wiki
See more >

Recent Wiki Activity

See more >

Recent Questions

Around Wikia's network

Random Wiki