The code
name: 'intIP',
fieldLabel: 'internal IP',
xtype: 'textfield',
readOnly: true,
cls: 'cTextAlign'
The style
.cTextAlign{
text-align: right;
background: red;
}
This aligns and paints red the label field instead of text inside textfield.
Is it possible to style the text in textfield?
I think you must use
fieldClsinstead ofclshttp://docs.sencha.com/ext-js/4-0/#/api/Ext.form.field.Text-property-inputEl