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:
The "value" to highlight.
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",""")<span@htmlAttr("class","ttValue")>@param(0)</span>@ifEqual("@param(1)","true",""")</span>