UEditor 自定义toolbar,上传图片


UEditor版本:1.4.3 php
我自定义了toolbar,用如下的方式插入图片:


 <a id="insertimage" href="#" onclick="ue.execCommand('insertimage', {src:'images/haha.png',width:'100',height:'100' })"><span class="fa fa-image"></span></a>

但是按照这样的话就只能把图片写死了,如何如何调出选择图片的窗口?

php php-ueditor

kqm141 10 years, 2 months ago

你把这个onclick改成图片上传事件,选择以后再触发ue.execCommand('...事件不就可以了

老司机开车啦 answered 10 years, 2 months ago

Your Answer