Hi everybody, i want to implement that west region and center region in the same height.
because my center region height is according to it inner content, or west region height is according to it inner content too.When "A" heighter than "B", i want to set "B" height equal A "height". hava any way to implement that? Thank you!! ATLANTA GEORGIA â śLET'S GO DOWNTOWNâ ť:: downtown Atlanta is at the center of the nation's ninth largest metropolitan On the west edge of downtown, the Lightening district was historically the industrial area of With buildings reaching over 1000 feet in height, this April 1, 2000 population was 416474 persons with the downtown region at 38785. http://www.denverinfill.com/images/special_topics/peer_cities/atlanta_report.pdfHOME | BACK TO '83: Forget Ralph -- Pack is Headed to Final Four - NC :: Mar 26, 2008 NCAA West Region MVP Dereck Whittenburg hits game-tying shot over suffered against these same Cavaliers, that was supposed to have ended his college career. . â śLet me just say that Ralph Sampson is the greatest player I've Center staff, who lowered the backboards down to shoulder height http://www.gopack.com/ViewArticle.dbml?DB_OEM_ID=9200&ATCLID=1419327HOME |
code:
var quickSearch = new Ext.Panel({
frame:true,
title: 'Quick Search',
collapsible:true,
contentEl:'QuickSearch',
titleCollapse: true
});
var links = new Ext.Panel({
frame:true,
title: 'Links',
collapsible:true,
contentEl:'Links',
titleCollapse: true
});
var custom = new Ext.Panel({
frame:true,
title: 'Custom',
collapsible:true,
contentEl:'Custom',
titleCollapse: true
});
var customGrouping= new Ext.Panel({
frame:true,
title: 'Custom Grouping',
collapsible:true,
contentEl:'CustomGrouping',
titleCollapse: true
});
var actionPanel = new Ext.Panel({
id:'action-panel',
region:'west',
split:true,
collapsible: true,
collapseMode: 'mini',
width:210,
minWidth: 150,
autoHeight: true,
border: false,
baseCls:'x-plain',
items: [quickSearch, links, custom, customGrouping]
});
var centerPanel = new Ext.Panel({
region:'center',
defaults: { bodyStyle:'padding:2px'},
items: [
{
title: 'Demo 1',
tools:tools,
html:'bb
'
},
{
title: 'Demo 2',
tools:tools,
html:'bb
'
}
]
});
var tools = [{
id:'gear',
handler: function(){ Ext.Msg.alert('Message', 'The Settings tool was clicked.'); }
},{
id:'close',
handler: function(e, target, panel){ panel.ownerCt.remove(panel, true); }
}];
Ext.onReady(function() {
Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
var viewport = new Ext.Viewport({
layout:'border',
//layoutConfig: { background-color:'blue' },
items:[
new Ext.BoxComponent({
region:'north',
el: 'north',
height:32
}),
{
region:'center',
layout: 'column',
autoScroll : true,
items: [actionPanel, centerPanel]
}
]
});
});
Challenging Books For A 14 Year Old?
First guitar : acoustic or electric?
|