PHP Класс dosamigos\fileupload\BaseUpload

Автор: Alexander Kochetov ([email protected])
Наследование: extends yii\widgets\InputWidget
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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

Открытые методы

Метод Описание
init ( )
initI18N ( ) Initialize internalization

Описание методов

init() публичный Метод

public init ( )

initI18N() публичный Метод

Initialize internalization
public initI18N ( )

Описание свойств

$clientEvents публичное свойство

the event handlers for the jQuery File Upload plugin. Please refer to the jQuery File Upload plugin web page for possible options.
См. также: https://github.com/blueimp/jQuery-File-Upload/wiki/Options#callback-options
public $clientEvents

$clientOptions публичное свойство

the plugin options. For more information see the jQuery File Upload options documentation.
См. также: https://github.com/blueimp/jQuery-File-Upload/wiki/Options
public $clientOptions

$i18n публичное свойство

for the internalization configuration
public $i18n

$url публичное свойство

upload route
public $url