I would like to have content dynamically load into a fckeditor. What is the name of the <div> created by fckeditor to hold the content? (the element that i can update the innerHTML on)
First of all, thanks for this great editor! Me would like to know the same as dizzyjay.
I have a select upon the fckeditor, with an ajaxrequest to my db. where i can fill a new div with that content coming from the php. But how do i point that content as a value in FCKeditor ? I have inspected the editor with firebug, and found a TD named "xEditingArea", and an nameless iframe, and have tried creating the editor via php and over js, but nothing worked right for me.
Re: Dynamically load content
Hello all,

First of all, thanks for this great editor!
Me would like to know the same as dizzyjay.
I have a select upon the fckeditor, with an ajaxrequest to my db.
where i can fill a new div with that content coming from the php.
But how do i point that content as a value in FCKeditor ?
I have inspected the editor with firebug, and found a TD named "xEditingArea", and an nameless iframe,
and have tried creating the editor via php and over js, but nothing worked right for me.
Anybody could give me a little hint ?
big thanks marianne
Re: Dynamically load content
Re: Dynamically load content