--------------------------------------
|                                    |
--------------------------------------
|         |                          |
|         |                          |
|         |                          |
|         |                          |
|         |                          |
|         |                          |
|         |                          |
|         |                          |
|         |                          |
|         |                          |
|         |                          |
--------------------------------------大概就这种布局,左边是菜单,右边内容。只要一个页面. 不要一个系统里去找的,刚学Ext, 太多了看不懂另:谁有好点的学习网站?

解决方案 »

  1.   

    这个?http://dl.dropbox.com/u/2555620/test.html
    主要就是Viewport官网就很好了啊
      

  2.   

    还有点不一样,左边是菜单,右边是tabwindow 这个怎么弄?
      

  3.   

    var viewport=new Ext.Viewport({
    //id:'desk',
    layout:'border',
    items:[
    {
    region:'north',
    height:100
    },
    {
    region:'west',
    title:'功能导航这里用树就可以了',
    collapsible:true,
    width:280
    },{
                xtype:"tabpanel",
                region:"center",
                activeItem:0,
                items:[{
                    title:'Tab1',
                    html:"dddddddddd"
                },{
                    title:'Tab2'
                }]
            }
    ]
    });
      

  4.   

    参见:http://www.v-ec.com/frame/1.01.htmhttp://www.v-ec.com/frame/1.02.htmhttp://www.v-ec.com/frame/1.03.htmhttp://www.v-ec.com/frame/2.01.htmhttp://www.v-ec.com/frame/2.02.htmhttp://www.v-ec.com/frame/2.03.htm