|
ILIAS
Release_3_10_x_branch Revision 61812
|
This class represents an image file property in a property form. More...
Inheritance diagram for ilFlashFileInputGUI:
Collaboration diagram for ilFlashFileInputGUI:Public Member Functions | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. | |
| setApplet ($a_applet) | |
| Set applet. | |
| getApplet () | |
| Get applet. | |
| 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 | |
| setValueByArray ($a_values) | |
| Set value by array. | |
| setValue ($a_value) | |
| Set Value. | |
| getValue () | |
| Get Value. | |
| 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. | |
Public Member Functions inherited from ilSubEnabledFormPropertyGUI | |
| addSubItem ($a_item) | |
| Add Subitem. | |
| getSubItems () | |
| Get Subitems. | |
| setSubformMode ($a_subformmode) | |
| Set Subform Mode. | |
| getSubformMode () | |
| Get Subform Mode. | |
| checkSubItemsInput () | |
| Check SubItems. | |
| getSubForm () | |
| Get sub form html. | |
Public Member Functions inherited from ilFormPropertyGUI | |
| 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. | |
Protected Attributes | |
| $applet | |
| $width | |
| $height | |
| $parameters | |
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 31 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 44 of file class.ilFlashFileInputGUI.php.
References ilFileInputGUI\setSuffixes(), and ilFormPropertyGUI\setType().
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 140 of file class.ilFlashFileInputGUI.php.
| ilFlashFileInputGUI::clearParameters | ( | ) |
Remove all parameters.
Definition at line 158 of file class.ilFlashFileInputGUI.php.
| ilFlashFileInputGUI::getApplet | ( | ) |
Get applet.
Definition at line 69 of file class.ilFlashFileInputGUI.php.
References ilFileInputGUI\getFilename().
Referenced by insert().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFlashFileInputGUI::getDeletionFlag | ( | ) |
Get deletion flag.
Definition at line 236 of file class.ilFlashFileInputGUI.php.
References ilFormPropertyGUI\getPostVar().
Here is the call graph for this function:| ilFlashFileInputGUI::getHeight | ( | ) |
Get height.
Definition at line 99 of file class.ilFlashFileInputGUI.php.
References $height.
Referenced by insert().
Here is the caller graph for this function:| ilFlashFileInputGUI::getParameters | ( | ) |
Get parameters.
Definition at line 119 of file class.ilFlashFileInputGUI.php.
References $parameters.
Referenced by insert().
Here is the caller graph for this function:| ilFlashFileInputGUI::getWidth | ( | ) |
Get width.
Definition at line 79 of file class.ilFlashFileInputGUI.php.
References $width.
Referenced by insert().
Here is the caller graph for this function:| ilFlashFileInputGUI::insert | ( | & | $a_tpl | ) |
Insert property html.
Reimplemented from ilFileInputGUI.
Definition at line 166 of file class.ilFlashFileInputGUI.php.
References $lng, getApplet(), ilFormPropertyGUI\getFieldId(), getHeight(), ilFileInputGUI\getMaxFileSizeString(), getParameters(), ilFormPropertyGUI\getPostVar(), getWidth(), ILIAS_ABSOLUTE_PATH, ilYuiUtil\initConnectionWithAnimation(), and ilUtil\prepareFormOutput().
Here is the call graph for this function:| ilFlashFileInputGUI::removeParameter | ( | $name | ) |
Remove parameter.
| string | $name | Parameter name |
Definition at line 150 of file class.ilFlashFileInputGUI.php.
| ilFlashFileInputGUI::setApplet | ( | $a_applet | ) |
Set applet.
| string | $a_applet | Applet |
Definition at line 59 of file class.ilFlashFileInputGUI.php.
References ilFileInputGUI\setFilename().
Here is the call graph for this function:| ilFlashFileInputGUI::setHeight | ( | $a_height | ) |
Set height.
| integer | $a_height | height |
Definition at line 109 of file class.ilFlashFileInputGUI.php.
| ilFlashFileInputGUI::setParameters | ( | $a_parameters | ) |
Set parameters.
| array | $a_parameters | Parameters |
Definition at line 129 of file class.ilFlashFileInputGUI.php.
| ilFlashFileInputGUI::setWidth | ( | $a_width | ) |
Set width.
| integer | $a_width | width |
Definition at line 89 of file class.ilFlashFileInputGUI.php.
|
protected |
Definition at line 33 of file class.ilFlashFileInputGUI.php.
|
protected |
Definition at line 35 of file class.ilFlashFileInputGUI.php.
Referenced by getHeight().
|
protected |
Definition at line 36 of file class.ilFlashFileInputGUI.php.
Referenced by getParameters().
|
protected |
Definition at line 34 of file class.ilFlashFileInputGUI.php.
Referenced by getWidth().