PHP Class WhBasicFileUpload

Author: Antonio Ramirez ([email protected])
Inheritance: extends CInputWidget
显示文件 Open project: 2amigos/yiiwheels

Public Properties

Property Type Description
$pluginOptions Editor options that will be passed to the editor
$uploadAction upload action url

Public Methods

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

Method Details

init() public method

Widget's initialization method
public init ( )

registerClientScript() public method

Registers client script

renderField() public method

Renders the input file field
public renderField ( )

run() public method

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