ExtJs中formpanel组件间距
ExtJs中formpanel内1个是textfield,1个是button,间距好大啊,怎么调整?layout:"column",//从左往右的布局height:24,...
ExtJs中formpanel内1个是textfield,1个是button,间距好大啊,怎么调整?layout:"column",//从左往右的布局
height:24,
items:[{
columnWidth:.30,//该列有整行中所占百分比
layout:"form",//从上往下布局
labelWidth:75,
items:[{xtype:"textfield",fieldLabel:"设备唯一号",width:150,allowBlank:false,emptyText:"请输入设备唯一号"}]
},{
columnWidth:.10,
layout:"form",
items:[{xtype:"button",text:"搜索"}]
} 展开
height:24,
items:[{
columnWidth:.30,//该列有整行中所占百分比
layout:"form",//从上往下布局
labelWidth:75,
items:[{xtype:"textfield",fieldLabel:"设备唯一号",width:150,allowBlank:false,emptyText:"请输入设备唯一号"}]
},{
columnWidth:.10,
layout:"form",
items:[{xtype:"button",text:"搜索"}]
} 展开
2个回答
2013-03-30
展开全部
},{
columnWidth:.10,
layout:"form", hiddenLabel:true,//这个参数 你看看是不是这样写的忘记了 不知道hiddenLable的单词是不是对的
items:[{xtype:"button",text:"搜索"}]
}
columnWidth:.10,
layout:"form", hiddenLabel:true,//这个参数 你看看是不是这样写的忘记了 不知道hiddenLable的单词是不是对的
items:[{xtype:"button",text:"搜索"}]
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询