You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by wicketshafi <sm...@gmail.com> on 2007/11/29 11:55:43 UTC

how to add .css (class) to dataview....

how to add .css (class) to dataview.....

any one can give me the example in this regard................

-- 
View this message in context: http://www.nabble.com/how-to-add-.css-%28class%29-to-dataview....-tf4896390.html#a14023397
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: how to add .css (class) to dataview....

Posted by Igor Vaynberg <ig...@gmail.com>.
you have to add it to items not to the dataview itself....

-igor


On Nov 29, 2007 3:40 AM, Alex Objelean <al...@isdc.ro> wrote:
>
> add(new AttributeAppender("class", "fancyDataView", " "));
>
> Regards,
> Alex.
>
>
> wicketshafi wrote:
> >
> > how to add .css (class) to dataview.....
> >
> > any one can give me the example in this regard................
> >
> >
>
> --
> View this message in context: http://www.nabble.com/how-to-add-.css-%28class%29-to-dataview....-tf4896390.html#a14023750
>
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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: how to add .css (class) to dataview....

Posted by Alex Objelean <al...@isdc.ro>.
add(new AttributeAppender("class", "fancyDataView", " "));

Regards,
Alex.


wicketshafi wrote:
> 
> how to add .css (class) to dataview.....
> 
> any one can give me the example in this regard................
> 
> 

-- 
View this message in context: http://www.nabble.com/how-to-add-.css-%28class%29-to-dataview....-tf4896390.html#a14023750
Sent from the Wicket - User mailing list archive at Nabble.com.


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