Insert a domTT tooltip table row.
The following parameters are recognized:
Insert table row header value followed by a colon: ":". If this field is blank, a "non-breaking space" will be inserted.
Insert table row data value.
Set this parameter to true if the "TD_TEXT" should be enclosed in double quotes (omit if you don't need double quotes).
Insert a domTT tooltip table row using a "TH_TEXT" table header with a "TD_TEXT" table TD value. Used with the @tableTTBegin() and @tableTTEnd() macros.
This macro is defined as:
<tr><th@htmlAttr("align","left")@htmlAttr("valign","baseline")>@ifEqual("@param(0)",""," ","@param(0)@ttNormal(":")")</th><td@htmlAttr("align","left")>@ttValueWB("@param(1)","@ifEqual("@param(2)","true","true","false")")</td></tr>