A
A
amstr1k2014-01-17 12:48:08
PHP
amstr1k, 2014-01-17 12:48:08

How to implement toolbar profiles in ckeditor?

Need help implementing profiles in ckeditor. How to add and use them in the config?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
amstr1k, 2014-01-17
@amstr1k

problem solved

config.toolbar_ProfileName = [ 
       [ 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo' ] 
];

and puffy I throw him which ProfileName to use

A
aen, 2014-01-17
@aen

You just need two different config files.

CKEDITOR.replace( 'editor1', {
    customConfig: '/custom/ckeditor_config.js'
});

For the front one config file, for the admin another.
Read more docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-custo...

A
amstr1k, 2014-01-17
@amstr1k

I need different ckeditor profiles. For example, one for the admin panel will be, the other for users on the front.

A
amstr1k, 2014-01-17
@amstr1k

no other way? do not want to produce files

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question