-
Notifications
You must be signed in to change notification settings - Fork 2
vdldoc:example url
Kyle Stiemann edited this page Aug 25, 2015
·
1 revision
The vdldoc:example-url
element can be used to create a link which will
direct developers to example usage of the tag.
<tag>
...
<description>This is a:newTag.</description>
<tag-name>newTag</tag-name>
...
<tag-extension>
...
<vdldoc:example-url>http://www.exampleshowcase.org/a/newTag</vdldoc:example-url>
...
</tag-extension>
...
</tag>
<cc:interface shortDescription="This is a:newTag.">
...
<cc:extension>
...
<vdldoc:example-url value="http://www.exampleshowcase.org/a/newTag" />
...
</cc:extension>
...
</cc:interface>
...
Tag newTag
...
Example usage of this component can be found at:
http://www.examplejsfshowcase.org/a/newTag
...