PHP 클래스 dosamigos\fileupload\FileUpload

Widget to render the jQuery File Upload Basic Uploader
저자: Alexander Kochetov ([email protected])
상속: extends BaseUpload
파일 보기 프로젝트 열기: 2amigos/yii2-file-upload-widget 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$plus whether to register the js files for the basic +
$useDefaultButton whether to render the default button

공개 메소드들

메소드 설명
init ( )
registerClientScript ( ) Registers required script for the plugin to work as jQuery File Uploader
run ( )

메소드 상세

init() 공개 메소드

public init ( )

registerClientScript() 공개 메소드

Registers required script for the plugin to work as jQuery File Uploader

run() 공개 메소드

public run ( )

프로퍼티 상세

$plus 공개적으로 프로퍼티

whether to register the js files for the basic +
public $plus

$useDefaultButton 공개적으로 프로퍼티

whether to render the default button
public $useDefaultButton