PHP Класс WhBasicFileUpload

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

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

Свойство Тип Описание
$pluginOptions Editor options that will be passed to the editor
$uploadAction upload action url

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

Метод Описание
init ( ) Widget's initialization method
registerClientScript ( ) Registers client script
renderField ( ) Renders the input file field
run ( ) Runs the widget.

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

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

Widget's initialization method
public init ( )

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

Registers client script

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

Renders the input file field
public renderField ( )

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

Runs the widget.
public run ( )

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

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

Editor options that will be passed to the editor
См. также: http://imperavi.com/redactor/docs/
public $pluginOptions

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

upload action url
public $uploadAction