vote up 0 vote down star

In my project i used Accordion . if i add skin to Accordion then so error ? but i tried like

<mx:Accordion  borderStyle="solid" width="212" height="346" upSkin="@Embed(source='image/UPDATE.png')" >

But shows error like Cannot resolve attribute 'upSkin' for component type mx.containers.Accordion. how can i add overskin,downskin,upskin to Accordion in flex ? please refer me

flag

58% accept rate

1 Answer

vote up 0 vote down

There is no "upskin" property for an accordion which explains the error you are getting. The following example shows how you can create a very custom accordion which should enable you to achieve the effect you desire, http://dougmccune.com/blog/2007/09/22/nifty-flex-accordion-menu-like-on-applecom/

This example was referred to in another stack overflow answer, http://stackoverflow.com/questions/482769/flex-3-accordion-component-and-rounded-corners

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.