Elfayer
16 Jul 2012, 7:11 AM
Hi,
I would like that while the user is typing his text, he can not type more characters than the maxLengh.
Ext.create('Ext.form.field.Text', {
id: 'textField',
width: 300,
margin: '0 0 10 10',
maxLengh: 10
})
I would like that while the user is typing his text, he can not type more characters than the maxLengh.
Ext.create('Ext.form.field.Text', {
id: 'textField',
width: 300,
margin: '0 0 10 10',
maxLengh: 10
})