Extending Flex IconItemRenderer Class


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



Copy this code and paste it in your HTML
  1. public class ListItemRenderer extends IconItemRenderer {
  2.  
  3. public function ListItemRenderer() {
  4. super();
  5. iconContentLoader = ImageCache.getInstance().cache;
  6. }
  7. }

URL: http://corlan.org/?p=3106

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.