rkit / fileapi-widget-yii2
FileApi widget for Yii2
Installs: 987
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- rubaxa/fileapi: ^0.4.11
- yiisoft/yii2: ^2.0
This package is not auto-updated.
Last update: 2024-11-09 19:25:06 UTC
README
Wrapper for FileAPI
Installation
composer require rkit/fileapi-widget-yii2
Usage
See FileApi docs https://github.com/RubaXa/jquery.fileapi/
use rkit\fileapi\Widget as FileApi; … <?= $form->field($model, $attribute, ['template' => "{label}\n{error}\n{input}\n{hint}"]) ->widget(FileApi::className(), [ 'template' => '@app/path/to/template', 'callbacks' => [ 'select' => new JsExpression('function (evt, ui) {}'), 'filecomplete' => [new JsExpression('function (evt, ui) {}'), ]], 'settings' => [ 'url' => yii\helpers\Url::toRoute('/url/to/upload'), 'imageSize' => ['minWidth' => 1000], 'accept' => 'image/*', 'duplicate' => true ] ]); ?>
Theme for Bootstrap 3
See in assets/css/style.css