以下は私のコードです
initComponent: function() {
this.items = [
{
xtype: 'form',
padding: '5 5 0 5',
autoScroll:true,
border: false,
style: 'background-color: #fff;',
items: [
{
xtype:'fieldset',
columnWidth: 0.5,
id:'adfieldset',
title: 'Ad Details',
collapsible: true,
defaultType: 'textfield',
defaults: {anchor: '100%'},
layout: 'anchor',
items: [
{
xtype : 'boxselect',
store : 'product.CategoryComboBox',
name: 'category[]',
id:'category',
displayField: 'name',
valueField: 'idProductCategory',
multiSelect : false,
fieldLabel: 'Category',
//allowBlank: false,
allowQueryAll : false,
multiSelect : true,
forceSelection : true,
typeAhead: true,
triggerAction: 'all',
delimiter : ',',
width: 300,
queryMode:'local',
listeners:{select:{fn:function(combo, value) {
this.test;