I think that I might have found a mistake in the API reference. The
following is the first sentence on the GeoExt.tree.RadioButtonMixin
page:
"A mixin to create tree node UIs with radio buttons. Can be mixed in any
Ext.tree.TreeNodeUI class, and in particular in
GeoExt.data.LayerNodeUI."
Followed by this in the examples:
var uiClass = Ext.extend(
GeoExt.tree.LayerNodeUI,
GeoExt.tree.RadioButtonMixin
);
I cannot find the GeoExt.data.LayerNodeUI class but
GeoExt.tree.LayerNodeUI exists. Is the reference to
GeoExt.data.LayerNodeUI a typo?
Gary
_______________________________________________
Users mailing list
[email protected]
http://www.geoext.org/cgi-bin/mailman/listinfo/users