Add Tree component to Jewel
is there any roadmap page that Royale covers in term of As2/As3 API?
@ROBERT-MCDOWELL I don't think Royale has anything like roadmap. You can find in Doc helpful things https://apache.github.io/royale-docs/ . There is also API Doc -> https://royale.apache.org/asdoc/
@Harbs pointed that current behavior of tree after my commit doesn't look right. I will try to work on that as part of this issue.
I have been using js:Tree component in jewel and getting all the things i needed <js:Tree localId="tree" className="treeCss" labelField="title" rowHeight="40" change="changeEventHandler(event)"/>