Plumtree Tags API  
 

TagMetaData Constructor

This constructor takes the name and description of the tag. It also converts the name to all lower case for standards compliance.

Overload List

This constructor takes the name and description of the tag. It also converts the name to all lower case for standards compliance.

public TagMetaData(string,string);

This constructor takes the name, description, and example text for this tag. It also converts the name to all lower case for standards compliance. Note that example text containing HTML must enclose it in an xml CDATA tag:
"example blah <![CDATA[<mylib:mytag attr1=\"foo\">]]> example"

public TagMetaData(string,string,string);

See Also

TagMetaData Class | com.plumtree.portaluiinfrastructure.tags.metadata Namespace