How to set a panel or a window transparent (half)? Via CSS or set the html code? The extjs version is 4.0.7. Thanks.
You can accomplish this with CSS.
Add this config to your panel:
bodyStyle: 'background:transparent;'
or
bodyStyle: 'opacity:0.5;'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With