Showing posts with label ExtJS6. Show all posts
Showing posts with label ExtJS6. Show all posts

Sencha ExtJs: How to make a Panel Transparent

Sencha ExtJs: How to make a Panel Transparent

Just add bodyStyle: 'background:transparent" as below. :)

Ext.define('MyApp.view.myPanel', {
extend: 'Ext.form.Panel',
bodyStyle: 'background:transparent;",
html : "test"
});

Reference:

https://www.sencha.com/forum/showthread.php?37270-How-to-make-a-panel-transparent