1
- #Yii2 Multiple input widget.
1
+ # Yii2 Multiple input widget.
2
2
Yii2 widget for handle multiple inputs for an attribute of model and tabular input for batch of models.
3
3
4
4
[ ![ Latest Stable Version] ( https://poser.pugx.org/unclead/yii2-multiple-input/v/stable )] ( https://packagist.org/packages/unclead/yii2-multiple-input )
@@ -7,10 +7,10 @@ Yii2 widget for handle multiple inputs for an attribute of model and tabular inp
7
7
[ ![ Latest Unstable Version] ( https://poser.pugx.org/unclead/yii2-multiple-input/v/unstable )] ( https://packagist.org/packages/unclead/yii2-multiple-input )
8
8
[ ![ License] ( https://poser.pugx.org/unclead/yii2-multiple-input/license )] ( https://packagist.org/packages/unclead/yii2-multiple-input )
9
9
10
- ##Latest release
10
+ ## Latest release
11
11
The latest stable version of the extension is v2.7.0 Follow the [ instruction] ( ./UPGRADE.md ) for upgrading from previous versions
12
12
13
- ##Installation
13
+ ## Installation
14
14
The preferred way to install this extension is through [ composer] ( http://getcomposer.org/download/ ) .
15
15
16
16
Either run
27
27
28
28
to the require section of your ` composer.json ` file.
29
29
30
- ##Basic usage
30
+ ## Basic usage
31
31
32
- ![ Single column example] ( ./docs /images/single-column.gif?raw=true )
32
+ ![ Single column example] ( ./resources /images/single-column.gif?raw=true )
33
33
34
34
For example you want to have an ability of entering several emails of user on profile page.
35
35
In this case you can use yii2-multiple-input widget like in the following code
@@ -51,16 +51,11 @@ use unclead\multipleinput\MultipleInput;
51
51
?>
52
52
```
53
53
54
- You can find more examples of usage [ here ] ( ./docs/usage.md )
54
+ ## Documentation
55
55
56
- ##Documentation
56
+ You can find a full version of documentation is available in [ wiki ] ( https://github.com/unclead/yii2-multiple-input/wiki/Usage )
57
57
58
- - [ Configuration] ( ./docs/configuration.md )
59
- - [ Usage] ( ./docs/usage.md )
60
- - [ Tips and tricks] ( ./docs/tips.md )
61
- - [ Javascript Events and Operations] ( ./docs/javascript.md )
62
- - [ Renderers] ( ./docs/renderers.md )
63
58
64
- ##License
59
+ ## License
65
60
66
61
** yii2-multiple-input** is released under the BSD 3-Clause License. See the bundled [ LICENSE.md] ( ./LICENSE.md ) for details.
0 commit comments