Title:
Bug 73942:(Watson Migration Closure)I want a "border:true/false" setting with CFLAYOUT tag (type="border")
| View in TrackerStatus/Resolution/Reason: Closed/Deferred/
Reporter/Name(from Bugbase): Shigeru Nakagaki / Shigeru Nakagaki (Nakagaki Shigeru)
Created: 12/03/2008
Components: AJAX, UI Components
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Win All
Vote Count: 0
Problem:
I want a "border:true/false" setting with CFLAYOUT tag (type="border").
This can be applied only with initialization config.
e.g.
var border = new Ext.Panel({
title: 'Border Layout',
layout:'border',
items: [{
title: 'South Panel',
region: 'south',
border: false,
height: 100,
minSize: 75,
maxSize: 250,
margins: '0 5 5 5'
},{
title: 'West Panel',
region:'west',
border: false,
margins: '5 0 0 5',
cmargins: '5 5 0 5',
width: 200,
minSize: 100,
maxSize: 300
},{
title: 'Main Content',
region:'center',
border: false,
margins: '5 5 0 0'
}]
});
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3036940
External Customer Info:
External Company:
External Customer Name: Shigeru Nakagaki
External Customer Email: 929E53204564EBE0992016B8
External Test Config: 12/03/2008
Attachments:
Comments: