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

📄 extsharp.debug.js

📁 经典编程900例(C语言),主要是C基础知识
💻 JS
📖 第 1 页 / 共 5 页
字号:
    prevText: function Ext_DatePickerConfig$prevText(value) {
        this.o['prevText'] = value;
        return this;
    },
    
    monthYearText: function Ext_DatePickerConfig$monthYearText(value) {
        this.o['monthYearText'] = value;
        return this;
    },
    
    startDay: function Ext_DatePickerConfig$startDay(value) {
        this.o['startDay'] = value;
        return this;
    },
    
    xtype: function Ext_DatePickerConfig$xtype(value) {
        this.o['xtype'] = value;
        return this;
    },
    
    id: function Ext_DatePickerConfig$id(value) {
        this.o['id'] = value;
        return this;
    },
    
    cls: function Ext_DatePickerConfig$cls(value) {
        this.o['cls'] = value;
        return this;
    },
    
    style: function Ext_DatePickerConfig$style(value) {
        this.o['style'] = value;
        return this;
    },
    
    ctCls: function Ext_DatePickerConfig$ctCls(value) {
        this.o['ctCls'] = value;
        return this;
    },
    
    plugins: function Ext_DatePickerConfig$plugins(value) {
        this.o['plugins'] = value;
        return this;
    },
    
    applyTo: function Ext_DatePickerConfig$applyTo(value) {
        this.o['applyTo'] = value;
        return this;
    },
    
    renderTo: function Ext_DatePickerConfig$renderTo(value) {
        this.o['renderTo'] = value;
        return this;
    },
    
    disabledClass: function Ext_DatePickerConfig$disabledClass(value) {
        this.o['disabledClass'] = value;
        return this;
    },
    
    allowDomMove: function Ext_DatePickerConfig$allowDomMove(value) {
        this.o['allowDomMove'] = value;
        return this;
    },
    
    autoShow: function Ext_DatePickerConfig$autoShow(value) {
        this.o['autoShow'] = value;
        return this;
    },
    
    hideMode: function Ext_DatePickerConfig$hideMode(value) {
        this.o['hideMode'] = value;
        return this;
    },
    
    hideParent: function Ext_DatePickerConfig$hideParent(value) {
        this.o['hideParent'] = value;
        return this;
    },
    
    listeners: function Ext_DatePickerConfig$listeners(value) {
        this.o['listeners'] = value;
        return this;
    },
    
    custom: function Ext_DatePickerConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    },
    
    toDictionary: function Ext_DatePickerConfig$toDictionary() {
        return this.o;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.DatePickerEvents

Ext.DatePickerEvents = function Ext_DatePickerEvents() {
}
Ext.DatePickerEvents.get_select = function Ext_DatePickerEvents$get_select() {
    return 'select';
}


////////////////////////////////////////////////////////////////////////////////
// Ext.DomHelperConfig

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


////////////////////////////////////////////////////////////////////////////////
// Ext.DomQueryConfig

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


////////////////////////////////////////////////////////////////////////////////
// Ext.EditorConfig

Ext.EditorConfig = function Ext_EditorConfig() {
    this.o = {};
}
Ext.EditorConfig.prototype = {
    
    autosize: function Ext_EditorConfig$autosize(value) {
        this.o['autosize'] = value;
        return this;
    },
    
    revertInvalid: function Ext_EditorConfig$revertInvalid(value) {
        this.o['revertInvalid'] = value;
        return this;
    },
    
    ignoreNoChange: function Ext_EditorConfig$ignoreNoChange(value) {
        this.o['ignoreNoChange'] = value;
        return this;
    },
    
    hideEl: function Ext_EditorConfig$hideEl(value) {
        this.o['hideEl'] = value;
        return this;
    },
    
    value: function Ext_EditorConfig$value(value) {
        this.o['value'] = value;
        return this;
    },
    
    alignment: function Ext_EditorConfig$alignment(value) {
        this.o['alignment'] = value;
        return this;
    },
    
    shadow: function Ext_EditorConfig$shadow(value) {
        this.o['shadow'] = value;
        return this;
    },
    
    constrain: function Ext_EditorConfig$constrain(value) {
        this.o['constrain'] = value;
        return this;
    },
    
    swallowKeys: function Ext_EditorConfig$swallowKeys(value) {
        this.o['swallowKeys'] = value;
        return this;
    },
    
    completeOnEnter: function Ext_EditorConfig$completeOnEnter(value) {
        this.o['completeOnEnter'] = value;
        return this;
    },
    
    cancelOnEsc: function Ext_EditorConfig$cancelOnEsc(value) {
        this.o['cancelOnEsc'] = value;
        return this;
    },
    
    updateEl: function Ext_EditorConfig$updateEl(value) {
        this.o['updateEl'] = value;
        return this;
    },
    
    xtype: function Ext_EditorConfig$xtype(value) {
        this.o['xtype'] = value;
        return this;
    },
    
    id: function Ext_EditorConfig$id(value) {
        this.o['id'] = value;
        return this;
    },
    
    cls: function Ext_EditorConfig$cls(value) {
        this.o['cls'] = value;
        return this;
    },
    
    style: function Ext_EditorConfig$style(value) {
        this.o['style'] = value;
        return this;
    },
    
    ctCls: function Ext_EditorConfig$ctCls(value) {
        this.o['ctCls'] = value;
        return this;
    },
    
    plugins: function Ext_EditorConfig$plugins(value) {
        this.o['plugins'] = value;
        return this;
    },
    
    applyTo: function Ext_EditorConfig$applyTo(value) {
        this.o['applyTo'] = value;
        return this;
    },
    
    renderTo: function Ext_EditorConfig$renderTo(value) {
        this.o['renderTo'] = value;
        return this;
    },
    
    disabledClass: function Ext_EditorConfig$disabledClass(value) {
        this.o['disabledClass'] = value;
        return this;
    },
    
    allowDomMove: function Ext_EditorConfig$allowDomMove(value) {
        this.o['allowDomMove'] = value;
        return this;
    },
    
    autoShow: function Ext_EditorConfig$autoShow(value) {
        this.o['autoShow'] = value;
        return this;
    },
    
    hideMode: function Ext_EditorConfig$hideMode(value) {
        this.o['hideMode'] = value;
        return this;
    },
    
    hideParent: function Ext_EditorConfig$hideParent(value) {
        this.o['hideParent'] = value;
        return this;
    },
    
    listeners: function Ext_EditorConfig$listeners(value) {
        this.o['listeners'] = value;
        return this;
    },
    
    custom: function Ext_EditorConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    },
    
    toDictionary: function Ext_EditorConfig$toDictionary() {
        return this.o;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.EditorEvents

Ext.EditorEvents = function Ext_EditorEvents() {
}
Ext.EditorEvents.get_beforestartedit = function Ext_EditorEvents$get_beforestartedit() {
    return 'beforestartedit';
}
Ext.EditorEvents.get_startedit = function Ext_EditorEvents$get_startedit() {
    return 'startedit';
}
Ext.EditorEvents.get_beforecomplete = function Ext_EditorEvents$get_beforecomplete() {
    return 'beforecomplete';
}
Ext.EditorEvents.get_complete = function Ext_EditorEvents$get_complete() {
    return 'complete';
}
Ext.EditorEvents.get_specialkey = function Ext_EditorEvents$get_specialkey() {
    return 'specialkey';
}


////////////////////////////////////////////////////////////////////////////////
// Ext.ElementConfig

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


////////////////////////////////////////////////////////////////////////////////
// Ext.EventManagerConfig

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


////////////////////////////////////////////////////////////////////////////////
// Ext.EventObjectConfig

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


////////////////////////////////////////////////////////////////////////////////
// Ext.ExtConfig

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


////////////////////////////////////////////////////////////////////////////////
// Ext.FxConfig

Ext.FxConfig = function Ext_FxConfig() {
    this.o = {};
}
Ext.FxConfig.prototype = {
    
    stopFx: function Ext_FxConfig$stopFx(value) {
        this.o['stopFx'] = value;
        return this;
    },
    
    custom: function Ext_FxConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    },
    
    toDictionary: function Ext_FxConfig$toDictionary() {
        return this.o;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.KeyMapConfig

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


////////////////////////////////////////////////////////////////////////////////
// Ext.KeyNavConfig

Ext.KeyNavConfig = function Ext_KeyNavConfig() {
    this.o = {};
}
Ext.KeyNavConfig.prototype = {
    
    disabled: function Ext_KeyNavConfig$disabled(value) {
        this.o['disabled'] = value;
        return this;
    },
    
    defaultEventAction: function Ext_KeyNavConfig$defaultEventAction(value) {
        this.o['defaultEventAction'] = value;
        return this;
    },
    
    forceKeyDown: function Ext_KeyNavConfig$forceKeyDown(value) {
        this.o['forceKeyDown'] = value;
        return this;
    },
    
    custom: function Ext_KeyNavConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    },
    
    toDictionary: function Ext_KeyNavConfig$toDictionary() {
        return this.o;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.LayerConfig

Ext.LayerConfig = function Ext_LayerConfig() {
    this.o = {};
}
Ext.LayerConfig.prototype = {
    
    shim: function Ext_LayerConfig$shim(value) {
        this.o['shim'] = value;
        return this;
    },
    
    shadow: function Ext_LayerConfig$shadow(value) {
        this.o['shadow'] = value;
        return this;
    },
    
    dh: function Ext_LayerConfig$dh(value) {
        this.o['dh'] = value;
        return this;
    },

⌨️ 快捷键说明

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