Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mabentley85 authored Mar 17, 2019
1 parent c728c63 commit dcb94c5
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Demos
Usage
-----

###Hypothetical Scenario
### Hypothetical Scenario
![Database](http://wbraganca.com/img/yii2-dynamicform/hypothetical-scenario.jpg)

###The View
### The View

```php
<?php
Expand Down Expand Up @@ -142,7 +142,7 @@ use wbraganca\dynamicform\DynamicFormWidget;
</div>
```

###Javascript Events
### Javascript Events

```javascript

Expand Down Expand Up @@ -172,7 +172,7 @@ $(".dynamicform_wrapper").on("limitReached", function(e, item) {
```


###The Controller (sample code)
### The Controller (sample code)

```php
<?php
Expand Down Expand Up @@ -319,7 +319,7 @@ class CustomerController extends Controller
}
```

###Model Class
### Model Class

```php
<?php
Expand Down Expand Up @@ -370,7 +370,7 @@ class Model extends \yii\base\Model
```


###To zero or more elements (use the following code in your view file)
### To zero or more elements (use the following code in your view file)


```php
Expand Down Expand Up @@ -474,3 +474,7 @@ use wbraganca\dynamicform\DynamicFormWidget;

</div>
```

### Features Added by @mabentley85
- Ability to not use asset bundle in app asset manager config
- Fix capatibility with kartik-v/dependent-dropdown and kartik-v/yii2-widget-select2

0 comments on commit dcb94c5

Please sign in to comment.