UNPKG

ucan-ext-js-kitchen-sink

Version:

my-ext-gen-app description for Ext JS app MyExtGenApp

12 lines (10 loc) 302 B
Ext.define('UCAN.classification.src.classificationCombobox', { extend: 'Ext.field.ComboBox', xtype: 'classificationCombobox', onStoreRecordUpdated: function(store, record) { // do nothing to prevent recursion }, onStoreUpdate: function() { // do nothing to prevent recursion } });