I think the second time you just do itemRenderer="rendererStyle"

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of candysmate
Sent: Sunday, November 18, 2007 6:05 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] className question

 

I have an itemRenderer declared as:

<mx:itemRenderer>
<mx:Component className ="rendererStyle">
<mx:Text>
</mx:Text>
</mx:Component>
</mx:itemRenderer>

If I use this again elsewhere I get an error 'class name specified
more then once in document'.

But I thought the whole idea behind class names was to be able to
'group' components for styling etc ...?

 

Reply via email to