The RadEditor contains <iframe> element and not visible element <textarea>.
How to manually fill an <textarea> element with the data from the <iframe>?
I think that RadEditor does it automatically before page postback.
Probably RadEditor already have a special function?
1 Answer, 1 is accepted
0
Dobromir
Telerik team
answered on 19 Jul 2010, 02:37 PM
Hi Ivan,
You can use the RadEditor's client-method saveContent() to update the content of the hidden <textarea>, e.g.:
editor.saveContent();
Best wishes,
Dobromir
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items