ExtJs Window 显示 HTML

var win = new Ext.Window({
  title: 'My Window',
  width: 640,
  height: 400,
  preventBodyReset: true,
  html: '<h1>This should be the way you expect it!</h1>'
});
win.show();
posted on 2021-11-27 18:02  wakaka_wka  阅读(144)  评论(0编辑  收藏  举报