This is a migrated thread and some comments may be shown as answers.

How to manually fill an RadEditor's <textarea> element with the data from the <iframe>?

1 Answer 73 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Eugeny
Top achievements
Rank 1
Eugeny asked on 17 Jul 2010, 08:46 PM
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

Sort by
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
Tags
Editor
Asked by
Eugeny
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or