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

📄 extsharp.debug.js

📁 经典编程900例(C语言),主要是C基础知识
💻 JS
📖 第 1 页 / 共 5 页
字号:
    
    showText: function Ext_CycleButtonConfig$showText(value) {
        this.o['showText'] = value;
        return this;
    },
    
    prependText: function Ext_CycleButtonConfig$prependText(value) {
        this.o['prependText'] = value;
        return this;
    },
    
    changeHandler: function Ext_CycleButtonConfig$changeHandler(value) {
        this.o['changeHandler'] = value;
        return this;
    },
    
    custom: function Ext_CycleButtonConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.CycleButtonEvents

Ext.CycleButtonEvents = function Ext_CycleButtonEvents() {
}
Ext.CycleButtonEvents.get_change = function Ext_CycleButtonEvents$get_change() {
    return 'change';
}


////////////////////////////////////////////////////////////////////////////////
// Ext.DataViewConfig

Ext.DataViewConfig = function Ext_DataViewConfig() {
    Ext.DataViewConfig.constructBase(this);
}
Ext.DataViewConfig.prototype = {
    
    tpl: function Ext_DataViewConfig$tpl(value) {
        this.o['tpl'] = value;
        return this;
    },
    
    store: function Ext_DataViewConfig$store(value) {
        this.o['store'] = value;
        return this;
    },
    
    itemSelector: function Ext_DataViewConfig$itemSelector(value) {
        this.o['itemSelector'] = value;
        return this;
    },
    
    multiSelect: function Ext_DataViewConfig$multiSelect(value) {
        this.o['multiSelect'] = value;
        return this;
    },
    
    singleSelect: function Ext_DataViewConfig$singleSelect(value) {
        this.o['singleSelect'] = value;
        return this;
    },
    
    simpleSelect: function Ext_DataViewConfig$simpleSelect(value) {
        this.o['simpleSelect'] = value;
        return this;
    },
    
    overClass: function Ext_DataViewConfig$overClass(value) {
        this.o['overClass'] = value;
        return this;
    },
    
    loadingText: function Ext_DataViewConfig$loadingText(value) {
        this.o['loadingText'] = value;
        return this;
    },
    
    selectedClass: function Ext_DataViewConfig$selectedClass(value) {
        this.o['selectedClass'] = value;
        return this;
    },
    
    emptyText: function Ext_DataViewConfig$emptyText(value) {
        this.o['emptyText'] = value;
        return this;
    },
    
    custom: function Ext_DataViewConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    }
}


////////////////////////////////////////////////////////////////////////////////
// Ext.DataViewEvents

Ext.DataViewEvents = function Ext_DataViewEvents() {
}
Ext.DataViewEvents.get_beforeclick = function Ext_DataViewEvents$get_beforeclick() {
    return 'beforeclick';
}
Ext.DataViewEvents.get_click = function Ext_DataViewEvents$get_click() {
    return 'click';
}
Ext.DataViewEvents.get_containerclick = function Ext_DataViewEvents$get_containerclick() {
    return 'containerclick';
}
Ext.DataViewEvents.get_dblclick = function Ext_DataViewEvents$get_dblclick() {
    return 'dblclick';
}
Ext.DataViewEvents.get_contextmenu = function Ext_DataViewEvents$get_contextmenu() {
    return 'contextmenu';
}
Ext.DataViewEvents.get_selectionchange = function Ext_DataViewEvents$get_selectionchange() {
    return 'selectionchange';
}
Ext.DataViewEvents.get_beforeselect = function Ext_DataViewEvents$get_beforeselect() {
    return 'beforeselect';
}


////////////////////////////////////////////////////////////////////////////////
// Ext.DateConfig

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


////////////////////////////////////////////////////////////////////////////////
// Ext.DatePickerConfig

Ext.DatePickerConfig = function Ext_DatePickerConfig() {
    Ext.DatePickerConfig.constructBase(this);
}
Ext.DatePickerConfig.prototype = {
    
    todayText: function Ext_DatePickerConfig$todayText(value) {
        this.o['todayText'] = value;
        return this;
    },
    
    okText: function Ext_DatePickerConfig$okText(value) {
        this.o['okText'] = value;
        return this;
    },
    
    cancelText: function Ext_DatePickerConfig$cancelText(value) {
        this.o['cancelText'] = value;
        return this;
    },
    
    todayTip: function Ext_DatePickerConfig$todayTip(value) {
        this.o['todayTip'] = value;
        return this;
    },
    
    minDate: function Ext_DatePickerConfig$minDate(value) {
        this.o['minDate'] = value;
        return this;
    },
    
    maxDate: function Ext_DatePickerConfig$maxDate(value) {
        this.o['maxDate'] = value;
        return this;
    },
    
    minText: function Ext_DatePickerConfig$minText(value) {
        this.o['minText'] = value;
        return this;
    },
    
    maxText: function Ext_DatePickerConfig$maxText(value) {
        this.o['maxText'] = value;
        return this;
    },
    
    format: function Ext_DatePickerConfig$format(value) {
        this.o['format'] = value;
        return this;
    },
    
    disabledDays: function Ext_DatePickerConfig$disabledDays(value) {
        this.o['disabledDays'] = value;
        return this;
    },
    
    disabledDaysText: function Ext_DatePickerConfig$disabledDaysText(value) {
        this.o['disabledDaysText'] = value;
        return this;
    },
    
    disabledDatesRE: function Ext_DatePickerConfig$disabledDatesRE(value) {
        this.o['disabledDatesRE'] = value;
        return this;
    },
    
    disabledDatesText: function Ext_DatePickerConfig$disabledDatesText(value) {
        this.o['disabledDatesText'] = value;
        return this;
    },
    
    constrainToViewport: function Ext_DatePickerConfig$constrainToViewport(value) {
        this.o['constrainToViewport'] = value;
        return this;
    },
    
    monthNames: function Ext_DatePickerConfig$monthNames(value) {
        this.o['monthNames'] = value;
        return this;
    },
    
    dayNames: function Ext_DatePickerConfig$dayNames(value) {
        this.o['dayNames'] = value;
        return this;
    },
    
    nextText: function Ext_DatePickerConfig$nextText(value) {
        this.o['nextText'] = value;
        return this;
    },
    
    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;
    },
    
    custom: function Ext_DatePickerConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    }
}


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

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


////////////////////////////////////////////////////////////////////////////////
// Ext.DialogManagerConfig

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


////////////////////////////////////////////////////////////////////////////////
// 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() {
    Ext.EditorConfig.constructBase(this);
}
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;
    },
    
    custom: function Ext_EditorConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    }
}


////////////////////////////////////////////////////////////////////////////////
// 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;
    },

⌨️ 快捷键说明

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