ipaya / yii2-editor.md

为 Yii2 的 Editor.md

安装: 69

依赖者: 0

建议者: 0

安全: 0

星星: 0

关注者: 2

分支: 0

类型:yii2-extension

0.1.0 2018-01-23 06:58 UTC

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,
    ]
]);