balogb
13 Mar 2012, 11:00 AM
Couple of bugs to report:
From a form, when I click on a select field (which is a linked class) in design view, I consistently get a TypeError: 'undefined' is not a function error. This seems like it is an issue with the custom select class as the error is on multiple forms. I have deleted the custom select class and re-created it, but continue to get the same error.
The class:
Ext.define('Tft.view.idsubjectSelect', { extend: 'Ext.field.Select',
alias: 'widget.idsubjectSelect',
config: {
label: 'Subject',
name: 'idsubject',
displayField: 'names',
store: 'subjectJsonStore',
valueField: 'idsubject'
}
});
In the forms:
items: [
{
xtype: 'idsubjectSelect'
}
]
Also, I have noticed the expand and collapse options in the Project Inspector are gone. Not sure if this is an intended change or not.
32700
From a form, when I click on a select field (which is a linked class) in design view, I consistently get a TypeError: 'undefined' is not a function error. This seems like it is an issue with the custom select class as the error is on multiple forms. I have deleted the custom select class and re-created it, but continue to get the same error.
The class:
Ext.define('Tft.view.idsubjectSelect', { extend: 'Ext.field.Select',
alias: 'widget.idsubjectSelect',
config: {
label: 'Subject',
name: 'idsubject',
displayField: 'names',
store: 'subjectJsonStore',
valueField: 'idsubject'
}
});
In the forms:
items: [
{
xtype: 'idsubjectSelect'
}
]
Also, I have noticed the expand and collapse options in the Project Inspector are gone. Not sure if this is an intended change or not.
32700