代码
name: 'intIP',
fieldLabel: 'internal IP',
xtype: 'textfield',
readOnly: true,
cls: 'cTextAlign'
风格
.cTextAlign{
text-align: right;
background: red;
}
这会在标签字段中对齐并绘制红色,而不是在文本字段内绘制文本。 是否可以在文本字段中设置文本样式?
答案 0 :(得分:2)
我认为您必须使用fieldCls
代替cls
http://docs.sencha.com/ext-js/4-0/#/api/Ext.form.field.Text-property-inputEl