Re: best way to get wysiwyg with wicket

2020-04-04 Thread Maxim Solodovnik
olodovnik" > > An: "users" > > Gesendet: Samstag, 4. April 2020 03:02:07 > > Betreff: Re: best way to get wysiwyg with wicket > > > Here are couple examples > > > http://www.7thweb.net/wicket-jquery-ui/plugins/wysiwyg/WysiwygEditorPage?1 > > http

Re: best way to get wysiwyg with wicket

2020-04-04 Thread Korbinian Bachl
"users" > Gesendet: Samstag, 4. April 2020 03:02:07 > Betreff: Re: best way to get wysiwyg with wicket > Here are couple examples > http://www.7thweb.net/wicket-jquery-ui/plugins/wysiwyg/WysiwygEditorPage?1 > https://github.com/wicketstuff/core/tree/master/tinymce3-

Re: best way to get wysiwyg with wicket

2020-04-03 Thread Martin Spielmann
Hi, if your app uses Bootstrap and you are OK to stay with HTML, you can have at the SummernoteEditor from the excellent wicket-bootstrap- extenstions library. Example here: https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/bc567ae0f77497216720f909e1b2e55a929e25cd/bootstrap-samples/src/main/java

Re: best way to get wysiwyg with wicket

2020-04-03 Thread Maxim Solodovnik
Here are couple examples http://www.7thweb.net/wicket-jquery-ui/plugins/wysiwyg/WysiwygEditorPage?1 https://github.com/wicketstuff/core/tree/master/tinymce3-parent https://github.com/wicketstuff/core/tree/master/tinymce4-parent On Sat, 4 Apr 2020 at 01:24, Korbinian Bachl wrote: > Hi, > > I nee

best way to get wysiwyg with wicket

2020-04-03 Thread Korbinian Bachl
Hi, I need to be able to let complete novices edit and write nicely formatted texts in an backend thats powered by wicket (required e.g.: H1-H4, normal text, bold text, images - only simple stuff mostly). In the past I used the ckeditor but that outputs html and Im not sure that cluttering font