fck编辑器在ajax提交前必须的预处理

参考来源:http://www.iteye.com/topic/44349

 

其实有点纳闷,这个文章说的那么清楚,真正去使用的时候去那么复杂。。。

 

            var oEditor = FCKeditorAPI.GetInstance("liveContent") ;
            oEditor.UpdateLinkedField();

 

只要直接执行 oEditor.UpdateLinkedField();方法就行了嘛,作者却又把这个方法中的代码重写了一遍。。。

你可能感兴趣的:(Ajax)