|
ILIAS
Release_4_0_x_branch Revision 61816
|
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. | |
| 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 | |
Protected Attributes inherited from ilSubEnabledFormPropertyGUI | |
| $sub_items = array() | |
Protected Attributes inherited from ilFormPropertyGUI | |
| $type | |
| $title | |
| $postvar | |
| $info | |
| $alert | |
| $required = false | |
| $parentgui | |
| $parentform | |
Private Attributes | |
| $filename | |
| $filename_post | |
This class represents a file property in a property form.
Definition at line 11 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 23 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 169 of file class.ilFileInputGUI.php.
References $_POST, $error, $filename, $lng, ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), getSuffixes(), getValue(), ilFormPropertyGUI\setAlert(), 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 135 of file class.ilFileInputGUI.php.
| ilFileInputGUI::getFilename | ( | ) |
Get Value.
Definition at line 101 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 159 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 342 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::getSize | ( | ) |
Get Size.
Definition at line 81 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 123 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.
Definition at line 372 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 61 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 313 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 147 of file class.ilFileInputGUI.php.
Referenced by render().
Here is the caller graph for this function:
|
protected |
Definition at line 323 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 264 of file class.ilFileInputGUI.php.
References $lng, ilFormPropertyGUI\getFieldId(), getFilename(), getFileNamePostVar(), getMaxFileSizeString(), 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 91 of file class.ilFileInputGUI.php.
Referenced by setValueByArray().
Here is the caller graph for this function:| ilFileInputGUI::setSize | ( | $a_size | ) |
Set Size.
| int | $a_size | Size |
Definition at line 71 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 113 of file class.ilFileInputGUI.php.
Referenced by ilImageFileInputGUI\__construct(), ilFlashFileInputGUI\__construct(), ilSocialBookmarks\_initForm(), assJavaAppletGUI\editQuestion(), ilObjContentObjectGUI\initImportForm(), ilObjUserFolderGUI\initUserImportForm(), and ilObjExerciseGUI\initZipUploadForm().
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 51 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 37 of file class.ilFileInputGUI.php.
References getFileNamePostVar(), ilFormPropertyGUI\getPostVar(), setFilename(), and setValue().
Here is the call graph for this function:
|
private |
Definition at line 13 of file class.ilFileInputGUI.php.
Referenced by ilFlashFileInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), checkInput(), and getFilename().
|
private |
Definition at line 14 of file class.ilFileInputGUI.php.
Referenced by getFileNamePostVar().
|
protected |
Definition at line 15 of file class.ilFileInputGUI.php.
Referenced by getSize().