📄 extsharp.debug.js
字号:
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.FunctionConfig
Ext.FunctionConfig = function Ext_FunctionConfig() {
this.o = {};
}
Ext.FunctionConfig.prototype = {
custom: function Ext_FunctionConfig$custom(key, value) {
this.o[key] = value;
return this;
},
toDictionary: function Ext_FunctionConfig$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.GridPanelConfig
Ext.GridPanelConfig = function Ext_GridPanelConfig() {
Ext.GridPanelConfig.constructBase(this);
}
Ext.GridPanelConfig.prototype = {
custom: function Ext_GridPanelConfig$custom(key, value) {
this.o[key] = value;
return this;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.JsonViewConfig
Ext.JsonViewConfig = function Ext_JsonViewConfig() {
Ext.JsonViewConfig.constructBase(this);
}
Ext.JsonViewConfig.prototype = {
custom: function Ext_JsonViewConfig$custom(key, value) {
this.o[key] = value;
return this;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.JsonViewEvents
Ext.JsonViewEvents = function Ext_JsonViewEvents() {
}
Ext.JsonViewEvents.get_beforerender = function Ext_JsonViewEvents$get_beforerender() {
return 'beforerender';
}
Ext.JsonViewEvents.get_load = function Ext_JsonViewEvents$get_load() {
return 'load';
}
Ext.JsonViewEvents.get_loadexception = function Ext_JsonViewEvents$get_loadexception() {
return 'loadexception';
}
////////////////////////////////////////////////////////////////////////////////
// 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() {
Ext.LayerConfig.constructBase(this);
}
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;
},
constrain: function Ext_LayerConfig$constrain(value) {
this.o['constrain'] = value;
return this;
},
cls: function Ext_LayerConfig$cls(value) {
this.o['cls'] = value;
return this;
},
zindex: function Ext_LayerConfig$zindex(value) {
this.o['zindex'] = value;
return this;
},
shadowOffset: function Ext_LayerConfig$shadowOffset(value) {
this.o['shadowOffset'] = value;
return this;
},
custom: function Ext_LayerConfig$custom(key, value) {
this.o[key] = value;
return this;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.LayoutDialogConfig
Ext.LayoutDialogConfig = function Ext_LayoutDialogConfig() {
Ext.LayoutDialogConfig.constructBase(this);
}
Ext.LayoutDialogConfig.prototype = {
custom: function Ext_LayoutDialogConfig$custom(key, value) {
this.o[key] = value;
return this;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.LayoutManagerConfig
Ext.LayoutManagerConfig = function Ext_LayoutManagerConfig() {
Ext.LayoutManagerConfig.constructBase(this);
}
Ext.LayoutManagerConfig.prototype = {
custom: function Ext_LayoutManagerConfig$custom(key, value) {
this.o[key] = value;
return this;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.LayoutManagerEvents
Ext.LayoutManagerEvents = function Ext_LayoutManagerEvents() {
}
Ext.LayoutManagerEvents.get_layout = function Ext_LayoutManagerEvents$get_layout() {
return 'layout';
}
Ext.LayoutManagerEvents.get_regionresized = function Ext_LayoutManagerEvents$get_regionresized() {
return 'regionresized';
}
Ext.LayoutManagerEvents.get_regioncollapsed = function Ext_LayoutManagerEvents$get_regioncollapsed() {
return 'regioncollapsed';
}
Ext.LayoutManagerEvents.get_regionexpanded = function Ext_LayoutManagerEvents$get_regionexpanded() {
return 'regionexpanded';
}
////////////////////////////////////////////////////////////////////////////////
// Ext.LayoutRegionConfig
Ext.LayoutRegionConfig = function Ext_LayoutRegionConfig() {
Ext.LayoutRegionConfig.constructBase(this);
}
Ext.LayoutRegionConfig.prototype = {
disableTabTips: function Ext_LayoutRegionConfig$disableTabTips(value) {
this.o['disableTabTips'] = value;
return this;
},
custom: function Ext_LayoutRegionConfig$custom(key, value) {
this.o[key] = value;
return this;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.LoadMaskConfig
Ext.LoadMaskConfig = function Ext_LoadMaskConfig() {
this.o = {};
}
Ext.LoadMaskConfig.prototype = {
removeMask: function Ext_LoadMaskConfig$removeMask(value) {
this.o['removeMask'] = value;
return this;
},
msg: function Ext_LoadMaskConfig$msg(value) {
this.o['msg'] = value;
return this;
},
msgCls: function Ext_LoadMaskConfig$msgCls(value) {
this.o['msgCls'] = value;
return this;
},
custom: function Ext_LoadMaskConfig$custom(key, value) {
this.o[key] = value;
return this;
},
toDictionary: function Ext_LoadMaskConfig$toDictionary() {
return this.o;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.MasterTemplateConfig
Ext.MasterTemplateConfig = function Ext_MasterTemplateConfig() {
Ext.MasterTemplateConfig.constructBase(this);
}
Ext.MasterTemplateConfig.prototype = {
custom: function Ext_MasterTemplateConfig$custom(key, value) {
this.o[key] = value;
return this;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.MessageBoxConfig
Ext.MessageBoxConfig = function Ext_MessageBoxConfig() {
this.o = {};
}
Ext.MessageBoxConfig.prototype = {
custom: function Ext_MessageBoxConfig$custom(key, value) {
this.o[key] = value;
return this;
},
toDictionary: function Ext_MessageBoxConfig$toDictionary() {
return this.o;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.NestedLayoutPanelConfig
Ext.NestedLayoutPanelConfig = function Ext_NestedLayoutPanelConfig() {
Ext.NestedLayoutPanelConfig.constructBase(this);
}
Ext.NestedLayoutPanelConfig.prototype = {
custom: function Ext_NestedLayoutPanelConfig$custom(key, value) {
this.o[key] = value;
return this;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.NumberConfig
Ext.NumberConfig = function Ext_NumberConfig() {
this.o = {};
}
Ext.NumberConfig.prototype = {
custom: function Ext_NumberConfig$custom(key, value) {
this.o[key] = value;
return this;
},
toDictionary: function Ext_NumberConfig$toDictionary() {
return this.o;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.PagingToolbarConfig
Ext.PagingToolbarConfig = function Ext_PagingToolbarConfig() {
Ext.PagingToolbarConfig.constructBase(this);
}
Ext.PagingToolbarConfig.prototype = {
displayInfo: function Ext_PagingToolbarConfig$displayInfo(value) {
this.o['displayInfo'] = value;
return this;
},
pageSize: function Ext_PagingToolbarConfig$pageSize(value) {
this.o['pageSize'] = value;
return this;
},
displayMsg: function Ext_PagingToolbarConfig$displayMsg(value) {
this.o['displayMsg'] = value;
return this;
},
emptyMsg: function Ext_PagingToolbarConfig$emptyMsg(value) {
this.o['emptyMsg'] = value;
return this;
},
custom: function Ext_PagingToolbarConfig$custom(key, value) {
this.o[key] = value;
return this;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.PanelConfig
Ext.PanelConfig = function Ext_PanelConfig() {
Ext.PanelConfig.constructBase(this);
}
Ext.PanelConfig.prototype = {
tbar: function Ext_PanelConfig$tbar(value) {
this.o['tbar'] = value;
return this;
},
bbar: function Ext_PanelConfig$bbar(value) {
this.o['bbar'] = value;
return this;
},
header: function Ext_PanelConfig$header(value) {
this.o['header'] = value;
return this;
},
footer: function Ext_PanelConfig$footer(value) {
this.o['footer'] = value;
return this;
},
title: function Ext_PanelConfig$title(value) {
this.o['title'] = value;
return this;
},
buttons: function Ext_PanelConfig$buttons(value) {
this.o['buttons'] = value;
return this;
},
autoLoad: function Ext_PanelConfig$autoLoad(value) {
this.o['autoLoad'] = value;
return this;
},
frame: function Ext_PanelConfig$frame(value) {
this.o['frame'] = value;
return this;
},
border: function Ext_PanelConfig$border(value) {
this.o['border'] = value;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -