PHP Class dosamigos\fileupload\BaseUpload

Author: Alexander Kochetov ([email protected])
Inheritance: extends yii\widgets\InputWidget
Mostrar archivo Open project: 2amigos/yii2-file-upload-widget Class Usage Examples

Public Properties

Property Type Description
$clientEvents the event handlers for the jQuery File Upload plugin. Please refer to the jQuery File Upload plugin web page for possible options.
$clientOptions the plugin options. For more information see the jQuery File Upload options documentation.
$i18n for the internalization configuration
$url upload route

Public Methods

Method Description
init ( )
initI18N ( ) Initialize internalization

Method Details

init() public method

public init ( )

initI18N() public method

Initialize internalization
public initI18N ( )

Property Details

$clientEvents public_oe property

the event handlers for the jQuery File Upload plugin. Please refer to the jQuery File Upload plugin web page for possible options.
See also: https://github.com/blueimp/jQuery-File-Upload/wiki/Options#callback-options
public $clientEvents

$clientOptions public_oe property

the plugin options. For more information see the jQuery File Upload options documentation.
See also: https://github.com/blueimp/jQuery-File-Upload/wiki/Options
public $clientOptions

$i18n public_oe property

for the internalization configuration
public $i18n

$url public_oe property

upload route
public $url