Hi,
I have added the rich text editor control on one multi line text field on partner portal.

But after doing that, when I am trying to populate this field programmatically It is not happening.
I am using the below code to set value in this field.
$("#new_emailcontent").val("hello");
When I have tried this code before applying rich text editor control to that field, it is working fine.
So Any suggestions on how to programmatically populate the rich text enabled field on portal. Are there any different syntax for that.
Thanks.