Topper
7 Sep 2007, 6:23 AM
Hello. I have a form with some textAreas. I noticed is that when I start editing the text in one textarea, it auto-expands or something to the right. How do I avoid this? I tried with grow:false but it is still happening. The code is:
var resumen_show = new Ext.form.TextArea({
fieldLabel: 'Resumen',
name: 'resumen',
allowBlank:false,
height:100,
blankText: 'Campo obligatorio',
width: "98",
grow: false
});
Thanks
var resumen_show = new Ext.form.TextArea({
fieldLabel: 'Resumen',
name: 'resumen',
allowBlank:false,
height:100,
blankText: 'Campo obligatorio',
width: "98",
grow: false
});
Thanks