ipaya / yii2-editor.md
为 Yii2 的 Editor.md
0.1.0
2018-01-23 06:58 UTC
Requires
- php: >=5.4.0
- bower-asset/editor.md: *
- yiisoft/yii2: *
Requires (Dev)
- phpunit/phpunit: >4.8.20 <6.0
This package is auto-updated.
Last update: 2024-08-29 03:47:41 UTC
README
这是 Yii2 的 editor.md 扩展。
https://github.com/pandao/editor.md
用法
<?php $form->field($model, 'markdown')->widget(EditorMD::className(), [ 'clientOptions'=>[ 'height' => 600, ] ]);