Skip to content

Commit

Permalink
Update FileInput to v2 - wraps Krajee JQuery plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Mar 20, 2014
1 parent ce85d03 commit 9149070
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 845 deletions.
9 changes: 9 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version 1.0.0
=============
Initial release

version 2.0.0
=============
[enh # 40] FileInput widget now wraps the enhanced [JQuery Bootstrap FileInput Plugin](http://github.com/kartik-v/bootstrap-fileinput).

The fileinput routines and rendering have been enhanced and offers ability to configure most options, call events, and methods.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The TouchSpin widget is a Yii 2 wrapper for for the [bootstrap-touchspin](http:/
#### FileInput
[```VIEW DEMO```](http://demos.krajee.com/widget-details/fileinput)

The FileInput widget is a customized file input widget based on HTML5 file input. The widget enhances the default HTML file input with various features including the following:
The FileInput widget is a customized file input widget based on Krajee's [Bootstrap FileInput JQuery Plugin](http://plugins.krajee.com/file-input). The widget enhances the default HTML file input with various features including the following:

* Specially styled for Bootstrap 3.0 with customizable buttons, caption, and preview
* Ability to select and preview multiple files
Expand Down
98 changes: 0 additions & 98 deletions assets/css/fileinput.css

This file was deleted.

21 changes: 0 additions & 21 deletions assets/css/fileinput.min.css

This file was deleted.

195 changes: 0 additions & 195 deletions assets/js/fileinput.js

This file was deleted.

15 changes: 0 additions & 15 deletions assets/js/fileinput.min.js

This file was deleted.

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"require": {
"yiisoft/yii2": "dev-master",
"yiisoft/yii2-bootstrap": "dev-master",
"kartik-v/bootstrap-star-rating": "dev-master"
"kartik-v/bootstrap-star-rating": "dev-master",
"kartik-v/bootstrap-fileinput": "dev-master"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 9149070

Please sign in to comment.