+ -
当前位置:首页 → 问答吧 → 关于jquery向ewebeditor赋值的问题

关于jquery向ewebeditor赋值的问题

时间:2013-05-03

来源:互联网

本帖最后由 liuting0564 于 2013-5-3 12:20 编辑

大家好,ewebeditor的id为hip
我用$("#hip").val("测试");不能将值放进ewebeditor,用
window.frames["eWebEditor"].AttachSubmit();
$("#hid").val("测试");
也不能把测试放进ewebeditor.
请问我应该如何操作,才能把赋值进ewebeditor

作者: liuting0564   发布时间: 2013-05-03

myEditor.setHTML('The code I want to set');
这种事肯定是看ewebeditor的文档啊...跟jquery有毛关系

相关文档 http://www.ewebeditor.net/docume ... webeditor.3.7.5.htm

作者: 小付   发布时间: 2013-05-03

谢谢,已经解决,感谢小付

作者: liuting0564   发布时间: 2013-05-03