Author |
|
ash.eldritch Newbie
Joined: 02 January 2009 Location: Japan
Online Status: Offline Posts: 9
|
Posted: 02 January 2009 at 7:45am | IP Logged
|
|
|
Hi,
I'm trying to dynamically update the text within the new message textarea when a button is clicked. But I'm not having any luck.
Here are some of the things I've tried adding to screen.new_message.js:
this._htmlEditorField.SetHtml("blah blah");
...or...
this._msgObj.HtmlBody = "blah blah";
this.Fill();
...or...
this._plainEditorObj.value = "blah blah";
But for some reason the value of this._msgObj.HtmlBody always stays blank.
Please help!
Thx
Ash
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 08 January 2009 at 7:59am | IP Logged
|
|
|
This issue requires developers to take a look. They'll return from New Year vacation at the next week.
Best regards,
Andrew
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 20 January 2009 at 7:35am | IP Logged
|
|
|
If you'd like us to assist you in this, please submit your request to our Professional Services team.
Regards,
Igor
|
Back to Top |
|
|