Jump to content

Hide or Remove - form border


edmilsonmattos

Recommended Posts

Hi

I'm trying to disappear with the edge of a form more'm not getting. Also already removed the close icons etc. I tried the following code not got more success.

 

MainForm -> ClientEvents -> ExtEvents -> add window.afterrender

 

function window.afterrender(sender, eOpts){
  Ext.get(sender.id).el.setStyle("padding", 0);
  Ext.get(sender.id).el.setStyle("border-width", 0);
}

 

The idea is to create the impression that there is no form (no title caption) but a single page.

Could someone help me.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...