I have implemented CKEditor in my MVC application successfully. And it has lot of features, but i need to use only certain features of CKEditor ( for instance, i need only Bold, Italic) ,
is it possible to turn off/disable the certain features of CKEditor?.
Member
36 Points
76 Posts
MVC CKEditor - Disable selective components
Sep 30, 2015 03:29 AM|nagarajasia|LINK
Dear Members,
I have implemented CKEditor in my MVC application successfully. And it has lot of features, but i need to use only certain features of CKEditor ( for instance, i need only Bold, Italic) , is it possible to turn off/disable the certain features of CKEditor?.
Nagaraj.S
Member
36 Points
76 Posts
Re: MVC CKEditor - Disable selective components
Sep 30, 2015 09:58 AM|nagarajasia|LINK
After sweating out, finally got the solution from the following code,
Nagaraj.S