Use LinkBar to create a set of links : LinkBar « Components « Flex

Home
Flex
1.Chart
2.Components
3.Container
4.Data Model
5.Development
6.Effects
7.Event
8.Graphics
9.Grid
10.Style
Flex » Components » LinkBarScreenshots 
Use LinkBar to create a set of links
Use LinkBar to create a set of links
        

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:LinkBar  itemClick="navigateToURL(new URLRequest('http://www.adobe.com/' + String(event.label).toLowerCase()), '_blank');">
        <mx:dataProvider>
            <mx:String>Flash</mx:String>
            <mx:String>Director</mx:String>
            <mx:String>Dreamweaver</mx:String>
            <mx:String>ColdFusion</mx:String>
        </mx:dataProvider>
    </mx:LinkBar>
</mx:Application>

   
    
    
    
    
    
    
    
  
Related examples in the same category
1.LinkBar EffectsLinkBar Effects
2.LinkBar controlLinkBar control
3.LinkBar with solid border styleLinkBar with solid border style
4.LinkBar With Array DataLinkBar With Array Data
5.LinkBar with border styleLinkBar with border style
6.LinkBar item click eventLinkBar item click event
7.Bind data to the tag to populate the LinkBar controlBind data to the <mx:dataProvider> tag to populate the LinkBar control
ww_w__.j__a__v__a_2__s___.co_m___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.