marcosamz / vaadin-ckeditor

Automatically exported from code.google.com/p/vaadin-ckeditor
0 stars 0 forks source link

Configuration possibilities #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, 

I was wondering if there is any way to go further with configuration: for 
example have the possibility to personalize which buttons will be displayed in 
the editor.
Another functionality that would be useful is to have a "browse" button when 
uploading images or files.

My question then is, are these things possible as for now and if not, how can 
they be achieved?

Thanks

Original issue reported on code.google.com by kdo...@gmail.com on 8 Apr 2014 at 11:02

GoogleCodeExporter commented 9 years ago
I would suggest such questions might be better handled in the Vaadin forums for 
add-ons as others are more likely to benefit from the exchange than in the 
issues list.

You can control the entire configuration using CKEditor's 'initial 
configuration' JSON.  The sample code in VaadinCKEditorUI.java does just that 
with the second editor instance (the first uses the default menus, the second a 
custom menu).

I've not used it, but the Vaadin Directory has a companion component that may 
do the browse parts for you (http://sourceforge.net/projects/jckconnector/).  
Just search for 'ckeditor' in the Vaadin Directory.  

Original comment by yoz...@gmail.com on 8 Apr 2014 at 4:19

GoogleCodeExporter commented 9 years ago
Thank you, your links seem to be what I'm looking for.
But I take note and will ask on the forum next time!

Original comment by kdo...@gmail.com on 9 Apr 2014 at 8:35