⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 extsharp.js

📁 经典编程900例(C语言),主要是C基础知识
💻 JS
📖 第 1 页 / 共 5 页
字号:

Type.createNamespace('Ext');Ext.ActionConfig=function(){this.o={};}Ext.ActionConfig.prototype={text:function(value){this.o['text']=value;return this;},iconCls:function(value){this.o['iconCls']=value;return this;},disabled:function(value){this.o['disabled']=value;return this;},hidden:function(value){this.o['hidden']=value;return this;},handler:function(value){this.o['handler']=value;return this;},scope:function(value){this.o['scope']=value;return this;},custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.AjaxConfig=function(){this.o={};}Ext.AjaxConfig.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;},listeners:function(value){this.o['listeners']=value;return this;},custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.BoxComponentConfig=function(){this.o={};}Ext.BoxComponentConfig.prototype={height:function(value){this.o['height']=value;return this;},width:function(value){this.o['width']=value;return this;},autoHeight:function(value){this.o['autoHeight']=value;return this;},autoWidth:function(value){this.o['autoWidth']=value;return this;},deferHeight:function(value){this.o['deferHeight']=value;return this;},xtype:function(value){this.o['xtype']=value;return this;},id:function(value){this.o['id']=value;return this;},cls:function(value){this.o['cls']=value;return this;},style:function(value){this.o['style']=value;return this;},ctCls:function(value){this.o['ctCls']=value;return this;},plugins:function(value){this.o['plugins']=value;return this;},applyTo:function(value){this.o['applyTo']=value;return this;},renderTo:function(value){this.o['renderTo']=value;return this;},disabledClass:function(value){this.o['disabledClass']=value;return this;},allowDomMove:function(value){this.o['allowDomMove']=value;return this;},autoShow:function(value){this.o['autoShow']=value;return this;},hideMode:function(value){this.o['hideMode']=value;return this;},hideParent:function(value){this.o['hideParent']=value;return this;},listeners:function(value){this.o['listeners']=value;return this;},custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.BoxComponentEvents=function(){}Ext.BoxComponentEvents.get_resize=function(){return 'resize';}Ext.BoxComponentEvents.get_move=function(){return 'move';}Ext.ButtonConfig=function(){this.o={};}Ext.ButtonConfig.prototype={text:function(value){this.o['text']=value;return this;},icon:function(value){this.o['icon']=value;return this;},handler:function(value){this.o['handler']=value;return this;},scope:function(value){this.o['scope']=value;return this;},minWidth:function(value){this.o['minWidth']=value;return this;},tooltip:function(value){this.o['tooltip']=value;return this;},hidden:function(value){this.o['hidden']=value;return this;},disabled:function(value){this.o['disabled']=value;return this;},pressed:function(value){this.o['pressed']=value;return this;},toggleGroup:function(value){this.o['toggleGroup']=value;return this;},repeat:function(value){this.o['repeat']=value;return this;},tabIndex:function(value){this.o['tabIndex']=value;return this;},enableToggle:function(value){this.o['enableToggle']=value;return this;},menu:function(value){this.o['menu']=value;return this;},menuAlign:function(value){this.o['menuAlign']=value;return this;},iconCls:function(value){this.o['iconCls']=value;return this;},type:function(value){this.o['type']=value;return this;},clickEvent:function(value){this.o['clickEvent']=value;return this;},handleMouseEvents:function(value){this.o['handleMouseEvents']=value;return this;},tooltipType:function(value){this.o['tooltipType']=value;return this;},cls:function(value){this.o['cls']=value;return this;},template:function(value){this.o['template']=value;return this;},xtype:function(value){this.o['xtype']=value;return this;},id:function(value){this.o['id']=value;return this;},style:function(value){this.o['style']=value;return this;},ctCls:function(value){this.o['ctCls']=value;return this;},plugins:function(value){this.o['plugins']=value;return this;},applyTo:function(value){this.o['applyTo']=value;return this;},renderTo:function(value){this.o['renderTo']=value;return this;},disabledClass:function(value){this.o['disabledClass']=value;return this;},allowDomMove:function(value){this.o['allowDomMove']=value;return this;},autoShow:function(value){this.o['autoShow']=value;return this;},hideMode:function(value){this.o['hideMode']=value;return this;},hideParent:function(value){this.o['hideParent']=value;return this;},listeners:function(value){this.o['listeners']=value;return this;},toggleHandler:function(value){this.o['toggleHandler']=value;return this;},custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.ButtonEvents=function(){}Ext.ButtonEvents.get_click=function(){return 'click';}Ext.ButtonEvents.get_toggle=function(){return 'toggle';}Ext.ButtonEvents.get_mouseover=function(){return 'mouseover';}Ext.ButtonEvents.get_mouseout=function(){return 'mouseout';}Ext.ButtonEvents.get_menushow=function(){return 'menushow';}Ext.ButtonEvents.get_menuhide=function(){return 'menuhide';}Ext.ButtonEvents.get_menutriggerover=function(){return 'menutriggerover';}Ext.ButtonEvents.get_menutriggerout=function(){return 'menutriggerout';}Ext.ColorPaletteConfig=function(){this.o={};}Ext.ColorPaletteConfig.prototype={itemCls:function(value){this.o['itemCls']=value;return this;},value:function(value){this.o['value']=value;return this;},allowReselect:function(value){this.o['allowReselect']=value;return this;},xtype:function(value){this.o['xtype']=value;return this;},id:function(value){this.o['id']=value;return this;},cls:function(value){this.o['cls']=value;return this;},style:function(value){this.o['style']=value;return this;},ctCls:function(value){this.o['ctCls']=value;return this;},plugins:function(value){this.o['plugins']=value;return this;},applyTo:function(value){this.o['applyTo']=value;return this;},renderTo:function(value){this.o['renderTo']=value;return this;},disabledClass:function(value){this.o['disabledClass']=value;return this;},allowDomMove:function(value){this.o['allowDomMove']=value;return this;},autoShow:function(value){this.o['autoShow']=value;return this;},hideMode:function(value){this.o['hideMode']=value;return this;},hideParent:function(value){this.o['hideParent']=value;return this;},listeners:function(value){this.o['listeners']=value;return this;},custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.ColorPaletteEvents=function(){}Ext.ColorPaletteEvents.get_select=function(){return 'select';}Ext.ComponentConfig=function(){this.o={};}Ext.ComponentConfig.prototype={xtype:function(value){this.o['xtype']=value;return this;},id:function(value){this.o['id']=value;return this;},cls:function(value){this.o['cls']=value;return this;},style:function(value){this.o['style']=value;return this;},ctCls:function(value){this.o['ctCls']=value;return this;},plugins:function(value){this.o['plugins']=value;return this;},applyTo:function(value){this.o['applyTo']=value;return this;},renderTo:function(value){this.o['renderTo']=value;return this;},disabledClass:function(value){this.o['disabledClass']=value;return this;},allowDomMove:function(value){this.o['allowDomMove']=value;return this;},autoShow:function(value){this.o['autoShow']=value;return this;},hideMode:function(value){this.o['hideMode']=value;return this;},hideParent:function(value){this.o['hideParent']=value;return this;},listeners:function(value){this.o['listeners']=value;return this;},custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.ComponentEvents=function(){}Ext.ComponentEvents.get_disable=function(){return 'disable';}Ext.ComponentEvents.get_enable=function(){return 'enable';}Ext.ComponentEvents.get_beforeshow=function(){return 'beforeshow';}Ext.ComponentEvents.get_show=function(){return 'show';}Ext.ComponentEvents.get_beforehide=function(){return 'beforehide';}Ext.ComponentEvents.get_hide=function(){return 'hide';}Ext.ComponentEvents.get_beforerender=function(){return 'beforerender';}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -