|
ILIAS
Release_5_0_x_branch Revision 61816
|
This class represents a multi selection list property in a property form. More...
Inheritance 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. | |
| enableSelectAll ($a_value) | |
| enableSelectedFirst ($a_value) | |
| checkInput () | |
| Check input, strip slashes etc. | |
| render () | |
| Render item. | |
| insert (&$a_tpl) | |
| Insert property html. | |
| getTableFilterHTML () | |
| Get HTML for table filter. | |
| getCustomAttributes () | |
| setCustomAttributes ($custom_attributes) | |
| addCustomAttribute ($custom_attribute) | |
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, $a_sortable=false, $a_addremove=true) | |
| Set Multi. | |
| getMulti () | |
| Get Multi. | |
| setMultiValues (array $a_values) | |
| Set multi values. | |
| getMultiValues () | |
| Get multi values. | |
| getContentOutsideFormTag () | |
| Get content that has to reside outside of the parent form tag, e.g. | |
Protected Attributes | |
| $options | |
| $value | |
| $select_all | |
| $selected_first | |
| $custom_attributes = array() | |
Protected Attributes inherited from ilFormPropertyGUI | |
| $type | |
| $title | |
| $postvar | |
| $info | |
| $alert | |
| $required = false | |
| $parentgui | |
| $parentform | |
| $hidden_title = "" | |
| $multi = false | |
| $multi_sortable = false | |
| $multi_addremove = true | |
| $multi_values | |
Private Attributes | |
| $width = 160 | |
| $height = 100 | |
Additional Inherited Members | |
Protected Member Functions inherited from ilFormPropertyGUI | |
| setType ($a_type) | |
| Set Type. | |
| getMultiIconsHTML () | |
| 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 67 of file class.ilMultiSelectInputGUI.php.
References ilFormPropertyGUI\setType(), and setValue().
Here is the call graph for this function:| ilMultiSelectInputGUI::addCustomAttribute | ( | $custom_attribute | ) |
| array | $custom_attribute |
Definition at line 338 of file class.ilMultiSelectInputGUI.php.
| ilMultiSelectInputGUI::checkInput | ( | ) |
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilFormPropertyGUI.
Definition at line 185 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:| ilMultiSelectInputGUI::enableSelectAll | ( | $a_value | ) |
Definition at line 169 of file class.ilMultiSelectInputGUI.php.
| ilMultiSelectInputGUI::enableSelectedFirst | ( | $a_value | ) |
Definition at line 174 of file class.ilMultiSelectInputGUI.php.
| ilMultiSelectInputGUI::getCustomAttributes | ( | ) |
Definition at line 322 of file class.ilMultiSelectInputGUI.php.
References $custom_attributes.
Referenced by render().
Here is the caller graph for this function:| ilMultiSelectInputGUI::getHeight | ( | ) |
Returns the height currently set for this field.
public
Definition at line 113 of file class.ilMultiSelectInputGUI.php.
References $height.
Referenced by render().
Here is the caller graph for this function:| ilMultiSelectInputGUI::getOptions | ( | ) |
Get Options.
Definition at line 133 of file class.ilMultiSelectInputGUI.php.
References $options.
Referenced by render().
Here is the caller graph for this function:| ilMultiSelectInputGUI::getTableFilterHTML | ( | ) |
Get HTML for table filter.
Implements ilTableFilterItem.
Definition at line 312 of file class.ilMultiSelectInputGUI.php.
References render().
Here is the call graph for this function:| ilMultiSelectInputGUI::getValue | ( | ) |
Get Value.
Definition at line 153 of file class.ilMultiSelectInputGUI.php.
Referenced by render().
Here is the caller graph for this function:| ilMultiSelectInputGUI::getWidth | ( | ) |
Returns the width currently set for this field.
public
Definition at line 91 of file class.ilMultiSelectInputGUI.php.
References $width.
Referenced by render().
Here is the caller graph for this function:| ilMultiSelectInputGUI::insert | ( | & | $a_tpl | ) |
Insert property html.
Definition at line 302 of file class.ilMultiSelectInputGUI.php.
References render().
Here is the call graph for this function:| ilMultiSelectInputGUI::render | ( | ) |
Render item.
Definition at line 213 of file class.ilMultiSelectInputGUI.php.
References $lng, $options, $tpl, getCustomAttributes(), 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 caller graph for this function:| ilMultiSelectInputGUI::setCustomAttributes | ( | $custom_attributes | ) |
| array | $custom_attributes |
Definition at line 330 of file class.ilMultiSelectInputGUI.php.
References $custom_attributes.
| ilMultiSelectInputGUI::setHeight | ( | $a_height | ) |
Sets the height of this field.
public
| integer | $a_height |
Definition at line 102 of file class.ilMultiSelectInputGUI.php.
Referenced by ilObjAdvancedEditingGUI\initTagsForm().
Here is the caller graph for this function:| ilMultiSelectInputGUI::setOptions | ( | $a_options | ) |
Set Options.
| array | $a_options | Options. Array ("value" => "option_text") |
Definition at line 123 of file class.ilMultiSelectInputGUI.php.
| ilMultiSelectInputGUI::setValue | ( | $a_array | ) |
Set Value.
| array | array with all activated selections |
Definition at line 143 of file class.ilMultiSelectInputGUI.php.
Referenced by __construct(), and setValueByArray().
Here is the caller graph for this function:| ilMultiSelectInputGUI::setValueByArray | ( | $a_values | ) |
Set value by array.
| array | $a_values | value array |
Definition at line 163 of file class.ilMultiSelectInputGUI.php.
References ilFormPropertyGUI\getPostVar(), and setValue().
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 80 of file class.ilMultiSelectInputGUI.php.
|
protected |
Definition at line 59 of file class.ilMultiSelectInputGUI.php.
Referenced by getCustomAttributes(), and setCustomAttributes().
|
private |
Definition at line 55 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 38 of file class.ilMultiSelectInputGUI.php.
|
protected |
Definition at line 39 of file class.ilMultiSelectInputGUI.php.
|
protected |
Definition at line 37 of file class.ilMultiSelectInputGUI.php.
|
private |
Definition at line 47 of file class.ilMultiSelectInputGUI.php.
Referenced by getWidth().