zyq0ting 发表于 2012-11-8 08:37:21

AU3关于JS的调用

这个怎么调用啊能不能转成AU3的啊    在AU3里怎么使用啊

var oEditor = CKEDITOR.instances.editorXX;

oEditor.setData('xxxxxx');//设置内容

oEditor.insertHtml('yyyyyy');//插入内容

oEditor.getData();//获取内容

oEditor.focus();    //获取焦点



// Check the active editing mode.
if ( oEditor.mode == 'wysiwyg' ){
// Execute the command.
oEditor.execCommand( commandName );
}



alert( oEditor.checkDirty() );

oEditor.resetDirty();

zyq0ting 发表于 2012-11-8 14:03:44

没有人呢会还是闲钱少了啊

A3fan 发表于 2012-11-9 08:50:22

已短消息LZ
页: [1]
查看完整版本: AU3关于JS的调用