Re: searching for a Rich text editor

2013-12-22 Thread Anton Bessonov
Hello Dirk, I'm not on the track, but this RTEs are just javascript helper to create html documents. What do you see? Do you check that javascript loaded, or html be escaped? But in generally, it should just work. Have you see some examples from wicketstuff:

Re: searching for a Rich text editor

2013-12-20 Thread Sebastien
Hi, You are right, this is a wicket 6 feature... However, I have ported the mechanism into the wicket 1.5 version; just replace this.setJavaScriptLibrarySettings(settings); by ApplicationJavaScriptLibrarySettings.set(settings); Thanks best regards, Sebastien. On Fri, Dec 20, 2013 at 7:48 AM,

Re: searching for a Rich text editor

2013-12-19 Thread mkrivan
The last 3 days I have tried all of the mentioned RTE but I had some trouble with each, I would like to share my experiences. I am using apache-wicket (version 1.5.10 currently in maven project) for 2 years and I like it so much but sometimes when I want to add a new component I fail with it.

Re: searching for a Rich text editor

2013-12-19 Thread Sebastien
Hi, For the Kendo UI one, the way to include resource is explained here: https://github.com/sebfz1/wicket-jquery-ui/wiki/%5Bhowto%5D-change-resources-references Best regards, Sebastien. On Thu, Dec 19, 2013 at 9:21 AM, mkrivan mik...@krivan.hu wrote: The last 3 days I have tried all of the

Re: searching for a Rich text editor

2013-12-19 Thread mkrivan
Thanks, yes, I have found it but unfortunately it is only for wicket 6 not for wicket 1.5. I already thinking on moving forward to 6 but I need to change quite a lot in the project so I need some more time to fullfill all of the wicket 6 changes. I think I have to choose tinymce now with the

Re: searching for a Rich text editor

2013-11-20 Thread Sebastien
Hi again, A new version of Kendo UI (kendoui.web.2013.3.1119) has been released yesterday or today I have deployed wicket-kendo-ui-6.12.2-SNAPSHOT. So: wicket-kendo-ui-6.12.2-SNAPSHOT is based on kendoui.web.2013.3.1119 wicket-kendo-ui-6.12.1-SNAPSHOT is based on kendoui.web.2013.2.716

Re: searching for a Rich text editor

2013-11-19 Thread Andrea Del Bene
Hi, Have you already considered the WicketStuff integration module for tynimce? You can find a brief introduction to this module in the guide: http://wicket.apache.org/guide/guide/chapter24.html Hi, I'm searching for Rich text editor to integrate in my page, but at the moment nothing seems

Re: searching for a Rich text editor

2013-11-19 Thread Dirk Wichmann
Hi Sebastien, where can I find the kendo-ui-6.12.1-SNAPSHOT ?? in the Apache Nexus I only find 6.2.0?? Have you switched the repository?? Thanks in advanced Dirk Am 18.11.2013 22:30, schrieb Sebastien: Hi Dirk, For the Kendo one, this is because Kendo has released a new version

Re: searching for a Rich text editor

2013-11-19 Thread Sebastien
Hi Dirk, snapshot releases are not in maven central, you have to add this repository: repositories repository idsonatype-snapshots/id nameSonatype Snapshots Repository/name urlhttp://oss.sonatype.org/content/repositories/snapshots//url snapshots

Re: searching for a Rich text editor

2013-11-18 Thread Adam Hammer
For the most part you just integrate any rich text editor at the HTML/JS layer with a TextArea in wicket. There might need to be JS hooks in there in order to ensure that the Editor content is in the TextArea when the user submits the form. Overall though you don't need special integration for

Re: searching for a Rich text editor

2013-11-18 Thread Sebastien
Hi Dirk, For the Kendo one, this is because Kendo has released a new version (kendoui.web.2013.2.716), whereas wicket-kendo-ui-12.0.0 is still based on the previous. you can try out wicket-kendo-ui-6.12.1-SNAPSHOT. Remember to clean your browser's cache.

Re: searching for a Rich text editor

2013-11-18 Thread Maxim Solodovnik
We are using this one: http://www.7thweb.net/wicket-jquery-ui/plugins/wysiwyg/WysiwygEditorPage?0 seems to work as expected :) On Tue, Nov 19, 2013 at 4:30 AM, Sebastien seb...@gmail.com wrote: Hi Dirk, For the Kendo one, this is because Kendo has released a new version