Invokes a custom tag.
<bx:Module template=[string]
name=[string] />
Atrribute | Type | Required | Description | Default |
---|---|---|---|---|
template |
string |
false |
Mutually exclusive with the name attribute. A path to the template that implements the tag. | |
name |
string |
false |
Mutually exclusive with the template attribute. A custom tag name, in the form "Name.Name.Name..." Identifies subdirectory, under the tag root directory, that contains custom tag template. |
<bx:Module template=[string]
name=[string] />