Reserved Attribute: idref

Description

This attribute is to obtain an object that was created earlier and assigned an id using the id attribute.

Attribute Values

The attribute value is the id name of the tag.

Additional Notes

idref, varref, and ctor are mutually exclusive attributes and should not be used together.

Examples

The following XML code retrieves a previous defined button instance using the id "okButton".

<button idref="okButton"/>