yii2引入富文本编辑器redactor [ 2.0 版本 ]
下载好了,但是在view中写入代码就报错了
在view层:
<?= $form->field($model, 'content')->widget(\yii\redactor\widgets\Redactor::className(), [
'clientOptions' => [
'imageManagerJson' => ['/redactor/upload/image-json'],
'imageUpload' => ['/redactor/upload/image'],
'fileUpload' => ['/redactor/upload/file'],
'lang' => 'zh_cn',
'plugins' => ['clips', 'fontcolor','imagemanager']
]
]) ?>
小七 上海宝山
注册时间:2020-07-20
最后登录:2021-06-24
在线时长:0小时49分
最后登录:2021-06-24
在线时长:0小时49分
- 粉丝1
- 金钱0
- 威望0
- 积分0
共 0 条评论