⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 extsharp.debug.js

📁 经典编程900例(C语言),主要是C基础知识
💻 JS
📖 第 1 页 / 共 5 页
字号:
        this.o['toggleGroup'] = value;
        return this;
    },
    
    repeat: function Ext_ButtonConfig$repeat(value) {
        this.o['repeat'] = value;
        return this;
    },
    
    tabIndex: function Ext_ButtonConfig$tabIndex(value) {
        this.o['tabIndex'] = value;
        return this;
    },
    
    enableToggle: function Ext_ButtonConfig$enableToggle(value) {
        this.o['enableToggle'] = value;
        return this;
    },
    
    menu: function Ext_ButtonConfig$menu(value) {
        this.o['menu'] = value;
        return this;
    },
    
    menuAlign: function Ext_ButtonConfig$menuAlign(value) {
        this.o['menuAlign'] = value;
        return this;
    },
    
    iconCls: function Ext_ButtonConfig$iconCls(value) {
        this.o['iconCls'] = value;
        return this;
    },
    
    type: function Ext_ButtonConfig$type(value) {
        this.o['type'] = value;
        return this;
    },
    
    clickEvent: function Ext_ButtonConfig$clickEvent(value) {
        this.o['clickEvent'] = value;
        return this;
    },
    
    handleMouseEvents: function Ext_ButtonConfig$handleMouseEvents(value) {
        this.o['handleMouseEvents'] = value;
        return this;
    },
    
    tooltipType: function Ext_ButtonConfig$tooltipType(value) {
        this.o['tooltipType'] = value;
        return this;
    },
    
    cls: function Ext_ButtonConfig$cls(value) {
        this.o['cls'] = value;
        return this;
    },
    
    template: function Ext_ButtonConfig$template(value) {
        this.o['template'] = value;
        return this;
    },
    
    custom: function Ext_ButtonConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.ButtonEvents

Ext.ButtonEvents = function Ext_ButtonEvents() {
}
Ext.ButtonEvents.get_click = function Ext_ButtonEvents$get_click() {
    return 'click';
}
Ext.ButtonEvents.get_toggle = function Ext_ButtonEvents$get_toggle() {
    return 'toggle';
}
Ext.ButtonEvents.get_mouseover = function Ext_ButtonEvents$get_mouseover() {
    return 'mouseover';
}
Ext.ButtonEvents.get_mouseout = function Ext_ButtonEvents$get_mouseout() {
    return 'mouseout';
}
Ext.ButtonEvents.get_menushow = function Ext_ButtonEvents$get_menushow() {
    return 'menushow';
}
Ext.ButtonEvents.get_menuhide = function Ext_ButtonEvents$get_menuhide() {
    return 'menuhide';
}
Ext.ButtonEvents.get_menutriggerover = function Ext_ButtonEvents$get_menutriggerover() {
    return 'menutriggerover';
}
Ext.ButtonEvents.get_menutriggerout = function Ext_ButtonEvents$get_menutriggerout() {
    return 'menutriggerout';
}


////////////////////////////////////////////////////////////////////////////////
// Ext.ColorPaletteConfig

Ext.ColorPaletteConfig = function Ext_ColorPaletteConfig() {
    Ext.ColorPaletteConfig.constructBase(this);
}
Ext.ColorPaletteConfig.prototype = {
    
    itemCls: function Ext_ColorPaletteConfig$itemCls(value) {
        this.o['itemCls'] = value;
        return this;
    },
    
    value: function Ext_ColorPaletteConfig$value(value) {
        this.o['value'] = value;
        return this;
    },
    
    allowReselect: function Ext_ColorPaletteConfig$allowReselect(value) {
        this.o['allowReselect'] = value;
        return this;
    },
    
    custom: function Ext_ColorPaletteConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.ColorPaletteEvents

Ext.ColorPaletteEvents = function Ext_ColorPaletteEvents() {
}
Ext.ColorPaletteEvents.get_select = function Ext_ColorPaletteEvents$get_select() {
    return 'select';
}


////////////////////////////////////////////////////////////////////////////////
// Ext.ComponentConfig

Ext.ComponentConfig = function Ext_ComponentConfig() {
    Ext.ComponentConfig.constructBase(this);
}
Ext.ComponentConfig.prototype = {
    
    id: function Ext_ComponentConfig$id(value) {
        this.o['id'] = value;
        return this;
    },
    
    cls: function Ext_ComponentConfig$cls(value) {
        this.o['cls'] = value;
        return this;
    },
    
    style: function Ext_ComponentConfig$style(value) {
        this.o['style'] = value;
        return this;
    },
    
    ctCls: function Ext_ComponentConfig$ctCls(value) {
        this.o['ctCls'] = value;
        return this;
    },
    
    plugins: function Ext_ComponentConfig$plugins(value) {
        this.o['plugins'] = value;
        return this;
    },
    
    applyTo: function Ext_ComponentConfig$applyTo(value) {
        this.o['applyTo'] = value;
        return this;
    },
    
    renderTo: function Ext_ComponentConfig$renderTo(value) {
        this.o['renderTo'] = value;
        return this;
    },
    
    disableClass: function Ext_ComponentConfig$disableClass(value) {
        this.o['disableClass'] = value;
        return this;
    },
    
    allowDomMove: function Ext_ComponentConfig$allowDomMove(value) {
        this.o['allowDomMove'] = value;
        return this;
    },
    
    autoShow: function Ext_ComponentConfig$autoShow(value) {
        this.o['autoShow'] = value;
        return this;
    },
    
    hideMode: function Ext_ComponentConfig$hideMode(value) {
        this.o['hideMode'] = value;
        return this;
    },
    
    hideParent: function Ext_ComponentConfig$hideParent(value) {
        this.o['hideParent'] = value;
        return this;
    },
    
    custom: function Ext_ComponentConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.ComponentEvents

Ext.ComponentEvents = function Ext_ComponentEvents() {
}
Ext.ComponentEvents.get_disable = function Ext_ComponentEvents$get_disable() {
    return 'disable';
}
Ext.ComponentEvents.get_enable = function Ext_ComponentEvents$get_enable() {
    return 'enable';
}
Ext.ComponentEvents.get_beforeshow = function Ext_ComponentEvents$get_beforeshow() {
    return 'beforeshow';
}
Ext.ComponentEvents.get_show = function Ext_ComponentEvents$get_show() {
    return 'show';
}
Ext.ComponentEvents.get_beforehide = function Ext_ComponentEvents$get_beforehide() {
    return 'beforehide';
}
Ext.ComponentEvents.get_hide = function Ext_ComponentEvents$get_hide() {
    return 'hide';
}
Ext.ComponentEvents.get_beforerender = function Ext_ComponentEvents$get_beforerender() {
    return 'beforerender';
}
Ext.ComponentEvents.get_render = function Ext_ComponentEvents$get_render() {
    return 'render';
}
Ext.ComponentEvents.get_beforedestroy = function Ext_ComponentEvents$get_beforedestroy() {
    return 'beforedestroy';
}
Ext.ComponentEvents.get_destroy = function Ext_ComponentEvents$get_destroy() {
    return 'destroy';
}


////////////////////////////////////////////////////////////////////////////////
// Ext.ComponentMgrConfig

Ext.ComponentMgrConfig = function Ext_ComponentMgrConfig() {
    this.o = {};
}
Ext.ComponentMgrConfig.prototype = {
    
    custom: function Ext_ComponentMgrConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    },
    
    toDictionary: function Ext_ComponentMgrConfig$toDictionary() {
        return this.o;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.CompositeElementConfig

Ext.CompositeElementConfig = function Ext_CompositeElementConfig() {
    this.o = {};
}
Ext.CompositeElementConfig.prototype = {
    
    custom: function Ext_CompositeElementConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    },
    
    toDictionary: function Ext_CompositeElementConfig$toDictionary() {
        return this.o;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.CompositeElementLiteConfig

Ext.CompositeElementLiteConfig = function Ext_CompositeElementLiteConfig() {
    Ext.CompositeElementLiteConfig.constructBase(this);
}
Ext.CompositeElementLiteConfig.prototype = {
    
    custom: function Ext_CompositeElementLiteConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.ContainerConfig

Ext.ContainerConfig = function Ext_ContainerConfig() {
    Ext.ContainerConfig.constructBase(this);
}
Ext.ContainerConfig.prototype = {
    
    layout: function Ext_ContainerConfig$layout(value) {
        this.o['layout'] = value;
        return this;
    },
    
    layoutConfig: function Ext_ContainerConfig$layoutConfig(value) {
        this.o['layoutConfig'] = value;
        return this;
    },
    
    activeItem: function Ext_ContainerConfig$activeItem(value) {
        this.o['activeItem'] = value;
        return this;
    },
    
    items: function Ext_ContainerConfig$items(value) {
        this.o['items'] = value;
        return this;
    },
    
    defaults: function Ext_ContainerConfig$defaults(value) {
        this.o['defaults'] = value;
        return this;
    },
    
    custom: function Ext_ContainerConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.ContainerEvents

Ext.ContainerEvents = function Ext_ContainerEvents() {
}
Ext.ContainerEvents.get_beforeadd = function Ext_ContainerEvents$get_beforeadd() {
    return 'beforeadd';
}
Ext.ContainerEvents.get_beforeremove = function Ext_ContainerEvents$get_beforeremove() {
    return 'beforeremove';
}
Ext.ContainerEvents.get_add = function Ext_ContainerEvents$get_add() {
    return 'add';
}
Ext.ContainerEvents.get_remove = function Ext_ContainerEvents$get_remove() {
    return 'remove';
}


////////////////////////////////////////////////////////////////////////////////
// Ext.ContentPanelConfig

Ext.ContentPanelConfig = function Ext_ContentPanelConfig() {
    Ext.ContentPanelConfig.constructBase(this);
}
Ext.ContentPanelConfig.prototype = {
    
    fitToFrame: function Ext_ContentPanelConfig$fitToFrame(value) {
        this.o['fitToFrame'] = value;
        return this;
    },
    
    fitContainer: function Ext_ContentPanelConfig$fitContainer(value) {
        this.o['fitContainer'] = value;
        return this;
    },
    
    autoCreate: function Ext_ContentPanelConfig$autoCreate(value) {
        this.o['autoCreate'] = value;
        return this;
    },
    
    closable: function Ext_ContentPanelConfig$closable(value) {
        this.o['closable'] = value;
        return this;
    },
    
    background: function Ext_ContentPanelConfig$background(value) {
        this.o['background'] = value;
        return this;
    },
    
    resizeEl: function Ext_ContentPanelConfig$resizeEl(value) {
        this.o['resizeEl'] = value;
        return this;
    },
    
    toolbar: function Ext_ContentPanelConfig$toolbar(value) {
        this.o['toolbar'] = value;
        return this;
    },
    
    autoScroll: function Ext_ContentPanelConfig$autoScroll(value) {
        this.o['autoScroll'] = value;
        return this;
    },
    
    title: function Ext_ContentPanelConfig$title(value) {
        this.o['title'] = value;
        return this;
    },
    
    adjustments: function Ext_ContentPanelConfig$adjustments(value) {
        this.o['adjustments'] = value;
        return this;
    },
    
    url: function Ext_ContentPanelConfig$url(value) {
        this.o['url'] = value;
        return this;
    },
    
    params_: function Ext_ContentPanelConfig$params_(value) {
        this.o['params'] = value;
        return this;
    },
    
    loadOnce: function Ext_ContentPanelConfig$loadOnce(value) {
        this.o['loadOnce'] = value;
        return this;
    },
    
    custom: function Ext_ContentPanelConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.ContentPanelEvents

Ext.ContentPanelEvents = function Ext_ContentPanelEvents() {
}
Ext.ContentPanelEvents.get_activate = function Ext_ContentPanelEvents$get_activate() {
    return 'activate';
}
Ext.ContentPanelEvents.get_deactivate = function Ext_ContentPanelEvents$get_deactivate() {
    return 'deactivate';
}
Ext.ContentPanelEvents.get_resize = function Ext_ContentPanelEvents$get_resize() {
    return 'resize';
}


////////////////////////////////////////////////////////////////////////////////
// Ext.CycleButtonConfig

Ext.CycleButtonConfig = function Ext_CycleButtonConfig() {
    Ext.CycleButtonConfig.constructBase(this);
}
Ext.CycleButtonConfig.prototype = {
    
    items: function Ext_CycleButtonConfig$items(value) {
        this.o['items'] = value;
        return this;
    },

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -