elGringo Posted April 4, 2017 Posted April 4, 2017 Cannot change color of panel to $257BB8 from object inspector it automatically changes to $00257BB8 - but it is different color - the same from code OnCreate if use CSS - also doesn't change - how to solve? Quote
Sherzod Posted April 4, 2017 Posted April 4, 2017 Hi, Need to analyze, But can you try this approach for now ?!: function afterrender(sender, eOpts) { sender.body.setStyle("background-color", "#257BB8"); } Quote
mhmda Posted April 4, 2017 Posted April 4, 2017 You can refer to Extjs doc. and see all properties for Panel special the 'cls' property. 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.