YUI RTE setEditorHTML….

[sourcecode language=’js’]
var myEditor = new YAHOO.widget.Editor(‘editor’, config);
myEditor.on(‘editorContentLoaded’, function() {
myEditor.setEditorHTML(‘This is my new content’);
});
myEditor.render();
[/sourcecode]

要 listening editorContentLoaded event 才行
沒在editorContentLoaded 裡下………….
myEditor.setEditorHTML(‘This is my new content’);
沒作用………

發佈留言

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料