yii2-ueditor-widget
yii2-ueditor-widget copied to clipboard
UEditor for Yii2
选中一段文字之后先后点**B** _I_ U之后,首先U没有显示选中状态,其次再次点击U并不能取消下划线
我在yii2.0普通版中通过composer加载了插件,但是为什么我就是不能进行设置 ` 'clientOptions' => [ //编辑区域大小 'initialFrameHeight' => '200', //设置语言 'lang' =>'en', //中文为 zh-cn //定制菜单 'toolbars' => [ [ 'fullscreen', 'source', 'undo', 'redo', '|', 'fontsize', 'bold', 'italic', 'underline', 'fontborder', 'strikethrough',...
官网demo中,http://ueditor.baidu.com/website/onlinedemo.html,复制一段代码 > 后会自动变为 > 请问是怎么做到的?需要做哪些配置? 同时怎么把这些配置嵌入到yii2中的代码中,我得配置代码是 > echo $form->field($model,'description')->widget('kucha\ueditor\UEditor',[ 'clientOptions' => [ 'toolbars' => [ [ 'fullscreen', 'source', 'undo', 'redo', '|', 'fontsize', 'bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'removeformat', 'formatmatch', 'autotypeset',...
解决办法 在配置中的whitList对象中添加如下配置 iframe:["frameborder","border","marginwidth","marginheight","width","height","src","id"],
如何加入KityFormula公式插件
目前控制台,会输出“请求后台配置项http错误,上传功能将不能正常使用!”这个错误。
有什么思路么
可否增加在局域网,无法访问外网的时候也可以显示表情图片功能。谢谢。
Invalid Configuration – yii\base\InvalidConfigException Either 'name', or 'model' and 'attribute' properties must be specified. 查看源码后发现异常信息从这里抛出 ``` public function init() { if ($this->name === null && !$this->hasModel()) { throw new InvalidConfigException("Either...