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: https://github.com/wicketstuff/cor

Re: searching for a Rich text editor

2013-12-20 Thread Sebastien
> I think I have to choose tinymce now with the basic functionality. > Hopefully > it will be enough in our project. > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/searching-for-a-Rich-text-editor-tp4662506p4663142.html > Sent from t

Re: searching for a Rich text editor

2013-12-19 Thread mkrivan
basic functionality. Hopefully it will be enough in our project. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/searching-for-a-Rich-text-editor-tp4662506p4663142.html Sent from the Users forum mailing list archive at Nabble.com

Re: searching for a Rich text editor

2013-12-19 Thread Sebastien
p of > page, I do not know how can I disable the unwanted extra resource loading > at > page head > > I would really appreciate if anybody could suggest something in any RTE > modules. Thx. > > > > -- > View this message in context: > http://apache-wicket.184294

Re: searching for a Rich text editor

2013-12-19 Thread mkrivan
disable the unwanted extra resource loading at page head I would really appreciate if anybody could suggest something in any RTE modules. Thx. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/searching-for-a-Rich-text-editor-tp4662506p4663124.html Sent from the Users forum

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 wicket-ken

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: sonatype-snapshots Sonatype Snapshots Repository http://oss.sonatype.org/content/repositories/snapshots/ true If you don't not wish to use the s

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 > (kendoui.

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 seem

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 wrote: > Hi Dirk, > > For the Kendo one, this is because Kendo has released a new version > (kendoui.web.2013.2.716), whereas

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. https://github.com/sebfz1/wicket-jquery-ui

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 yo

searching for a Rich text editor

2013-11-18 Thread Dirk Wichmann
Hi, I'm searching for Rich text editor to integrate in my page, but at the moment nothing seems to work. Found Tynimce Wicket-jQuery (Kendo) Visural Wicket and examples, but they dont work with wicket 6.12 maybe. Have you maybe any hint for me?? Thanks in advance Cheers Di