PHP Класс WhFineUploader

Автор: Antonio Ramirez ([email protected])
Наследование: extends CInputWidget
Показать файл Открыть проект

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

Свойство Тип Описание
$events the events
$noScriptText text to display if javascript is disabled
$pluginOptions the plugin options
$scenario which scenario we get the validation from
$tagName the HTML tag to render the uploader to
$uploadAction upload action url

Защищенные свойства (Protected)

Свойство Тип Описание
$defaultOptions d

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

Метод Описание
init ( )
registerClientScript ( ) Registers required client script for finuploader
renderTag ( ) Renders the tag where the button is going to be rendered
run ( ) Widget's run method

Защищенные методы

Метод Описание
getValidator ( ) : array
initDefaultOptions ( ) Sets up default options for the plugin - thanks https://github.com/anggiaj

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

getValidator() защищенный Метод

protected getValidator ( ) : array
Результат array

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

public init ( )

initDefaultOptions() защищенный Метод

Sets up default options for the plugin - thanks https://github.com/anggiaj
protected initDefaultOptions ( )

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

Registers required client script for finuploader

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

Renders the tag where the button is going to be rendered
public renderTag ( )

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

Widget's run method
public run ( )

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

$defaultOptions защищенное свойство

d
protected $defaultOptions

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

the events
public $events

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

text to display if javascript is disabled
public $noScriptText

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

the plugin options
public $pluginOptions

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

which scenario we get the validation from
public $scenario

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

the HTML tag to render the uploader to
public $tagName

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

upload action url
public $uploadAction