I would like to know how can I hide a button of the default CK Editor toolbar and also I would like to know how can I add a new button to the existing default toolbar. Thanks
This is the most unpleasent answer that I ever got on a forum. If I will ever ask a question to this forum, please "Z" user, ignore my question and relax. Not everybody is so clever like you are and not everybody has the money that you have in order to pay a WEB developer to do it. What kind of support is this? Do you think that I did not already studied the samples?
cornel_gav wrote:I would like to know how can I hide a button of the default CK Editor toolbar and also I would like to know how can I add a new button to the existing default toolbar. Thanks
cornel_gav wrote:This is the most unpleasent answer that I ever got on a forum. If I will ever ask a question to this forum, please "Z" user, ignore my question and relax. Not everybody is so clever like you are and not everybody has the money that you have in order to pay a WEB developer to do it. What kind of support is this? Do you think that I did not already studied the samples?
krst wrote:@Zanpakutō If You answer something, at least post some links to documentation where one can find something useful! Everyone can "ask google" but the answers may not work.
Re: Hide/Add button
Thanks,
Zanpakutō
Re: Hide/Add button
Re: Hide/Add button
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html
[CKEditor folder]\config.js
CKEDITOR.editorConfig = function( config ) { config.removePlugins = '[some plugin],[some plugin]'; };CKEDITOR.editorConfig = function( config ) { config.extraPlugins = '[some plugin],[some plugin]'; };Re: Hide/Add button
support
Re: Hide/Add button
http://docs.cksource.com/CKEditor_3.x/D ... de/Toolbar
Re: Hide/Add button