You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by ramazan pekin <re...@gmail.com> on 2011/08/02 02:29:41 UTC

Wicket - TinyMCE

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

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


RE: Wicket - TinyMCE/FckEditor

Posted by Chris Colman <ch...@stepaheadsoftware.com>.
>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.


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


Re: Wicket - TinyMCE/FckEditor

Posted by Michal Letynski <ml...@consol.ae>.
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.
>
> Here is the link to the demos - http://wicket.visural.net/examples/app/
NicEdit is dead. Its not supported for long time.

> regards.
> Josh.
>
> On Tue, Aug 2, 2011 at 8:27 AM, Chris Colman
> <ch...@stepaheadsoftware.com>wrote:
>
>> Are there any examples of Wicket integrated with FckEditor (the one
>> before CkEditor)?
>>
>>> -----Original Message-----
>>> From: Michal Letynski [mailto:ml@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 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?
>>> There are some examples for it:
>>>
>>> https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/tinymce-
>>> parent/tinymce-examples
>>>
>>>> Thanks, br.
>>>> Ramazan
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>


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


Re: Wicket - TinyMCE/FckEditor

Posted by Steve Swinsburg <st...@gmail.com>.
I created a Wicket FCKEditor component some time back. It takes care of rendering the javascripts and all the rest for you and you just instantiate it like:

add(new FCKTextArea("id"));

If you would like this, drop me a line and I'll dig out the code.

cheers.
Steve


On 02/08/2011, at 3:53 PM, Chris Colman wrote:

> Unfortunately we're using some features of FckEditor that don't seem to
> be supported by Visural. The main one is the support of images and being
> able to specify an "image provider" that can provide the user with a
> list of images available to choose from. The developer can define
> virtually any 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:joshnet2030@gmail.com]
>> Sent: Tuesday, 2 August 2011 3:34 PM
>> To: users@wicket.apache.org
>> 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
>> <ch...@stepaheadsoftware.com>wrote:
>> 
>>> Are there any examples of Wicket integrated with FckEditor (the one
>>> before CkEditor)?
>>> 
>>>> -----Original Message-----
>>>> From: Michal Letynski [mailto:ml@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 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?
>>>> There are some examples for it:
>>>> 
>>> 
>> https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/tinymce-
>>>> parent/tinymce-examples
>>>> 
>>>>> Thanks, br.
>>>>> Ramazan
>>>>> 
>>>>> 
> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>> 
>>>> 
>>>> 
>>> 
>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>> 
>>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 


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


RE: Wicket - TinyMCE/FckEditor

Posted by Chris Colman <ch...@stepaheadsoftware.com>.
Unfortunately we're using some features of FckEditor that don't seem to
be supported by Visural. The main one is the support of images and being
able to specify an "image provider" that can provide the user with a
list of images available to choose from. The developer can define
virtually any 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:joshnet2030@gmail.com]
>Sent: Tuesday, 2 August 2011 3:34 PM
>To: users@wicket.apache.org
>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
><ch...@stepaheadsoftware.com>wrote:
>
>> Are there any examples of Wicket integrated with FckEditor (the one
>> before CkEditor)?
>>
>> >-----Original Message-----
>> >From: Michal Letynski [mailto:ml@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 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?
>> >There are some examples for it:
>> >
>>
>https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/tinymce-
>> >parent/tinymce-examples
>> >
>> >> Thanks, br.
>> >> Ramazan
>> >>
>> >>
---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> >> For additional commands, e-mail: users-help@wicket.apache.org
>> >>
>> >
>> >
>>
>---------------------------------------------------------------------
>> >To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> >For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>

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


Re: Wicket - TinyMCE/FckEditor

Posted by Josh Kamau <jo...@gmail.com>.
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
<ch...@stepaheadsoftware.com>wrote:

> Are there any examples of Wicket integrated with FckEditor (the one
> before CkEditor)?
>
> >-----Original Message-----
> >From: Michal Letynski [mailto:ml@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 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?
> >There are some examples for it:
> >
> >https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/tinymce-
> >parent/tinymce-examples
> >
> >> Thanks, br.
> >> Ramazan
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >> For additional commands, e-mail: users-help@wicket.apache.org
> >>
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >For additional commands, e-mail: users-help@wicket.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

RE: Wicket - TinyMCE/FckEditor

Posted by Chris Colman <ch...@stepaheadsoftware.com>.
Are there any examples of Wicket integrated with FckEditor (the one
before CkEditor)?

>-----Original Message-----
>From: Michal Letynski [mailto:ml@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 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?
>There are some examples for it:
>
>https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/tinymce-
>parent/tinymce-examples
>
>> Thanks, br.
>> Ramazan
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>For additional commands, e-mail: users-help@wicket.apache.org


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


Re: Wicket - TinyMCE

Posted by Michal Letynski <ml...@consol.ae>.
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?
There are some examples for it:

https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/tinymce-parent/tinymce-examples

> Thanks, br.
> Ramazan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>


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