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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...