WoW:XML/Anchor: Difference between revisions

Line 13: Line 13:
== Attributes ==
== Attributes ==
* point ([[XML/FRAMEPOINT|FRAMEPOINT]]) - place on the layout frame or frame that should get anchored
* point ([[XML/FRAMEPOINT|FRAMEPOINT]]) - place on the layout frame or frame that should get anchored
* relativeTo (string) - global name of LayoutFrame to make relative to. Default value is the parent.  
* relativeTo (string) - global name of LayoutFrame to make relative to. By is relative to its parent.  
* relativeKey (string) - a Lua reference to make relative to. Alternative to using 'relativeTo'. See 'parentKey' in [[XML/LayoutFrame|LayoutFrame]].
* relativeKey (string) - a Lua reference to make relative to. Alternative to using 'relativeTo'. See 'parentKey' in [[XML/LayoutFrame|LayoutFrame]].
* relativePoint ([[XML/FRAMEPOINT|FRAMEPOINT]]) - place on the relative frame or region that 'point' should be relative to.  Default value is same 'point'.   
* relativePoint ([[XML/FRAMEPOINT|FRAMEPOINT]]) - place on the relative frame or region that 'point' should be relative to.  Default value is same 'point'.