0

CKEditor How to hide the toolbars?

asked 2013-02-15 15:00:50 +0800

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

Hi all,

i search in the CKeditor.java (4.0.1.0) for a methode to hide the toolbars for only showing the content.

thanks Stephan

delete flag offensive retag edit

1 Answer

Sort by » oldest newest most voted
3

answered 2013-02-18 05:16:03 +0800

hswain gravatar image hswain flag of India
1763 3 10
http://corejavaexample.bl...

updated 2013-03-05 10:11:35 +0800

just write this code in your js file

    CKEDITOR.editorConfig = function(config) {

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

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

};

then write in zul

<ckeditor customConfigurationsPath="/resource/js/ckconfig.js" toolbar="emptyToolbar"/>
link publish delete flag offensive 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
1 follower

RSS

Stats

Asked: 2013-02-15 15:00:50 +0800

Seen: 48 times

Last updated: Mar 05 '13

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