mhmda Posted January 23, 2013 Posted January 23, 2013 Hi, In extjs when creating a panel with [frame=true] the panel created with rounded corners. How can I add/change this property in unigui panel? even using js code. Quote
mhmda Posted January 23, 2013 Author Posted January 23, 2013 This how you can do it, it's working !!!! clinet events-->extjs-->Onadded: Ext.apply(sender, {frame: 'true'}); sender.setUI(sender.ui + '-framed'); it's working also in ie !!!! 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.