标签: javascript fckeditor
我有这个javascript代码。
var a = FCKeditorAPI.GetInstance("FCKeditor1").GetXHTML(). a += '123'; //insert a variable into current fckeditor area
我从变量“a”的编辑器中获取当前文本,更改了它,现在我想在编辑区域中插入“新”文本。我该怎么办?
答案 0 :(得分:0)
试试InsertHtml()。见docs
InsertHtml()