Hi,
I am using the javascript API to clear the content box using the setHTML function.
It works fine as long as I pass setHTML a value of some kind, even whitespace.
But what if I want to empty the content completely, how do i pass a null value to setHTML?
neither setHTML(null) or setHTML('') work.
Thanks