How to clear text area of editor before pasting html?

  •  03-29-2005, 5:55 PM

    How to clear text area of editor before pasting html?

    i had made a dropdown in toolbar of cutesoft editor and
    i am using following code to paste the HTML in text area of cute soft editor.

    dropdown.Attributes["onchange"]="[CuteEditor_DropDownCommand(this,'PasteHTML')]";
     
    but before this text should be pasted in editor,
    i want to delete all HTML or text , present in the text area of the editor.
View Complete Thread