pm_cList:: getTableHeader_ Method

Forms HTML code of the table header.

Syntax

function getTableHeader_ ()

Parameters

No

Returns

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

Remarks

To form the table header, the function defines HTML tags <tr> and </tr> and the code lying within. This code can include adding the 'select all' checkbox element, after which every column is assigned a set of parameters (size, column-generating function name, sorting, sorting icons, context help).

This member function is invoked in the pm_cList::getTable_() method.