📄 extsharp.js
字号:
Ext.PanelEvents.get_expand=function(){return 'expand';}Ext.PanelEvents.get_beforecollapse=function(){return 'beforecollapse';}Ext.PanelEvents.get_beforeexpand=function(){return 'beforeexpand';}Ext.PanelEvents.get_beforeclose=function(){return 'beforeclose';}Ext.PanelEvents.get_close=function(){return 'close';}Ext.PanelEvents.get_activate=function(){return 'activate';}Ext.PanelEvents.get_deactivate=function(){return 'deactivate';}Ext.ProgressBarConfig=function(){Ext.ProgressBarConfig.constructBase(this);}Ext.ProgressBarConfig.prototype={id:function(value){this.o['id']=value;return this;},baseCls:function(value){this.o['baseCls']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.ProgressBarEvents=function(){}Ext.ProgressBarEvents.get_update=function(){return 'update';}Ext.ReaderLayoutConfig=function(){Ext.ReaderLayoutConfig.constructBase(this);}Ext.ReaderLayoutConfig.prototype={custom:function(key,value){this.o[key]=value;return this;}}Ext.ResizableConfig=function(){Ext.ResizableConfig.constructBase(this);}Ext.ResizableConfig.prototype={resizeChild:function(value){this.o['resizeChild']=value;return this;},adjustments:function(value){this.o['adjustments']=value;return this;},minWidth:function(value){this.o['minWidth']=value;return this;},minHeight:function(value){this.o['minHeight']=value;return this;},maxWidth:function(value){this.o['maxWidth']=value;return this;},maxHeight:function(value){this.o['maxHeight']=value;return this;},enabled:function(value){this.o['enabled']=value;return this;},wrap:function(value){this.o['wrap']=value;return this;},width:function(value){this.o['width']=value;return this;},height:function(value){this.o['height']=value;return this;},animate:function(value){this.o['animate']=value;return this;},duration:function(value){this.o['duration']=value;return this;},dynamic:function(value){this.o['dynamic']=value;return this;},handles:function(value){this.o['handles']=value;return this;},multiDirectional:function(value){this.o['multiDirectional']=value;return this;},disableTrackOver:function(value){this.o['disableTrackOver']=value;return this;},easing:function(value){this.o['easing']=value;return this;},widthIncrement:function(value){this.o['widthIncrement']=value;return this;},heightIncrement:function(value){this.o['heightIncrement']=value;return this;},pinned:function(value){this.o['pinned']=value;return this;},preserveRatio:function(value){this.o['preserveRatio']=value;return this;},transparent:function(value){this.o['transparent']=value;return this;},minX:function(value){this.o['minX']=value;return this;},minY:function(value){this.o['minY']=value;return this;},draggable:function(value){this.o['draggable']=value;return this;},constrainTo:function(value){this.o['constrainTo']=value;return this;},resizeRegion:function(value){this.o['resizeRegion']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.ResizableEvents=function(){}Ext.ResizableEvents.get_beforeresize=function(){return 'beforeresize';}Ext.ResizableEvents.get_resize=function(){return 'resize';}Ext.ShadowConfig=function(){this.o={};}Ext.ShadowConfig.prototype={mode:function(value){this.o['mode']=value;return this;},offset:function(value){this.o['offset']=value;return this;},custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.SplitBarConfig=function(){Ext.SplitBarConfig.constructBase(this);}Ext.SplitBarConfig.prototype={custom:function(key,value){this.o[key]=value;return this;}}Ext.SplitBarEvents=function(){}Ext.SplitBarEvents.get_resize=function(){return 'resize';}Ext.SplitBarEvents.get_moved=function(){return 'moved';}Ext.SplitBarEvents.get_beforeresize=function(){return 'beforeresize';}Ext.SplitButtonConfig=function(){Ext.SplitButtonConfig.constructBase(this);}Ext.SplitButtonConfig.prototype={arrowHandler:function(value){this.o['arrowHandler']=value;return this;},arrowTooltip:function(value){this.o['arrowTooltip']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.SplitButtonEvents=function(){}Ext.SplitButtonEvents.get_arrowclick=function(){return 'arrowclick';}Ext.SplitLayoutRegionConfig=function(){Ext.SplitLayoutRegionConfig.constructBase(this);}Ext.SplitLayoutRegionConfig.prototype={custom:function(key,value){this.o[key]=value;return this;}}Ext.StoreMgrConfig=function(){Ext.StoreMgrConfig.constructBase(this);}Ext.StoreMgrConfig.prototype={custom:function(key,value){this.o[key]=value;return this;}}Ext.StringConfig=function(){this.o={};}Ext.StringConfig.prototype={custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.TabPanelConfig=function(){Ext.TabPanelConfig.constructBase(this);}Ext.TabPanelConfig.prototype={custom:function(key,value){this.o[key]=value;return this;}}Ext.TemplateConfig=function(){this.o={};}Ext.TemplateConfig.prototype={custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.ToolbarConfig=function(){Ext.ToolbarConfig.constructBase(this);}Ext.ToolbarConfig.prototype={custom:function(key,value){this.o[key]=value;return this;}}Ext.UpdaterConfig=function(){Ext.UpdaterConfig.constructBase(this);}Ext.UpdaterConfig.prototype={custom:function(key,value){this.o[key]=value;return this;}}Ext.UpdaterEvents=function(){}Ext.UpdaterEvents.get_beforeupdate=function(){return 'beforeupdate';}Ext.UpdaterEvents.get_update=function(){return 'update';}Ext.UpdaterEvents.get_failure=function(){return 'failure';}Ext.ViewConfig=function(){Ext.ViewConfig.constructBase(this);}Ext.ViewConfig.prototype={custom:function(key,value){this.o[key]=value;return this;}}Ext.ViewEvents=function(){}Ext.ViewEvents.get_beforeclick=function(){return 'beforeclick';}Ext.ViewEvents.get_click=function(){return 'click';}Ext.ViewEvents.get_dblclick=function(){return 'dblclick';}Ext.ViewEvents.get_contextmenu=function(){return 'contextmenu';}Ext.ViewEvents.get_selectionchange=function(){return 'selectionchange';}Ext.ViewEvents.get_beforeselect=function(){return 'beforeselect';}Ext.ViewportConfig=function(){Ext.ViewportConfig.constructBase(this);}Ext.ViewportConfig.prototype={custom:function(key,value){this.o[key]=value;return this;}}Ext.WindowConfig=function(){Ext.WindowConfig.constructBase(this);}Ext.WindowConfig.prototype={modal:function(value){this.o['modal']=value;return this;},animateTarget:function(value){this.o['animateTarget']=value;return this;},resizeHandles:function(value){this.o['resizeHandles']=value;return this;},manager:function(value){this.o['manager']=value;return this;},baseCls:function(value){this.o['baseCls']=value;return this;},resizable:function(value){this.o['resizable']=value;return this;},draggable:function(value){this.o['draggable']=value;return this;},closable:function(value){this.o['closable']=value;return this;},constrain:function(value){this.o['constrain']=value;return this;},constrainHeader:function(value){this.o['constrainHeader']=value;return this;},plain:function(value){this.o['plain']=value;return this;},minimizable:function(value){this.o['minimizable']=value;return this;},maximizable:function(value){this.o['maximizable']=value;return this;},minHeight:function(value){this.o['minHeight']=value;return this;},minWidth:function(value){this.o['minWidth']=value;return this;},expandOnShow:function(value){this.o['expandOnShow']=value;return this;},closeAction:function(value){this.o['closeAction']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.WindowEvents=function(){}Ext.WindowEvents.get_resize=function(){return 'resize';}Ext.WindowEvents.get_maximize=function(){return 'maximize';}Ext.WindowEvents.get_minimize=function(){return 'minimize';}Ext.WindowEvents.get_restore=function(){return 'restore';}Ext.WindowGroupConfig=function(){this.o={};}Ext.WindowGroupConfig.prototype={custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.WindowManagerConfig=function(){Ext.WindowManagerConfig.constructBase(this);}Ext.WindowManagerConfig.prototype={custom:function(key,value){this.o[key]=value;return this;}}Ext.XTemplateConfig=function(){this.o={};}Ext.XTemplateConfig.prototype={custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Type.createNamespace('Ext.data');Ext.data.ArrayReaderConfig=function(){Ext.data.ArrayReaderConfig.constructBase(this);}Ext.data.ArrayReaderConfig.prototype={id:function(value){this.o['id']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.data.ConnectionConfig=function(){Ext.data.ConnectionConfig.constructBase(this);}Ext.data.ConnectionConfig.prototype={url:function(value){this.o['url']=value;return this;},extraParams:function(value){this.o['extraParams']=value;return this;},defaultHeaders:function(value){this.o['defaultHeaders']=value;return this;},method:function(value){this.o['method']=value;return this;},timeout:function(value){this.o['timeout']=value;return this;},autoAbort:function(value){this.o['autoAbort']=value;return this;},disableCaching:function(value){this.o['disableCaching']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.data.ConnectionEvents=function(){}Ext.data.ConnectionEvents.get_beforerequest=function(){return 'beforerequest';}Ext.data.ConnectionEvents.get_requestcomplete=function(){return 'requestcomplete';}Ext.data.ConnectionEvents.get_requestexception=function(){return 'requestexception';}Ext.data.DataProxyConfig=function(){this.o={};}Ext.data.DataProxyConfig.prototype={custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.data.DataProxyEvents=function(){}Ext.data.DataProxyEvents.get_beforeload=function(){return 'beforeload';}Ext.data.DataProxyEvents.get_load=function(){return 'load';}Ext.data.DataProxyEvents.get_loadexception=function(){return 'loadexception';}Ext.data.DataReaderConfig=function(){this.o={};}Ext.data.DataReaderConfig.prototype={custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -