0

ZK CK Editor

asked 2013-06-24 11:15:09 +0800

Senthilchettyin gravatar image Senthilchettyin flag of India
2623 3 8
http://emrpms.blogspot.in...

When i use CustomconfigurationPath , then the component itself not visible.

<ckeditor id="ed"  customConfigurationsPath="/js/config.js" toolbar="emptyToolbar"   ></ckeditor>



CKEDITOR.editorConfig = function(config) {

config.extraPlugins = 'uicolor';
config.resize_enabled = false;
config.scayt_autoStartup = true;

config.toolbar_emptyToolbar = [ {
    name : 'empty',
    items : []
} ];

};

delete flag offensive retag edit

2 Answers

Sort by » oldest newest most voted
1

answered 2013-06-24 12:32:34 +0800

terrytornado gravatar image terrytornado flag of Germany
9393 3 7 16
http://www.oxitec.de/

Hi Senthil,

try to add following line in the config.

config.autoGrow_maxHeight = 400;

link publish delete flag offensive edit
0

answered 2013-06-26 06:56:27 +0800

Senthilchettyin gravatar image Senthilchettyin flag of India
2623 3 8
http://emrpms.blogspot.in...

Thank you sir. Can you please tell me how to add uicolor plugin into editor. I have tried all the way, but not able to add it.

link publish delete flag offensive edit

Comments

Did you checked this http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-uiColor

sjoshi ( 2013-06-26 07:09:23 +0800 )edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
2 followers

RSS

Stats

Asked: 2013-06-24 11:15:09 +0800

Seen: 43 times

Last updated: Jun 26 '13

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More