<STRING>
Return to Reference...| Property | Description | Default |
|---|---|---|
| value | Invokes a method and replaces the <STRING> tag in the template with whatever is returned by the method. | {oid} : The name of the method to invoke. |
Within a template, @foo is a shortcut for <STRING oid="foo">. There's rarely a reason to not use the @foo type syntax.
Typical Usage:
The time is: <string oid="current_time">
The time is: @current_timeReturn to Reference...


