mierlp Posted April 15, 2015 Posted April 15, 2015 Hi, I design my form like FORM2.PNG and within my form i set : My formStyle = Normal My BorderStyle = None I use : ClientEvents -> UniEvents with this code to prefend resizing : Function window.beforeInit(sender, config) { sender.resizable = false; } I use : ClientEvents -> ExtEvents with this code : function Windows.afterrender(sender, eOpts) { ext.get(sender.id.el.setStyle("padding", 0); ext.get(sender.id.el.setStyle("border-width", 0); ext.get(sender.id.el.setStyle("border-right", 0); ext.get(sender.id.el.setStyle("border-bottom", 0); } FORM1.PNG shows you the form in runtime en see the gap between the right top panel and the form border. How to get rit of this gap that the top right corner just looks like the left top Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.