📄 extsharp.debug.js
字号:
// ExtJS.js
//
Type.createNamespace('Ext');
////////////////////////////////////////////////////////////////////////////////
// Ext.ScriptSharpAdapter
Ext.ScriptSharpAdapter = function Ext_ScriptSharpAdapter() {
}
Ext.ScriptSharpAdapter.init = function Ext_ScriptSharpAdapter$init() {
eval('ExtClass = Ext;');
eval('ExtString = String;');
eval('Ext.UpdaterClass = Ext.Updater;');
eval('Ext.BorderLayoutClass = Ext.BorderLayout;');
eval('Ext.ActionClass = Ext.Action;');
eval('Ext.SplitBarClass = Ext.SplitBar;');
eval('Ext.ToolbarClass = Ext.Toolbar;');
eval('Ext.form.ActionClass = Ext.form.Action;');
eval('Ext.layout.BorderLayoutClass = Ext.layout.BorderLayout;');
eval('Ext.DomQuery.is- = Ext.DomQuery.is;');
eval('Ext.Element.is- = Ext.Element.is;');
eval('Ext.override- = Ext.override;');
eval('Ext.namespace- = Ext.namespace;');
eval('Ext.dd.DragDrop.lock- = Ext.dd.DragDrop.lock;');
eval('Ext.dd.DragDropMgr.lock- = Ext.dd.DragDropMgr.lock;');
eval('Ext.grid.AbstractSelectionModel.lock- = Ext.grid.AbstractSelectionModel.lock;');
eval('Ext.form.Action.params_ = Ext.form.Action.params;');
eval('Ext.form.Checkbox.checked_ = Ext.form.Checkbox.checked;');
eval('Ext.grid.ColumnModel.fixed_ = Ext.grid.ColumnModel.fixed;');
eval('Ext.menu.CheckItem.checked_ = Ext.menu.CheckItem.checked;');
eval('String.prototype.replace = String.prototype._replace;');
}
////////////////////////////////////////////////////////////////////////////////
// Ext.ActionConfig
Ext.ActionConfig = function Ext_ActionConfig() {
this.o = {};
}
Ext.ActionConfig.prototype = {
text: function Ext_ActionConfig$text(value) {
this.o['text'] = value;
return this;
},
iconCls: function Ext_ActionConfig$iconCls(value) {
this.o['iconCls'] = value;
return this;
},
disabled: function Ext_ActionConfig$disabled(value) {
this.o['disabled'] = value;
return this;
},
hidden: function Ext_ActionConfig$hidden(value) {
this.o['hidden'] = value;
return this;
},
handler: function Ext_ActionConfig$handler(value) {
this.o['handler'] = value;
return this;
},
scope: function Ext_ActionConfig$scope(value) {
this.o['scope'] = value;
return this;
},
custom: function Ext_ActionConfig$custom(key, value) {
this.o[key] = value;
return this;
},
toDictionary: function Ext_ActionConfig$toDictionary() {
return this.o;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.AjaxConfig
Ext.AjaxConfig = function Ext_AjaxConfig() {
Ext.AjaxConfig.constructBase(this);
}
Ext.AjaxConfig.prototype = {
custom: function Ext_AjaxConfig$custom(key, value) {
this.o[key] = value;
return this;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.ArrayConfig
Ext.ArrayConfig = function Ext_ArrayConfig() {
this.o = {};
}
Ext.ArrayConfig.prototype = {
custom: function Ext_ArrayConfig$custom(key, value) {
this.o[key] = value;
return this;
},
toDictionary: function Ext_ArrayConfig$toDictionary() {
return this.o;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.BasicDialogConfig
Ext.BasicDialogConfig = function Ext_BasicDialogConfig() {
Ext.BasicDialogConfig.constructBase(this);
}
Ext.BasicDialogConfig.prototype = {
autoCreate: function Ext_BasicDialogConfig$autoCreate(value) {
this.o['autoCreate'] = value;
return this;
},
title: function Ext_BasicDialogConfig$title(value) {
this.o['title'] = value;
return this;
},
width: function Ext_BasicDialogConfig$width(value) {
this.o['width'] = value;
return this;
},
height: function Ext_BasicDialogConfig$height(value) {
this.o['height'] = value;
return this;
},
x: function Ext_BasicDialogConfig$x(value) {
this.o['x'] = value;
return this;
},
y: function Ext_BasicDialogConfig$y(value) {
this.o['y'] = value;
return this;
},
animateTarget: function Ext_BasicDialogConfig$animateTarget(value) {
this.o['animateTarget'] = value;
return this;
},
resizable: function Ext_BasicDialogConfig$resizable(value) {
this.o['resizable'] = value;
return this;
},
resizeHandles: function Ext_BasicDialogConfig$resizeHandles(value) {
this.o['resizeHandles'] = value;
return this;
},
minHeight: function Ext_BasicDialogConfig$minHeight(value) {
this.o['minHeight'] = value;
return this;
},
minWidth: function Ext_BasicDialogConfig$minWidth(value) {
this.o['minWidth'] = value;
return this;
},
modal: function Ext_BasicDialogConfig$modal(value) {
this.o['modal'] = value;
return this;
},
autoScroll: function Ext_BasicDialogConfig$autoScroll(value) {
this.o['autoScroll'] = value;
return this;
},
closable: function Ext_BasicDialogConfig$closable(value) {
this.o['closable'] = value;
return this;
},
collapsible: function Ext_BasicDialogConfig$collapsible(value) {
this.o['collapsible'] = value;
return this;
},
constraintoviewport: function Ext_BasicDialogConfig$constraintoviewport(value) {
this.o['constraintoviewport'] = value;
return this;
},
syncHeightBeforeShow: function Ext_BasicDialogConfig$syncHeightBeforeShow(value) {
this.o['syncHeightBeforeShow'] = value;
return this;
},
draggable: function Ext_BasicDialogConfig$draggable(value) {
this.o['draggable'] = value;
return this;
},
autoTabs: function Ext_BasicDialogConfig$autoTabs(value) {
this.o['autoTabs'] = value;
return this;
},
tabTag: function Ext_BasicDialogConfig$tabTag(value) {
this.o['tabTag'] = value;
return this;
},
proxyDrag: function Ext_BasicDialogConfig$proxyDrag(value) {
this.o['proxyDrag'] = value;
return this;
},
fixedcenter: function Ext_BasicDialogConfig$fixedcenter(value) {
this.o['fixedcenter'] = value;
return this;
},
shadow: function Ext_BasicDialogConfig$shadow(value) {
this.o['shadow'] = value;
return this;
},
shadowOffset: function Ext_BasicDialogConfig$shadowOffset(value) {
this.o['shadowOffset'] = value;
return this;
},
buttonAlign: function Ext_BasicDialogConfig$buttonAlign(value) {
this.o['buttonAlign'] = value;
return this;
},
minButtonWidth: function Ext_BasicDialogConfig$minButtonWidth(value) {
this.o['minButtonWidth'] = value;
return this;
},
shim: function Ext_BasicDialogConfig$shim(value) {
this.o['shim'] = value;
return this;
},
custom: function Ext_BasicDialogConfig$custom(key, value) {
this.o[key] = value;
return this;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.BasicDialogEvents
Ext.BasicDialogEvents = function Ext_BasicDialogEvents() {
}
Ext.BasicDialogEvents.get_keydown = function Ext_BasicDialogEvents$get_keydown() {
return 'keydown';
}
Ext.BasicDialogEvents.get_move = function Ext_BasicDialogEvents$get_move() {
return 'move';
}
Ext.BasicDialogEvents.get_resize = function Ext_BasicDialogEvents$get_resize() {
return 'resize';
}
Ext.BasicDialogEvents.get_beforehide = function Ext_BasicDialogEvents$get_beforehide() {
return 'beforehide';
}
Ext.BasicDialogEvents.get_hide = function Ext_BasicDialogEvents$get_hide() {
return 'hide';
}
Ext.BasicDialogEvents.get_beforeshow = function Ext_BasicDialogEvents$get_beforeshow() {
return 'beforeshow';
}
Ext.BasicDialogEvents.get_show = function Ext_BasicDialogEvents$get_show() {
return 'show';
}
////////////////////////////////////////////////////////////////////////////////
// Ext.BasicLayoutRegionConfig
Ext.BasicLayoutRegionConfig = function Ext_BasicLayoutRegionConfig() {
Ext.BasicLayoutRegionConfig.constructBase(this);
}
Ext.BasicLayoutRegionConfig.prototype = {
custom: function Ext_BasicLayoutRegionConfig$custom(key, value) {
this.o[key] = value;
return this;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.BasicLayoutRegionEvents
Ext.BasicLayoutRegionEvents = function Ext_BasicLayoutRegionEvents() {
}
Ext.BasicLayoutRegionEvents.get_beforeremove = function Ext_BasicLayoutRegionEvents$get_beforeremove() {
return 'beforeremove';
}
Ext.BasicLayoutRegionEvents.get_invalidated = function Ext_BasicLayoutRegionEvents$get_invalidated() {
return 'invalidated';
}
Ext.BasicLayoutRegionEvents.get_visibilitychange = function Ext_BasicLayoutRegionEvents$get_visibilitychange() {
return 'visibilitychange';
}
Ext.BasicLayoutRegionEvents.get_paneladded = function Ext_BasicLayoutRegionEvents$get_paneladded() {
return 'paneladded';
}
Ext.BasicLayoutRegionEvents.get_panelremoved = function Ext_BasicLayoutRegionEvents$get_panelremoved() {
return 'panelremoved';
}
Ext.BasicLayoutRegionEvents.get_collapsed = function Ext_BasicLayoutRegionEvents$get_collapsed() {
return 'collapsed';
}
Ext.BasicLayoutRegionEvents.get_expanded = function Ext_BasicLayoutRegionEvents$get_expanded() {
return 'expanded';
}
Ext.BasicLayoutRegionEvents.get_slideshow = function Ext_BasicLayoutRegionEvents$get_slideshow() {
return 'slideshow';
}
Ext.BasicLayoutRegionEvents.get_slidehide = function Ext_BasicLayoutRegionEvents$get_slidehide() {
return 'slidehide';
}
Ext.BasicLayoutRegionEvents.get_panelactivated = function Ext_BasicLayoutRegionEvents$get_panelactivated() {
return 'panelactivated';
}
Ext.BasicLayoutRegionEvents.get_resized = function Ext_BasicLayoutRegionEvents$get_resized() {
return 'resized';
}
////////////////////////////////////////////////////////////////////////////////
// Ext.BorderLayoutConfig
Ext.BorderLayoutConfig = function Ext_BorderLayoutConfig() {
Ext.BorderLayoutConfig.constructBase(this);
}
Ext.BorderLayoutConfig.prototype = {
custom: function Ext_BorderLayoutConfig$custom(key, value) {
this.o[key] = value;
return this;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.BoxComponentConfig
Ext.BoxComponentConfig = function Ext_BoxComponentConfig() {
Ext.BoxComponentConfig.constructBase(this);
}
Ext.BoxComponentConfig.prototype = {
height: function Ext_BoxComponentConfig$height(value) {
this.o['height'] = value;
return this;
},
width: function Ext_BoxComponentConfig$width(value) {
this.o['width'] = value;
return this;
},
autoHeight: function Ext_BoxComponentConfig$autoHeight(value) {
this.o['autoHeight'] = value;
return this;
},
autoWidth: function Ext_BoxComponentConfig$autoWidth(value) {
this.o['autoWidth'] = value;
return this;
},
deferHeight: function Ext_BoxComponentConfig$deferHeight(value) {
this.o['deferHeight'] = value;
return this;
},
custom: function Ext_BoxComponentConfig$custom(key, value) {
this.o[key] = value;
return this;
}
}
////////////////////////////////////////////////////////////////////////////////
// Ext.BoxComponentEvents
Ext.BoxComponentEvents = function Ext_BoxComponentEvents() {
}
Ext.BoxComponentEvents.get_resize = function Ext_BoxComponentEvents$get_resize() {
return 'resize';
}
Ext.BoxComponentEvents.get_move = function Ext_BoxComponentEvents$get_move() {
return 'move';
}
////////////////////////////////////////////////////////////////////////////////
// Ext.ButtonConfig
Ext.ButtonConfig = function Ext_ButtonConfig() {
Ext.ButtonConfig.constructBase(this);
}
Ext.ButtonConfig.prototype = {
text: function Ext_ButtonConfig$text(value) {
this.o['text'] = value;
return this;
},
icon: function Ext_ButtonConfig$icon(value) {
this.o['icon'] = value;
return this;
},
handler: function Ext_ButtonConfig$handler(value) {
this.o['handler'] = value;
return this;
},
scope: function Ext_ButtonConfig$scope(value) {
this.o['scope'] = value;
return this;
},
minWidth: function Ext_ButtonConfig$minWidth(value) {
this.o['minWidth'] = value;
return this;
},
tooltip: function Ext_ButtonConfig$tooltip(value) {
this.o['tooltip'] = value;
return this;
},
hidden: function Ext_ButtonConfig$hidden(value) {
this.o['hidden'] = value;
return this;
},
disabled: function Ext_ButtonConfig$disabled(value) {
this.o['disabled'] = value;
return this;
},
pressed: function Ext_ButtonConfig$pressed(value) {
this.o['pressed'] = value;
return this;
},
toggleGroup: function Ext_ButtonConfig$toggleGroup(value) {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -