class CRM_Core_QuickForm_GroupMultiSelect extends CRM_Core_QuickForm_NestedAdvMultiSelect

Methods

PEAR_Error|NULL
load(mixed $options, mixed $param1 = NULL, mixed $param2 = NULL, mixed $param3 = NULL, mixed $param4 = NULL)

Loads options from different types of data sources.

string
toHtml()

Returns the HTML generated for the advanced multiple select component.

Details

PEAR_Error|NULL load(mixed $options, mixed $param1 = NULL, mixed $param2 = NULL, mixed $param3 = NULL, mixed $param4 = NULL)

Loads options from different types of data sources.

This method overloaded parent method of select element, to allow loading options with fancy attributes.

Parameters

mixed $options &$options Options source currently supports assoc array or DB_result
mixed $param1 (optional) See function detail.
mixed $param2 (optional) See function detail.
mixed $param3 (optional) See function detail.
mixed $param4 (optional) See function detail.

Return Value

PEAR_Error|NULL on error and TRUE on success

Exceptions

PEAR_Error

See also

loadArray()

at line 43
string toHtml()

Returns the HTML generated for the advanced multiple select component.

Return Value

string