PHP 클래스 WhFineUploader

저자: Antonio Ramirez ([email protected])
상속: extends CInputWidget
파일 보기 프로젝트 열기: 2amigos/yiiwheels

공개 프로퍼티들

프로퍼티 타입 설명
$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

보호된 프로퍼티들

프로퍼티 타입 설명
$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