📄 extsharp.debug.js
字号:
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;
},
toDictionary: function Ext_LayerConfig$toDictionary() {
return this.o;
}
}
////////////////////////////////////////////////////////////////////////////////
// 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.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.PagingToolbarConfig
Ext.PagingToolbarConfig = function Ext_PagingToolbarConfig() {
this.o = {};
}
Ext.PagingToolbarConfig.prototype = {
store: function Ext_PagingToolbarConfig$store(value) {
this.o['store'] = value;
return this;
},
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;
},
height: function Ext_PagingToolbarConfig$height(value) {
this.o['height'] = value;
return this;
},
width: function Ext_PagingToolbarConfig$width(value) {
this.o['width'] = value;
return this;
},
autoHeight: function Ext_PagingToolbarConfig$autoHeight(value) {
this.o['autoHeight'] = value;
return this;
},
autoWidth: function Ext_PagingToolbarConfig$autoWidth(value) {
this.o['autoWidth'] = value;
return this;
},
deferHeight: function Ext_PagingToolbarConfig$deferHeight(value) {
this.o['deferHeight'] = value;
return this;
},
xtype: function Ext_PagingToolbarConfig$xtype(value) {
this.o['xtype'] = value;
return this;
},
id: function Ext_PagingToolbarConfig$id(value) {
this.o['id'] = value;
return this;
},
cls: function Ext_PagingToolbarConfig$cls(value) {
this.o['cls'] = value;
return this;
},
style: function Ext_PagingToolbarConfig$style(value) {
this.o['style'] = value;
return this;
},
ctCls: function Ext_PagingToolbarConfig$ctCls(value) {
this.o['ctCls'] = value;
return this;
},
plugins: function Ext_PagingToolbarConfig$plugins(value) {
this.o['plugins'] = value;
return this;
},
applyTo: function Ext_PagingToolbarConfig$applyTo(value) {
this.o['applyTo'] = value;
return this;
},
renderTo: function Ext_PagingToolbarConfig$renderTo(value) {
this.o['renderTo'] = value;
return this;
},
disabledClass: function Ext_PagingToolbarConfig$disabledClass(value) {
this.o['disabledClass'] = value;
return this;
},
allowDomMove: function Ext_PagingToolbarConfig$allowDomMove(value) {
this.o['allowDomMove'] = value;
return this;
},
autoShow: function Ext_PagingToolbarConfig$autoShow(value) {
this.o['autoShow'] = value;
return this;
},
hideMode: function Ext_PagingToolbarConfig$hideMode(value) {
this.o['hideMode'] = value;
return this;
},
hideParent: function Ext_PagingToolbarConfig$hideParent(value) {
this.o['hideParent'] = value;
return this;
},
listeners: function Ext_PagingToolbarConfig$listeners(value) {
this.o['listeners'] = value;
return this;
},
items: function Ext_PagingToolbarConfig$items(value) {
this.o['items'] = value;
return this;
},
custom: function Ext_PagingToolbarConfig$custom(key, value) {
this.o[key] = value;
return this;
},
toDictionary: function Ext_PagingToolbarConfig$toDictionary() {
return this.o;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.PanelConfig
Ext.PanelConfig = function Ext_PanelConfig() {
this.o = {};
}
Ext.PanelConfig.prototype = {
applyTo: function Ext_PanelConfig$applyTo(value) {
this.o['applyTo'] = value;
return this;
},
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;
return this;
},
bodyBorder: function Ext_PanelConfig$bodyBorder(value) {
this.o['bodyBorder'] = value;
return this;
},
bodyStyle: function Ext_PanelConfig$bodyStyle(value) {
this.o['bodyStyle'] = value;
return this;
},
iconCls: function Ext_PanelConfig$iconCls(value) {
this.o['iconCls'] = value;
return this;
},
collapsible: function Ext_PanelConfig$collapsible(value) {
this.o['collapsible'] = value;
return this;
},
tools: function Ext_PanelConfig$tools(value) {
this.o['tools'] = value;
return this;
},
hideCollapseTool: function Ext_PanelConfig$hideCollapseTool(value) {
this.o['hideCollapseTool'] = value;
return this;
},
titleCollapse: function Ext_PanelConfig$titleCollapse(value) {
this.o['titleCollapse'] = value;
return this;
},
autoScroll: function Ext_PanelConfig$autoScroll(value) {
this.o['autoScroll'] = value;
return this;
},
floating: function Ext_PanelConfig$floating(value) {
this.o['floating'] = value;
return this;
},
shadow: function Ext_PanelConfig$shadow(value) {
this.o['shadow'] = value;
return this;
},
shadowOffset: function Ext_PanelConfig$shadowOffset(value) {
this.o['shadowOffset'] = value;
return this;
},
shim: function Ext_PanelConfig$shim(value) {
this.o['shim'] = value;
return this;
},
html: function Ext_PanelConfig$html(value) {
this.o['html'] = value;
return this;
},
contentEl: function Ext_PanelConfig$contentEl(value) {
this.o['contentEl'] = value;
return this;
},
keys: function Ext_PanelConfig$keys(value) {
this.o['keys'] = value;
return this;
},
draggable: function Ext_PanelConfig$draggable(value) {
this.o['draggable'] = value;
return this;
},
baseCls: function Ext_PanelConfig$baseCls(value) {
this.o['baseCls'] = value;
return this;
},
collapsedCls: function Ext_PanelConfig$collapsedCls(value) {
this.o['collapsedCls'] = value;
return this;
},
maskDisabled: function Ext_PanelConfig$maskDisabled(value) {
this.o['maskDisabled'] = value;
return this;
},
animCollapse: function Ext_PanelConfig$animCollapse(value) {
this.o['animCollapse'] = value;
return this;
},
headerAsText: function Ext_PanelConfig$headerAsText(value) {
this.o['headerAsText'] = value;
return this;
},
buttonAlign: function Ext_PanelConfig$buttonAlign(value) {
this.o['buttonAlign'] = value;
return this;
},
collapsed: function Ext_PanelConfig$collapsed(value) {
this.o['collapsed'] = value;
return this;
},
collapseFirst: function Ext_PanelConfig$collapseFirst(value) {
this.o['collapseFirst'] = value;
return this;
},
minButtonWidth: function Ext_PanelConfig$minButtonWidth(value) {
this.o['minButtonWidth'] = value;
return this;
},
elements: function Ext_PanelConfig$elements(value) {
this.o['elements'] = value;
return this;
},
defaultType: function Ext_PanelConfig$defaultType(value) {
this.o['defaultType'] = value;
return this;
},
layout: function Ext_PanelConfig$layout(value) {
this.o['layout'] = value;
return this;
},
layoutConfig: function Ext_PanelConfig$layoutConfig(value) {
this.o['layoutConfig'] = value;
return this;
},
bufferResize: function Ext_PanelConfig$bufferResize(value) {
this.o['bufferResize'] = value;
return this;
},
activeItem: function Ext_PanelConfig$activeItem(value) {
this.o['activeItem'] = value;
return this;
},
items: function Ext_PanelConfig$items(value) {
this.o['items'] = value;
return this;
},
defaults: function Ext_PanelConfig$defaults(value) {
this.o['defaults'] = value;
return this;
},
height: function Ext_PanelConfig$height(value) {
this.o['height'] = value;
return this;
},
width: function Ext_PanelConfig$width(value) {
this.o['width'] = value;
return this;
},
autoHeight: function Ext_PanelConfig$autoHeight(value) {
this.o['autoHeight'] = value;
return this;
},
autoWidth: function Ext_PanelConfig$autoWidth(value) {
this.o['autoWidth'] = value;
return this;
},
deferHeight: function Ext_PanelConfig$deferHeight(value) {
this.o['deferHeight'] = value;
return this;
},
xtype: function Ext_PanelConfig$xtype(value) {
this.o['xtype'] = value;
return this;
},
id: function Ext_PanelConfig$id(value) {
this.o['id'] = value;
return this;
},
cls: function Ext_PanelConfig$cls(value) {
this.o['cls'] = value;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -