On 10-10-22 03:39 AM, Andreas Hocevar wrote: >> Does anyone have any idea of what I'm doing wrong ? >> > Check for two things: > * Is the node in question an AsyncTreeNode? If so, you have to configure it > with the correct loader (remember: applyLoader is set to false on the root) > * If you don't want the node to be an AsyncTreeNode, configure it with the > appropriate node type (e.g. nodeType: "node"). >
Yep, setting nodeType: "node" did the trick. About this property, when I was looking for a solution in the Ext documentation page, I didn't find anything about it. Any clue where it might be located ? Thanks again, -- Alexandre Dubé Mapgears www.mapgears.com _______________________________________________ Users mailing list [email protected] http://www.geoext.org/cgi-bin/mailman/listinfo/users
