uniguibbs Posted March 28, 2014 Posted March 28, 2014 i want remove left and right side border of panel remain top and bottom side border. how to do that? thanks . Quote
Sherzod Posted March 28, 2014 Posted March 28, 2014 Hi uniguibbs. One of the solutions: Try add afterrender on panel function afterrender(sender, eOpts) { Ext.get(sender.id + "-body").setStyle("border-left", 0); Ext.get(sender.id + "-body").setStyle("border-right", 0); } 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.