We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d4ee9 commit 579e779Copy full SHA for 579e779
README.md
@@ -127,15 +127,15 @@ Each column in a row can has their own type. Widget supports:
127
For using widget as column input you may use the following code:
128
129
```php
130
- [
131
- 'name' => 'phone',
132
- 'title' => 'Phone number',
133
- 'type' => \yii\widgets\MaskedInput::className(),
134
- 'options' => [
135
- 'class' => 'input-phone',
136
- 'mask' => '999-999-99-99'
137
- ]
138
+[
+ 'name' => 'phone',
+ 'title' => 'Phone number',
+ 'type' => \yii\widgets\MaskedInput::className(),
+ 'options' => [
+ 'class' => 'input-phone',
+ 'mask' => '999-999-99-99'
+ ]
+]
139
```
140
141
### JavaScript events
0 commit comments