PHP 클래스 dosamigos\fileupload\BaseUpload

저자: Alexander Kochetov ([email protected])
상속: extends yii\widgets\InputWidget
파일 보기 프로젝트 열기: 2amigos/yii2-file-upload-widget 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$clientEvents the event handlers for the jQuery File Upload plugin. Please refer to the jQuery File Upload plugin web page for possible options.
$clientOptions the plugin options. For more information see the jQuery File Upload options documentation.
$i18n for the internalization configuration
$url upload route

공개 메소드들

메소드 설명
init ( )
initI18N ( ) Initialize internalization

메소드 상세

init() 공개 메소드

public init ( )

initI18N() 공개 메소드

Initialize internalization
public initI18N ( )

프로퍼티 상세

$clientEvents 공개적으로 프로퍼티

the event handlers for the jQuery File Upload plugin. Please refer to the jQuery File Upload plugin web page for possible options.
또한 보기: https://github.com/blueimp/jQuery-File-Upload/wiki/Options#callback-options
public $clientEvents

$clientOptions 공개적으로 프로퍼티

the plugin options. For more information see the jQuery File Upload options documentation.
또한 보기: https://github.com/blueimp/jQuery-File-Upload/wiki/Options
public $clientOptions

$i18n 공개적으로 프로퍼티

for the internalization configuration
public $i18n

$url 공개적으로 프로퍼티

upload route
public $url