public var menubarXML:XMLList =
<>
<menuitem label="Duration">
<menuitem label="3 month" />
<menuitem label="6 months" />
..
..
</menuitem>
<menuitem label="Type">
<menuitem label="Line" />
<menuitem label="Chart" />
</menuitem>
<mx:MenuBar id="myMenuBar"
width="100%" dataProvider={menubarXML}
labelField="@label"
creationComplete="initCollection();"
itemClick="menuHandler(event);" fontWeight="bold"
/>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---