Re: populating the editor via listbox c#/javascript, how to refernce the textareas ID

  •  01-14-2011, 2:54 AM

    Re: populating the editor via listbox c#/javascript, how to refernce the textareas ID

    i figured it out
     
    editor1.setHTML(editor1.getHTML() + "this is a test"); 
View Complete Thread