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
Support
Last post
Sat, 06/07/2008 - 10:19
#1
radix
Joined:
07/06/2008
Posts:
1
Grey screen and doesn't let me write
I have a problem with FCKEditor: its screen appears in grey color, and it doesn't let me set the cursor into it, so I can't write anything. Can you help me?
Thanks!
Sat, 06/07/2008 - 13:22
#2
haripriya.yerra
Joined:
09/01/2008
Posts:
14
Re: Grey screen and doesn't let me write
i think your fckeditor is disabled, try this property hope it works
var oEditor = FCKeditorAPI.GetInstance('FCKeditor1');
oEditor.EditorDocument.body.disabled=false;
Thanks
priya
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: Grey screen and doesn't let me write
var oEditor = FCKeditorAPI.GetInstance('FCKeditor1');
oEditor.EditorDocument.body.disabled=false;
Thanks
priya