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
Mon, 06/01/2009 - 10:38
#1
grizzzly
Joined:
01/06/2009
Posts:
3
Can Anybody tell me about how to prevent submitting..
Can Anybody tell me about how to prevent submitting blank page in FCKeditor?
Mon, 06/01/2009 - 11:13
#2
reprobation
Joined:
01/06/2009
Posts:
5
Re: Can Anybody tell me about how to prevent submitting..
That would depend a lot on how your script is written, and in what language.
Need more details to assist.
Mon, 06/01/2009 - 16:43
#3
grizzzly
Joined:
01/06/2009
Posts:
3
Re: Can Anybody tell me about how to prevent submitting..
I'm using PHP.Just give me hint! I will try.Ijust invoking an instance of FCK editor class
Wed, 06/03/2009 - 21:33
#4
lesbarstow
Joined:
07/07/2008
Posts:
185
Re: Can Anybody tell me about how to prevent submitting..
There is an FCKeditor JavaScript API event, OnAfterLinkedFieldUpdate, that is called as the form is being submitted. Create a function that checks the editor contents for blank content and attach it to that event using the API.
Sun, 06/07/2009 - 03:57
#5
grizzzly
Joined:
01/06/2009
Posts:
3
Re: Can Anybody tell me about how to prevent submitting..
Ok.I will Try it
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: Can Anybody tell me about how to prevent submitting..
Need more details to assist.
Re: Can Anybody tell me about how to prevent submitting..
Re: Can Anybody tell me about how to prevent submitting..
Re: Can Anybody tell me about how to prevent submitting..