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

📄 extsharp.debug.js

📁 经典编程900例(C语言),主要是C基础知识
💻 JS
📖 第 1 页 / 共 5 页
字号:
        this.o['arrowHandler'] = value;
        return this;
    },
    
    arrowTooltip: function Ext_CycleButtonConfig$arrowTooltip(value) {
        this.o['arrowTooltip'] = value;
        return this;
    },
    
    text: function Ext_CycleButtonConfig$text(value) {
        this.o['text'] = value;
        return this;
    },
    
    icon: function Ext_CycleButtonConfig$icon(value) {
        this.o['icon'] = value;
        return this;
    },
    
    handler: function Ext_CycleButtonConfig$handler(value) {
        this.o['handler'] = value;
        return this;
    },
    
    scope: function Ext_CycleButtonConfig$scope(value) {
        this.o['scope'] = value;
        return this;
    },
    
    minWidth: function Ext_CycleButtonConfig$minWidth(value) {
        this.o['minWidth'] = value;
        return this;
    },
    
    tooltip: function Ext_CycleButtonConfig$tooltip(value) {
        this.o['tooltip'] = value;
        return this;
    },
    
    hidden: function Ext_CycleButtonConfig$hidden(value) {
        this.o['hidden'] = value;
        return this;
    },
    
    disabled: function Ext_CycleButtonConfig$disabled(value) {
        this.o['disabled'] = value;
        return this;
    },
    
    pressed: function Ext_CycleButtonConfig$pressed(value) {
        this.o['pressed'] = value;
        return this;
    },
    
    toggleGroup: function Ext_CycleButtonConfig$toggleGroup(value) {
        this.o['toggleGroup'] = value;
        return this;
    },
    
    repeat: function Ext_CycleButtonConfig$repeat(value) {
        this.o['repeat'] = value;
        return this;
    },
    
    tabIndex: function Ext_CycleButtonConfig$tabIndex(value) {
        this.o['tabIndex'] = value;
        return this;
    },
    
    enableToggle: function Ext_CycleButtonConfig$enableToggle(value) {
        this.o['enableToggle'] = value;
        return this;
    },
    
    menu: function Ext_CycleButtonConfig$menu(value) {
        this.o['menu'] = value;
        return this;
    },
    
    menuAlign: function Ext_CycleButtonConfig$menuAlign(value) {
        this.o['menuAlign'] = value;
        return this;
    },
    
    iconCls: function Ext_CycleButtonConfig$iconCls(value) {
        this.o['iconCls'] = value;
        return this;
    },
    
    type: function Ext_CycleButtonConfig$type(value) {
        this.o['type'] = value;
        return this;
    },
    
    clickEvent: function Ext_CycleButtonConfig$clickEvent(value) {
        this.o['clickEvent'] = value;
        return this;
    },
    
    handleMouseEvents: function Ext_CycleButtonConfig$handleMouseEvents(value) {
        this.o['handleMouseEvents'] = value;
        return this;
    },
    
    tooltipType: function Ext_CycleButtonConfig$tooltipType(value) {
        this.o['tooltipType'] = value;
        return this;
    },
    
    cls: function Ext_CycleButtonConfig$cls(value) {
        this.o['cls'] = value;
        return this;
    },
    
    template: function Ext_CycleButtonConfig$template(value) {
        this.o['template'] = value;
        return this;
    },
    
    xtype: function Ext_CycleButtonConfig$xtype(value) {
        this.o['xtype'] = value;
        return this;
    },
    
    id: function Ext_CycleButtonConfig$id(value) {
        this.o['id'] = value;
        return this;
    },
    
    style: function Ext_CycleButtonConfig$style(value) {
        this.o['style'] = value;
        return this;
    },
    
    ctCls: function Ext_CycleButtonConfig$ctCls(value) {
        this.o['ctCls'] = value;
        return this;
    },
    
    plugins: function Ext_CycleButtonConfig$plugins(value) {
        this.o['plugins'] = value;
        return this;
    },
    
    applyTo: function Ext_CycleButtonConfig$applyTo(value) {
        this.o['applyTo'] = value;
        return this;
    },
    
    renderTo: function Ext_CycleButtonConfig$renderTo(value) {
        this.o['renderTo'] = value;
        return this;
    },
    
    disabledClass: function Ext_CycleButtonConfig$disabledClass(value) {
        this.o['disabledClass'] = value;
        return this;
    },
    
    allowDomMove: function Ext_CycleButtonConfig$allowDomMove(value) {
        this.o['allowDomMove'] = value;
        return this;
    },
    
    autoShow: function Ext_CycleButtonConfig$autoShow(value) {
        this.o['autoShow'] = value;
        return this;
    },
    
    hideMode: function Ext_CycleButtonConfig$hideMode(value) {
        this.o['hideMode'] = value;
        return this;
    },
    
    hideParent: function Ext_CycleButtonConfig$hideParent(value) {
        this.o['hideParent'] = value;
        return this;
    },
    
    listeners: function Ext_CycleButtonConfig$listeners(value) {
        this.o['listeners'] = value;
        return this;
    },
    
    custom: function Ext_CycleButtonConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    },
    
    toDictionary: function Ext_CycleButtonConfig$toDictionary() {
        return this.o;
    }
}


////////////////////////////////////////////////////////////////////////////////
// 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() {
    this.o = {};
}
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;
    },
    
    height: function Ext_DataViewConfig$height(value) {
        this.o['height'] = value;
        return this;
    },
    
    width: function Ext_DataViewConfig$width(value) {
        this.o['width'] = value;
        return this;
    },
    
    autoHeight: function Ext_DataViewConfig$autoHeight(value) {
        this.o['autoHeight'] = value;
        return this;
    },
    
    autoWidth: function Ext_DataViewConfig$autoWidth(value) {
        this.o['autoWidth'] = value;
        return this;
    },
    
    deferHeight: function Ext_DataViewConfig$deferHeight(value) {
        this.o['deferHeight'] = value;
        return this;
    },
    
    xtype: function Ext_DataViewConfig$xtype(value) {
        this.o['xtype'] = value;
        return this;
    },
    
    id: function Ext_DataViewConfig$id(value) {
        this.o['id'] = value;
        return this;
    },
    
    cls: function Ext_DataViewConfig$cls(value) {
        this.o['cls'] = value;
        return this;
    },
    
    style: function Ext_DataViewConfig$style(value) {
        this.o['style'] = value;
        return this;
    },
    
    ctCls: function Ext_DataViewConfig$ctCls(value) {
        this.o['ctCls'] = value;
        return this;
    },
    
    plugins: function Ext_DataViewConfig$plugins(value) {
        this.o['plugins'] = value;
        return this;
    },
    
    applyTo: function Ext_DataViewConfig$applyTo(value) {
        this.o['applyTo'] = value;
        return this;
    },
    
    renderTo: function Ext_DataViewConfig$renderTo(value) {
        this.o['renderTo'] = value;
        return this;
    },
    
    disabledClass: function Ext_DataViewConfig$disabledClass(value) {
        this.o['disabledClass'] = value;
        return this;
    },
    
    allowDomMove: function Ext_DataViewConfig$allowDomMove(value) {
        this.o['allowDomMove'] = value;
        return this;
    },
    
    autoShow: function Ext_DataViewConfig$autoShow(value) {
        this.o['autoShow'] = value;
        return this;
    },
    
    hideMode: function Ext_DataViewConfig$hideMode(value) {
        this.o['hideMode'] = value;
        return this;
    },
    
    hideParent: function Ext_DataViewConfig$hideParent(value) {
        this.o['hideParent'] = value;
        return this;
    },
    
    listeners: function Ext_DataViewConfig$listeners(value) {
        this.o['listeners'] = value;
        return this;
    },
    
    custom: function Ext_DataViewConfig$custom(key, value) {
        this.o[key] = value;
        return this;
    },
    
    toDictionary: function Ext_DataViewConfig$toDictionary() {
        return this.o;
    }
}


////////////////////////////////////////////////////////////////////////////////
// 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.DatePickerConfig

Ext.DatePickerConfig = function Ext_DatePickerConfig() {
    this.o = {};
}
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;
    },
    

⌨️ 快捷键说明

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