PHP Class WhBasicFileUpload

Author: Antonio Ramirez ([email protected])
Inheritance: extends CInputWidget
Afficher le fichier Open project: 2amigos/yiiwheels

Méthodes publiques

Свойство Type Description
$pluginOptions Editor options that will be passed to the editor
$uploadAction upload action url

Méthodes publiques

Méthode Description
init ( ) Widget's initialization method
registerClientScript ( ) Registers client script
renderField ( ) Renders the input file field
run ( ) Runs the widget.

Method Details

init() public méthode

Widget's initialization method
public init ( )

registerClientScript() public méthode

Registers client script

renderField() public méthode

Renders the input file field
public renderField ( )

run() public méthode

Runs the widget.
public run ( )

Property Details

$pluginOptions public_oe property

Editor options that will be passed to the editor
See also: http://imperavi.com/redactor/docs/
public $pluginOptions

$uploadAction public_oe property

upload action url
public $uploadAction