Class WhFileUpload
- CJuiInputWidget
- WhFileUpload
Package: YiiWheels\widgets\fileupload
Copyright: Copyright © 2amigos.us 2013-
License: New BSD License
Author: Antonio Ramirez <amigo.cobos@gmail.com>
Located at widgets/fileupload/WhFileUpload.php
Copyright: Copyright © 2amigos.us 2013-
License: New BSD License
Author: Antonio Ramirez <amigo.cobos@gmail.com>
Located at widgets/fileupload/WhFileUpload.php
Methods summary
public
|
|
public
|
|
public
|
Magic methods summary
Properties summary
public
string
|
$url |
#
the url to the upload handler |
public
boolean
|
$multiple |
#
set to true to use multiple file upload |
public
mixed
|
$uploadTemplate |
#
The upload template id to display files available for upload defaults to null, meaning using the built-in template |
public
mixed
|
$downloadTemplate |
#
The template id to display files available for download defaults to null, meaning using the built-in template |
public
boolean
|
$previewImages |
#
Wheter or not to preview image files before upload |
public
boolean
|
$imageProcessing |
#
Wheter or not to add the image processing pluging |
public
string
|
$formView |
#
name of the form view to be rendered |
public
string
|
$uploadView |
#
name of the upload view to be rendered |
public
string
|
$downloadView |
#
name of the download view to be rendered |
public
string
|
$previewImagesView |
#
name of the view to display images at bootstrap-slideshow |