zhangtestyu 2009-09-10 16:33
浏览 187
已采纳

Ext.Viewport 中不能加载带目录的html文件

代码如下:
Ext.onReady(function() {
Ext.QuickTips.init();

var viewport = new Ext.Viewport({
    layout : 'border',
    items : [{
        id : 'topFrame',
        region : 'north',
        collapsible : true,
        title : '介绍',
        html : 'xxxxxxxxxxxxxxxxxxxxxxxxxxx',
        height : 50
    }, {
        id : 'menuList',
        region : 'west',
        split : true,
        collapsible : true,
        title : '菜单',
        html : 'menu',
        width : 120
    }, {
        id : 'mainContent',
        region : 'center',
        title : '系统说明',
        collapsible : true
    }]
});

var mainPanel = Ext.getCmp('mainContent');

mainPanel.load({
    url : 'about.html',
    scripts : true
});

});

改成
mainPanel.load({
url : '/html/info.html',
scripts : true
});
就不能加载html文件,好像是有目录就不行(但是/html/info.html文件是存在的)。

  • 写回答

1条回答 默认 最新

  • iteye_10013 2009-09-10 16:51
    关注

    又见autoload.......

    赋值 script 到 innerHTMl 的Extjs 解决方案
    [url]http://yiminghe.iteye.com/blog/459087[/url]

    autoload的目标页面不能带有extjs类库,不能使复杂的html,最好是简单的json或html片段

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 sqlite 附加(attach database)加密数据库时,返回26是什么原因呢?
  • ¥88 找成都本地经验丰富懂小程序开发的技术大咖
  • ¥15 如何处理复杂数据表格的除法运算
  • ¥15 如何用stc8h1k08的片子做485数据透传的功能?(关键词-串口)
  • ¥15 有兄弟姐妹会用word插图功能制作类似citespace的图片吗?
  • ¥200 uniapp长期运行卡死问题解决
  • ¥15 latex怎么处理论文引理引用参考文献
  • ¥15 请教:如何用postman调用本地虚拟机区块链接上的合约?
  • ¥15 为什么使用javacv转封装rtsp为rtmp时出现如下问题:[h264 @ 000000004faf7500]no frame?
  • ¥15 乘性高斯噪声在深度学习网络中的应用