kernings
29 Jul 2007, 9:07 AM
Hello, I have a little problem, my fieldlabel display on two lines because the width of the fieldLabel is to small, how enlarge this size ??
var field_val = new Ext.form.TextField({
fieldLabel: 'Write the correct value :', // There, the text is too long for Label size
name: 'val',
width: 200,
allowBlank:false,
blankText:'required'
});
It is possible to have the entire list of the options we can used into the form widget ?
Thank you very much !!
bye
var field_val = new Ext.form.TextField({
fieldLabel: 'Write the correct value :', // There, the text is too long for Label size
name: 'val',
width: 200,
allowBlank:false,
blankText:'required'
});
It is possible to have the entire list of the options we can used into the form widget ?
Thank you very much !!
bye