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/core/tree/master/jdk-1.6-parent/tinymce-parent/tinymce-examples/src/main/java/wicket/contrib/examples/tinymce
?

Best Regards

Anton

On 18.11.2013 22:13, Dirk Wichmann wrote:

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
Dirk


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




--
Certified Prince2:2009 Project Manager
Professional Scrum Master I  II
Oracle Certified Expert, Enterprise JavaBeans Developer
Oracle Certified Professional, Java SE 6 Programmer

Now that's a test of the character of an organization.
Of the organizations that are attempting to implement
Scrum probably, 30% - 35% will successfully implement it.
- Ken Schwaber



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, mkrivan mik...@krivan.hu wrote:

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

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




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.

Visural-wicket: easy to work with it, nice looking, but in IE 8 when the
edit area extends, it overlaps the bottom area and looks quite bad, I have
not found hungarian localization

TinyMCE: easy to work with it, nice looking, hungarian translations are
there, but the popup windows resizes too small in Chrome and IE 8 only
Firefox keeps the popup window size properly, the others alwasy have to
resize with mouse

Kendo UI: extremely nice on demo page, but I can not work with it at all, it
includes javascript resources even if I included the resources on top 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.1842946.n4.nabble.com/searching-for-a-Rich-text-editor-tp4662506p4663124.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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

 Visural-wicket: easy to work with it, nice looking, but in IE 8 when the
 edit area extends, it overlaps the bottom area and looks quite bad, I have
 not found hungarian localization

 TinyMCE: easy to work with it, nice looking, hungarian translations are
 there, but the popup windows resizes too small in Chrome and IE 8 only
 Firefox keeps the popup window size properly, the others alwasy have to
 resize with mouse

 Kendo UI: extremely nice on demo page, but I can not work with it at all,
 it
 includes javascript resources even if I included the resources on top 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.1842946.n4.nabble.com/searching-for-a-Rich-text-editor-tp4662506p4663124.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




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

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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-kendo-ui-6.12.0 is based on kendoui.web.2013.1.319

Sorry for the mess, I thought the previous release was the new one... :s

Best regards,
Sebastien


On Tue, Nov 19, 2013 at 10:10 PM, Sebastien seb...@gmail.com wrote:

 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
 enabledtrue/enabled
 /snapshots
 /repository/repositories


 If you don't not wish to use the snapshot release, you can add the kendo
 library you downloaded using IKendoUILibrarySettings

 https://github.com/sebfz1/wicket-jquery-ui/wiki/%5Bhowto%5D-change-resources-references

 Hope this helps,
 Sebastien.



 On Tue, Nov 19, 2013 at 9:21 PM, Dirk Wichmann dir...@team-wichmann.dewrote:

 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.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/issues/75
 
  Best regards,
  Sebastien.
 
 
 
  On Mon, Nov 18, 2013 at 10:13 PM, Dirk Wichmann 
 dir...@team-wichmann.dewrote:
 
  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
  Dirk
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





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 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
 Dirk


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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.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/issues/75

 Best regards,
 Sebastien.



 On Mon, Nov 18, 2013 at 10:13 PM, Dirk Wichmann 
 dir...@team-wichmann.dewrote:

 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
 Dirk


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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
enabledtrue/enabled
/snapshots
/repository/repositories


If you don't not wish to use the snapshot release, you can add the kendo
library you downloaded using IKendoUILibrarySettings
https://github.com/sebfz1/wicket-jquery-ui/wiki/%5Bhowto%5D-change-resources-references

Hope this helps,
Sebastien.



On Tue, Nov 19, 2013 at 9:21 PM, Dirk Wichmann dir...@team-wichmann.dewrote:

 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.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/issues/75
 
  Best regards,
  Sebastien.
 
 
 
  On Mon, Nov 18, 2013 at 10:13 PM, Dirk Wichmann dir...@team-wichmann.de
 wrote:
 
  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
  Dirk
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




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
Dirk


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 your average rte.

Sincerely,
  Adam


On Mon, Nov 18, 2013 at 1:13 PM, Dirk Wichmann dir...@team-wichmann.dewrote:

 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
 Dirk


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




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/issues/75

Best regards,
Sebastien.



On Mon, Nov 18, 2013 at 10:13 PM, Dirk Wichmann dir...@team-wichmann.dewrote:

 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
 Dirk


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




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
 (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/issues/75

 Best regards,
 Sebastien.



 On Mon, Nov 18, 2013 at 10:13 PM, Dirk Wichmann dir...@team-wichmann.de
 wrote:

  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
  Dirk
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 




-- 
WBR
Maxim aka solomax