| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
This class represents a selection list property in a property form. More...
 Inheritance diagram for ilSuggestedSolutionInputGUI:
 Inheritance diagram for ilSuggestedSolutionInputGUI: Collaboration diagram for ilSuggestedSolutionInputGUI:
 Collaboration diagram for ilSuggestedSolutionInputGUI:| Additional Inherited Members | |
|  Public Member Functions inherited from ilCheckboxInputGUI | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. | |
| setValue ($a_value) | |
| Set Value. | |
| getValue () | |
| Get Value. | |
| setChecked ($a_checked) | |
| Set Checked. | |
| getChecked () | |
| Get Checked. | |
| setOptionTitle ($a_optiontitle) | |
| Set Option Title (optional). | |
| getOptionTitle () | |
| Get Option Title (optional). | |
| setValueByArray ($a_values) | |
| Set value by array. | |
| setAdditionalAttributes ($a_attrs) | |
| Set addiotional attributes. | |
| getAdditionalAttributes () | |
| get addtional attributes | |
| checkInput () | |
| Check input, strip slashes etc. | |
| hideSubForm () | |
| Sub form hidden on init? | |
| render ($a_mode= '') | |
| Render item. | |
| insert (&$a_tpl) | |
| Insert property html. | |
| getTableFilterHTML () | |
| Get HTML for table filter. | |
| serializeData () | |
| serialize data | |
| unserializeData ($a_data) | |
| unserialize data | |
| getToolbarHTML () | |
| Get HTML for toolbar. | |
|  Protected Member Functions inherited from ilFormPropertyGUI | |
| setType ($a_type) | |
| Set Type. | |
| getMultiIconsHTML () | |
| Get HTML for multiple value icons. | |
|  Protected Attributes inherited from ilCheckboxInputGUI | |
| $value = "1" | |
| $checked | |
| $optiontitle = "" | |
| $additional_attributes = '' | |
This class represents a selection list property in a property form.
Definition at line 13 of file class.ilSuggestedSolutionInputGUI.php.