@ttValueWB(VALUE, [DOUBLE_QUOTE])

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

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:

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