Control Types in ExtJs

Definition xtype is a symbolic name given to a class. Nothing less, nothing more. For example, your class has the name Ext.ux.MyGrid. This is the normal class name that you use when you need to instantiate this class (create an object of the class). In addition to class name you can give your class xtype … Continue reading Control Types in ExtJs