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

📄 extsharp.debug.js

📁 经典编程900例(C语言),主要是C基础知识
💻 JS
📖 第 1 页 / 共 5 页
字号:
        return this;
    },
    
    bodyBorder: function Ext_PanelConfig$bodyBorder(value) {
        this.o['bodyBorder'] = value;
        return this;
    },
    
    bodyStyle: function Ext_PanelConfig$bodyStyle(value) {
        this.o['bodyStyle'] = value;
        return this;
    },
    
    iconCls: function Ext_PanelConfig$iconCls(value) {
        this.o['iconCls'] = value;
        return this;
    },
    
    collapsible: function Ext_PanelConfig$collapsible(value) {
        this.o['collapsible'] = value;
        return this;
    },
    
    tools: function Ext_PanelConfig$tools(value) {
        this.o['tools'] = value;
        return this;
    },
    
    hideCollapseTool: function Ext_PanelConfig$hideCollapseTool(value) {
        this.o['hideCollapseTool'] = value;
        return this;
    },
    
    titleCollapse: function Ext_PanelConfig$titleCollapse(value) {
        this.o['titleCollapse'] = value;
        return this;
    },
    
    autoScroll: function Ext_PanelConfig$autoScroll(value) {
        this.o['autoScroll'] = value;
        return this;
    },
    
    floating: function Ext_PanelConfig$floating(value) {
        this.o['floating'] = value;
        return this;
    },
    
    shadow: function Ext_PanelConfig$shadow(value) {
        this.o['shadow'] = value;
        return this;
    },
    
    shim: function Ext_PanelConfig$shim(value) {
        this.o['shim'] = value;
        return this;
    },
    
    html: function Ext_PanelConfig$html(value) {
        this.o['html'] = value;
        return this;
    },
    
    contentEl: function Ext_PanelConfig$contentEl(value) {
        this.o['contentEl'] = value;
        return this;
    },
    
    keys: function Ext_PanelConfig$keys(value) {
        this.o['keys'] = value;
        return this;
    },
    
    baseCls: function Ext_PanelConfig$baseCls(value) {
        this.o['baseCls'] = value;
        return this;
    },
    
    collapsedCls: function Ext_PanelConfig$collapsedCls(value) {
        this.o['collapsedCls'] = value;
        return this;
    },
    
    maskDisabled: function Ext_PanelConfig$maskDisabled(value) {
        this.o['maskDisabled'] = value;
        return this;
    },
    
    animCollapse: function Ext_PanelConfig$animCollapse(value) {
        this.o['animCollapse'] = value;
        return this;
    },
    
    headerAsText: function Ext_PanelConfig$headerAsText(value) {
        this.o['headerAsText'] = value;
        return this;
    },
    
    buttonAlign: function Ext_PanelConfig$buttonAlign(value) {
        this.o['buttonAlign'] = value;
        return this;
    },
    
    collapsed: function Ext_PanelConfig$collapsed(value) {
        this.o['collapsed'] = value;
        return this;
    },
    
    collapseFirst: function Ext_PanelConfig$collapseFirst(value) {
        this.o['collapseFirst'] = value;
        return this;
    },
    
    minButtonWidth: function Ext_PanelConfig$minButtonWidth(value) {
        this.o['minButtonWidth'] = value;
        return this;
    },
    
    elements: function Ext_PanelConfig$elements(value) {
        this.o['elements'] = value;
        return this;
    },
    
    custom: function Ext_PanelConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.PanelEvents

Ext.PanelEvents = function Ext_PanelEvents() {
}
Ext.PanelEvents.get_bodyresize = function Ext_PanelEvents$get_bodyresize() {
    return 'bodyresize';
}
Ext.PanelEvents.get_titlechange = function Ext_PanelEvents$get_titlechange() {
    return 'titlechange';
}
Ext.PanelEvents.get_collapse = function Ext_PanelEvents$get_collapse() {
    return 'collapse';
}
Ext.PanelEvents.get_expand = function Ext_PanelEvents$get_expand() {
    return 'expand';
}
Ext.PanelEvents.get_beforecollapse = function Ext_PanelEvents$get_beforecollapse() {
    return 'beforecollapse';
}
Ext.PanelEvents.get_beforeexpand = function Ext_PanelEvents$get_beforeexpand() {
    return 'beforeexpand';
}
Ext.PanelEvents.get_beforeclose = function Ext_PanelEvents$get_beforeclose() {
    return 'beforeclose';
}
Ext.PanelEvents.get_close = function Ext_PanelEvents$get_close() {
    return 'close';
}
Ext.PanelEvents.get_activate = function Ext_PanelEvents$get_activate() {
    return 'activate';
}
Ext.PanelEvents.get_deactivate = function Ext_PanelEvents$get_deactivate() {
    return 'deactivate';
}


////////////////////////////////////////////////////////////////////////////////
// Ext.ProgressBarConfig

Ext.ProgressBarConfig = function Ext_ProgressBarConfig() {
    Ext.ProgressBarConfig.constructBase(this);
}
Ext.ProgressBarConfig.prototype = {
    
    id: function Ext_ProgressBarConfig$id(value) {
        this.o['id'] = value;
        return this;
    },
    
    baseCls: function Ext_ProgressBarConfig$baseCls(value) {
        this.o['baseCls'] = value;
        return this;
    },
    
    custom: function Ext_ProgressBarConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.ProgressBarEvents

Ext.ProgressBarEvents = function Ext_ProgressBarEvents() {
}
Ext.ProgressBarEvents.get_update = function Ext_ProgressBarEvents$get_update() {
    return 'update';
}


////////////////////////////////////////////////////////////////////////////////
// Ext.ReaderLayoutConfig

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


////////////////////////////////////////////////////////////////////////////////
// Ext.ResizableConfig

Ext.ResizableConfig = function Ext_ResizableConfig() {
    Ext.ResizableConfig.constructBase(this);
}
Ext.ResizableConfig.prototype = {
    
    resizeChild: function Ext_ResizableConfig$resizeChild(value) {
        this.o['resizeChild'] = value;
        return this;
    },
    
    adjustments: function Ext_ResizableConfig$adjustments(value) {
        this.o['adjustments'] = value;
        return this;
    },
    
    minWidth: function Ext_ResizableConfig$minWidth(value) {
        this.o['minWidth'] = value;
        return this;
    },
    
    minHeight: function Ext_ResizableConfig$minHeight(value) {
        this.o['minHeight'] = value;
        return this;
    },
    
    maxWidth: function Ext_ResizableConfig$maxWidth(value) {
        this.o['maxWidth'] = value;
        return this;
    },
    
    maxHeight: function Ext_ResizableConfig$maxHeight(value) {
        this.o['maxHeight'] = value;
        return this;
    },
    
    enabled: function Ext_ResizableConfig$enabled(value) {
        this.o['enabled'] = value;
        return this;
    },
    
    wrap: function Ext_ResizableConfig$wrap(value) {
        this.o['wrap'] = value;
        return this;
    },
    
    width: function Ext_ResizableConfig$width(value) {
        this.o['width'] = value;
        return this;
    },
    
    height: function Ext_ResizableConfig$height(value) {
        this.o['height'] = value;
        return this;
    },
    
    animate: function Ext_ResizableConfig$animate(value) {
        this.o['animate'] = value;
        return this;
    },
    
    duration: function Ext_ResizableConfig$duration(value) {
        this.o['duration'] = value;
        return this;
    },
    
    dynamic: function Ext_ResizableConfig$dynamic(value) {
        this.o['dynamic'] = value;
        return this;
    },
    
    handles: function Ext_ResizableConfig$handles(value) {
        this.o['handles'] = value;
        return this;
    },
    
    multiDirectional: function Ext_ResizableConfig$multiDirectional(value) {
        this.o['multiDirectional'] = value;
        return this;
    },
    
    disableTrackOver: function Ext_ResizableConfig$disableTrackOver(value) {
        this.o['disableTrackOver'] = value;
        return this;
    },
    
    easing: function Ext_ResizableConfig$easing(value) {
        this.o['easing'] = value;
        return this;
    },
    
    widthIncrement: function Ext_ResizableConfig$widthIncrement(value) {
        this.o['widthIncrement'] = value;
        return this;
    },
    
    heightIncrement: function Ext_ResizableConfig$heightIncrement(value) {
        this.o['heightIncrement'] = value;
        return this;
    },
    
    pinned: function Ext_ResizableConfig$pinned(value) {
        this.o['pinned'] = value;
        return this;
    },
    
    preserveRatio: function Ext_ResizableConfig$preserveRatio(value) {
        this.o['preserveRatio'] = value;
        return this;
    },
    
    transparent: function Ext_ResizableConfig$transparent(value) {
        this.o['transparent'] = value;
        return this;
    },
    
    minX: function Ext_ResizableConfig$minX(value) {
        this.o['minX'] = value;
        return this;
    },
    
    minY: function Ext_ResizableConfig$minY(value) {
        this.o['minY'] = value;
        return this;
    },
    
    draggable: function Ext_ResizableConfig$draggable(value) {
        this.o['draggable'] = value;
        return this;
    },
    
    constrainTo: function Ext_ResizableConfig$constrainTo(value) {
        this.o['constrainTo'] = value;
        return this;
    },
    
    resizeRegion: function Ext_ResizableConfig$resizeRegion(value) {
        this.o['resizeRegion'] = value;
        return this;
    },
    
    custom: function Ext_ResizableConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.ResizableEvents

Ext.ResizableEvents = function Ext_ResizableEvents() {
}
Ext.ResizableEvents.get_beforeresize = function Ext_ResizableEvents$get_beforeresize() {
    return 'beforeresize';
}
Ext.ResizableEvents.get_resize = function Ext_ResizableEvents$get_resize() {
    return 'resize';
}


////////////////////////////////////////////////////////////////////////////////
// Ext.ShadowConfig

Ext.ShadowConfig = function Ext_ShadowConfig() {
    this.o = {};
}
Ext.ShadowConfig.prototype = {
    
    mode: function Ext_ShadowConfig$mode(value) {
        this.o['mode'] = value;
        return this;
    },
    
    offset: function Ext_ShadowConfig$offset(value) {
        this.o['offset'] = value;
        return this;
    },
    
    custom: function Ext_ShadowConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    },
    
    toDictionary: function Ext_ShadowConfig$toDictionary() {
        return this.o;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.SplitBarConfig

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


////////////////////////////////////////////////////////////////////////////////
// Ext.SplitBarEvents

Ext.SplitBarEvents = function Ext_SplitBarEvents() {
}
Ext.SplitBarEvents.get_resize = function Ext_SplitBarEvents$get_resize() {
    return 'resize';
}
Ext.SplitBarEvents.get_moved = function Ext_SplitBarEvents$get_moved() {
    return 'moved';
}
Ext.SplitBarEvents.get_beforeresize = function Ext_SplitBarEvents$get_beforeresize() {
    return 'beforeresize';
}


////////////////////////////////////////////////////////////////////////////////
// Ext.SplitButtonConfig

Ext.SplitButtonConfig = function Ext_SplitButtonConfig() {
    Ext.SplitButtonConfig.constructBase(this);
}
Ext.SplitButtonConfig.prototype = {
    
    arrowHandler: function Ext_SplitButtonConfig$arrowHandler(value) {
        this.o['arrowHandler'] = value;
        return this;
    },
    
    arrowTooltip: function Ext_SplitButtonConfig$arrowTooltip(value) {
        this.o['arrowTooltip'] = value;
        return this;
    },
    
    custom: function Ext_SplitButtonConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.SplitButtonEvents

Ext.SplitButtonEvents = function Ext_SplitButtonEvents() {
}
Ext.SplitButtonEvents.get_arrowclick = function Ext_SplitButtonEvents$get_

⌨️ 快捷键说明

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