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 Martin Grigorov
Hi, You can override #onInitialize() and do what you need after calling super.onInitialize(). Martin Grigorov Wicket Training and Consulting On Tue, Apr 22, 2014 at 3:35 PM, Dirk Germonpré dirk.germon...@gmail.comwrote: Hello Andrea, Thanks a lot for this fix. I have another question.

Re: TinyMCE InPlaceEditComponent on Wicket 6

2014-04-22 Thread Dirk Germonpré
Hello, I understand. In that case, I still need a getter method for the settings object inside the TinyMceBehavior. Kind regards, Dirk. 2014-04-22 14:38 GMT+02:00 Martin Grigorov mgrigo...@apache.org: Hi, You can override #onInitialize() and do what you need after calling

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-22 Thread Andrea Del Bene
Hi Dirk, I changed the code following your advices: https://github.com/wicketstuff/core/commit/d763815f6cc05d799df628e2c3cba61b9c6b1410 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

Re: TinyMCE InPlaceEditComponent on Wicket 6

2014-04-21 Thread Andrea Del Bene
Hello, I've worked to fix the issue. You can see the result here: https://github.com/wicketstuff/core/commit/ed9d3e52f4537c67c395a5e3bcb1dbb639158eb7 However, I don't think there is an easy workaround to apply to the current version. The good news is that Wicket 6.15.0 is around the conner

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 Martin Grigorov
https://github.com/wicketstuff/core/commit/9fa1c25c113800ef9c55cdc4afbaacc3d6e3256a this is the fix Martin Grigorov Wicket Training and Consulting On Tue, Apr 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.

Re: TinyMCE InPlaceEditComponent on Wicket 6

2014-04-15 Thread Dirk Germonpré
Great! It does the trick. Thanks a lot! Kind regards, Dirk. 2014-04-15 10:03 GMT+02:00 Martin Grigorov mgrigo...@apache.org: https://github.com/wicketstuff/core/commit/9fa1c25c113800ef9c55cdc4afbaacc3d6e3256a this is the fix Martin Grigorov Wicket Training and Consulting On Tue, Apr

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

Re: TinyMCE InPlaceEditComponent on Wicket 6

2014-04-15 Thread Andrea Del Bene
No, it's not a known issue. I will try to investigate it in during the very next days. 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

TinyMCE InPlaceEditComponent on Wicket 6

2014-04-14 Thread Dirk Germonpré
to be some problems on Wicket 6.14. I now have to double-click on a text label before it is turned into a TinyMCE editor. On Wicket 1.4 a single click was enough. I can work with the editor but once a click on the cancel button, things go wrong. I can open the editor again by double-clicking

Re: TinyMCE InPlaceEditComponent on Wicket 6

2014-04-14 Thread Martin Grigorov
Hi, Do you use wicketstuff-tinymce 6.14 as well ? http://central.maven.org/maven2/org/wicketstuff/wicketstuff-tinymce/6.14.0/ Martin Grigorov Wicket Training and Consulting On Mon, Apr 14, 2014 at 5:54 PM, Dirk Germonpré dirk.germon...@gmail.comwrote: Hello, I'm working on a large web

Re: TinyMCE InPlaceEditComponent on Wicket 6

2014-04-14 Thread Dirk Germonpré
Yes, I'm using version 6.14 of wicketstuff-tinymce. Dirk. 2014-04-14 16:59 GMT+02:00 Martin Grigorov mgrigo...@apache.org: Hi, Do you use wicketstuff-tinymce 6.14 as well ? http://central.maven.org/maven2/org/wicketstuff/wicketstuff-tinymce/6.14.0/ Martin Grigorov Wicket Training

Re: TinyMCE InPlaceEditComponent on Wicket 6

2014-04-14 Thread Andrea Del Bene
It's a problem introduced with the workaround at https://issues.apache.org/jira/browse/WICKET-5248 and never removed. If you try working with version 6.9.0 (both Wicket and WicketStuff) you shouldn't have this problem. I'm committing a fix. Yes, I'm using version 6.14 of wicketstuff-tinymce

ImageUploadPlugin of TinyMCE icon and resource problem

2014-03-24 Thread Sandor Feher
/ImageUploadPlugin-of-TinyMCE-icon-and-resource-problem-tp4665097.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

Re: tinymce textarea in a modal window not letting to type

2014-02-07 Thread jchappelle
The original issue is pretty old but tinymce in a modal window worked in 1.5 and it is not working in 6.13.0. I guess I'm going to have to redesign my pages to not use the tinymce in a modal window. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/tinymce-textarea

Re: tinymce textarea in a modal window not letting to type

2014-02-07 Thread Girts Ziemelis
, jchappelle wrote: The original issue is pretty old but tinymce in a modal window worked in 1.5 and it is not working in 6.13.0. I guess I'm going to have to redesign my pages to not use the tinymce in a modal window. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/tinymce

Re: tinymce textarea in a modal window not letting to type

2014-02-07 Thread Gabriel Landon
); } }.add(new TinyMceAjaxSubmitModifier())); Regards, Gabriel. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/tinymce-textarea-in-a-modal-window-not-letting-to-type-tp1886534p4664314.html Sent from the Users forum mailing list archive at Nabble.com

Re: tinymce textarea in a modal window not letting to type

2014-02-06 Thread Andrea Del Bene
://apache-wicket.1842946.n4.nabble.com/tinymce-textarea-in-a-modal-window-not-letting-to-type-tp1886534p4664214.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: tinymce textarea in a modal window not letting to type

2014-02-05 Thread jchappelle
I am having this same issue in wicket 6.13.0. Any fixes as of yet? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/tinymce-textarea-in-a-modal-window-not-letting-to-type-tp1886534p4664214.html Sent from the Users forum mailing list archive at Nabble.com

Re: tinymce textarea in a modal window not letting to type

2014-01-23 Thread fachhoch
I created a quick start project, first time tinymce editor shows up fine, second time cannot type into editor. myproject.zip http://apache-wicket.1842946.n4.nabble.com/file/n4663912/myproject.zip Please advice. should I create a bug report for this. -- View this message in context: http

Re: tinymce textarea in a modal window not letting to type

2014-01-22 Thread fachhoch
be appended to target for tinymce to work this script is not complete. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/tinymce-textarea-in-a-modal-window-not-letting-to-type-tp1886534p4663884.html Sent from the Users forum mailing list archive at Nabble.com

Re: tinymce textarea in a modal window not letting to type

2014-01-22 Thread fachhoch
here is my code trying with tinymce and modalwindow wicket and tinymce 6.12.0 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/tinymce-textarea-in-a-modal-window-not-letting-to-type-tp1886534p4663886.html Sent from the Users forum mailing list archive

Re: TinyMce disappears with CryptoMapper

2014-01-08 Thread Sven Meier
Hi, tinymce loads some Javascript files dynamically, e.g. editor_template.js. wicketstuff-tinymce uses a custom request mapper with some magic to serve these files, see TinyMceRequestMapper.KNOWN_SEGMENTS. This won't work with the hashed paths created by CryptoMapper. Regards Sven On 01/07

Re: TinyMce disappears with CryptoMapper

2014-01-08 Thread jchappelle
I have found a work around but this seems to be a bug in the wicketstuff-tinymce project. I looked in the wicket.contrib.tinymce.TinyMceInitializer class and the first line of the init method had this: application.getRootRequestMapperAsCompound().add(new TinyMceRequestMapper

Re: TinyMce disappears with CryptoMapper

2014-01-07 Thread jchappelle
I have a quickstart now. The setResponsePage(new TinyMcePage()) seems to cause the issue. On the HomePage I have a tinymce and it displays fine. However if you click a link that does the setResponsePage and transition to a new page it does not display. Any ideas? -- View this message in context

Re: TinyMce disappears with CryptoMapper

2014-01-07 Thread Sven Meier
Where's the quickstart? Sven On 01/07/2014 07:28 PM, jchappelle wrote: I have a quickstart now. The setResponsePage(new TinyMcePage()) seems to cause the issue. On the HomePage I have a tinymce and it displays fine. However if you click a link that does the setResponsePage and transition

Re: TinyMce disappears with CryptoMapper

2014-01-07 Thread jchappelle
/L7ExSNbPC4sb6TPJDblCAkN0baRJxw3qBR0wyJEtP3uLmhnUUFEbeu7SFNM9wrlMrHBtoodlQMAPr5CCP9g2aproPDfvon2O/L7E59/TPJfd//langs/en.js http://localhost:8080/L7ExSNbPC4sb6TPJDblCAkN0baRJxw3qBR0wyJEtP3uLmhnUUFEbeu7SFNM9wrlMrHBtoodlQMAPr5CCP9g2aproPDfvon2O/L7E59/TPJfd//themes/simple/editor_template.js Here is the quickstart tinymce-crypto-quickstart.zip

TinyMce disappears with CryptoMapper

2014-01-06 Thread jchappelle
I have a weird problem in wicket 6.12.0 where the TinyMce component does not display. It will in certain cases and in some of those cases a browser refresh causes it to vanish. If I remove the CryptoMapper from my Application.init method then it works fine. I tried creating a quickstart but I

Re: TinyMce disappears with CryptoMapper

2014-01-06 Thread Andrea Del Bene
Hi, are you using the TinyMCE module from WicketStuff? I have a weird problem in wicket 6.12.0 where the TinyMce component does not display. It will in certain cases and in some of those cases a browser refresh causes it to vanish. If I remove the CryptoMapper from my Application.init method

Re: TinyMce disappears with CryptoMapper

2014-01-06 Thread jchappelle
Yes. It is version 6.12.0 also. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/TinyMce-disappears-with-CryptoMapper-tp4663499p4663504.html Sent from the Users forum mailing list archive at Nabble.com

Re: TinyMCE Twitter Bootstrap Toggle

2013-07-24 Thread Alec Swan
I noticed that TinyMce plugin in WicketStuff 1.5.9.1 packages an old version of TinyMce. Does anybody know what is the latest TinyMce Wicket plugin release compatible with Wicket 1.5.9? Thanks, Alec On Tue, Jul 23, 2013 at 2:13 PM, Alec Swan alecs...@gmail.com wrote: I am on Wicket 1.5.9

Re: TinyMCE Twitter Bootstrap Toggle

2013-07-24 Thread Andrea Del Bene
ver 1.5.9.1 is the latest one. Look here: http://mvnrepository.com/artifact/org.wicketstuff/wicketstuff-tinymce I noticed that TinyMce plugin in WicketStuff 1.5.9.1 packages an old version of TinyMce. Does anybody know what is the latest TinyMce Wicket plugin release compatible with Wicket 1.5.9

Re: TinyMCE Twitter Bootstrap Toggle

2013-07-23 Thread Andrea Del Bene
Which version of Wicket/WicketStuff are you using? Andrea, thank you for a good pointer. The thing I am struggling with is adding class=collapse to the xxx_wrapper_component which seems to be created by TinyMCE JavaScript after my Wicket code can add AttributeModifier or even invoke

Re: TinyMCE Twitter Bootstrap Toggle

2013-07-23 Thread Alec Swan
I am on Wicket 1.5.9 using WicketStuff 1.5.9.1. I ended up overriding TinyMceBehavior#beforeRender in order to inject class=collapse on the TinyMCE wrapper DIV. Can you think of a cleaner solution? @Override public void beforeRender(Component component

Re: TinyMCE Twitter Bootstrap Toggle

2013-07-22 Thread Andrea Del Bene
Hi, you can have a look at InPlaceEditComponent which is used in the example page InlineTinyMCEPage (see code at https://github.com/wicketstuff/core/blob/master/jdk-1.6-parent/tinymce-parent/tinymce-examples/src/main/java/wicket/contrib/examples/tinymce/InlineTinyMCEPage.java) Hello, I have

Re: TinyMCE Twitter Bootstrap Toggle

2013-07-22 Thread Alec Swan
Andrea, thank you for a good pointer. The thing I am struggling with is adding class=collapse to the xxx_wrapper_component which seems to be created by TinyMCE JavaScript after my Wicket code can add AttributeModifier or even invoke $('# + getAjaxRegionMarkupId() + ').css('class', 'collapse

TinyMCE Twitter Bootstrap Toggle

2013-07-21 Thread Alec Swan
Hello, I have a bootstrap toggle button which the user can use to open and close TinyMCE editor. When the page is rendered I would like the TinyMCE editor to be closed and when user clicks on the toggle button - open. Note that twitter bootstrap button needs to know TinyMCE#getAjaxRegionMarkupId

custom button in tinymce

2013-05-07 Thread fachhoch
I am using wicket tinymce .I want to add a custom button to tinymce which I can do using tinymce init script , i also want to know if user clicked on this button when the form is submitted at the server side any suggestion on how to ? -- View this message in context: http://apache-wicket

idle timeout javascript when page has a modal window or tinymce editor

2013-03-05 Thread fachhoch
I am using jquery plugin to detect idle time or inactivity and signout the user , the plugin I use works fine, but the problem is with iframes, I have lot of modal windows and tinymce editor in my pages and when user is either typing in tinymce editor or clicking on a modal window whihc

Re: idle timeout javascript when page has a modal window or tinymce editor

2013-03-05 Thread Ernesto Reinaldo Barreiro
windows and tinymce editor in my pages and when user is either typing in tinymce editor or clicking on a modal window whihc uses pages then the timer is not reset and even tough user is p[erforming activity this plugin does not detect and times out, please advice how to handle timeout

Re: TinyMCE.

2013-02-24 Thread Andrea Del Bene
TinyMceBehavior(new TinyMCESettings(Theme.advanced))); form.add(contentTextArea); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/TinyMCE-tp4656649p4656722.html Sent from the Users forum mailing list archive at Nabble.com

Re: TinyMCE.

2013-02-22 Thread anton
I use wicket 1.4.19. dependency groupIdorg.wicketstuff/groupId artifactIdtinymce/artifactId version1.4.19/version /dependency also gives me the same error with visural wicket. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/TinyMCE

Re: TinyMCE.

2013-02-22 Thread Andrea Del Bene
Do you get the error running your project from Maven? I've built a quickstart project with Wicket 1.4.19 and TinyMCE but it works fine. I use wicket 1.4.19. dependency groupIdorg.wicketstuff/groupId artifactIdtinymce/artifactId version1.4.19/version /dependency also

Re: TinyMCE.

2013-02-21 Thread Andrea Del Bene
It seems that your application is missing the jar TinyMCE integration. You can find it at http://mvnrepository.com/artifact/org.wicketstuff/wicketstuff-tinymce/6.5.0 HI. when i execute my page with a textArea(with TinyMCE).java.lang.NoClassDefFoundError: wicket/contrib/tinymce/TinyMceBehavior

Re: TinyMCE ImageUploadPlugin problem

2012-12-18 Thread Andrea Del Bene
I appreciate any comments :). thnx, Sandor -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/TinyMCE-ImageUploadPlugin-problem-tp4654616p4654713.html Sent from the Users forum mailing list archive at Nabble.com

Re: TinyMCE ImageUploadPlugin problem

2012-12-11 Thread Sandor Feher
If I would have some time I would upgrade wicket to 6.x series and test it with 6.0. Until I appreciate any comments :). thnx, Sandor -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/TinyMCE-ImageUploadPlugin-problem-tp4654616p4654713.html Sent from the Users forum

Re: TinyMCE ImageUploadPlugin problem

2012-12-10 Thread Andrea Del Bene
-wicket.1842946.n4.nabble.com/TinyMCE-ImageUploadPlugin-problem-tp4654616.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

TinyMCE ImageUploadPlugin problem

2012-12-08 Thread Sandor Feher
the following way: If anyone could point to what I'm wrong I really would appreciate that! thnx, Sandor -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/TinyMCE-ImageUploadPlugin-problem-tp4654616.html Sent from the Users forum mailing list archive at Nabble.com

Re: How to disable TinyMCE confirm dialog in Wicket?

2012-03-20 Thread Martin Grigorov
...@gmail.com wrote: The question is like this: http://stackoverflow.com/questions/5705671/how-to-disable-tinymce-confirm-dialog The confirmation is different for different browsers. For FF, it is This page is asking you to confirm that you want to leave - data you have entered may not be saved Leave

Re: How to disable TinyMCE confirm dialog in Wicket?

2012-03-20 Thread Ilkemdk
Thank you for help. I will test it later~ -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-disable-TinyMCE-confirm-dialog-in-Wicket-tp4486793p4489099.html Sent from the Users forum mailing list archive at Nabble.com

How to disable TinyMCE confirm dialog in Wicket?

2012-03-19 Thread Ilkemdk
The question is like this: http://stackoverflow.com/questions/5705671/how-to-disable-tinymce-confirm-dialog The confirmation is different for different browsers. For FF, it is This page is asking you to confirm that you want to leave - data you have entered may not be saved Leave Page - Stay

wicketstuff-tinymce not working in deployment mode

2012-02-10 Thread Gabriel Landon
On my latest project, I'm using wicketstuff-tinymce 1.5.4. It works fine when I'm in development mode, but when I switch to deployment, all the icons and images are gone. I've found that it as something to do with the JavaScript compressor which is disable in development mode and enable

Re: TinyMCE and textarea : validation problem

2011-12-29 Thread ricmancio
*TinyMceAjaxSubmitModifier *to my AjaxButton field thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/TinyMCE-and-textarea-validation-problem-tp4240317p4242178.html Sent from the Users forum mailing list archive at Nabble.com

TinyMCE and textarea : validation problem

2011-12-28 Thread ricmancio
CompoundPropertyModel(segnif)); //*add component* FormComponent fc; fc = new TextArea(text,new PropertyModel(form,text)); fc.setRequired(true); *the field is required* *if I add TinyMce so:* I imports wicket.contrib.tinymce.TinyMceBehavior and modify the code: fc = new TextArea(text,new PropertyModel

Re: TinyMCE and textarea : validation problem

2011-12-28 Thread Michal Letynski
; fc = new TextArea(text,new PropertyModel(form,text)); fc.setRequired(true); *the field is required* *if I add TinyMce so:* I imports wicket.contrib.tinymce.TinyMceBehavior and modify the code: fc = new TextArea(text,new PropertyModel(form,text)); fc.add(new TinyMceBehavior()); fc.setRequired

Problem with wicketstuff-tinymce-1.5.3 external plugins

2011-12-21 Thread dennisB
We are performing upgrade to wicketstuff-tinymce-1.5.3 and we have some problems with external plugins. this code in tiny_mce_src.js loadScripts() function that suppose to load our plugin javaScript is never called: function loadScripts() { if (s.language s.language_load !== false

Re: Problem with wicketstuff-tinymce-1.5.3 external plugins

2011-12-21 Thread dennisB
We find the problem,the are no problem with wicketstuff-tinymce-1.5.3 the problem was at our application. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-wicketstuff-tinymce-1-5-3-external-plugins-tp4222060p4222840.html Sent from the Users forum mailing

Latest version of TinyMCE

2011-10-21 Thread Vishal Popat
Hi all, I am trying to get the latest version of TinyMCE... I have tried getting this from Maven like so: dependency groupIdorg.wicketstuff/groupId artifactIdtinymce/artifactId version1.4.18/version

Wicket TinyMCE 1.4.18 fails

2011-10-07 Thread Leszek Gawron
with the message in JS console: /app/resources/wicket.contrib.tinymce.InPlaceEditBehavior/tiny_mce/themes/advanced/editor_template_src.js:128 Uncaught TypeError: Cannot call method 'push' of undefined and it didn't so for 1.4.17. Could anybody confirm this? lg -- Leszek Gawron

Wicketstuff tinymce 1.5

2011-09-15 Thread Sotil Bertanzetti, Matteo
Hello, I'm migrating from wicket 1.4.18 to wicket 1.5.0, but I need wicketstuff/tinymce dependency, and I think it is not migrated to 1.5 yet; is there some prevision to do it?, or where can I find it?. My dependency: dependency groupIdorg.wicketstuff/groupId artifactIdtinymce

RE: Wicket - TinyMCE/FckEditor

2011-08-02 Thread Chris Colman
W dniu 2011-08-02 09:34, Josh Kamau pisze: Hi Michal, If you want a really nice and simple Rich Text Editor, take a look at visural-wicket project. NicEdit is dead. Its not supported for long time. Doh! I did noticed it has some quirks in it's operation.

Re: Wicket - TinyMCE/FckEditor

2011-08-02 Thread Steve Swinsburg
Subject: Re: Wicket - TinyMCE/FckEditor Hi Michal, If you want a really nice and simple Rich Text Editor, take a look at visural-wicket project. Here is the link to the demos - http://wicket.visural.net/examples/app/ regards. Josh. On Tue, Aug 2, 2011 at 8:27 AM, Chris Colman chr

Wicket - TinyMCE

2011-08-01 Thread ramazan pekin
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? Thanks, br. Ramazan

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: Wicket - TinyMCE/FckEditor

2011-08-01 Thread Chris Colman
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@wicket.apache.org Subject: Re: Wicket - TinyMCE Hi. W dniu 2011-08-02 04:29, ramazan pekin

Re: Wicket - TinyMCE/FckEditor

2011-08-01 Thread Josh Kamau
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@wicket.apache.org Subject: Re: Wicket - TinyMCE Hi. W dniu 2011-08-02 04:29, ramazan pekin pisze: Hi

Re: wicketstuff tinymce development

2011-08-01 Thread Michal Letynski
) at wicket.contrib.tinymce.settings.TinyMCESettings.lazyLoadTinyMCEResource(TinyMCESettings.java:971) at wicket.contrib.tinymce.TinyMceBehavior.renderHead(TinyMceBehavior.java:60) And looking and java docs ( TODO: This has not been extensively tested.) it still under development. For TinyMCE to work

Re: Wicket - TinyMCE/FckEditor

2011-08-01 Thread Michal Letynski
@wicket.apache.org Subject: Re: Wicket - TinyMCE 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

RE: Wicket - TinyMCE/FckEditor

2011-08-01 Thread Chris Colman
implementation they want of the image provider. If that sort of thing were available today we'd really like to move to Visural. -Original Message- From: Josh Kamau [mailto:joshnet2...@gmail.com] Sent: Tuesday, 2 August 2011 3:34 PM To: users@wicket.apache.org Subject: Re: Wicket - TinyMCE

Re: wicketstuff tinymce development

2011-07-29 Thread jbrookover
) at wicket.contrib.tinymce.settings.TinyMCESettings.lazyLoadTinyMCEResource(TinyMCESettings.java:971) at wicket.contrib.tinymce.TinyMceBehavior.renderHead(TinyMceBehavior.java:60) And looking and java docs ( TODO: This has not been extensively tested.) it still under development. For TinyMCE to work properly with AJAX, it must

Re: wicketstuff tinymce development

2011-07-28 Thread Pointbreak
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 TinyMceBehavior to each Wicket component

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

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 Martin Grigorov
New account is needed. On Wed, Jul 27, 2011 at 12:57 PM, Michal Letynski m...@consol.ae wrote: 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

Re: wicketstuff tinymce development

2011-07-27 Thread Michael O'Cleirigh
back into the main project. Regards, Mike New account is needed. On Wed, Jul 27, 2011 at 12:57 PM, Michal Letynskim...@consol.ae wrote: 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

Re: wicketstuff tinymce development

2011-07-27 Thread jbrookover
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 wicketstuff package on GitHub

Re: wicketstuff tinymce development

2011-07-27 Thread Attila Király
I would like to point out that tinymce in wicketstuff 1.5 branch needs some love too. It is not yet ported to wicket 1.5. Attila 2011/7/27 jbrookover jbrooko...@cast.org Michal Letynski wrote: Is here anyone who is currently doing something with tinymce wicketstuff project ? I saw

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: TinyMCE in ModalWindow

2010-11-02 Thread 蔡茂昌
i know that TinyMCE can only work in page , can this help you. 2010/10/19 Brad Grier brad.gr...@salusnovus.com I've implemented TinyMCE in my app and all is well with one exception. I can't get it to work in a ModalWindow (TinyMCE works the first time but subsequently opens in an blank

Wicket Stuff TinyMCE Update?

2010-10-29 Thread Josh Glassman
Hi All, Who if anyone is in charge of the Wicket Stuff TinyMCE project? I have been having some issues with it and noticed that the TinyMCE files have not been updated since the initial 3.3 release. I tried simply replacing the tiny_mce folder inside a copy of the tinymce-1.4.12.jar

Re: Wicket Stuff TinyMCE Update?

2010-10-29 Thread Igor Vaynberg
dont think anyone is maintaining the project. you are welcome to take it over. -igor On Fri, Oct 29, 2010 at 8:40 AM, Josh Glassman josh...@gmail.com wrote: Hi All, Who if anyone is in charge of the Wicket Stuff TinyMCE project? I have been having some issues with it and noticed

Re: Wicket Stuff TinyMCE Update?

2010-10-29 Thread Josh Glassman
to take it over. -igor On Fri, Oct 29, 2010 at 8:40 AM, Josh Glassman josh...@gmail.com wrote: Hi All, Who if anyone is in charge of the Wicket Stuff TinyMCE project? I have been having some issues with it and noticed that the TinyMCE files have not been updated since the initial 3.3 release

Re: Wicket Stuff TinyMCE Update?

2010-10-29 Thread Igor Vaynberg
On Fri, Oct 29, 2010 at 8:40 AM, Josh Glassman josh...@gmail.com wrote: Hi All, Who if anyone is in charge of the Wicket Stuff TinyMCE project? I have been having some issues with it and noticed that the TinyMCE files have not been updated since the initial 3.3 release.  I tried simply

Re: Wicket Stuff TinyMCE Update?

2010-10-29 Thread Josh Glassman
, Igor Vaynberg igor.vaynb...@gmail.com wrote: dont think anyone is maintaining the project. you are welcome to take it over. -igor On Fri, Oct 29, 2010 at 8:40 AM, Josh Glassman josh...@gmail.com wrote: Hi All, Who if anyone is in charge of the Wicket Stuff TinyMCE project? I have been

Re: Wicket Stuff TinyMCE Update?

2010-10-29 Thread Michael O'Cleirigh
Hello, You shouldn't have to do anything other than make the change to have it propogated into maven. The tinymce artifact is already being distributed as part of wicketstuff-core. This is the current branch tracking wicket 1.4-SNAPSHOT: https://wicket-stuff.svn.sourceforge.net/svnroot

Re: Wicket Stuff TinyMCE Update?

2010-10-29 Thread Igor Vaynberg
wrote: Hi All, Who if anyone is in charge of the Wicket Stuff TinyMCE project? I have been having some issues with it and noticed that the TinyMCE files have not been updated since the initial 3.3 release.  I tried simply replacing the tiny_mce folder inside a copy of the tinymce-1.4.12.jar

Re: Wicket Stuff TinyMCE Update?

2010-10-29 Thread Josh Glassman
, 2010 at 11:44 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote: dont think anyone is maintaining the project. you are welcome to take it over. -igor On Fri, Oct 29, 2010 at 8:40 AM, Josh Glassman josh...@gmail.com wrote: Hi All, Who if anyone is in charge of the Wicket Stuff TinyMCE project

TinyMCE in ModalWindow

2010-10-18 Thread Brad Grier
I've implemented TinyMCE in my app and all is well with one exception. I can't get it to work in a ModalWindow (TinyMCE works the first time but subsequently opens in an blank, uneditable state). Someone suggested using the TinyMCE javascript functions mceRemoveControl and mceAddControl to work

Word-wrapping in Wicket-TinyMCE

2010-09-08 Thread Johan Haleby
Hi, Has anyone managed to get word-wrapping to work in wicket-contrib-tinymce? In that case how? By default you get a horizontal scrollbar when the textline is larger than the size of the TinyMCE window. /Johan -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Word

Re: Replicating tinyMCE

2010-09-07 Thread David Hendrix
to remove the editor in the page source) of removing TinyMCE on the following page: http://tinymce.moxiecode.com/examples/example_01.php Try prepending the necessary javascript code to the AJAX request to fix your problem. Bas - Original Message - From: David Hendrix wicket-us...@unbewaff.net

Re: Replicating tinyMCE

2010-09-05 Thread David Hendrix
Hi, I tried to add tinyMCE to my application, which seems easy enough using the wicketstuff project. The point where I got stuck (for some hours now) is where I start adding the component carrying the TinyMceBehavior to any Ajax-Targets. What I'm trying to do is to populate the textarea based

Replicating tinyMCE

2010-08-11 Thread David Hendrix
Hi, I tried to add tinyMCE to my application, which seems easy enough using the wicketstuff project. The point where I got stuck (for some hours now) is where I start adding the component carrying the TinyMceBehavior to any Ajax-Targets. What I'm trying to do is to populate the textarea based

Re: Wicket wicket-contrib-tinymce populate Styles drop-down

2010-07-09 Thread Peter Miklosko
I'm sort of dubious about your suggestion as I don't see any direct connection between this DropDownChoice and TinyMCE editor from wicket-contrib-tinymce. Would you care to explain little more about integration? Peter From: Pedro Santos pedros...@gmail.com

SV: Wicket wicket-contrib-tinymce populate Styles drop-down

2010-07-09 Thread Wilhelmsen Tor Iver
I'm sort of dubious about your suggestion as I don't see any direct connection between this DropDownChoice and TinyMCE editor from wicket-contrib- tinymce. I think Pedro misunderstood you and therefore posted code for changing the Wicket style which is something else. - Tor Iver

Re: Wicket wicket-contrib-tinymce populate Styles drop-down

2010-07-09 Thread Pedro Santos
Hi, I misunderstood your question. I was think you are asking about session style. On Fri, Jul 9, 2010 at 5:30 AM, Peter Miklosko peter_b...@yahoo.com wrote: I'm sort of dubious about your suggestion as I don't see any direct connection between this DropDownChoice and TinyMCE editor from

Re: Wicket wicket-contrib-tinymce populate Styles drop-down

2010-07-09 Thread sander v F
session style. On Fri, Jul 9, 2010 at 5:30 AM, Peter Miklosko peter_b...@yahoo.com wrote: I'm sort of dubious about your suggestion as I don't see any direct connection between this DropDownChoice and TinyMCE editor from wicket-contrib-tinymce. Would you care to explain little more

Re: Wicket wicket-contrib-tinymce populate Styles drop-down

2010-07-09 Thread Peter Miklosko
com.util.TinymceUtil$1.this$0 [class=com.util.TinymceUtil] - field that is not serializable From: sander v F sandervanfaas...@gmail.com To: users@wicket.apache.org Sent: Fri, July 9, 2010 12:39:29 PM Subject: Re: Wicket wicket-contrib-tinymce populate Styles drop-down

Wicket wicket-contrib-tinymce populate Styles drop-down

2010-07-08 Thread Peter Miklosko
Can somebody please help me populate drop down menu for Styles? Customer decided to use this option and I have difficulties to figure out how to do it. Even in the wicket-contrib-tinymce examples this is not active. Peter

  1   2   3   4   >