Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
FCKeditor 2
Last post
Thu, 06/12/2008 - 06:53
#1
mahesh.kere
Joined:
11/06/2008
Posts:
17
how to append data to FCK Editor?
Thu, 06/12/2008 - 15:51
#2
dina
Joined:
22/01/2008
Posts:
14
Re: how to append data to FCK Editor?
Hi, I work with it in JS using
var oEditor = FCKeditorAPI.GetInstance('FCKeditor1') ;
if (oEditor)document.getElementById("returnContent").value = oEditor.GetHTML();//GetXHTML(false);
and there is SetHtml as well
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: how to append data to FCK Editor?
var oEditor = FCKeditorAPI.GetInstance('FCKeditor1') ;
if (oEditor)document.getElementById("returnContent").value = oEditor.GetHTML();//GetXHTML(false);
and there is SetHtml as well