EmmetRyan
16 Jan 2015, 4:24 AM
Hi all,
I have a HtmlEditor that must be updated with values retrieved from the server.
I get the component by id and call "myComponent.setValue("someValue").
This works fine in Chrome and Firefox.
In Internet Explorer, it does NOT. The htmlEditor is left blank.
However if I call "myComponent.getValue()", I can see the value has been set correctly.
I can also view the page source and see that the "textarea" contains the value I set, but the iFrame beneath does not.
I have tried calling "myComponent.syncValues()" to force the textarea value to be copied across to the iFrame, but it didn't work.
Is there anything I am missing?
Sincere apologies for not posting my code, I do not think I am allowed post company code on the net. I really appreciate any assistance you could render. Thank you.
I have a HtmlEditor that must be updated with values retrieved from the server.
I get the component by id and call "myComponent.setValue("someValue").
This works fine in Chrome and Firefox.
In Internet Explorer, it does NOT. The htmlEditor is left blank.
However if I call "myComponent.getValue()", I can see the value has been set correctly.
I can also view the page source and see that the "textarea" contains the value I set, but the iFrame beneath does not.
I have tried calling "myComponent.syncValues()" to force the textarea value to be copied across to the iFrame, but it didn't work.
Is there anything I am missing?
Sincere apologies for not posting my code, I do not think I am allowed post company code on the net. I really appreciate any assistance you could render. Thank you.