日期:2014-05-16 浏览次数:20528 次

//初始化框架UI
initFrameUI:function(){
//添加头部导航
//添加中间欢迎面板
this.getFrame().getComponent('frame_center').add(Ext.create('Ext.panel.Panel',{title:'欢迎页面'}));
//添加底部工具面板
this.getFrame().getComponent('frame_south').add(Ext.create('Evecms.view.frame.FootBar',{id:'frame_footbar'}));
},
//初始化框架UI
initFrameUI:function(){
//添加头部导航
//添加中间欢迎面板
this.getFrame().getComponent('frame_center').add(Ext.create('Ext.panel.Panel',{title:'欢迎页面'}));
//添加底部工具面板
this.getFrame().getComponent('frame_south').add(Ext.create('Evecms.view.frame.FootBar',{id:'frame_footbar'}));
},
//初始化框架UI
initFrameUI:function(){
//添加头部导航
//添加中间欢迎面板
this.getFrame().getComponent('frame_center').add(Ext.create('Ext.panel.Panel',{title:'欢迎页面'}));
//添加底部工具面板
this.getFrame().getComponent('frame_south').add(Ext.create('Evecms.view.frame.FootBar',{id:'frame_footbar'}));
},