Is it on the frontend that you need to be able to initialize CK editor? Then you should probably check out how to integrate the plugin here http://ckeditor.com/demo rather than using the package since it's intended for use in the Umbraco backoffice only.
Then I install it using "Install local package" from Developer > Packages
Then umbraco gets a new Datatype called uCKEditor.
I change one of our Document Types that has a property using the datatype Umbraco.Tinymce3 to our new uCKEditor datatype.
The moment I open the page (in Content) that has the above mentioned document type, there is no editor displayed and I get the following error in my browser console:
Error: Argument 'uCKEditor.uCKEditorController' is not a function, got undefined
I misinterpreted your installation description. I don't need to use uCKEditor on the frontend, I want to replace TinyMCE in our Umbraco installation with it.
I have created another thread describing the problem better, appologies for multi-posting. I can't delete this thread anymore so please delete it if you can.
Initializing uCKeditor in ASP masterpage template
Hello,
We happen to be using a different syntax for our templates:
How can we initialize uCKeditor frontend in this type of syntax for our templates?
It seems the below code can't be executed in our templates:
We use Umbraco version 7.2.1.
Any help would be appreciated.
Hi George P
Is it on the frontend that you need to be able to initialize CK editor? Then you should probably check out how to integrate the plugin here http://ckeditor.com/demo rather than using the package since it's intended for use in the Umbraco backoffice only.
/Jan
My mistake, the editor will be used as a substitute to TinyMCE so I guess we need to fix it for the "backend".
I can't find this plugin in the package repository. So I downloaded it manually from here:
http://our.umbraco.org/projects/backoffice-extensions/uckeditor
Then I install it using "Install local package" from Developer > Packages
Then umbraco gets a new Datatype called uCKEditor.
I change one of our Document Types that has a property using the datatype Umbraco.Tinymce3 to our new uCKEditor datatype.
The moment I open the page (in Content) that has the above mentioned document type, there is no editor displayed and I get the following error in my browser console:
Any ideas how to solve this?
Created new thread since I failed in describing the problem properly in my OP.
link : http://our.umbraco.org/projects/backoffice-extensions/uckeditor/feedback/60970-uCKEditor-Installation-through-backoffice-problem
Mods/Admins, please delete this thread.
Hi George,
The code below is Razor syntax:
It is designed to be used within any umbraco MVC templates with Razor syntax, not for webforms/masterpages.
I don't think it will work properly with asp.net webforms/masterpage.
Alain
Thanks for the reply Alain,
I misinterpreted your installation description.
I don't need to use uCKEditor on the frontend, I want to replace TinyMCE in our Umbraco installation with it.
I have created another thread describing the problem better, appologies for multi-posting.
I can't delete this thread anymore so please delete it if you can.
is working on a reply...