# Customizing the yahoo astra tree

**URL:** https://forum.kirupa.com/t/customizing-the-yahoo-astra-tree/286004
**Category:** flash
**Created:** [April 8, 2009, 5:46pm UTC](https://forum.kirupa.com/t/customizing-the-yahoo-astra-tree/286004 "2009-04-08T17:46:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Starrk](https://avatars.discourse-cdn.com/v4/letter/s/d07c76/32.png) [@Starrk](https://forum.kirupa.com/u/Starrk)
#### Post date: [April 8, 2009, 5:46pm UTC](https://forum.kirupa.com/t/customizing-the-yahoo-astra-tree/286004/1 "2009-04-08T17:46:23Z")

</div>

hi

I found the ASTRA components ([http://www.yahooapis.com/flash/astra-flash/tree/](http://www.yahooapis.com/flash/astra-flash/tree/)) , and they are great, but i want to customize them, and i dont know how. in the examples the use this this code:

mytree.setRendererStyle(“closedBranchIcon”, folderClosedIcon);  
mytree.setRendererStyle(“openBranchIcon”, folderOpenIcon);  
mytree.setRendererStyle(“leafIcon”, fileIcon);

where can i get a list of the “codes” i can use like “closedBranchIcon” or “openBranchIcon”?

for example i would like to remove the frame that surrounds the tree, haw can i do that?
