pduraisa
14 Dec 2011, 2:54 AM
hi,
i have a form panel on top of chart panel in my dashboard.chart separator line is appearing on form panel(transparent).how do i avoid this.form panel is a collapsible on top of the chart panel,
29995
var config = {
layout: 'accordion',
multi:true,
frame:true,
bodyStyle:'background-color:#DFE8F6;',
defaults: {flex:1},
autoScroll: true,
title: this.panelTitle,
collapsible:this.collapsible,
collapsed:this.collapsible, //a collapsible panel is always collapsed and vice versa
items:this.formpanelitems,
tbar: filtrBbar
}
this is my form panel config code.
Regards,
palani.
i have a form panel on top of chart panel in my dashboard.chart separator line is appearing on form panel(transparent).how do i avoid this.form panel is a collapsible on top of the chart panel,
29995
var config = {
layout: 'accordion',
multi:true,
frame:true,
bodyStyle:'background-color:#DFE8F6;',
defaults: {flex:1},
autoScroll: true,
title: this.panelTitle,
collapsible:this.collapsible,
collapsed:this.collapsible, //a collapsible panel is always collapsed and vice versa
items:this.formpanelitems,
tbar: filtrBbar
}
this is my form panel config code.
Regards,
palani.