11 2021 档案
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>' 阅读全文
posted @ 2021-11-27 18:02 wakaka_wka 阅读(172) 评论(0) 推荐(0)