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 To: users@wicket.apache.org Sent: Fri, July 9, 2010 12:39:29 PM Subject: Re: Wicket wicket-contrib-tinymce populate Styles drop-down I think you could do t

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

2010-07-09 Thread sander v F
, classes : 'tablerow1'}" + "]"); } }); Also see: http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/style_formats http://tinymce.moxiecode.com/examples/example_24.php 2010/7/9 Pedro Santos > Hi, I misunderstood your question. I was think you are asking abo

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

2010-07-09 Thread Pedro Santos
from wicket-contrib-tinymce. > Would you care to explain little more about integration? > > Peter > > > > > > > From: Pedro Santos > To: users@wicket.apache.org > Sent: Thu, July 8, 2010 5:09:08 PM > Subject: Re: Wicket wicket-contri

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 somet

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

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

2010-07-08 Thread Pedro Santos
wantOnSelectionChangedNotifications() { return true; } } On Thu, Jul 8, 2010 at 11:53 AM, Peter Miklosko wrote: > 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-

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

Re: wicket-contrib-tinymce problem

2008-08-29 Thread Korbinian Bachl - privat
AFAIK you should add the tinyMCEBehaviour to the Textarea, sth like this: ta = new TextArea("field", model); ta.setRequired(required); ta.setLabel(new Model(label)); ta.setConvertEmptyInputStringToNull(false); TinyMceBehavior tmb = new TinyMceBehavior(getAdvancedSe

wicket-contrib-tinymce problem

2008-08-29 Thread btakacs
} Any tips? Thanks: Bence -- View this message in context: http://www.nabble.com/wicket-contrib-tinymce-problem-tp19221008p19221008.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscr

Re: Updating the wicket stuff wicket-contrib-tinymce with the latest version of tinyMCE

2008-04-16 Thread wicket user
i am more than willing to do it if i have the permission to do it. regards -dipu 2008/4/16 Uwe Schäfer <[EMAIL PROTECTED]>: > wicket user schrieb: > > > Can we please update the wicket-contrib-tinymce project to use the latest > > version of tinyMCE. > > &g

Re: Updating the wicket stuff wicket-contrib-tinymce with the latest version of tinyMCE

2008-04-16 Thread Uwe Schäfer
wicket user schrieb: Can we please update the wicket-contrib-tinymce project to use the latest version of tinyMCE. +1 I grabbed the wicket-contrib-tinymce from the svn and updated the tinyMCE files and made the changes as mentioned in the thread and it worked for me like a charm i´m

Updating the wicket stuff wicket-contrib-tinymce with the latest version of tinyMCE

2008-04-16 Thread wicket user
Hi, Can we please update the wicket-contrib-tinymce project to use the latest version of tinyMCE. I would like to use the HTML Source Editor Syntax Highlighting & Word Wrap using CodeMirror mentioned in this thread http://tinymce.moxiecode.com/punbb/viewtopic.php?pid=31049#p31049 I grabbed

Re: wicket-contrib-tinymce

2008-03-04 Thread Zach Cox
Found it: http://wicketstuff.org/maven/repository/org/wicketstuff/wicket-contrib-tinymce/1.3-SNAPSHOT/ Also see this in svn for examples on using Wicket TinyMCE: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-tinymce-examples/ Thanks, Zach Zach Cox wrote

wicket-contrib-tinymce

2008-03-03 Thread Zach Cox
Is there a version of wicket-contrib-tinymce floating around somewhere that is compatible with Wicket 1.3.1? Thanks, Zach - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: where is wicket-contrib-tinymce ???

2008-02-20 Thread Nino Saturnino Martinez Vazquez Wael
its also in maven repo: http://wicketstuff.org/maven/repository/org/wicketstuff/wicket-contrib-tinymce/ Java Programmer wrote: On Feb 20, 2008 10:42 PM, Maris Orbidans <[EMAIL PROTECTED]> wrote: where is wicket-contrib-tinymce project and svn repo ? it's not even mentioned i

Re: where is wicket-contrib-tinymce ???

2008-02-20 Thread Java Programmer
On Feb 20, 2008 10:42 PM, Maris Orbidans <[EMAIL PROTECTED]> wrote: > where is wicket-contrib-tinymce project and svn repo ? > > it's not even mentioned in this page > > http://wicketstuff.org/confluence/display/STUFFWIKI/Wiki https://wicket-stuff.svn.sourceforge.net/

where is wicket-contrib-tinymce ???

2008-02-20 Thread Maris Orbidans
where is wicket-contrib-tinymce project and svn repo ? it's not even mentioned in this page http://wicketstuff.org/confluence/display/STUFFWIKI/Wiki Maris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

RE: [wicket-contrib-tinymce] Compile error from svn-project

2007-12-08 Thread William Hoover
Damn licenses :o) -Original Message- From: Martijn Dashorst [mailto:[EMAIL PROTECTED] Sent: Saturday, December 08, 2007 9:21 AM To: users@wicket.apache.org Subject: Re: [wicket-contrib-tinymce] Compile error from svn-project Not going to happen. Logback is LGPL licensed. Martijn On Dec

Re: [wicket-contrib-tinymce] Compile error from svn-project

2007-12-08 Thread Martijn Dashorst
PROTECTED] Behalf Of > Frank Bille > Sent: Saturday, December 08, 2007 6:10 AM > To: users@wicket.apache.org > Subject: Re: [wicket-contrib-tinymce] Compile error from svn-project > > > You can follow what maven tells you :-) > > The problem is that the log4j version has been up

RE: [wicket-contrib-tinymce] Compile error from svn-project

2007-12-08 Thread William Hoover
(http://www.slf4j.org/) documentation (http://logback.qos.ch/). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Frank Bille Sent: Saturday, December 08, 2007 6:10 AM To: users@wicket.apache.org Subject: Re: [wicket-contrib-tinymce] Compile error from svn-project Yo

Re: [wicket-contrib-tinymce] Compile error from svn-project

2007-12-08 Thread Frank Bille
previous version instead. So what you could do yourself instead, is to change log4j version in the pom file. Regards, Frank [1]: http://markmail.org/message/x6vhmw7z5wa3c3cg On Dec 8, 2007 11:08 AM, Per Newgro <[EMAIL PROTECTED]> wrote: > Hi *, > > i try to use the wicket-contrib-tinym

[wicket-contrib-tinymce] Compile error from svn-project

2007-12-08 Thread Per Newgro
Hi *, i try to use the wicket-contrib-tinymce project from svn-server. I did a checkout. And a "mvn clean compile". But in the end i got this. What can i do here? Cheers Per [INFO] [ERROR] BUILD E

Re: [wicket-contrib] TinyMCE Hackery

2007-12-06 Thread Frank Bille
http://www.s2g.ca/ > --- > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Frank Bille > Sent: November 28, 2007 3:57 PM > To: users@wicket.apache.org > Subject: Re: [wicket-contrib] TinyMCE Hackery &g

RE: [wicket-contrib] TinyMCE Hackery

2007-11-28 Thread Michael Laccetti
ailto:[EMAIL PROTECTED] On Behalf Of Frank Bille Sent: November 28, 2007 3:57 PM To: users@wicket.apache.org Subject: Re: [wicket-contrib] TinyMCE Hackery On Nov 28, 2007 5:24 PM, Michael Laccetti <[EMAIL PROTECTED]> wrote: > Okay, I have made the modifications, committed, and pushed a n

Re: [wicket-contrib] TinyMCE Hackery

2007-11-28 Thread Frank Bille
On Nov 28, 2007 5:24 PM, Michael Laccetti <[EMAIL PROTECTED]> wrote: > Okay, I have made the modifications, committed, and pushed a new snapshot > to > the Maven repo. > When bamboo comes up again I can ensure that the tinymce project is configured. Then it should post snapshots to the wicketstu

Re: [wicket-contrib] TinyMCE Hackery

2007-11-28 Thread Michael Laccetti
://www.s2g.ca/ -- View this message in context: http://www.nabble.com/-wicket-contrib--TinyMCE-Hackery-tf4886399.html#a13995712 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [wicket-contrib] TinyMCE Hackery

2007-11-28 Thread Frank Bille
On Nov 28, 2007 4:26 PM, Michael Laccetti <[EMAIL PROTECTED]> wrote: > Okay, I will switch from -rc1 to SNAPSHOT. Regarding servlet 2.4, I > mistakenly thought that it was the version that Wicket was using. > Apparently not; I will switch back to 2.3. > Thanks :-) Frank

RE: [wicket-contrib] TinyMCE Hackery

2007-11-28 Thread Michael Laccetti
: November 28, 2007 3:10 AM To: users@wicket.apache.org Subject: Re: [wicket-contrib] TinyMCE Hackery Some comments to your push: - You should use wicket-1.3.0-SNAPSHOT instead of wicket-1.3.0-rc1. It's only when you make releases of tinymce, that you fix yourself on specific versions - Why hav

Re: [wicket-contrib] TinyMCE Hackery

2007-11-28 Thread Frank Bille
he jazzy plugin dependency.) > > Mike > > -Original Message- > From: Igor Vaynberg [mailto:[EMAIL PROTECTED] > Sent: November 28, 2007 1:04 AM > To: users@wicket.apache.org > Subject: Re: [wicket-contrib] TinyMCE Hackery > > i dont think committing changes,

RE: [wicket-contrib] TinyMCE Hackery

2007-11-27 Thread Michael Laccetti
ssage- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: November 28, 2007 1:04 AM To: users@wicket.apache.org Subject: Re: [wicket-contrib] TinyMCE Hackery i dont think committing changes, as long as they are basic fixes, right away should be a problem, that is why it is in a public repo...

Re: [wicket-contrib] TinyMCE Hackery

2007-11-27 Thread Igor Vaynberg
i dont think committing changes, as long as they are basic fixes, right away should be a problem, that is why it is in a public repo... -igor On Nov 27, 2007 9:09 PM, Michael Laccetti <[EMAIL PROTECTED]> wrote: > I've done some work on the TinyMCE project to get it to compile, since it > current

[wicket-contrib] TinyMCE Hackery

2007-11-27 Thread Michael Laccetti
I've done some work on the TinyMCE project to get it to compile, since it currently does not do so straight out of subversion. Two questions: is it okay for me to commit the changes, and would it be possible to push this to the wicketstuff Maven repo? (If it is not, I have a publically accessible

Re: wicket-contrib-tinymce problem with multiple editors

2007-10-08 Thread Maurice Marrink
ulian Costan <[EMAIL PROTECTED]> wrote: > Maurice, > > the issue was fixed in 1.3 only, i'll take a look and fix it in 1.2 branch > as well. > > /iulian > > On 10/8/07, Maurice Marrink <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I would

Re: wicket-contrib-tinymce problem with multiple editors

2007-10-08 Thread Iulian Costan
Maurice, the issue was fixed in 1.3 only, i'll take a look and fix it in 1.2 branch as well. /iulian On 10/8/07, Maurice Marrink <[EMAIL PROTECTED]> wrote: > > Hi, > > I would like to use wicket-contrib-tinymce in our project but am > having a bit of a problem. > I

wicket-contrib-tinymce problem with multiple editors

2007-10-08 Thread Maurice Marrink
Hi, I would like to use wicket-contrib-tinymce in our project but am having a bit of a problem. I am using the 1.0 version from sourceforge in our wicket 1.2.x project. The problem is that in the html the id of the textarea is set to the markupid from the component, where TinyMCESettings expects