Revision: 48329
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 29, 2011 01:23 by mcorlan
Initial Code
<components:SectionList id="list"
x="0" y="0" width="100%" height="100%"
sectionField="section" dataProvider="{arr}">
<components:itemRenderer>
<fx:Component>
<skins:SectionListItemRenderer
normalLabelField="label"
sectionField="section"
backgroundSection="0x1d9cd1"/>
</fx:Component>
</components:itemRenderer>
</components:SectionList>
Initial URL
http://corlan.org/?p=2931
Initial Description
Initial Title
Using the SectionList custom Flex component
Initial Tags
list, mobile, Flex
Initial Language
ActionScript 3