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

  •  01-14-2011, 2:51 AM

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

    thanks!
     
    that works, but how can i make it append the text instead of set?
     
    at the moment, when you press the button it sets the text of the entire field, so if i type
     
    "hello my name is alex" then press the button it changes to" this is a test" when i want it to say
     
    "hello my name is alex this is a test" 
     
    ive tried
    editor1 += editor1.setHTML("this is a test");  but no luck
     
    thanks eric 
View Complete Thread