用 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‘); "); ?>
配置参数
定义一个参数
加一个参数
时间: 2024-10-09 00:52:34