pm_Form:: addHideableControls Method

Generates HTML of all GUI controls of the form and adds this HTML code to the instance of class pm_Form.

Syntax

protected function addHideableControls ($control)

Parameters

control

      A mixed value that can hold an array of control names or a string with a single control name.

Returns

A boolean which is true if all resulting arrays of variables have been added successfully, false otherwise.

Remarks

The function invokes the pm_Form::addHideableControl() member function for each item of the passed in collection of controls (or for a single one).