Data Provider for Section Tile List


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <s:ArrayCollection id="arr">
  2. <fx:Object section="Fruits"/>
  3. <fx:Object label="Banana"/>
  4. <fx:Object label="Blueberries"/>
  5. <fx:Object label="Cherry"/>
  6. <fx:Object label="Kiwi"/>
  7. <fx:Object section="Vegetables"/>
  8. <fx:Object label="Bean"/>
  9. <fx:Object label="Cabbage"/>
  10. <fx:Object label="Cucumber"/>
  11. </s:ArrayCollection>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.