For clearing all the contents of the radeditor, we use editor.set_html(""). This deletes the content and resizes the editor to the mimimum size on IE. But, on FF and Safari, the height of the editor does not get reset to the minimum size and it takes few extra clicks to get there.
Is there a better way to do this instead of using editor.set_html("")?
Thanks, Lakshman
Is there a better way to do this instead of using editor.set_html("")?
Thanks, Lakshman