ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
This class represents a file wizard property in a property form. More...
Public Member Functions | |
__construct (string $a_title="", string $a_postvar="") | |
setImagePathWeb (string $a_path) | |
getImagePathWeb () | |
setFilenames (array $a_filenames) | |
getFilenames () | |
setAllowMove (bool $a_allow_move) | |
getAllowMove () | |
checkInput () | |
insert (ilTemplate $a_tpl) | |
![]() | |
__construct (string $a_title="", string $a_postvar="") | |
setValueByArray (array $a_values) | |
setValue (string $a_value) | |
Set Value. More... | |
getValue () | |
setSize (int $a_size) | |
getSize () | |
setFilename (string $a_val) | |
getFilename () | |
setSuffixes (array $a_suffixes) | |
getSuffixes () | |
setForbiddenSuffixes (array $a_suffixes) | |
getForbiddenSuffixes () | |
setPending (string $a_val) | |
getPending () | |
enableFileNameSelection (string $a_post_var) | |
isFileNameSelectionEnabled () | |
getFileNamePostVar () | |
setAllowDeletion (bool $a_val) | |
getALlowDeletion () | |
checkInput () | |
getInput () | |
render (string $a_mode="") | |
insert (ilTemplate $a_tpl) | |
getDeletionFlag () | |
getToolbarHTML () | |
Get input item HTML to be inserted into ilToolbarGUI. More... | |
![]() | |
addSubItem (ilFormPropertyGUI $a_item) | |
getSubItems () | |
getSubInputItemsRecursive () | |
returns a flat array of possibly existing subitems recursively More... | |
checkSubItemsInput () | |
Check SubItems. More... | |
getSubForm () | |
getItemByPostVar (string $a_post_var) | |
![]() | |
__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... | |
Additional Inherited Members | |
![]() | |
static | removeProhibitedCharacters (string $a_text) |
Remove prohibited characters see #19159. More... | |
![]() | |
outputSuffixes (ilTemplate $a_tpl, string $a_block="allowed_suffixes") | |
getMaxFileSizeString () | |
getMaxFileUploads () | |
Get number of maximum file uploads as declared in php.ini. 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 file wizard property in a property form.
Definition at line 28 of file class.ilFileWizardInputGUI.php.
ilFileWizardInputGUI::__construct | ( | string | $a_title = "" , |
string | $a_postvar = "" |
||
) |
Definition at line 37 of file class.ilFileWizardInputGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\lng().
ilFileWizardInputGUI::checkInput | ( | ) |
Definition at line 81 of file class.ilFileWizardInputGUI.php.
References ilFileInputGUI\$filename, ilFormPropertyGUI\$lng, ilSubEnabledFormPropertyGUI\checkSubItemsInput(), ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), ilFileInputGUI\getSuffixes(), ilFormPropertyGUI\setAlert(), ilLanguage\txt(), and ilVirusScanner\virusHandling().
ilFileWizardInputGUI::getAllowMove | ( | ) |
Definition at line 76 of file class.ilFileWizardInputGUI.php.
References $allowMove.
Referenced by insert().
ilFileWizardInputGUI::getFilenames | ( | ) |
ilFileWizardInputGUI::getImagePathWeb | ( | ) |
Definition at line 56 of file class.ilFileWizardInputGUI.php.
References $imagepath_web.
Referenced by insert().
ilFileWizardInputGUI::insert | ( | ilTemplate | $a_tpl | ) |
Definition at line 176 of file class.ilFileWizardInputGUI.php.
References ilFormPropertyGUI\$lng, $tpl, ilFileInputGUI\$value, ILIAS\UICore\GlobalTemplate\get(), getAllowMove(), ilFormPropertyGUI\getDisabled(), ilFormPropertyGUI\getFieldId(), getImagePathWeb(), ilFileInputGUI\getMaxFileSizeString(), ilFileInputGUI\getMaxFileUploads(), ilFormPropertyGUI\getPostVar(), ilFileInputGUI\outputSuffixes(), ilTemplate\parseCurrentBlock(), ILIAS\UICore\GlobalTemplate\parseCurrentBlock(), ilLegacyFormElementsUtil\prepareFormOutput(), ilTemplate\setCurrentBlock(), ILIAS\UICore\GlobalTemplate\setCurrentBlock(), ILIAS\UICore\GlobalTemplate\setVariable(), HTML_Template_IT\setVariable(), and ilLanguage\txt().
ilFileWizardInputGUI::setAllowMove | ( | bool | $a_allow_move | ) |
Definition at line 71 of file class.ilFileWizardInputGUI.php.
ilFileWizardInputGUI::setFilenames | ( | array | $a_filenames | ) |
Definition at line 61 of file class.ilFileWizardInputGUI.php.
Referenced by ilForumThreadFormGUI\addFileUploadInput(), ilExAssignmentEditorGUI\initAssignmentForm(), ilObjSessionGUI\initForm(), ilObjForumGUI\initReplyEditForm(), and ilExSubmissionFileGUI\initUploadForm().
ilFileWizardInputGUI::setImagePathWeb | ( | string | $a_path | ) |
Definition at line 51 of file class.ilFileWizardInputGUI.php.
|
protected |
Definition at line 34 of file class.ilFileWizardInputGUI.php.
Referenced by getAllowMove().
|
protected |
Definition at line 33 of file class.ilFileWizardInputGUI.php.
Referenced by getFilenames().
|
protected |
Definition at line 35 of file class.ilFileWizardInputGUI.php.
Referenced by getImagePathWeb().
|
protected |
Definition at line 30 of file class.ilFileWizardInputGUI.php.
Referenced by insert().
|
protected |
Definition at line 31 of file class.ilFileWizardInputGUI.php.
|
protected |
Definition at line 32 of file class.ilFileWizardInputGUI.php.