2017 © Pedro Peláez
 

yii2-extension fileapi-widget-yii2

FileApi widget for Yii2

image

rkit/fileapi-widget-yii2

FileApi widget for Yii2

  • Friday, March 10, 2017
  • by rkit
  • Repository
  • 1 Watchers
  • 1 Stars
  • 730 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 16 % Grown

The README.md

FileApi widget for Yii2

Wrapper for FileAPI, (*1)

Installation

composer require rkit/fileapi-widget-yii2

Usage

See FileApi docs https://github.com/RubaXa/jquery.fileapi/, (*2)

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, (*3)

The Versions

10/03 2017

dev-master

9999999-dev https://github.com/rkit/fileapi-widget-yii2

FileApi widget for Yii2

  Sources   Download

MIT

The Requires

 

by Igor Romanov

extension yii2 upload widget files fileapi

07/12 2015

1.0.4

1.0.4.0 https://github.com/rkit/fileapi-widget-yii2

FileApi widget for Yii2

  Sources   Download

MIT

The Requires

 

by Igor Romanov

extension yii2 upload widget files fileapi

01/10 2015

1.0.3

1.0.3.0 https://github.com/rkit/fileapi-widget-yii2

FileApi widget for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

by Igor Romanov

extension yii2 upload widget files fileapi

01/10 2015

1.0.1

1.0.1.0 https://github.com/rkit/fileapi-widget-yii2

FileApi widget for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

by Igor Romanov

extension yii2 upload widget files fileapi

01/10 2015

1.0.0

1.0.0.0 https://github.com/rkit/fileapi-widget-yii2

FileApi widget for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

by Igor Romanov

extension yii2 upload widget files fileapi