zoukankan      html  css  js  c++  java
  • EXT多面板组合代码

            Ext.BLANK_IMAGE_URL = "http://www.cnblogs.com/widgets/ext-2.2.1/resources/images/default/s.gif";
            Ext.QuickTips.init();
            Ext.form.Field.prototype.msgTarget 
    = 'qtip';
            com.awd.photosmain 
    = Ext.extend(Ext.Panel,{
                    layout:
    'border'
                    ,initComponent: 
    function(){
                        Ext.apply (
    this,{
                            items:[
                                {region:
    'center',xtype:'photos'}
                                ,{xtype:
    'log',region:'east',collapsible:true,800,split:true}
                            ]
                        });
                        com.awd.photosmain.superclass.initComponent.apply(
    this,arguments);
                    }
            });
            Ext.reg(
    'photosmain',com.awd.photosmain);
            
            Ext.onReady(
    function(){
                
    var vp = new Ext.Viewport({
                            layout:
    'fit',
                            items:{xtype:
    'photosmain'}
                })
            });
  • 相关阅读:
    梦断代码读后感02
    UML大战需求与分析--阅读笔记4
    UML大战需求分析--阅读笔记3
    软件需求与分析课堂讨论一
    UML大战需求分析--阅读笔记02
    UML大战需求分析--阅读笔记01
    学习进度--大三下
    问题账户需求分析
    2016年秋季阅读计划
    个人总结
  • 原文地址:https://www.cnblogs.com/meetrice/p/1526015.html
Copyright © 2011-2022 走看看