rkit/fileapi-widget-yii2
最新稳定版本:1.0.4
Composer 安装命令:
composer require rkit/fileapi-widget-yii2
包简介
FileApi widget for Yii2
README 文档
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
统计信息
- 总下载量: 993
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-01