File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,4 +45,4 @@ After installing version 1.1.0 you have to rename js events following the next s
45
45
46
46
- Event ` init ` rename to ` afterInit `
47
47
- Event ` addNewRow ` rename to ` afterAddRow `
48
- - Event ` removeRow ` rename to ` afterDeleteRow `
48
+ - Event ` removeRow ` rename to ` afterDeleteRow `
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Widget support the following options that are additionally recognized over and a
12
12
you use widget without a model, since in this case widget is not able to detect client-side options automatically
13
13
14
14
** addButtonPosition** * integer|array* : the position(s) of ` add ` button.
15
- This can be ` MultipleInput::POS_HEADER ` , ` MultipleInput::POS_ROW ` or ` MultipleInput:PO_FOOTER `
15
+ This can be ` MultipleInput::POS_HEADER ` , ` MultipleInput::POS_ROW ` or ` MultipleInput:POS_FOOTER `
16
16
17
17
** addButtonOptions** * array* : the HTML options for ` add ` button. Can contains ` class ` and ` label ` keys
18
18
@@ -106,4 +106,4 @@ For using widget as column input you may use the following code:
106
106
'mask' => '999-999-99-99'
107
107
]
108
108
]
109
- ```
109
+ ```
You can’t perform that action at this time.
0 commit comments