PHP Класс dosamigos\fileupload\FileUpload

Widget to render the jQuery File Upload Basic Uploader
Автор: Alexander Kochetov ([email protected])
Наследование: extends BaseUpload
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$plus whether to register the js files for the basic +
$useDefaultButton whether to render the default button

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

Метод Описание
init ( )
registerClientScript ( ) Registers required script for the plugin to work as jQuery File Uploader
run ( )

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

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

public init ( )

registerClientScript() публичный метод

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

run() публичный метод

public run ( )

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

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

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

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

whether to render the default button
public $useDefaultButton