the way I am using the .net FCKEditor is through a modal div popup that is rendered by an editor part in a EditorZone.
in order to display a modal div popup I had to move the div element outside the ajax allContent div. this also removes the form elements that make up the FCKEditor outside the form. the popup registry that controls the popup when hiding stuffs the popup back inside the original parent element, thus will be a part of the form post back. what I need to do is add a onClientSave callback to the .net control that will then update a javascript structure with a pointer to the js save function that stuffs the popup back inside the form then will apply the changes to the editor part so the new information is stored in the webpart personalization.
Kenneth Carter
in order to display a modal div popup I had to move the div element outside the ajax allContent div. this also removes the form elements that make up the FCKEditor outside the form. the popup registry that controls the popup when hiding stuffs the popup back inside the original parent element, thus will be a part of the form post back. what I need to do is add a onClientSave callback to the .net control that will then update a javascript structure with a pointer to the js save function that stuffs the popup back inside the form then will apply the changes to the editor part so the new information is stored in the webpart personalization.
Kenneth Carter