ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
This class represents a multi selection list property in a property form. More...
Public Member Functions | |
__construct (string $a_title="", string $a_postvar="") | |
setWidth (int $a_width) | |
getWidth () | |
setHeight (int $a_height) | |
getHeight () | |
setOptions (array $a_options) | |
getOptions () | |
setValue ($a_array) | |
getValue () | |
setValueByArray (array $a_values) | |
enableSelectAll (bool $a_value) | |
enableSelectedFirst (bool $a_value) | |
checkInput () | |
getInput () | |
render () | |
insert (ilTemplate $a_tpl) | |
getTableFilterHTML () | |
Get input item HTML to be inserted into table filters. More... | |
getCustomAttributes () | |
setCustomAttributes (array $custom_attributes) | |
addCustomAttribute (string $custom_attribute) | |
getWidthUnit () | |
setWidthUnit (string $widthUnit) | |
getHeightUnit () | |
setHeightUnit (string $heightUnit) | |
unserializeData (string $a_data) | |
![]() | |
__construct (string $a_title="", string $a_postvar="") | |
executeCommand () | |
getType () | |
setTitle (string $a_title) | |
getTitle () | |
setPostVar (string $a_postvar) | |
getPostVar () | |
getFieldId () | |
setInfo (string $a_info) | |
getInfo () | |
setAlert (string $a_alert) | |
getAlert () | |
setRequired (bool $a_required) | |
getRequired () | |
setDisabled (bool $a_disabled) | |
getDisabled () | |
checkInput () | |
Check input, strip slashes etc. More... | |
setParentForm (ilPropertyFormGUI $a_parentform) | |
getParentForm () | |
setParent (ilFormPropertyGUI $a_val) | |
getParent () | |
getSubForm () | |
hideSubForm () | |
setHiddenTitle (string $a_val) | |
getHiddenTitle () | |
getItemByPostVar (string $a_post_var) | |
Get item by post var. More... | |
serializeData () | |
unserializeData (string $a_data) | |
setParentTable ($a_val) | |
Set parent table. More... | |
getParentTable () | |
Get parent table. More... | |
writeToSession () | |
clearFromSession () | |
readFromSession () | |
getHiddenTag (string $a_post_var, string $a_value) | |
setMulti (bool $a_multi, bool $a_sortable=false, bool $a_addremove=true) | |
getMulti () | |
setMultiValues (array $a_values) | |
getMultiValues () | |
getContentOutsideFormTag () | |
Get content that has to reside outside of the parent form tag, e.g. More... | |
stripSlashesAddSpaceFallback (string $a_str) | |
Strip slashes with add space fallback, see https://www.ilias.de/mantis/view.php?id=19727. More... | |
getTableFilterLabelFor () | |
Get label "for" attribute value for filter. More... | |
getFormLabelFor () | |
Get label "for" attribute value for form. More... | |
setRequestParam (string $key, $val) | |
This writes the request (aka post) values. More... | |
![]() | |
getTableFilterLabelFor () | |
Get label "for" attribute value. More... | |
Protected Attributes | |
array | $options = [] |
array | $value = [] |
bool | $select_all = false |
bool | $selected_first = false |
string | $widthUnit = 'px' |
string | $heightUnit = 'px' |
array | $custom_attributes = [] |
![]() | |
array | $set_params = [] |
ilTable2GUI | $parent_table = null |
ilFormPropertyGUI | $parent_gui = null |
ilCtrl | $ctrl |
ilLanguage | $lng |
string | $type = "" |
string | $title = "" |
string | $postvar = "" |
string | $info = "" |
string | $alert = "" |
bool | $required = false |
ilPropertyFormGUI | $parentform = null |
string | $hidden_title = "" |
bool | $multi = false |
bool | $multi_sortable = false |
bool | $multi_addremove = true |
array | $multi_values = [] |
RequestInterface | $request |
HTTP Services | $http |
Refinery Factory | $refinery = null |
bool | $disabled = false |
ilGlobalTemplateInterface | $global_tpl = null |
Private Attributes | |
int | $width = 160 |
int | $height = 100 |
Additional Inherited Members | |
![]() | |
static | removeProhibitedCharacters (string $a_text) |
Remove prohibited characters see #19159. More... | |
![]() | |
symbol () | |
setType (string $a_type) | |
checkParentFormTable () | |
getSessionKey () | |
getMultiIconsHTML () | |
int ($key) | |
intArray ($key) | |
str ($key) | |
raw ($key) | |
strArray ($key) | |
arrayArray ($key) | |
isRequestParamArray (string $key) | |
getRequestParam (string $key, Refinery\Transformation $t) | |
This class represents a multi selection list property in a property form.
Definition at line 26 of file class.ilMultiSelectInputGUI.php.
ilMultiSelectInputGUI::__construct | ( | string | $a_title = "" , |
string | $a_postvar = "" |
||
) |
Definition at line 38 of file class.ilMultiSelectInputGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\lng(), ilFormPropertyGUI\setType(), and setValue().
ilMultiSelectInputGUI::addCustomAttribute | ( | string | $custom_attribute | ) |
Definition at line 253 of file class.ilMultiSelectInputGUI.php.
ilMultiSelectInputGUI::checkInput | ( | ) |
Definition at line 123 of file class.ilMultiSelectInputGUI.php.
References ilFormPropertyGUI\$lng, getInput(), getOptions(), ilFormPropertyGUI\getRequired(), ilFormPropertyGUI\setAlert(), and ilLanguage\txt().
ilMultiSelectInputGUI::enableSelectAll | ( | bool | $a_value | ) |
Definition at line 113 of file class.ilMultiSelectInputGUI.php.
ilMultiSelectInputGUI::enableSelectedFirst | ( | bool | $a_value | ) |
Definition at line 118 of file class.ilMultiSelectInputGUI.php.
ilMultiSelectInputGUI::getCustomAttributes | ( | ) |
Definition at line 242 of file class.ilMultiSelectInputGUI.php.
References $custom_attributes.
Referenced by render().
ilMultiSelectInputGUI::getHeight | ( | ) |
Definition at line 65 of file class.ilMultiSelectInputGUI.php.
References $height.
Referenced by render().
ilMultiSelectInputGUI::getHeightUnit | ( | ) |
Definition at line 268 of file class.ilMultiSelectInputGUI.php.
References $heightUnit.
Referenced by render().
ilMultiSelectInputGUI::getInput | ( | ) |
Definition at line 148 of file class.ilMultiSelectInputGUI.php.
References ilFormPropertyGUI\getPostVar(), and ilFormPropertyGUI\strArray().
Referenced by checkInput().
ilMultiSelectInputGUI::getOptions | ( | ) |
Definition at line 81 of file class.ilMultiSelectInputGUI.php.
References $options.
Referenced by checkInput(), and render().
ilMultiSelectInputGUI::getTableFilterHTML | ( | ) |
Get input item HTML to be inserted into table filters.
Implements ilTableFilterItem.
Definition at line 236 of file class.ilMultiSelectInputGUI.php.
References render().
ilMultiSelectInputGUI::getValue | ( | ) |
Definition at line 100 of file class.ilMultiSelectInputGUI.php.
Referenced by render().
ilMultiSelectInputGUI::getWidth | ( | ) |
Definition at line 55 of file class.ilMultiSelectInputGUI.php.
References $width.
Referenced by render().
ilMultiSelectInputGUI::getWidthUnit | ( | ) |
Definition at line 258 of file class.ilMultiSelectInputGUI.php.
References $widthUnit.
Referenced by render().
ilMultiSelectInputGUI::insert | ( | ilTemplate | $a_tpl | ) |
Definition at line 229 of file class.ilMultiSelectInputGUI.php.
References ilTemplate\parseCurrentBlock(), render(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
ilMultiSelectInputGUI::render | ( | ) |
Definition at line 153 of file class.ilMultiSelectInputGUI.php.
References ilFormPropertyGUI\$lng, getCustomAttributes(), ilFormPropertyGUI\getDisabled(), ilFormPropertyGUI\getFieldId(), getHeight(), getHeightUnit(), getOptions(), ilFormPropertyGUI\getPostVar(), getValue(), getWidth(), getWidthUnit(), ilLegacyFormElementsUtil\prepareFormOutput(), and ilLanguage\txt().
Referenced by getTableFilterHTML(), and insert().
ilMultiSelectInputGUI::setCustomAttributes | ( | array | $custom_attributes | ) |
Definition at line 247 of file class.ilMultiSelectInputGUI.php.
References $custom_attributes.
ilMultiSelectInputGUI::setHeight | ( | int | $a_height | ) |
Definition at line 60 of file class.ilMultiSelectInputGUI.php.
Referenced by ilPCLearningHistoryGUI\initForm(), and ilObjAdvancedEditingGUI\initTagsForm().
ilMultiSelectInputGUI::setHeightUnit | ( | string | $heightUnit | ) |
ilMultiSelectInputGUI::setOptions | ( | array | $a_options | ) |
array<string,string> | $a_options Options. Array ("value" => "option_text") |
Definition at line 73 of file class.ilMultiSelectInputGUI.php.
Referenced by assFormulaQuestionGUI\resetSavedPreviewSession(), and ilStudyProgrammeTypeAdvancedMetaDataFormGUI\saveObject().
ilMultiSelectInputGUI::setValue | ( | $a_array | ) |
mixed |
Definition at line 89 of file class.ilMultiSelectInputGUI.php.
Referenced by __construct(), setValueByArray(), and unserializeData().
ilMultiSelectInputGUI::setValueByArray | ( | array | $a_values | ) |
string[] |
Definition at line 108 of file class.ilMultiSelectInputGUI.php.
References ilFormPropertyGUI\getPostVar(), and setValue().
ilMultiSelectInputGUI::setWidth | ( | int | $a_width | ) |
Definition at line 50 of file class.ilMultiSelectInputGUI.php.
ilMultiSelectInputGUI::setWidthUnit | ( | string | $widthUnit | ) |
ilMultiSelectInputGUI::unserializeData | ( | string | $a_data | ) |
Definition at line 278 of file class.ilMultiSelectInputGUI.php.
References $data, and setValue().
|
protected |
Definition at line 36 of file class.ilMultiSelectInputGUI.php.
Referenced by getCustomAttributes(), and setCustomAttributes().
|
private |
Definition at line 33 of file class.ilMultiSelectInputGUI.php.
Referenced by getHeight().
|
protected |
Definition at line 35 of file class.ilMultiSelectInputGUI.php.
Referenced by getHeightUnit(), and setHeightUnit().
|
protected |
Definition at line 28 of file class.ilMultiSelectInputGUI.php.
Referenced by getOptions().
|
protected |
Definition at line 30 of file class.ilMultiSelectInputGUI.php.
|
protected |
Definition at line 31 of file class.ilMultiSelectInputGUI.php.
|
protected |
Definition at line 29 of file class.ilMultiSelectInputGUI.php.
|
private |
Definition at line 32 of file class.ilMultiSelectInputGUI.php.
Referenced by getWidth().
|
protected |
Definition at line 34 of file class.ilMultiSelectInputGUI.php.
Referenced by getWidthUnit(), and setWidthUnit().