My application have native combo box and color chooser dialog. I would like to set Font type , Font Size, Text color and Background color directly without select combo box item or color item of CKEditor. Now, I can set bold to text directly without select Bold button of CKEditor using "editor.execCommand('bold');" but I don't know how to set Font, Size, Text Color, Bg Color?
I my opinion, I think CKEditor may provide function to set Font, Size, Text Color, Bg Color like this editor.execCommand('textColor','#FFFFFF'); but it is not work.
how can I call to set set Font, Size, Text Color, Bg Color to CKEditor directly with out combo box item or color item of CKEditor.
Please help me!!
I my opinion, I think CKEditor may provide function to set Font, Size, Text Color, Bg Color like this editor.execCommand('textColor','#FFFFFF'); but it is not work.
how can I call to set set Font, Size, Text Color, Bg Color to CKEditor directly with out combo box item or color item of CKEditor.
Please help me!!