kartik-v / yii2-markdown

Advanced Markdown editing and conversion utilities for Yii Framework 2.0
http://demos.krajee.com/markdown
Other
89 stars 41 forks source link

Height and Full screen button not working in modal #59

Closed bahrammzm closed 6 years ago

bahrammzm commented 6 years ago

I must load update section inside modal via renderAjax , But height and Full screen button not working in markdown editor

_form : <a href="<?= \yii\helpers\Url::to(['quote/update','id' => $model->id])?>" data-toggle="modal" data-target="#myModal<?=$model->id?>">edit</a>

`