Set BackgroundImage of a Panel
Set BackgroundImage of a Panel extjs
If you have frame:true then you can set CSS to do it:
.panelname .x-panel-body {
background-color:transparent;background-image:url(images/bg_top.png) !important;background-repeat: no-repeat;
}
region: 'north',
collapsible: false,
split: false,
height: 80,
border : false,
cls:'norte'
},{
If you have frame:true then you can set CSS to do it:
.panelname .x-panel-body {
background-color:transparent;background-image:url(images/bg_top.png) !important;background-repeat: no-repeat;
}
region: 'north',
collapsible: false,
split: false,
height: 80,
border : false,
cls:'norte'
},{
Comentarios
Publicar un comentario