0
移動拉布勒和價值我有一個像http://jsfiddle.net/7kKVc/Extjs4 - 如何在特殊的位置
面板I嘗試移動displayfield
像下面
我嘗試hideLabel: true,
但這是錯誤的:(
如何使該感謝
移動拉布勒和價值我有一個像http://jsfiddle.net/7kKVc/Extjs4 - 如何在特殊的位置
面板I嘗試移動displayfield
像下面
我嘗試hideLabel: true,
但這是錯誤的:(
如何使該感謝
試試這個:
var filterPanel = Ext.create('Ext.panel.Panel', {
bodyPadding: 5, // Don't want content to crunch against the borders
width: 300,
title: 'Filters',
items: [{
xtype: 'datefield',
fieldLabel: 'Start date'
}, {
hideEmptyLabel: false,
xtype: 'displayfield',
value: 'Limit: my value'
}],
renderTo: Ext.getBody()
});