Log in or register to post comments
Last post
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?
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.
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.
RE: i get "Undefinied Command"
humpf very bad :(