|
const | DOWNLOAD_TEMPLATE_ID = 'template-download' |
|
const | UPLOAD_TEMPLATE_ID = 'template-upload' |
|
| $scriptFile |
|
| $cssFile = null |
|
| $assetFolderName = 'fileUpload' |
|
| $uploadUrl |
|
| $deleteUrl |
|
| $allowMultipleUpload = false |
|
| $renderFileDownloadLinks = false |
|
| $options |
|
| $formName |
|
| $formData |
|
| $inputName |
|
| $inputId |
|
| $hiddenInputName |
|
| $existingFiles |
|
| $maxSize |
|
| $beforeUploadAction |
|
| $afterDeleteAction |
|
| $onSuccessAction |
|
| $showMaxSize = true |
|
| $scriptUrl |
|
| $scriptFile |
|
| $cssFile |
|
| $assetFolderName |
|
|
| getDropZoneContent () |
|
| getAddLabel () |
|
| makeDownloadRowScriptContent () |
|
| makeUploadRowScriptContent () |
|
| getDownloadTemplateId () |
|
| getUploadTemplateId () |
|
| renderParamForInit ($paramName) |
|
| resolvePackagePath () |
|
| registerCoreScripts () |
|
| registerScriptFile ($fileName, $position=CClientScript::POS_END) |
|
|
static | renderMaxSizeContent ($maxSize, $showMaxSize) |
|
Render a file upload element that can allow for multiple file uploads and calls ajax to upload the files to the server as you add them. Utilizes file upload plugin here: https://github.com/blueimp/jQuery-File-Upload
Definition at line 42 of file FileUpload.php.
Initializes the widget. This method will publish JUI assets if necessary. It will also register jquery and JUI JavaScript files and the theme CSS file. If you override this method, make sure you call the parent implementation first.
Definition at line 160 of file FileUpload.php.
Initial value:= array('jquery.fileupload.js',
'jquery.fileupload-ui.js', 'jquery.tmpl.min.js', 'jquery.iframe-transport.js')
Definition at line 48 of file FileUpload.php.
The documentation for this class was generated from the following file: