You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Robert Kimotho <ki...@gmail.com> on 2010/04/26 14:03:15 UTC

Form submit with tinymce

Hello guys,

I'm trying to submit a form (including tinymce content and an emoticon).

The problem I'm having is that the emoticon does not

get displayed at the destination only some text.

does anyone know what to do.

Thanks.

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


Re: Form submit with tinymce

Posted by Robert Kimotho <ki...@gmail.com>.
Thanks for the quick reply, I have used firebug to inspect the code,
that tinymce saves.
here it is :-

<img title="Cool"
src="resources/wicket.contrib.tinymce.InPlaceEditBehavior/tiny_mce/plugins/emotions/img/smiley-cool.gif"
border="0" alt="Cool" />

the only thing that gets displayed is the title and the alt
attributes. I still cannot figure out why the image won't display.

On 4/26/10, Steve Swinsburg <st...@gmail.com> wrote:
> Whats the raw content behind the text containing the emoticon when you
> submit? Is the emoticon represented as just a :) for example? If so you'll
> need to parse the output and render as the images. A graphical editor is
> just a fancy wrapper around text.
>
> cheers,
> Steve
>
>
>
> On 26/04/2010, at 10:03 PM, Robert Kimotho wrote:
>
>> Hello guys,
>>
>> I'm trying to submit a form (including tinymce content and an emoticon).
>>
>> The problem I'm having is that the emoticon does not
>>
>> get displayed at the destination only some text.
>>
>> does anyone know what to do.
>>
>> Thanks.
>>
>> ---------------------------------------------------------------------
>> 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: Form submit with tinymce

Posted by Steve Swinsburg <st...@gmail.com>.
Whats the raw content behind the text containing the emoticon when you submit? Is the emoticon represented as just a :) for example? If so you'll need to parse the output and render as the images. A graphical editor is just a fancy wrapper around text.

cheers,
Steve



On 26/04/2010, at 10:03 PM, Robert Kimotho wrote:

> Hello guys,
> 
> I'm trying to submit a form (including tinymce content and an emoticon).
> 
> The problem I'm having is that the emoticon does not
> 
> get displayed at the destination only some text.
> 
> does anyone know what to do.
> 
> Thanks.
> 
> ---------------------------------------------------------------------
> 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