1)На месте точек всякие fieldLabel,id,emptyText и т.д.
2) Firebug пишет:ошибка в файле ext-all-debug.js (строка 71260,столбец 9)
me.setValue is not a function.
Сама функция выглядит так:
onSelect: function(m,d){
var me = this;
me.setValue(d);
me.fireEvent('select',me,d);
me.collapse();
}
|