Re: TinyMCE InPlaceEditComponent on Wicket 6

2014-04-22 Thread Dirk Germonpré
Hello Andrea, Thanks a lot for this fix. I have another question. The fix now delays the creation of the settings object inside the InPlaceEditComponent to the onInitialize() method. This means I can no longer configure the settings after creating the InPlaceEditComponent in my panel. Is it

Re: TinyMCE InPlaceEditComponent on Wicket 6

2014-04-22 Thread Dirk Germonpré
super.onInitialize(). Martin Grigorov Wicket Training and Consulting On Tue, Apr 22, 2014 at 3:35 PM, Dirk Germonpré dirk.germon...@gmail.com wrote: Hello Andrea, Thanks a lot for this fix. I have another question. The fix now delays the creation of the settings object inside

Re: TinyMCE InPlaceEditComponent on Wicket 6

2014-04-22 Thread Dirk Germonpré
Hello, I think there is a problem with the fix. In TinyMceBehavior the method beforeRender was removed (in which a div was added), so I suppose the method afterRender should also be removed (in which the div is closed). Kind regards, Dirk. 2014-04-21 14:32 GMT+02:00 Andrea Del Bene

Re: TinyMCE InPlaceEditComponent on Wicket 6

2014-04-15 Thread Dirk Germonpré
Hello, Switching back to version 6.9.0 doesn't make a change. If I click the cancel button in the editor, it closes, but when I reopen it again, nothing works anymore. In what version should it be fixed? Is there a new JIRA issue? Kind regards, Dirk.

Re: TinyMCE InPlaceEditComponent on Wicket 6

2014-04-15 Thread Dirk Germonpré
15, 2014 at 11:00 AM, Dirk Germonpré dirk.germon...@gmail.comwrote: Hello, Switching back to version 6.9.0 doesn't make a change. If I click the cancel button in the editor, it closes, but when I reopen it again, nothing works anymore. In what version should it be fixed

Re: TinyMCE InPlaceEditComponent on Wicket 6

2014-04-15 Thread Dirk Germonpré
Hello, The editor is now working fine in a normal page. But I also need the editor to work inside a modal window. In that case, the editor opens and seems to work fine, until I hit the save button. The save button does nothing, the editor stays open. Is this a known issue? I'm currently working

TinyMCE InPlaceEditComponent on Wicket 6

2014-04-14 Thread Dirk Germonpré
the text, but in the editor, nothing works anymore. Is anyone using the TinyMCE editor on Wicket 6? Kind regards, Dirk Germonpré.

Re: TinyMCE InPlaceEditComponent on Wicket 6

2014-04-14 Thread Dirk Germonpré
and Consulting On Mon, Apr 14, 2014 at 5:54 PM, Dirk Germonpré dirk.germon...@gmail.com wrote: Hello, I'm working on a large web application. Parts of the application are still running on Wicket 1.4, but I'm in the process of migrating them to Wicket 6. We used

factory method to create the DataGridView in DataTable

2014-02-14 Thread Dirk Germonpré
a JIRA issue? Kind regards, Dirk Germonpré.