kindeditor如何在后台将编辑区的内容设为空?要具体的后台代码,C#[解决办法]在js里面就行了
KE.util.insertHtml("txtContent", "");
如何在后台调用?我不想在一初始化内容就为空,
protected string content="你kindeditor里面的字符串";
<textarea id="kindeditorID"><%= content%></textarea>