Re: TinyMCE and textarea : validation problem

2011-12-28 Thread Michal Letynski
How your submit button looks like ? You need to copy value from tiny to textarea. tinyMCE.triggerSave(true,true); Look at the TinyMceAjaxButton and TinyMceAjaxSubmitModifier. Regards, Michal W dniu 2011-12-28 20:20, ricmancio pisze: I have a panel where I have a form,feedback and textarea

Re: Bug in wicket tiny mce 1.4.18

2011-12-10 Thread Michal Letynski
Just get an access to wicket-stuff and fix it by yourself. W dniu 2011-12-10 20:07, Philipp pisze: Dear Folks, I think I found a bug in the Wicket Tiny MCE implementation version 1.4.18. In class TinyMCESettings.java there's the following method: public static void

Re: Wicket - TinyMCE

2011-08-01 Thread Michal Letynski
Hi. W dniu 2011-08-02 04:29, ramazan pekin pisze: Hi to everyone, I am looking for rich text editor and I found TinyMCE. But I couldnt find any document/example page how can I integrate wicket and TinyMCE explained detailed. Do you know is there any documentation or example about this subject?

Re: wicketstuff tinymce development

2011-08-01 Thread Michal Letynski
W dniu 2011-07-29 18:30, jbrookover pisze: Michal Letynski wrote: Ok i solved the problem. I used wrong version (1.4.17.3 - its buggy). I get exceptions: java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1937

Re: Wicket - TinyMCE/FckEditor

2011-08-01 Thread Michal Letynski
. On Tue, Aug 2, 2011 at 8:27 AM, Chris Colman chr...@stepaheadsoftware.comwrote: Are there any examples of Wicket integrated with FckEditor (the one before CkEditor)? -Original Message- From: Michal Letynski [mailto:m...@consol.ae] Sent: Tuesday, 2 August 2011 3:25 PM To: users

Re: wicketstuff tinymce development

2011-07-28 Thread Michal Letynski
W dniu 2011-07-28 12:08, Pointbreak pisze: According to: http://tinymce.moxiecode.com/tryit/multiple_configs.php Mode should be switched to textareas our current implementation provide exact only. Why would you want to use textareas matching when using TinyMce in Wicket? Attach a

wicketstuff tinymce development

2011-07-27 Thread Michal Letynski
Hi. Is here anyone who is currently doing something with tinymce wicketstuff project ? I saw that in current version we are not able to add more then one instance of tiny in one page. I want to change it. I saw that wicket-stuff was moved to git, accounts from svn was copied or should i ask

Re: wicketstuff tinymce development

2011-07-27 Thread Michal Letynski
W dniu 2011-07-27 17:27, jbrookover pisze: Michal Letynski wrote: Is here anyone who is currently doing something with tinymce wicketstuff project ? I saw that in current version we are not able to add more then one instance of tiny in one page. I've recently made some commits to the tinymce

Re: How run Wicket Application

2011-02-16 Thread Michal Letynski
Just open the tomcat manager and deploy this war file. W dniu 2011-02-16 13:03, Mr Jehan pisze: please any other solution On Wed, Feb 16, 2011 at 1:39 PM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Might be easier just to put it into eclipse and run Start.java, maybe. **