Yii2 kineditor
Posted tiandi2050
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Yii2 kineditor相关的知识,希望对你有一定的参考价值。
用 kineditor实现异步
<table cellspadding=5 width=400> <tr height=\'150\'> <td valign="top"> <?= $form->field($model, \'pic\')->widget(\'pjkui\\kindeditor\\KindEditor\',[\'editorType\'=>\'image-dialog\',\'callbackjs\'=>\'$("#pic").attr("src",url);\'])->label(\'缩略图\') ?> </td> <td valign="top"> <img src="<?php if(empty($model->pic)){echo \'static\\dist\\img\\nopic.jpg\';}else{ echo $model->pic;}?>" style="width:162px;height:141px;border:1px solid #D8E0E3;margin-bottom:10px" id="pic"> </td> </tr> </table>
<?php $this->registerJs(" $(\'#category-pic\').hide(); $(\'#imageBtn1\').addClass(\'btn btn-info\'); "); ?>
配置参数
定义一个参数
加一个参数
以上是关于Yii2 kineditor的主要内容,如果未能解决你的问题,请参考以下文章