Had a quick look over some of the issues: An early though would be whether it should be structured as an Ext UX extension.
That aside, the initial biggy is converting the classes to get rid Ext.reg and instead replace with Ext.define, adding in extends and alias (which looks like going to 'widget.featurepanel' etc.) Then need to add the appropriate Ext.requires everywhere. Ext.bind instead of createDelegate mucking about. data and store got big rewrites, which need to be looked at carefully I think. The new proxy should be useful. A couple places use the header property which wont go. Ext 4 adds mixin, which looks pretty useful given geoext is largely about extensions to ext which incorporate objects from OL. Pretty interesting stuff. -- Phil Scadden, Senior Scientist GNS Science Ltd 764 Cumberland St, Private Bag 1930, Dunedin, New Zealand Ph +64 3 4799663, fax +64 3 477 5232 Notice: This email and any attachments are confidential. If received in error please destroy and immediately notify us. Do not copy or disclose the contents. _______________________________________________ Dev mailing list [email protected] http://www.geoext.org/cgi-bin/mailman/listinfo/dev
