..
How to get all node of a tree ?

I know i can get all of a tree node if there are checkboxes..but if the checkbox state turned to false..how can i do it?
> THIS IS WHAT I WANT BUT USING CHECKBOXES
> [Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object]
> ===========
> THIS IS WHAT I GET IF USING THE getDate METHOD
> Object {id: 1, text: "BAMS App", children: Array[3], state: "open", domId: "_easyui_tree_1"…}
here the fiddle ..see the console.log
http://jsfiddle.net/hgcj79cw/3/thanks in advance..