ext 横向方俩个js页面问题

a358320923 2013-11-14 03:16:42
Ext.onReady(function() {

var model = Ext.create('Ext.form.Panel',{
region : 'center',
autoScroll : true,// 滚动条
border : false,
items : [ {
border : false,
layout: 'anchor',
anchor: '100%',
bodyStyle : 'padding:5px 5px 5px 5px',
items : [ maimaitongWelcome ]
}, {
border : false,
layout: 'anchor',
anchor: '100%',
bodyStyle : 'padding:5px 5px 5px 5px',
items : [ noticeList,productList ]
}]
});

Ext.create('Ext.container.Viewport',{
layout : 'border',
items : [ model ]
});

});

noticeList,productList 分别是另外俩个js页面中定义的,提示productList 未定义
...全文
56 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
a358320923 2013-11-14
  • 打赏
  • 举报
回复
这是个项目,大家都这么写,
  • 打赏
  • 举报
回复
引入语句呢 直接在本页面重新定义吧

25,980

社区成员

发帖
与我相关
我的任务
社区描述
高性能WEB开发
社区管理员
  • 高性能WEB开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧