Re: [FlexJS] Tree Component

2016-02-26 Thread OK
Great!

Olaf



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Tree-Component-tp51628p51741.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Tree Component

2016-02-22 Thread jude
+1 great work

On Fri, Feb 19, 2016 at 10:31 AM, Peter Ent  wrote:

> Hi,
>
> I've just finished adding a new component to the FlexJS HTML package:
> Tree. The Tree component is completely based on List and uses a new data
> model, HierarchicalData, found in the FlexJS Collections package.
>
> You can read more about Tree on the FlexJS Wiki (
> https://cwiki.apache.org/confluence/display/FLEX/Tree) as well as try it
> using the FlexJS example, TreeExample, found in the flex-asjs/examples,
> repository.
>
> The itemRenderer for the Tree is fairly basic, but should provide you with
> enough to make something more complex.
>
> Regards,
> Peter Ent
> Adobe Systems/Apache Flex Project
>


[FlexJS] Tree Component

2016-02-19 Thread Peter Ent
Hi,

I've just finished adding a new component to the FlexJS HTML package: Tree. The 
Tree component is completely based on List and uses a new data model, 
HierarchicalData, found in the FlexJS Collections package.

You can read more about Tree on the FlexJS Wiki 
(https://cwiki.apache.org/confluence/display/FLEX/Tree) as well as try it using 
the FlexJS example, TreeExample, found in the flex-asjs/examples, repository.

The itemRenderer for the Tree is fairly basic, but should provide you with 
enough to make something more complex.

Regards,
Peter Ent
Adobe Systems/Apache Flex Project