Append text into the cuteeditor

  •  06-21-2007, 2:23 PM

    Append text into the cuteeditor

    Hello, I'm using the example page : customize.aspx.   
     
    In the page, it add a tool control to append the local time into the cuteeditor. However, it insert the text at the beginning.   The code is:

    Image1.Attributes("onclick")="var d = new Date(); CuteEditor_GetEditor(this).ExecCommand('PasteHTML',false,d.toLocaleDateString())"

    is there a way to "append" text into the cuteeditor?
     
    Thank you so much,
     
    Annie
View Complete Thread