#12462 closed Bug (fixed)
Unable to use Ckeditor
Reported by: | mdatifshamim | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: | mohammedatif.shamim@… |
Description
Hi There,
I am unable to use the ckeditor.
- i have referenced ckeditor.js in my solution.
<script src="~/Scripts/ckeditor/ckeditor.js"></script>
- created a textarea in my page.
<textarea name="editor1" id="editor1" rows="10" cols="80">
This is my textarea to be replaced with CKEditor.
</textarea>
- included javascript code
CKEDITOR.replace('editor1');
Still i am getting error in my page
0x800a138f - JavaScript runtime error: Unable to set property 'dir' of undefined or null reference.
Please let me know if i am missing any js or css file reference.
Regards,
Atif
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | ckeditor_error.JPG added |
---|
comment:1 Changed 10 years ago by
Status: | new → pending |
---|---|
Version: | 4.4.4 |
This doesn't happen by default thus i think this is your configuration problem.
If you are using ASP.NET, please provide reduced sample application that shows this issue.
If not, please provide reduced sample HTML that can be put in samples of default editor and will show this issue.
comment:2 Changed 10 years ago by
Cc: | mohammedatif.shamim@… added |
---|---|
Resolution: | → fixed |
Status: | pending → closed |
comment:3 Changed 10 years ago by
ckeditor worked when i added all the related js and css in my solution.
Previously i added only ckeditor.js in my solution therefore i didn't work so please remember to add the config,css,js in the ckeditor package in your solution.
Screenshot of the error