@ttValue(VALUE, [DOUBLE_QUOTE])

Inserts the HTML for the "value" of some piece of information (a noun which the user see's or manipulates).

The following parameters are recognized:

VALUE

The "value" to highlight.

[DOUBLE_QUOTE]

Set this parameter to true if the "VALUE" should be enclosed in double quotes (omit if you don't need double quotes).

This macro is defined as:

@ifEqual("@param(1)","true","&quot;")<span@htmlAttr("class","ttValue")>@param(0)</span>@ifEqual("@param(1)","true","&quot;")