是否可以在ExtJS文本字段中居中对齐文本?

时间:2011-08-20 14:44:36

标签: css extjs

代码

name: 'intIP',
fieldLabel: 'internal IP',
xtype: 'textfield',
readOnly: true,
cls: 'cTextAlign'

风格

.cTextAlign{
    text-align: right;
    background: red;
}

这会在标签字段中对齐并绘制红色,而不是在文本字段内绘制文本。 是否可以在文本字段中设置文本样式?

1 个答案:

答案 0 :(得分:2)