m
Move page script moved page XML/Button to WoW:XML/Button without leaving a redirect
m (thanks for the help ;) try to use the pre tag instead so the markup in the source is stil the same. you may have to switch to code view) |
m (Move page script moved page XML/Button to WoW:XML/Button without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{uixmlelem}} | {{uixmlelem}} | ||
[[XML/Button|Button]] is a complex element that allows drawing automatically animated text and textures when clicked, and with special event handling. Is a managed combination of [[XML/Texture|Textures]] and [[XML/FontString|FontStrings]] and is placed in a [[XML/Frames|Frames]] element. | [[XML/Button|Button]] is a complex element that allows drawing automatically animated text and textures when clicked, and with special event handling. Is a managed combination of [[XML/Texture|Textures]] and [[XML/FontString|FontStrings]] and is placed in a [[XML/Frames|Frames]] element. | ||
== Inheritance == | == Inheritance == | ||
Inherited by: [[XML/CheckButton|CheckButton]], [[XML/UnitButton|UnitButton]], Inherits: [[XML/Frame|Frame]], Defined in: [[XML/Frames|Frames]], [[XML/Ui|Ui | : Inherited by: [[XML/CheckButton|CheckButton]], [[XML/UnitButton|UnitButton]], Inherits: [[XML/Frame|Frame]], Runtime object: [[UIOBJECT_Button|Button]] | ||
: Defined in: [[XML/Frames|Frames]], [[XML/Ui|Ui]] | |||
== Elements == | == Elements == | ||
| Line 50: | Line 49: | ||
</Layers> | </Layers> | ||
<Button inherits="UIPanelButtonTemplate" text="Big Text"> | <Button inherits="UIPanelButtonTemplate" text="Big Text"> | ||
<Size x=150 y=60> | <Size x="150" y="60"/> | ||
<Anchors><Anchor point="BOTTOM"/></Anchors> | <Anchors><Anchor point="BOTTOM"/></Anchors> | ||
<NormalFont style="GameFontNormalHuge"/> | <NormalFont style="GameFontNormalHuge"/> | ||
| Line 92: | Line 91: | ||
</Button> | </Button> | ||
[[Image: | [[Image:wow_close-button.jpg]] | ||
[[Category:XML elements]] | [[Category:XML elements]] | ||