Bug combobox errorIcon
Help me please.
FLForm.stores[config.id] = [[0,'Baixa'],[1,'Média'],[2,'Alta']];
var fields = ['value','text'];
var store = FLForm.stores[config.id];
config.store = new Ext.data.SimpleStore({fields:fields,data:store});
var newField = new Ext.form.ComboBox(config);
My english is vary bad, I'm brasilian.
my combobox are in Ext.form.Form.
Help me please.
please provide details (sample code etc) as per 8887. thanks.
In object Ext.form.TriggerField exist this code/function
alignErrorIcon:function(){this.errorIcon.alignTo(t his.wrap,"tl-tr",[2,0])}
The correct is
alignErrorIcon:function(){this.errorIcon.alignTo(t his.trigger,"tl-tr",[2,0])}
#If you have any other info about this subject , Please add it free.# |

