@refValue(TEXT, [URL])

Refer to a "value" (typically associated with a "key").

The following parameters are recognized:

TEXT

The text to insert into the output (what the user sees).

[URL]

Optional URL to jump to if user clicks on the item.

This macro inserts a reference to a "value" (a numeric or text value typically associated with a "key" or state). If a URL is provided, the user will be able to click on the reference to jump to the specified location.

This macro is defined as:

@ifEqual("@param(1)",,,"<a @htmlAttr("href","@param(1)")>")<span @htmlAttr("class","refValue")>@param(0)</span>@ifEqual("@param(1)",,,"</a>")