Hey,
i’ve a feature request for really big web applications.
For example you have an tree component, which holds the categories of an online shop, then you need the tree in an category/product overview view and in the product or category admin to set up the connections between a category and a product.
The problem i have with dhtmlx tree is that you need to build the tree 2 times, one time for the overview and another time for the view in the product detail admin, because you only have in dhtmlx a chance to create elements, to bind it to an DOMElement with unique identifier.
So what if you have an chance to build up major trees, major grid, major dataviews on loading the application and then have something like an display(DOMElement element); method to bind the component multiple times on every DOMElement you want.
The syntax i imagine is something like this:
var tree = new dhtmlXTreeObject();
tree.display('myTreeAreaOne');
tree.display('myTreeAreaTwo');
I dont know if this is happen with the 2.x branch of dhtmlx, but it might be wonderful if it can happen in anyway…
Please give me feedback…
Thanks
Michael