Hello,
How can we change CKEditor default Settings like Default Font and FontSize, Setting Default Labels. I have tired "FontDefaultLabel" but it's not work. I am using CKEditor and CkFinder with c#.Net.
C# Code:--.
CKeditor1.FontDefaultLabel = "Verdana";
CKeditor1.FontSizeDefaultLabel = "small";
Note: CKeditor1 is id of CKEditor Control.
Please do the needful.
Thanks
Gajendra