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
Fri, 04/15/2005 - 10:59
#1
cyberkosh
Joined:
14/04/2005
Posts:
5
Trying to do something if text is entered...
https://sourceforge.net/tracker/index.p ... tid=543655
Mon, 04/18/2005 - 02:55
#2
chrism699
Joined:
23/02/2006
Posts:
12
RE: Trying to do something if text is entered
you need to edit
_source/internals/fck_1_ie.js to get changes to work in IE as it loads completely different scripts depending on the browser.
You should be able to make exactly the same changes to fck_1_ie and then everything will work
Chris
Mon, 04/18/2005 - 09:45
#3
chrism699
Joined:
23/02/2006
Posts:
12
RE: Trying to do something if text is entered
oops typed fast, forgot to check before posting and completely forgot to include the code. Give me a second and I will find it again and repost (slaps wrist)
Mon, 04/18/2005 - 10:17
#4
chrism699
Joined:
23/02/2006
Posts:
12
RE: Trying to do something if text is entered
the problem is (as far as I can tell as my functions seem to be called different) you have placed the function within
okay I am useing 2.0 rc3
if you just place
this.EditorDocument.onkeydown = function()
{
alert('presed2');
}
in your script - not within any other functions
then it works as expected.
not sure when function Doc_OnKeyDown() is being called as it doesn't exist in my code,
so my only guess is it isn't being called correctly
hope that helps and good luck
Tue, 04/19/2005 - 10:54
#5
virmaior
Joined:
04/04/2005
Posts:
13
RE: Trying to do something if text is entered
http://sourceforge.net/tracker/index.ph ... tid=543655
Wed, 04/20/2005 - 02:31
#6
cyberkosh
Joined:
14/04/2005
Posts:
5
RE: Trying to do something if text is entered...
https://sourceforge.net/forum/message.p ... id=3104445
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
RE: Trying to do something if text is entered
_source/internals/fck_1_ie.js to get changes to work in IE as it loads completely different scripts depending on the browser.
You should be able to make exactly the same changes to fck_1_ie and then everything will work
Chris
RE: Trying to do something if text is entered
RE: Trying to do something if text is entered
okay I am useing 2.0 rc3
if you just place
this.EditorDocument.onkeydown = function()
{
alert('presed2');
}
in your script - not within any other functions
then it works as expected.
not sure when function Doc_OnKeyDown() is being called as it doesn't exist in my code,
so my only guess is it isn't being called correctly
hope that helps and good luck
RE: Trying to do something if text is entered
http://sourceforge.net/tracker/index.ph ... tid=543655
RE: Trying to do something if text is entered...
https://sourceforge.net/forum/message.p ... id=3104445