| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
This class represents an image file property in a property form. More...
 Inheritance diagram for ilFlashFileInputGUI:
 Inheritance diagram for ilFlashFileInputGUI: Collaboration diagram for ilFlashFileInputGUI:
 Collaboration diagram for ilFlashFileInputGUI:| Public Member Functions | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. | |
| setValueByArray ($a_values) | |
| Set value by array. | |
| getValue () | |
| Get Value. | |
| setValue ($a_value) | |
| Set Value. | |
| checkInput () | |
| Check input, strip slashes etc. | |
| setApplet ($a_applet) | |
| Set applet. | |
| getApplet () | |
| Get applet. | |
| setAppletPathWeb ($a_path) | |
| Set applet.path web. | |
| getAppletPathWeb () | |
| Get applet.path web. | |
| getWidth () | |
| Get width. | |
| setWidth ($a_width) | |
| Set width. | |
| getHeight () | |
| Get height. | |
| setHeight ($a_height) | |
| Set height. | |
| getParameters () | |
| Get parameters. | |
| setParameters ($a_parameters) | |
| Set parameters. | |
| addParameter ($name, $value) | |
| Add parameter. | |
| removeParameter ($name) | |
| Remove parameter. | |
| clearParameters () | |
| Remove all parameters. | |
| insert (&$a_tpl) | |
| Insert property html. | |
| getDeletionFlag () | |
| Get deletion flag. | |
|  Public Member Functions inherited from ilFileInputGUI | |
| 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. | |
| setALlowDeletion ($a_val) | |
| Set allow deletion. | |
| getALlowDeletion () | |
| Get allow deletion. | |
| render ($a_mode="") | |
| Render 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) | |
| setMulti ($a_multi) | |
| Set Multi. | |
| getMulti () | |
| Get Multi. | |
| setMultiValues (array $a_values) | |
| Set multi values. | |
| getMultiValues () | |
| Get multi values. | |
| Protected Attributes | |
| $applet | |
| $applet_path_web | |
| $width | |
| $height | |
| $parameters | |
|  Protected Attributes inherited from ilFileInputGUI | |
| $size = 40 | |
| $pending | |
| $allow_deletion | |
|  Protected Attributes inherited from ilSubEnabledFormPropertyGUI | |
| $sub_items = array() | |
|  Protected Attributes inherited from ilFormPropertyGUI | |
| $type | |
| $title | |
| $postvar | |
| $info | |
| $alert | |
| $required = false | |
| $parentgui | |
| $parentform | |
| $hidden_title = "" | |
| $multi | |
| $multi_values | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from ilFileInputGUI | |
| outputSuffixes ($a_tpl, $a_block="allowed_suffixes") | |
| getMaxFileSizeString () | |
This class represents an image file property in a property form.
Definition at line 11 of file class.ilFlashFileInputGUI.php.
| ilFlashFileInputGUI::__construct | ( | $a_title = "", | |
| $a_postvar = "" | |||
| ) | 
Constructor.
| string | $a_title | Title | 
| string | $a_postvar | Post Variable | 
Reimplemented from ilFileInputGUI.
Definition at line 25 of file class.ilFlashFileInputGUI.php.
References ilFileInputGUI\setSuffixes(), and ilFormPropertyGUI\setType().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilFlashFileInputGUI::addParameter | ( | $name, | |
| $value | |||
| ) | 
Add parameter.
| string | $name | Parameter name | 
| string | $value | Parameter value | 
Definition at line 291 of file class.ilFlashFileInputGUI.php.
| ilFlashFileInputGUI::checkInput | ( | ) | 
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilFileInputGUI.
Definition at line 73 of file class.ilFlashFileInputGUI.php.
References $_POST, ilFileInputGUI\$filename, $lng, ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), ilFileInputGUI\getSuffixes(), getValue(), ilFormPropertyGUI\setAlert(), and ilUtil\virusHandling().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilFlashFileInputGUI::clearParameters | ( | ) | 
Remove all parameters.
Definition at line 309 of file class.ilFlashFileInputGUI.php.
| ilFlashFileInputGUI::getApplet | ( | ) | 
Get applet.
Definition at line 200 of file class.ilFlashFileInputGUI.php.
References $applet.
Referenced by getValue(), and insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFlashFileInputGUI::getAppletPathWeb | ( | ) | 
Get applet.path web.
Definition at line 220 of file class.ilFlashFileInputGUI.php.
References $applet_path_web.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFlashFileInputGUI::getDeletionFlag | ( | ) | 
Get deletion flag.
Reimplemented from ilFileInputGUI.
Definition at line 392 of file class.ilFlashFileInputGUI.php.
References $_POST, and ilFormPropertyGUI\getPostVar().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilFlashFileInputGUI::getHeight | ( | ) | 
Get height.
Definition at line 250 of file class.ilFlashFileInputGUI.php.
References $height.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFlashFileInputGUI::getParameters | ( | ) | 
Get parameters.
Definition at line 270 of file class.ilFlashFileInputGUI.php.
References $parameters.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFlashFileInputGUI::getValue | ( | ) | 
Get Value.
Reimplemented from ilFileInputGUI.
Definition at line 45 of file class.ilFlashFileInputGUI.php.
References getApplet().
Referenced by checkInput().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFlashFileInputGUI::getWidth | ( | ) | 
Get width.
Definition at line 230 of file class.ilFlashFileInputGUI.php.
References $width.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFlashFileInputGUI::insert | ( | & | $a_tpl | ) | 
Insert property html.
Reimplemented from ilFileInputGUI.
Definition at line 317 of file class.ilFlashFileInputGUI.php.
References $lng, $tpl, getApplet(), getAppletPathWeb(), ilFormPropertyGUI\getFieldId(), getHeight(), ilFileInputGUI\getMaxFileSizeString(), getParameters(), ilFormPropertyGUI\getPostVar(), getWidth(), ilYuiUtil\initConnectionWithAnimation(), ilFileInputGUI\outputSuffixes(), and ilUtil\prepareFormOutput().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilFlashFileInputGUI::removeParameter | ( | $name | ) | 
Remove parameter.
| string | $name | Parameter name | 
Definition at line 301 of file class.ilFlashFileInputGUI.php.
| ilFlashFileInputGUI::setApplet | ( | $a_applet | ) | 
Set applet.
| string | $a_applet | Applet | 
Definition at line 190 of file class.ilFlashFileInputGUI.php.
Referenced by setValue().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFlashFileInputGUI::setAppletPathWeb | ( | $a_path | ) | 
Set applet.path web.
| string | $a_path | Applet path web | 
Definition at line 210 of file class.ilFlashFileInputGUI.php.
| ilFlashFileInputGUI::setHeight | ( | $a_height | ) | 
Set height.
| integer | $a_height | height | 
Definition at line 260 of file class.ilFlashFileInputGUI.php.
Referenced by setValue().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFlashFileInputGUI::setParameters | ( | $a_parameters | ) | 
Set parameters.
| array | $a_parameters | Parameters | 
Definition at line 280 of file class.ilFlashFileInputGUI.php.
| ilFlashFileInputGUI::setValue | ( | $a_value | ) | 
Set Value.
(used for displaying file title of existing file below input field)
| string | $a_value | Value | 
Reimplemented from ilFileInputGUI.
Definition at line 50 of file class.ilFlashFileInputGUI.php.
References setApplet(), setHeight(), and setWidth().
Referenced by setValueByArray().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFlashFileInputGUI::setValueByArray | ( | $a_values | ) | 
Set value by array.
| array | $a_values | value array | 
Reimplemented from ilFileInputGUI.
Definition at line 40 of file class.ilFlashFileInputGUI.php.
References ilFormPropertyGUI\getPostVar(), and setValue().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilFlashFileInputGUI::setWidth | ( | $a_width | ) | 
Set width.
| integer | $a_width | width | 
Definition at line 240 of file class.ilFlashFileInputGUI.php.
Referenced by setValue().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 13 of file class.ilFlashFileInputGUI.php.
Referenced by getApplet().
| 
 | protected | 
Definition at line 14 of file class.ilFlashFileInputGUI.php.
Referenced by getAppletPathWeb().
| 
 | protected | 
Definition at line 16 of file class.ilFlashFileInputGUI.php.
Referenced by getHeight().
| 
 | protected | 
Definition at line 17 of file class.ilFlashFileInputGUI.php.
Referenced by getParameters().
| 
 | protected | 
Definition at line 15 of file class.ilFlashFileInputGUI.php.
Referenced by getWidth().