首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

extjs textfield 居间

2012-09-05 
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'}

               


      ]

 

});

 

热点排行