|  | Plumtree Portal UI | |
| ATag.GetXMLTagAttributeNames Method |
Gets an enumeration of the names of all the non-pt attributes in this tag.
E.G. <pt:tag pt:ptattr="test" width="10"/> would return the width attribute, but not the ptattr attribute.
XML attributes are designed to let a web designer specify standard HTML attributes for a tag without the tag author having to handle them individually. PT attributes specify the logic of the tag, while non-pt attributes specify the behavior of the resulting HTML tag.
XML Tag Attribute Method
This is only appropriate for tags that output a simple HTML tag.
Return Value
IXPEnumerator All of the non-pt attribute names of this tag
See Also
ATag Class | com.plumtree.portaluiinfrastructure.tags Namespace