| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
This class represents a multi selection list property in a property form. More...
 Inheritance diagram for ilMultiSelectInputGUI:
 Inheritance diagram for ilMultiSelectInputGUI: Collaboration diagram for ilMultiSelectInputGUI:
 Collaboration diagram for ilMultiSelectInputGUI:| Public Member Functions | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. | |
| setWidth ($a_width) | |
| Sets the width of this field. | |
| getWidth () | |
| Returns the width currently set for this field. | |
| setHeight ($a_height) | |
| Sets the height of this field. | |
| getHeight () | |
| Returns the height currently set for this field. | |
| setOptions ($a_options) | |
| Set Options. | |
| getOptions () | |
| Get Options. | |
| setValue ($a_array) | |
| Set Value. | |
| getValue () | |
| Get Value. | |
| setValueByArray ($a_values) | |
| Set value by array. | |
| checkInput () | |
| Check input, strip slashes etc. | |
| render () | |
| Render item. | |
| insert (&$a_tpl) | |
| Insert property html. | |
| getTableFilterHTML () | |
| Get HTML for table filter. | |
|  Public Member Functions inherited from ilFormPropertyGUI | |
| & | executeCommand () | 
| Execute command. | |
| getType () | |
| Get Type. | |
| setTitle ($a_title) | |
| Set Title. | |
| getTitle () | |
| Get Title. | |
| setPostVar ($a_postvar) | |
| Set Post Variable. | |
| getPostVar () | |
| Get Post Variable. | |
| getFieldId () | |
| Get Post Variable. | |
| setInfo ($a_info) | |
| Set Information Text. | |
| getInfo () | |
| Get Information Text. | |
| setAlert ($a_alert) | |
| Set Alert Text. | |
| getAlert () | |
| Get Alert Text. | |
| setRequired ($a_required) | |
| Set Required. | |
| getRequired () | |
| Get Required. | |
| setDisabled ($a_disabled) | |
| Set Disabled. | |
| getDisabled () | |
| Get Disabled. | |
| setParentForm ($a_parentform) | |
| Set Parent Form. | |
| getParentForm () | |
| Get Parent Form. | |
| setParent ($a_val) | |
| Set Parent GUI object. | |
| getParent () | |
| Get Parent GUI object. | |
| getSubForm () | |
| Get sub form html. | |
| hideSubForm () | |
| Sub form hidden on init? | |
| setHiddenTitle ($a_val) | |
| Set hidden title (for screenreaders) | |
| getHiddenTitle () | |
| Get hidden title. | |
| getItemByPostVar ($a_post_var) | |
| Get item by post var. | |
| serializeData () | |
| serialize data | |
| unserializeData ($a_data) | |
| unserialize data | |
| writeToSession () | |
| Write to session. | |
| clearFromSession () | |
| Clear session value. | |
| readFromSession () | |
| Read from session. | |
| getHiddenTag ($a_post_var, $a_value) | |
| Get hidden tag (used for disabled properties) | |
| setMulti ($a_multi) | |
| Set Multi. | |
| getMulti () | |
| Get Multi. | |
| setMultiValues (array $a_values) | |
| Set multi values. | |
| getMultiValues () | |
| Get multi values. | |
| Protected Attributes | |
| $options | |
| $value | |
|  Protected Attributes inherited from ilFormPropertyGUI | |
| $type | |
| $title | |
| $postvar | |
| $info | |
| $alert | |
| $required = false | |
| $parentgui | |
| $parentform | |
| $hidden_title = "" | |
| $multi | |
| $multi_values | |
| Private Attributes | |
| $width = 160 | |
| $height = 100 | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from ilFormPropertyGUI | |
| setType ($a_type) | |
| Set Type. | |
| getMultiIconsHTML ($a_sortable=false) | |
| Get HTML for multiple value icons. | |
This class represents a multi selection list property in a property form.
Definition at line 34 of file class.ilMultiSelectInputGUI.php.
| ilMultiSelectInputGUI::__construct | ( | $a_title = "", | |
| $a_postvar = "" | |||
| ) | 
Constructor.
| string | $a_title | Title | 
| string | $a_postvar | Post Variable | 
Reimplemented from ilFormPropertyGUI.
Definition at line 61 of file class.ilMultiSelectInputGUI.php.
References ilFormPropertyGUI\setType(), and setValue().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMultiSelectInputGUI::checkInput | ( | ) | 
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilFormPropertyGUI.
Definition at line 167 of file class.ilMultiSelectInputGUI.php.
References $_POST, $lng, ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), ilFormPropertyGUI\setAlert(), and ilUtil\stripSlashes().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMultiSelectInputGUI::getHeight | ( | ) | 
Returns the height currently set for this field.
public
Definition at line 107 of file class.ilMultiSelectInputGUI.php.
References $height.
Referenced by render().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMultiSelectInputGUI::getOptions | ( | ) | 
Get Options.
Definition at line 127 of file class.ilMultiSelectInputGUI.php.
References $options.
Referenced by render().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMultiSelectInputGUI::getTableFilterHTML | ( | ) | 
Get HTML for table filter.
Implements ilTableFilterItem.
Definition at line 249 of file class.ilMultiSelectInputGUI.php.
References render().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMultiSelectInputGUI::getValue | ( | ) | 
Get Value.
Definition at line 147 of file class.ilMultiSelectInputGUI.php.
Referenced by render().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMultiSelectInputGUI::getWidth | ( | ) | 
Returns the width currently set for this field.
public
Definition at line 85 of file class.ilMultiSelectInputGUI.php.
References $width.
Referenced by render().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMultiSelectInputGUI::insert | ( | & | $a_tpl | ) | 
Insert property html.
Definition at line 239 of file class.ilMultiSelectInputGUI.php.
References render().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMultiSelectInputGUI::render | ( | ) | 
Render item.
Definition at line 195 of file class.ilMultiSelectInputGUI.php.
References $options, $tpl, ilFormPropertyGUI\getDisabled(), ilFormPropertyGUI\getFieldId(), getHeight(), getOptions(), ilFormPropertyGUI\getPostVar(), getValue(), getWidth(), and ilUtil\prepareFormOutput().
Referenced by getTableFilterHTML(), and insert().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMultiSelectInputGUI::setHeight | ( | $a_height | ) | 
Sets the height of this field.
public
| integer | $a_height | 
Definition at line 96 of file class.ilMultiSelectInputGUI.php.
| ilMultiSelectInputGUI::setOptions | ( | $a_options | ) | 
Set Options.
| array | $a_options | Options. Array ("value" => "option_text") | 
Definition at line 117 of file class.ilMultiSelectInputGUI.php.
| ilMultiSelectInputGUI::setValue | ( | $a_array | ) | 
Set Value.
| array | array with all activated selections | 
Definition at line 137 of file class.ilMultiSelectInputGUI.php.
Referenced by __construct(), and setValueByArray().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilMultiSelectInputGUI::setValueByArray | ( | $a_values | ) | 
Set value by array.
| array | $a_values | value array | 
Definition at line 157 of file class.ilMultiSelectInputGUI.php.
References ilFormPropertyGUI\getPostVar(), and setValue().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilMultiSelectInputGUI::setWidth | ( | $a_width | ) | 
Sets the width of this field.
public
| integer | $a_width | 
Definition at line 74 of file class.ilMultiSelectInputGUI.php.
| 
 | private | 
Definition at line 53 of file class.ilMultiSelectInputGUI.php.
Referenced by getHeight().
| 
 | protected | 
Definition at line 36 of file class.ilMultiSelectInputGUI.php.
Referenced by getOptions(), and render().
| 
 | protected | 
Definition at line 37 of file class.ilMultiSelectInputGUI.php.
| 
 | private | 
Definition at line 45 of file class.ilMultiSelectInputGUI.php.
Referenced by getWidth().