Re: AjaxEditableLabel with icon in addition to label

2010-05-03 Thread Igor Vaynberg
use css...

-igor

On Mon, May 3, 2010 at 5:51 AM, Erich W Schreiner  wrote:
> Dear all,
>
> I would like to add an icon next to the label of an AjaxEditableLabel 
> component. I tried to use a Panel or WebMarkupContainer, but both are not 
> subtypes to WebComponent (which is the return type of newLabel() that I tried 
> to overwrite).
>
> Can you please provide me with suggestions about how to implement this?
>
> TIA,
> Erich

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



AjaxEditableLabel with icon in addition to label

2010-05-03 Thread Erich W Schreiner
Dear all,

I would like to add an icon next to the label of an AjaxEditableLabel 
component. I tried to use a Panel or WebMarkupContainer, but both are not 
subtypes to WebComponent (which is the return type of newLabel() that I tried 
to overwrite).

Can you please provide me with suggestions about how to implement this?

TIA,
Erich