首页 新闻 赞助 找找看

Extjs4.2 container viewport item 怎么嵌套别的网页?

0
悬赏园豆:10 [已关闭问题] 关闭于 2014-07-31 16:09

可能没说清楚,上代码
function Viewport() {
    var viewport = Ext.create("Ext.container.Viewport", {
        layout: {
            type: 'border',
            padding: '5',
        },
        items: [{
            region: 'north',
            height: 50,
            border: false,
            margin: '0,0,0,0',
            bodyStyle: {
                        background: '#3992D4'
            },
            html: 'welcome!!!'
            ..........
最后一行的html,我想显示我写好的页面,如何做?

anyhow的主页 anyhow | 初学一级 | 园豆:189
提问于:2014-04-28 19:53
< >
分享
所有回答(1)
0
items: {
                title: '首页',
                //html: 'Welcome!',
                id: 'userPanel',
                autoLoad:{ 
                    params: {'userid':'123'},
                    url:'Welcome.jsp',
                    scripts:true 
                }
            }
anyhow | 园豆:189 (初学一级) | 2014-07-31 16:09
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册