Xpages - dojo rich tech editor

Hi,

I’ve tried to clear the dojo rich text editor’s textarea with client side javascript, but with no success.

I have the client side id for the rich text control, and call this:

dojo.byId(<client_side_id>).value = “”;

but nothing happens.

Any help would be appreciated.

Thanks,

Tibor