@ttNote(TEXT, [SINGLE_QUOTE])

Inserts the HTML for emphasizing some "Notes" within a DOM Tooltip.

The following parameters are recognized:

TEXT

The "note" text to highlight.

[SINGLE_QUOTE]

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

This macro is defined as:

@ifEqual("@param(1)","true","&#39;")<span @htmlAttr("class","ttNote")>@param(0)</span>@ifEqual("@param(1)","true","&#39;")