Hi, I am currently using a WebHtmlEditor inside an ASPX. I want to be able to post some HTML text dynamically into the Editor from another Hidden field on my page to allow for HTML editing.I was trying to dynamically load data into the editor via Javascript using the following approach...<ighedit:WebHtmlEditor ImageDirectory="/GlobalResources/Images/htmleditor/" Width="100%" ID="RTEditor" runat="server" ViewStateMode="Enabled" EnableViewState="true"> <Toolbar>....</Toolbar></ighedit:WebHtmlEditor>$('#RTEditor').html(myhtmltexthere); <== Does not workCan someone please help?
Hello a105019,
Please let me know if you have any questions.