This topic created in 4879 days ago, the information mentioned may be changed or developed.
查了文档,似乎是设置plain为true即可,但是不管用啊。代码如下:
Ext.create('Ext.window.Window', {
title: 'Floating Window',
id:'floating_id',
height: 200,
width: 400,
layout: 'fit',
plain: true,
}).show();