WoW:XML/Scripts

< XML
Revision as of 23:43, 26 February 2015 by Bear (talk | contribs) (Created page with "{{uixmlprop}} Holds handler script elements which run code for a given event the element. == Inheritance == Inherits: none, Contained in: <Frame>, <[[XML/Animat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

XML UI ← XML properties < Scripts

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

Inheritance

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

Elements

<Script> (only one of each specific 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