Class common\widgets\html5uploader\Widget

Inheritancecommon\widgets\html5uploader\Widget » yii\widgets\InputWidget

Class Widget Виджет загрузки файлов основанный на html5

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$allowedExt array расширения доступные для загрузки common\widgets\html5uploader\Widget
$maxFileSize int максимальный размер загружаемого файла common\widgets\html5uploader\Widget
$tpl string шаблон common\widgets\html5uploader\Widget
$uploadRoute string маршрут для загрузки файлов common\widgets\html5uploader\Widget
$webroot string алиас DOCUMENT ROOT common\widgets\html5uploader\Widget

Protected Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$assetClass \yii\web\AssetBundle класса бандла ресурсов common\widgets\html5uploader\Widget

Public Methods

Hide inherited methods

MethodDescriptionDefined By
getAssetClass() Возвращает класс модуля ресурсов common\widgets\html5uploader\Widget
init() common\widgets\html5uploader\Widget
run() common\widgets\html5uploader\Widget
setAssetClass() Устанавливает класс модуля ресурсов common\widgets\html5uploader\Widget

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
registerScripts() Решистрирует javascript инициализации виджета common\widgets\html5uploader\Widget

Property Details

$allowedExt public property
array $allowedExt = ["jpg""jpeg""gif""png""pdf""doc""docx""xsl""xslx""odt""ppt""zip""rar""gz""tar""swf""csv"]

расширения доступные для загрузки

$assetClass protected property
\yii\web\AssetBundle $assetClass null

класса бандла ресурсов

$maxFileSize public property
int $maxFileSize null

максимальный размер загружаемого файла

$tpl public property
string $tpl "uploader"

шаблон

$uploadRoute public property

маршрут для загрузки файлов

$webroot public property
string $webroot "@webroot"

алиас DOCUMENT ROOT

Method Details

getAssetClass() public method

Возвращает класс модуля ресурсов

string getAssetClass( )
init() public method

void init( )
registerScripts() protected method

Решистрирует javascript инициализации виджета

void registerScripts( )
run() public method

void run( )
setAssetClass() public method

Устанавливает класс модуля ресурсов

void setAssetClass$class )
$class string

имя класса