I have five panels with some logic in every of them.
How could I split styles, code and layout for every panel to several files?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If my understanding of your question is correct, you just have to create as many customs components inheriting
s:NavigatorContentas panels.Each one can have is own style and behaviour.
Headers must be styled at runtime since they share the same class
<mx:Accordion headerRenderer="MyHeaderClass"/>.However, you could customize everything you want by using the
WindowShadecomponent of theFlexLib, including different HeaderRenderers.Nimaen