javascript initialize editor

  •  06-16-2009, 3:26 AM

    javascript initialize editor

    I'm using the editor by downloading an empty editor via ajax - then downloading html pages also via ajax and loading it into the editor with javascript (editor.setHTML())
    I pretty much have everything working fine but I'd like to know if there is a way to re-initialize the editor with javascript before I load new html pages?
     
    I've looked through the 'Ajax-Rich-Text-Editor.php' example but this doesn't quite do what I want.
    I did spot CuteEditor_BasicInitialize(editor) and CuteEditorInitialize(Ox91a, Ox91b) but can't seem to get these to do anything useful.
View Complete Thread