@tableTTRowPFont(TH_TEXT, TD_TEXT, [TD_TEXT_QUOTE])

Insert a domTT tooltip table row. The TD row uses a proportional font.

The following parameters are recognized:

TH_TEXT

Insert table row header value followed by a colon: ":". If this field is blank, a "non-breaking space" will be inserted. The TD row uses a proportional font.

TD_TEXT

Insert table row data value.

[TD_TEXT_QUOTE]

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")>@ifEqual("@param(0)","","&nbsp;","@param(0)@ttNormal(":")")</th><td@htmlAttr("align","left")>@ttValuePFont("@param(1)","@ifEqual("@param(2)","true","true","false")")</td></tr>