如何使用ueditor编辑js

如何使用ueditor编辑js,第1张

您好,关于JSP中Ueditor的使用经验: 1、首先去官网下载Ueditor,选择UTF-8版本。 2、在项目工程里面导入,新建一个Ueditor的文件夹,把解压之后的全部东西放进去。 3、新建一个JSP页面,并在页面上引用Ueditor的JS文件,路径自己调整。

这个你直接循环初始化接对了嘛:

<?php if(isset($subTitleArr) &&$subTitleArr):?>

<?php foreach($subTitleArr as $key =>$value):?>

var ue<?=$value['id']?>= UE.getEditor("myEditor<?=$value['id']?>")

<?php endforeach?>

<?php else:?>

var ue = UE.getEditor('myEditor')

<?php endif?>

这样就可以了,


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/bake/11672904.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-17
下一篇 2023-05-17

发表评论

登录后才能评论

评论列表(0条)

保存