Anchor Templates

All of the following attributes are modified.

Attributes Values Description
anchorchild

frame

$parent

Specifies the frame that will be controlled by this anchor
childofsx number Sets the anchor x offset for the child relative to the anchor frame
childofsy number Sets the anchor y offset for the child relative to the anchor frame
childpoint string Sets the child's anchor point
childrelpoint string Sets the relative point to which the child will be anchored
childreparent Boolean If true, the child frame will be “physically” re-parented to the anchor frame
childraise Boolean If true, the anchor will call child:Raise()
childstate [^]state If set, the state-anchor attribute on the child will be set to the given value. Adding a carat (^) to the beginning forces the state change even if the child is already in that state.
childverify Boolean If true, the child must be a “physical” child of the anchor frame in order for childstate to have any effect.
SecureAnchorButtonTemplate
onclickbutton string Sets the suffix used by any modified attributes on the anchor. By default the suffix is the actual mouse button used to click the anchor.
SecureEnterButtonTemplate
onenterbutton string Sets the modified attribute suffix used when the mouse enters the anchor. Default: onenter
onleavebutton string Sets the modified attribute suffix used when the mouse leaves the anchor. Default: onleave
SecureAnchorUpDownTemplate
onmouseupbutton string Sets the modified attribute suffix used when the mouse is clicked down on the anchor. Default is the actual mouse button.
onmousedownbutton string Sets the modified attribute suffix used when the mouse is released from the anchor. Default is the actual mouse button.