FCKEditor 表单提交时运行的代码
摘要:复制代码代码如下:for(varnameinFCKeditorAPI.Instances){varoEditor=FCKeditorAPI....
复制代码 代码如下:
for( var name in FCKeditorAPI.Instances){
var oEditor=FCKeditorAPI.Instances[name];
if( oEditor.GetParentForm && oEditor.GetParentForm()==this )
oEditor.UpdateLinkedField();
}
【FCKEditor 表单提交时运行的代码】相关文章:
★ 解决FCKEditor在IE10、IE11下的不兼容问题
★ SyntaxHighlighter 语法高亮插件的使用教程
★ autogrow 让FCKeditor高度随内容增加的插件
★ FCKeditor 和 SyntaxHighlighter 代码高亮插件的整合
上一篇:
nicedit 轻量级编辑器 使用心得