CRM_Core_QuickForm_GroupMultiSelect
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
in CRM_Core_QuickForm_NestedAdvMultiSelect at line 65
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.
at line 44
string
toHtml()
Returns the HTML generated for the advanced multiple select component.