小编Jay*_*k94的帖子

如何在sencha中给叠加面板触摸透明背景

下面的代码只会更改面板周围边框的颜色,而不会更改面板本身的颜色.

var overlay = Ext.Viewport.add({                
    xtype: 'panel',
    centered: true,
    style:'background-color: transparent;',
    modal: {
        style: 'opacity: 0'
    },
    hideOnMaskTap:true,
    width:'20%',
    height: '50%',
    styleHtmlContent:true,
    items:[{
        xtype:'button',
        test:'hey',
        cls:'notrans',
        style: 'opacity: 1'
    }]
});             
Run Code Online (Sandbox Code Playgroud)

sencha-touch sencha-touch-2 sencha-touch-2.1

2
推荐指数
1
解决办法
4681
查看次数