UNPKG
ucan-ext-js-kitchen-sink
Version:
latest (0.0.1)
0.0.1
my-ext-gen-app description for Ext JS app MyExtGenApp
www.sencha.com
ucan-ext-js-kitchen-sink
/
packages
/
local
/
classification
/
src
/
classificationCombobox.js
12 lines
(10 loc)
•
302 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
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
} });