PHP Class WhFineUploader

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

Méthodes publiques

Свойство Type Description
$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 Properties

Свойство Type Description
$defaultOptions d

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
getValidator ( ) : array
initDefaultOptions ( ) Sets up default options for the plugin - thanks https://github.com/anggiaj

Method Details

getValidator() protected méthode

protected getValidator ( ) : array
Résultat array

init() public méthode

public init ( )

initDefaultOptions() protected méthode

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

registerClientScript() public méthode

Registers required client script for finuploader

renderTag() public méthode

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

run() public méthode

Widget's run method
public run ( )

Property Details

$defaultOptions protected_oe property

d
protected $defaultOptions

$events public_oe property

the events
public $events

$noScriptText public_oe property

text to display if javascript is disabled
public $noScriptText

$pluginOptions public_oe property

the plugin options
public $pluginOptions

$scenario public_oe property

which scenario we get the validation from
public $scenario

$tagName public_oe property

the HTML tag to render the uploader to
public $tagName

$uploadAction public_oe property

upload action url
public $uploadAction