user3193843
user3193843

Reputation: 305

CKEditor failing in NSBasic IDE

I have followed the directions and done 1. Added the ckeditor.js file into the IDE. 2. Added a textArea named editor 3. Added code CKEDITOR.replace( 'editor1' );

When I run locally I am getting the following error:

ckeditor.js TypeError: undefined is not an object (evaluating 'c[a].dir=c.rtl[a]?"rtl":"ltr"'). line 248 column 50

On a server I get

ckeditor.js Uncaught TypeError: Cannot set property 'dir' of undefined. line 248 column 54

Any ideas on this?

Live sample http://toolfolks.com/Project1/

Upvotes: 1

Views: 131

Answers (1)

user3193843
user3193843

Reputation: 305

It worked using this

Instead of dragging into the IDE.

So theres something amiss somewhere.

Upvotes: 0

Related Questions