📄 extsharp.debug.js
字号:
this.o['allowReselect'] = value;
return this;
},
xtype: function Ext_ColorPaletteConfig$xtype(value) {
this.o['xtype'] = value;
return this;
},
id: function Ext_ColorPaletteConfig$id(value) {
this.o['id'] = value;
return this;
},
cls: function Ext_ColorPaletteConfig$cls(value) {
this.o['cls'] = value;
return this;
},
style: function Ext_ColorPaletteConfig$style(value) {
this.o['style'] = value;
return this;
},
ctCls: function Ext_ColorPaletteConfig$ctCls(value) {
this.o['ctCls'] = value;
return this;
},
plugins: function Ext_ColorPaletteConfig$plugins(value) {
this.o['plugins'] = value;
return this;
},
applyTo: function Ext_ColorPaletteConfig$applyTo(value) {
this.o['applyTo'] = value;
return this;
},
renderTo: function Ext_ColorPaletteConfig$renderTo(value) {
this.o['renderTo'] = value;
return this;
},
disabledClass: function Ext_ColorPaletteConfig$disabledClass(value) {
this.o['disabledClass'] = value;
return this;
},
allowDomMove: function Ext_ColorPaletteConfig$allowDomMove(value) {
this.o['allowDomMove'] = value;
return this;
},
autoShow: function Ext_ColorPaletteConfig$autoShow(value) {
this.o['autoShow'] = value;
return this;
},
hideMode: function Ext_ColorPaletteConfig$hideMode(value) {
this.o['hideMode'] = value;
return this;
},
hideParent: function Ext_ColorPaletteConfig$hideParent(value) {
this.o['hideParent'] = value;
return this;
},
listeners: function Ext_ColorPaletteConfig$listeners(value) {
this.o['listeners'] = value;
return this;
},
custom: function Ext_ColorPaletteConfig$custom(key, value) {
this.o[key] = value;
return this;
},
toDictionary: function Ext_ColorPaletteConfig$toDictionary() {
return this.o;
}
}
////////////////////////////////////////////////////////////////////////////////
// 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() {
this.o = {};
}
Ext.ComponentConfig.prototype = {
xtype: function Ext_ComponentConfig$xtype(value) {
this.o['xtype'] = value;
return this;
},
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;
},
disabledClass: function Ext_ComponentConfig$disabledClass(value) {
this.o['disabledClass'] = 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;
},
listeners: function Ext_ComponentConfig$listeners(value) {
this.o['listeners'] = value;
return this;
},
custom: function Ext_ComponentConfig$custom(key, value) {
this.o[key] = value;
return this;
},
toDictionary: function Ext_ComponentConfig$toDictionary() {
return this.o;
}
}
////////////////////////////////////////////////////////////////////////////////
// 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.ComponentEvents.get_beforestaterestore = function Ext_ComponentEvents$get_beforestaterestore() {
return 'beforestaterestore';
}
Ext.ComponentEvents.get_staterestore = function Ext_ComponentEvents$get_staterestore() {
return 'staterestore';
}
Ext.ComponentEvents.get_beforestatesave = function Ext_ComponentEvents$get_beforestatesave() {
return 'beforestatesave';
}
Ext.ComponentEvents.get_statesave = function Ext_ComponentEvents$get_statesave() {
return 'statesave';
}
////////////////////////////////////////////////////////////////////////////////
// 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() {
this.o = {};
}
Ext.CompositeElementLiteConfig.prototype = {
custom: function Ext_CompositeElementLiteConfig$custom(key, value) {
this.o[key] = value;
return this;
},
toDictionary: function Ext_CompositeElementLiteConfig$toDictionary() {
return this.o;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.ContainerConfig
Ext.ContainerConfig = function Ext_ContainerConfig() {
this.o = {};
}
Ext.ContainerConfig.prototype = {
defaultType: function Ext_ContainerConfig$defaultType(value) {
this.o['defaultType'] = value;
return this;
},
layout: function Ext_ContainerConfig$layout(value) {
this.o['layout'] = value;
return this;
},
layoutConfig: function Ext_ContainerConfig$layoutConfig(value) {
this.o['layoutConfig'] = value;
return this;
},
bufferResize: function Ext_ContainerConfig$bufferResize(value) {
this.o['bufferResize'] = 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;
},
height: function Ext_ContainerConfig$height(value) {
this.o['height'] = value;
return this;
},
width: function Ext_ContainerConfig$width(value) {
this.o['width'] = value;
return this;
},
autoHeight: function Ext_ContainerConfig$autoHeight(value) {
this.o['autoHeight'] = value;
return this;
},
autoWidth: function Ext_ContainerConfig$autoWidth(value) {
this.o['autoWidth'] = value;
return this;
},
deferHeight: function Ext_ContainerConfig$deferHeight(value) {
this.o['deferHeight'] = value;
return this;
},
xtype: function Ext_ContainerConfig$xtype(value) {
this.o['xtype'] = value;
return this;
},
id: function Ext_ContainerConfig$id(value) {
this.o['id'] = value;
return this;
},
cls: function Ext_ContainerConfig$cls(value) {
this.o['cls'] = value;
return this;
},
style: function Ext_ContainerConfig$style(value) {
this.o['style'] = value;
return this;
},
ctCls: function Ext_ContainerConfig$ctCls(value) {
this.o['ctCls'] = value;
return this;
},
plugins: function Ext_ContainerConfig$plugins(value) {
this.o['plugins'] = value;
return this;
},
applyTo: function Ext_ContainerConfig$applyTo(value) {
this.o['applyTo'] = value;
return this;
},
renderTo: function Ext_ContainerConfig$renderTo(value) {
this.o['renderTo'] = value;
return this;
},
disabledClass: function Ext_ContainerConfig$disabledClass(value) {
this.o['disabledClass'] = value;
return this;
},
allowDomMove: function Ext_ContainerConfig$allowDomMove(value) {
this.o['allowDomMove'] = value;
return this;
},
autoShow: function Ext_ContainerConfig$autoShow(value) {
this.o['autoShow'] = value;
return this;
},
hideMode: function Ext_ContainerConfig$hideMode(value) {
this.o['hideMode'] = value;
return this;
},
hideParent: function Ext_ContainerConfig$hideParent(value) {
this.o['hideParent'] = value;
return this;
},
listeners: function Ext_ContainerConfig$listeners(value) {
this.o['listeners'] = value;
return this;
},
custom: function Ext_ContainerConfig$custom(key, value) {
this.o[key] = value;
return this;
},
toDictionary: function Ext_ContainerConfig$toDictionary() {
return this.o;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.ContainerEvents
Ext.ContainerEvents = function Ext_ContainerEvents() {
}
Ext.ContainerEvents.get_afterlayout = function Ext_ContainerEvents$get_afterlayout() {
return 'afterlayout';
}
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.CycleButtonConfig
Ext.CycleButtonConfig = function Ext_CycleButtonConfig() {
this.o = {};
}
Ext.CycleButtonConfig.prototype = {
items: function Ext_CycleButtonConfig$items(value) {
this.o['items'] = value;
return this;
},
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;
},
arrowHandler: function Ext_CycleButtonConfig$arrowHandler(value) {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -