ILIAS
Release_4_0_x_branch Revision 61816
|
This class represents a selection list property in a property form. More...
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 () | |
Render item. | |
insert (&$a_tpl) | |
Insert property html. | |
getTableFilterHTML () | |
Get HTML for table filter. | |
serializeData () | |
serialize data | |
unserializeData ($a_data) | |
unserialize data | |
Protected Member Functions inherited from ilFormPropertyGUI | |
setType ($a_type) | |
Set Type. | |
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 33 of file class.ilSuggestedSolutionInputGUI.php.