Hi guys,
I was trying to add a combo box in the toolbar.I have analysed the code of the existing combo box 'Font'.But i have places which i could not understand.Thought that you could help me out.Here are the things,
1. addCombo( editor, 'FontSize', 'size', editor.lang.font.fontSize, config.fontSize_sizes, config.fontSize_defaultLabel, config.fontSize_style, 40 );
this is the code i found in the plug in 'Font'.If you can notice there is a parameter called editor.lang.font.fontsize I could not locate this attribute.I believe that editor is the CKEDITOR folder.From there i traced to lang but i could not find any file named font in it. Correct me if my perception is wrong and help me to find where this is.
2.Similarly the same is the case with the parameter config.fontSize_defaultLabel.
Regards,
Dushyanth