pm_cList:: getTableBody_ Method

Forms HTML code of the table body.

Syntax

function getTableBody_ ()

Parameters

No

Returns

A string value that holds HTML code of the table body.

Remarks

The function generates HTML code of the table body, specifying parameters (a checkbox element inserted, sorting) for each table row. After a row is defined, the function invokes the postTr() member function to define a sub-row or several (e.g. to display a list of subdomains below the domain).

The function is invoked from within pm_cList::getTable_().