@ttAction(ACTION, [SINGLE_QUOTE])

Inserts the HTML for a action word (or words) within a DOM Tooltip.

The following parameters are recognized:

ACTION

The "action" word(s) to highlight.

[SINGLE_QUOTE]

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

This macro is defined as:

@ifEqual("@param(1)","true","'")<span @htmlAttr("class","ttAction")>@param(0)</span>@ifEqual("@param(1)","true","'")