File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -357,14 +357,14 @@ In this case you can use `enableGuessTitle` option like in the example below:
357
357
358
358
```
359
359
360
- ### Ajax load of a widget
360
+ ### Ajax loading of a widget
361
361
362
362
Assume you want to load a widget via ajax and then show it inside modal window. In this case you MUST:
363
363
364
364
- Ensure that you specified ID of widget otherwise the widget will get random ID and it can be the same as id of others elements on the page.
365
365
- Ensure that you use the widget inside ActiveForm because it works incorrectly in this case.
366
366
367
- You can fina an example of usage in a discussion of issue # 58
367
+ You can fina an example of usage in a discussion of [ issue] ( https://github.com/unclead/yii2-multiple-input/issues/58 )
368
368
369
369
## JavaScript events
370
370
This widget has following events:
You can’t perform that action at this time.
0 commit comments