|
ILIAS
Release_4_2_x_branch Revision 61807
|
This class represents a file property in a property form. More...
Inheritance diagram for ilFileInputGUI:
Collaboration diagram for ilFileInputGUI:Public Member Functions | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. | |
| setValueByArray ($a_values) | |
| Set value by array. | |
| setValue ($a_value) | |
| Set Value. | |
| getValue () | |
| Get Value. | |
| setSize ($a_size) | |
| Set Size. | |
| getSize () | |
| Get Size. | |
| setFilename ($a_val) | |
| Set filename value (if filename selection is enabled) | |
| getFilename () | |
| Get Value. | |
| setSuffixes ($a_suffixes) | |
| Set Accepted Suffixes. | |
| getSuffixes () | |
| Get Accepted Suffixes. | |
| setPending ($a_val) | |
| Set pending filename value. | |
| getPending () | |
| Get pending filename. | |
| enableFileNameSelection ($a_post_var) | |
| If enabled, users get the possibility to enter a filename for the uploaded file. | |
| isFileNameSelectionEnabled () | |
| Check if filename selection is enabled. | |
| getFileNamePostVar () | |
| Get file name post var. | |
| checkInput () | |
| Check input, strip slashes etc. | |
| render ($a_mode="") | |
| Render html. | |
| insert (&$a_tpl) | |
| Insert property html. | |
| getToolbarHTML () | |
| Get HTML for toolbar. | |
Public Member Functions inherited from ilSubEnabledFormPropertyGUI | |
| addSubItem ($a_item) | |
| Add Subitem. | |
| getSubItems () | |
| Get Subitems. | |
| checkSubItemsInput () | |
| Check SubItems. | |
| getSubForm () | |
| Get sub form html. | |
| getItemByPostVar ($a_post_var) | |
| Get item by post var. | |
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. | |
| hideSubForm () | |
| Sub form hidden on init? | |
| setHiddenTitle ($a_val) | |
| Set hidden title (for screenreaders) | |
| getHiddenTitle () | |
| Get hidden title. | |
| 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) | |
Protected Member Functions | |
| outputSuffixes ($a_tpl, $a_block="allowed_suffixes") | |
| getMaxFileSizeString () | |
Protected Attributes | |
| $size = 40 | |
| $pending | |
Protected Attributes inherited from ilSubEnabledFormPropertyGUI | |
| $sub_items = array() | |
Protected Attributes inherited from ilFormPropertyGUI | |
| $type | |
| $title | |
| $postvar | |
| $info | |
| $alert | |
| $required = false | |
| $parentgui | |
| $parentform | |
| $hidden_title = "" | |
Private Attributes | |
| $filename | |
| $filename_post | |
This class represents a file property in a property form.
Definition at line 14 of file class.ilFileInputGUI.php.
| ilFileInputGUI::__construct | ( | $a_title = "", |
|
$a_postvar = "" |
|||
| ) |
Constructor.
| string | $a_title | Title |
| string | $a_postvar | Post Variable |
Reimplemented from ilFormPropertyGUI.
Reimplemented in ilFileWizardInputGUI, ilImagemapFileInputGUI, ilFlashFileInputGUI, and ilImageFileInputGUI.
Definition at line 27 of file class.ilFileInputGUI.php.
References $lng, ilFormPropertyGUI\setHiddenTitle(), and ilFormPropertyGUI\setType().
Here is the call graph for this function:| ilFileInputGUI::checkInput | ( | ) |
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilFormPropertyGUI.
Reimplemented in ilFileWizardInputGUI, ilImagemapFileInputGUI, and ilFlashFileInputGUI.
Definition at line 193 of file class.ilFileInputGUI.php.
References $_POST, $filename, $lng, ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), getSuffixes(), getValue(), ilFormPropertyGUI\setAlert(), ilUtil\stripSlashes(), and ilUtil\virusHandling().
Here is the call graph for this function:| ilFileInputGUI::enableFileNameSelection | ( | $a_post_var | ) |
If enabled, users get the possibility to enter a filename for the uploaded file.
public
| string | post variable |
Definition at line 159 of file class.ilFileInputGUI.php.
| ilFileInputGUI::getFilename | ( | ) |
Get Value.
Definition at line 105 of file class.ilFileInputGUI.php.
References $filename.
Referenced by render().
Here is the caller graph for this function:| ilFileInputGUI::getFileNamePostVar | ( | ) |
Get file name post var.
public
| string | file name post var |
Definition at line 183 of file class.ilFileInputGUI.php.
References $filename_post.
Referenced by render(), and setValueByArray().
Here is the caller graph for this function:
|
protected |
Definition at line 385 of file class.ilFileInputGUI.php.
Referenced by ilImageFileInputGUI\insert(), ilFileWizardInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilFlashFileInputGUI\insert(), and render().
Here is the caller graph for this function:| ilFileInputGUI::getPending | ( | ) |
Get pending filename.
Definition at line 147 of file class.ilFileInputGUI.php.
References $pending.
Referenced by ilImageFileInputGUI\insert(), and render().
Here is the caller graph for this function:| ilFileInputGUI::getSize | ( | ) |
Get Size.
Definition at line 85 of file class.ilFileInputGUI.php.
References $size.
Referenced by render().
Here is the caller graph for this function:| ilFileInputGUI::getSuffixes | ( | ) |
Get Accepted Suffixes.
Definition at line 127 of file class.ilFileInputGUI.php.
Referenced by ilFlashFileInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), checkInput(), and outputSuffixes().
Here is the caller graph for this function:| ilFileInputGUI::getToolbarHTML | ( | ) |
Get HTML for toolbar.
Implements ilToolbarItem.
Definition at line 415 of file class.ilFileInputGUI.php.
References render().
Here is the call graph for this function:| ilFileInputGUI::getValue | ( | ) |
Get Value.
Reimplemented in ilFlashFileInputGUI.
Definition at line 65 of file class.ilFileInputGUI.php.
Referenced by ilImagemapFileInputGUI\checkInput(), checkInput(), ilImageFileInputGUI\insert(), ilImagemapFileInputGUI\insert(), and render().
Here is the caller graph for this function:| ilFileInputGUI::insert | ( | & | $a_tpl | ) |
Insert property html.
Reimplemented in ilFlashFileInputGUI, ilImagemapFileInputGUI, ilFileWizardInputGUI, and ilImageFileInputGUI.
Definition at line 356 of file class.ilFileInputGUI.php.
References render().
Here is the call graph for this function:| ilFileInputGUI::isFileNameSelectionEnabled | ( | ) |
Check if filename selection is enabled.
public
Definition at line 171 of file class.ilFileInputGUI.php.
Referenced by render().
Here is the caller graph for this function:
|
protected |
Definition at line 366 of file class.ilFileInputGUI.php.
References $lng, and getSuffixes().
Referenced by ilImageFileInputGUI\insert(), ilFileWizardInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilFlashFileInputGUI\insert(), and render().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFileInputGUI::render | ( | $a_mode = "" | ) |
Render html.
Definition at line 298 of file class.ilFileInputGUI.php.
References $lng, $pending, ilFormPropertyGUI\getFieldId(), getFilename(), getFileNamePostVar(), getMaxFileSizeString(), getPending(), ilFormPropertyGUI\getPostVar(), getSize(), getValue(), isFileNameSelectionEnabled(), and outputSuffixes().
Referenced by getToolbarHTML(), and insert().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFileInputGUI::setFilename | ( | $a_val | ) |
Set filename value (if filename selection is enabled)
| string | $a_val |
Definition at line 95 of file class.ilFileInputGUI.php.
Referenced by setValueByArray().
Here is the caller graph for this function:| ilFileInputGUI::setPending | ( | $a_val | ) |
Set pending filename value.
| string | $a_val |
Definition at line 137 of file class.ilFileInputGUI.php.
| ilFileInputGUI::setSize | ( | $a_size | ) |
Set Size.
| int | $a_size | Size |
Definition at line 75 of file class.ilFileInputGUI.php.
Referenced by ilFileSystemGUI\listFiles().
Here is the caller graph for this function:| ilFileInputGUI::setSuffixes | ( | $a_suffixes | ) |
Set Accepted Suffixes.
| array | $a_suffixes | Accepted Suffixes |
Definition at line 117 of file class.ilFileInputGUI.php.
Referenced by ilImageFileInputGUI\__construct(), ilFlashFileInputGUI\__construct(), ilSocialBookmarks\_initForm(), assJavaAppletGUI\editQuestion(), ilPCInteractiveImageGUI\initAddOverlaysForm(), ilObjectPluginGUI\initImportForm(), ilExternalFeedBlockGUI\initImportForm(), ilObjContentObjectGUI\initImportForm(), ilObjQuestionPoolGUI\initImportForm(), ilObjectGUI\initImportForm(), ilObjSurveyGUI\initImportForm(), ilObjTestGUI\initImportForm(), ilObjStyleSettingsGUI\initPageLayoutImportForm(), ilObjUserFolderGUI\initUserImportForm(), ilObjExerciseGUI\initZipUploadForm(), and ilPaymentCouponGUI\showCodeImport().
Here is the caller graph for this function:| ilFileInputGUI::setValue | ( | $a_value | ) |
Set Value.
(used for displaying file title of existing file below input field)
| string | $a_value | Value |
Reimplemented in ilImagemapFileInputGUI, and ilFlashFileInputGUI.
Definition at line 55 of file class.ilFileInputGUI.php.
Referenced by setValueByArray().
Here is the caller graph for this function:| ilFileInputGUI::setValueByArray | ( | $a_values | ) |
Set value by array.
| array | $a_values | value array |
Reimplemented in ilImagemapFileInputGUI, and ilFlashFileInputGUI.
Definition at line 41 of file class.ilFileInputGUI.php.
References getFileNamePostVar(), ilFormPropertyGUI\getPostVar(), setFilename(), and setValue().
Here is the call graph for this function:
|
private |
Definition at line 16 of file class.ilFileInputGUI.php.
Referenced by ilFlashFileInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), checkInput(), and getFilename().
|
private |
Definition at line 17 of file class.ilFileInputGUI.php.
Referenced by getFileNamePostVar().
|
protected |
Definition at line 19 of file class.ilFileInputGUI.php.
Referenced by getPending(), ilImageFileInputGUI\insert(), and render().
|
protected |
Definition at line 18 of file class.ilFileInputGUI.php.
Referenced by getSize().