ArrayCollection as ToggleButtonBar : ToggleButtonBar « 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 » ToggleButtonBarScreenshots 
ArrayCollection as ToggleButtonBar
ArrayCollection as ToggleButtonBar
       

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    <mx:ToggleButtonBar>
        <mx:ArrayCollection>
            <mx:Array>
                <mx:Object label="A" />
                <mx:Object label="B" />
                <mx:Object label="C" />
                <mx:Object label="D" />
            </mx:Array>
        </mx:ArrayCollection>
    </mx:ToggleButtonBar>

</mx:Application>

   
    
    
    
    
    
    
  
Related examples in the same category
1.ToggleButtonBar demoToggleButtonBar demo
2.ToggleButtonBar control defines an event listener, named clickHandler(), for the itemClick eventToggleButtonBar control defines an event listener, named clickHandler(), for the itemClick event
ww__w___.ja___va___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.