We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223b46e commit 40737c4Copy full SHA for 40737c4
README.md
@@ -45,8 +45,9 @@ And add to your controller
45
}
46
```
47
Usage Editable widget
48
-======================================
49
-* As a widget with a model
+======================================
+
50
+As a widget with a model
51
52
```php
53
\yii2mod\editable\Editable::widget( [
@@ -56,12 +57,12 @@ Usage Editable widget
56
57
]);
58
59
-* With ActiveForm
60
+With ActiveForm
61
62
63
echo $form->field($model, "firstName")->widget(\yii2mod\editable\Editable::className(), [
64
'url' => '/profile/update',
65
'mode' => 'popup'
66
67
-```
68
+```
0 commit comments