Jump to content

How do I remove or hide panel borders?


anasb

Recommended Posts

Hi,

I need to remove all borders:

Border.png

 

my css:

.noPanelBorder {
    border: none;
    background: none;
}
 
my UnitEvents:
function beforeInit(sender, config)
{
  config.baseCls='noPanelBorder';
  config.cls='noPanelBorder';
 
}

 

Link to comment
Share on other sites

  • 1 year later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...