HTML Layout Pages and Page Templates
|
Attribute |
Required |
Description |
||||||||||||||||||
|
Name |
Yes |
The name of this tag. This name must be unique within the file and cannot contain spaces. |
||||||||||||||||||
|
Type |
Yes |
The type of component to reuse. The following types are supported:
|
||||||||||||||||||
|
File |
No |
Specifies the default component to use. You can change the specific component to point to a different component in the tag’s Properties dialog. |
<GEN:Use Name=”MyMenu” Type=”Menu” File=”../Components/Menu.html”/>
<GEN:Use Name=”OKButton” Type=”Button” File=”../Components/GreenButton.html”/>