helper:constant
Table of Contents
Description
The constant tagf adds a constant to the application.
Usage
as element:
<helper:constant
name="{string}"
value="{string}">
</helper:constant>
Directive info
-
This directive creates new scope.
Parameters
| Param | Type | Details |
|---|---|---|
name |
string |
The name of the constant |
value |
string |
The value of the constant |
