有谁知道如何清除Oboout HTML Editor客户端的内容? 他们的在线文档说使用oboutGetEditor('editor')。setContent(...)。当我尝试使用oboutGetEditor('editor')。setContent(“”)时,我得到脚本错误(“Microsoft JScript运行时错误:对象不支持此属性或方法):
switch(a._mode){case"html":if(a._iframe&&a._iframe.contentWindow&&a._iframe.contentWindow.focus&&(a.isActivated||a._autoFocus)){if(!a._autoFocus&&!a._wasFocused)
答案 0 :(得分:1)
在此页面上看到: http://www.obout.com/Obout.Ajax.UI/HTMLEditor/docs/client/Editor.aspx
var editorObject = $find("<%= myEditor.ClientID %>");
editorObject .set_content("Some new content...");