Get help with testing, discuss unit testing strategies etc.


Post by sudhanshu_siesta »

Hi ,

I want to test my application which is developed in ext.
I am putting user defined 'id' in textfield like
{
xtype: 'textfield',
colspan: 2,
emptyText: _('Username or email'),
id: 'ibe-input-user',
width: 380,
listeners: {
render: function(c){
Ext.get('ibe-input-user').set({spellcheck: 'false'});
}
}
i wanted to put value in this text field (which is part of form) but i am not able to find out method to access textfield using t.ext.

Kindly help.

Thanks,
sudhanshu

Post by nickolay »

Please don't create multiple threads with similar questions.

Post Reply