WoW:XML/Scripts: Difference between revisions

From AddOn Studio
< XML
Jump to navigation Jump to search
No edit summary
m (Move page script moved page XML/Scripts to XML/Scripts without leaving a redirect)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{uixmlprop}}
{{uixmlprop}}
Holds handler [[XML/Script]] type elements which run code for a given element event. See [[XML/Script]].
Holds Lua event handler [[XML/Script]] type elements, which run code for a given element event. See [[XML/Script]].


== Inheritance ==
== Inheritance ==
Line 6: Line 6:


== Elements ==
== Elements ==
<''[[XML/Script|Script]]''> (only one of each specific type)
<''[[XML/Script|Script]]''> (only one of each Script type)


== Attributes ==
== Attributes ==
Line 15: Line 15:


== See also ==
== See also ==
* [[XML/Script]]
* [[:Category:Widget event handlers]]
* [[:Category:Widget event handlers]]

Latest revision as of 04:49, 15 August 2023

XML UI ← XML properties < Scripts

Holds Lua event handler XML/Script type elements, which run code for a given element event. See XML/Script.

Inheritance

Inherits: none, Contained in: <Frame>, <Animation>, <AnimationGroup>.

Elements

<Script> (only one of each Script type)

Attributes

none

Description

Some types of elements can have handlers which run Lua code. This property provides the set of specific handler scripts for that element. Only one script of each type can be provided.

See also