pm_cList:: getDel_ Method

Forms HTML code of the 'checkbox' GUI element anchored to the specified table row.

Syntax

function getDel_ ($id, $disabled, $checked, $readonly)

Parameters

id

      An integer value that specifies the table row.

disabled

      A boolean value. If set to true, specifies the disabled checkbox. Is set to false by default.

checked

      A boolean value that specifies the state of the checkbox. If set to true, means the checked checkbox. Is false by default.

readonly

      A boolean value. If set to true, the state of the checkbox cannot be changed. Is set to false by default.

Returns

A string value that holds HTML code of the 'checkbox' GUI element displayed in a table row specified by its identifier.