listeners: { select: { fn: function (combo, value) { if (combo.getValue() == 1) { fnPanelPassportRemove(); } else { fnPanelPassportAdd(); } ...