topajin Posted January 22, 2016 Posted January 22, 2016 1.set BorderStyle =bsNone 2.ClientEvents-UniEvents function window.beforeInit(sender) { Ext.apply( sender, { border: false, baseCls: '', // 这个很关键 背景透明 shadow: false, frame: false, maximizable: false, resizable: false, } ); } 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.