PHP Class dosamigos\fileupload\FileUpload

Widget to render the jQuery File Upload Basic Uploader
Author: Alexander Kochetov ([email protected])
Inheritance: extends BaseUpload
Show file Open project: 2amigos/yii2-file-upload-widget Class Usage Examples

Public Properties

Property Type Description
$plus whether to register the js files for the basic +
$useDefaultButton whether to render the default button

Public Methods

Method Description
init ( )
registerClientScript ( ) Registers required script for the plugin to work as jQuery File Uploader
run ( )

Method Details

init() public method

public init ( )

registerClientScript() public method

Registers required script for the plugin to work as jQuery File Uploader

run() public method

public run ( )

Property Details

$plus public property

whether to register the js files for the basic +
public $plus

$useDefaultButton public property

whether to render the default button
public $useDefaultButton