pm_cList:: getTable_ Method

Forms HTML code of the table that presents a list on the browser page.

Syntax

function getTable_ ()

Parameters

No

Returns

A string value that holds HTML code of the table that presents the list GUI element.

Remarks

The function defines HTML tags <table> and </table> and the code lying within. This code includes table parameters, the code of the table header obtained by calling to the getTableHeader_() member function, and the code of the table body generated by the getTableBody_() member function.