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
Tue, 08/03/2004 - 07:42
#1
psitrax
Joined:
31/12/2004
Posts:
6
i get "Undefinied Command"
Hi,
i often get the JS Error "Undefinied Command".
Is the feature not implemented yet or is anything wrong in my installation?
Mon, 08/02/2004 - 14:52
#2
fire59
Joined:
03/08/2004
Posts:
11
RE: i get "Undefinied Command"
Same here,
A specific instance is when i created a table and try to delete a row or column it gave me the same error.
Tue, 08/03/2004 - 07:27
#3
fire59
Joined:
03/08/2004
Posts:
11
RE: i get "Undefinied Command"
Looking at fckcontextmenu.js I found this:
Add( new FCKContextMenuItem( this, 'Undefined', FCKLang["InsertRow"] ) ) ;
Add( new FCKContextMenuItem( this, 'Undefined', FCKLang["DeleteRows"] ) ) ;
So there's the reason, probably not implemented yet.
Tue, 08/03/2004 - 07:42
#4
psitrax
Joined:
31/12/2004
Posts:
6
RE: i get "Undefinied Command"
humpf very bad
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
RE: i get "Undefinied Command"
A specific instance is when i created a table and try to delete a row or column it gave me the same error.
RE: i get "Undefinied Command"
Add( new FCKContextMenuItem( this, 'Undefined', FCKLang["InsertRow"] ) ) ;
Add( new FCKContextMenuItem( this, 'Undefined', FCKLang["DeleteRows"] ) ) ;
So there's the reason, probably not implemented yet.
RE: i get "Undefinied Command"
humpf very bad