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'
},{

Comentarios

Entradas populares de este blog

how add a listener to a grid extjs

Ext sencha grid with datasource