extjs textfield 居间

extjs textfield 居中new Ext.Window({title: textfield 内容居中,width:400,height:300,loyout:form,

extjs textfield 居中

new Ext.Window({
  
  title: 'textfield 内容居中',
  
        width:400,

        height:300,

        loyout:'form',

       items:[

                xtype:'textfield',
    fieldLabel:'姓名',
    style:{'text-align':'center'}

               


      ]

 

});