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

📄 extsharp.js

📁 经典编程900例(C语言),主要是C基础知识
💻 JS
📖 第 1 页 / 共 5 页
字号:
Ext.data.GroupingStoreConfig=function(){Ext.data.GroupingStoreConfig.constructBase(this);}Ext.data.GroupingStoreConfig.prototype={groupField:function(value){this.o['groupField']=value;return this;},remoteGroup:function(value){this.o['remoteGroup']=value;return this;},groupOnSort:function(value){this.o['groupOnSort']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.data.HttpProxyConfig=function(){this.o={};}Ext.data.HttpProxyConfig.prototype={url:function(value){this.o['url']=value;return this;},custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.data.JsonReaderConfig=function(){Ext.data.JsonReaderConfig.constructBase(this);}Ext.data.JsonReaderConfig.prototype={totalProperty:function(value){this.o['totalProperty']=value;return this;},successProperty:function(value){this.o['successProperty']=value;return this;},root:function(value){this.o['root']=value;return this;},id:function(value){this.o['id']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.data.JsonStoreConfig=function(){Ext.data.JsonStoreConfig.constructBase(this);}Ext.data.JsonStoreConfig.prototype={fields:function(value){this.o['fields']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.data.MemoryProxyConfig=function(){this.o={};}Ext.data.MemoryProxyConfig.prototype={custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.data.NodeConfig=function(){Ext.data.NodeConfig.constructBase(this);}Ext.data.NodeConfig.prototype={leaf:function(value){this.o['leaf']=value;return this;},id:function(value){this.o['id']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.data.NodeEvents=function(){}Ext.data.NodeEvents.get_append=function(){return 'append';}Ext.data.NodeEvents.get_remove=function(){return 'remove';}Ext.data.NodeEvents.get_move=function(){return 'move';}Ext.data.NodeEvents.get_insert=function(){return 'insert';}Ext.data.NodeEvents.get_beforeappend=function(){return 'beforeappend';}Ext.data.NodeEvents.get_beforeremove=function(){return 'beforeremove';}Ext.data.NodeEvents.get_beforemove=function(){return 'beforemove';}Ext.data.NodeEvents.get_beforeinsert=function(){return 'beforeinsert';}Ext.data.RecordConfig=function(){this.o={};}Ext.data.RecordConfig.prototype={custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.data.ScriptTagProxyConfig=function(){this.o={};}Ext.data.ScriptTagProxyConfig.prototype={url:function(value){this.o['url']=value;return this;},timeout:function(value){this.o['timeout']=value;return this;},callbackParam:function(value){this.o['callbackParam']=value;return this;},nocache:function(value){this.o['nocache']=value;return this;},custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.data.SimpleStoreConfig=function(){Ext.data.SimpleStoreConfig.constructBase(this);}Ext.data.SimpleStoreConfig.prototype={id:function(value){this.o['id']=value;return this;},fields:function(value){this.o['fields']=value;return this;},data:function(value){this.o['data']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.data.SortTypesConfig=function(){this.o={};}Ext.data.SortTypesConfig.prototype={custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.data.StoreConfig=function(){Ext.data.StoreConfig.constructBase(this);}Ext.data.StoreConfig.prototype={url:function(value){this.o['url']=value;return this;},autoLoad:function(value){this.o['autoLoad']=value;return this;},proxy:function(value){this.o['proxy']=value;return this;},data:function(value){this.o['data']=value;return this;},reader:function(value){this.o['reader']=value;return this;},baseParams:function(value){this.o['baseParams']=value;return this;},sortInfo:function(value){this.o['sortInfo']=value;return this;},remoteSort:function(value){this.o['remoteSort']=value;return this;},pruneModifiedRecords:function(value){this.o['pruneModifiedRecords']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.data.StoreEvents=function(){}Ext.data.StoreEvents.get_datachanged=function(){return 'datachanged';}Ext.data.StoreEvents.get_metachange=function(){return 'metachange';}Ext.data.StoreEvents.get_add=function(){return 'add';}Ext.data.StoreEvents.get_remove=function(){return 'remove';}Ext.data.StoreEvents.get_update=function(){return 'update';}Ext.data.StoreEvents.get_clear=function(){return 'clear';}Ext.data.StoreEvents.get_beforeload=function(){return 'beforeload';}Ext.data.StoreEvents.get_load=function(){return 'load';}Ext.data.StoreEvents.get_loadexception=function(){return 'loadexception';}Ext.data.TreeConfig=function(){Ext.data.TreeConfig.constructBase(this);}Ext.data.TreeConfig.prototype={pathSeparator:function(value){this.o['pathSeparator']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.data.TreeEvents=function(){}Ext.data.TreeEvents.get_append=function(){return 'append';}Ext.data.TreeEvents.get_remove=function(){return 'remove';}Ext.data.TreeEvents.get_move=function(){return 'move';}Ext.data.TreeEvents.get_insert=function(){return 'insert';}Ext.data.TreeEvents.get_beforeappend=function(){return 'beforeappend';}Ext.data.TreeEvents.get_beforeremove=function(){return 'beforeremove';}Ext.data.TreeEvents.get_beforemove=function(){return 'beforemove';}Ext.data.TreeEvents.get_beforeinsert=function(){return 'beforeinsert';}Ext.data.XmlReaderConfig=function(){Ext.data.XmlReaderConfig.constructBase(this);}Ext.data.XmlReaderConfig.prototype={totalRecords:function(value){this.o['totalRecords']=value;return this;},record:function(value){this.o['record']=value;return this;},success:function(value){this.o['success']=value;return this;},id:function(value){this.o['id']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Type.createNamespace('Ext.dd');Ext.dd.DDConfig=function(){Ext.dd.DDConfig.constructBase(this);}Ext.dd.DDConfig.prototype={custom:function(key,value){this.o[key]=value;return this;}}Ext.dd.DDProxyConfig=function(){Ext.dd.DDProxyConfig.constructBase(this);}Ext.dd.DDProxyConfig.prototype={custom:function(key,value){this.o[key]=value;return this;}}Ext.dd.DDTargetConfig=function(){Ext.dd.DDTargetConfig.constructBase(this);}Ext.dd.DDTargetConfig.prototype={custom:function(key,value){this.o[key]=value;return this;}}Ext.dd.DragDropConfig=function(){this.o={};}Ext.dd.DragDropConfig.prototype={custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.dd.DragDropMgrConfig=function(){this.o={};}Ext.dd.DragDropMgrConfig.prototype={custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.dd.DragSourceConfig=function(){Ext.dd.DragSourceConfig.constructBase(this);}Ext.dd.DragSourceConfig.prototype={ddGroup:function(value){this.o['ddGroup']=value;return this;},dropAllowed:function(value){this.o['dropAllowed']=value;return this;},dropNotAllowed:function(value){this.o['dropNotAllowed']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.dd.DragZoneConfig=function(){Ext.dd.DragZoneConfig.constructBase(this);}Ext.dd.DragZoneConfig.prototype={containerScroll:function(value){this.o['containerScroll']=value;return this;},hlColor:function(value){this.o['hlColor']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.dd.DropTargetConfig=function(){Ext.dd.DropTargetConfig.constructBase(this);}Ext.dd.DropTargetConfig.prototype={ddGroup:function(value){this.o['ddGroup']=value;return this;},overClass:function(value){this.o['overClass']=value;return this;},dropAllowed:function(value){this.o['dropAllowed']=value;return this;},dropNotAllowed:function(value){this.o['dropNotAllowed']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.dd.DropZoneConfig=function(){Ext.dd.DropZoneConfig.constructBase(this);}Ext.dd.DropZoneConfig.prototype={custom:function(key,value){this.o[key]=value;return this;}}Ext.dd.RegistryConfig=function(){this.o={};}Ext.dd.RegistryConfig.prototype={custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.dd.ScrollManagerConfig=function(){this.o={};}Ext.dd.ScrollManagerConfig.prototype={custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.dd.StatusProxyConfig=function(){this.o={};}Ext.dd.StatusProxyConfig.prototype={dropAllowed:function(value){this.o['dropAllowed']=value;return this;},dropNotAllowed:function(value){this.o['dropNotAllowed']=value;return this;},custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Type.createNamespace('Ext.form');Ext.form.ActionConfig=function(){this.o={};}Ext.form.ActionConfig.prototype={url:function(value){this.o['url']=value;return this;},method:function(value){this.o['method']=value;return this;},params_:function(value){this.o['params']=value;return this;},success:function(value){this.o['success']=value;return this;},failure:function(value){this.o['failure']=value;return this;},waitMsg:function(value){this.o['waitMsg']=value;return this;},waitTitle:function(value){this.o['waitTitle']=value;return this;},custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Ext.form.BasicFormConfig=function(){Ext.form.BasicFormConfig.constructBase(this);}Ext.form.BasicFormConfig.prototype={method:function(value){this.o['method']=value;return this;},reader:function(value){this.o['reader']=value;return this;},errorReader:function(value){this.o['errorReader']=value;return this;},url:function(value){this.o['url']=value;return this;},fileUpload:function(value){this.o['fileUpload']=value;return this;},baseParams:function(value){this.o['baseParams']=value;return this;},timeout:function(value){this.o['timeout']=value;return this;},trackResetOnLoad:function(value){this.o['trackResetOnLoad']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.form.BasicFormEvents=function(){}Ext.form.BasicFormEvents.get_beforeaction=function(){return 'beforeaction';}Ext.form.BasicFormEvents.get_actionfailed=function(){return 'actionfailed';}Ext.form.BasicFormEvents.get_actioncomplete=function(){return 'actioncomplete';}Ext.form.CheckboxConfig=function(){Ext.form.CheckboxConfig.constructBase(this);}Ext.form.CheckboxConfig.prototype={focusClass:function(value){this.o['focusClass']=value;return this;},fieldClass:function(value){this.o['fieldClass']=value;return this;},checked_:function(value){this.o['checked']=value;return this;},autoCreate:function(value){this.o['autoCreate']=value;return this;},boxLabel:function(value){this.o['boxLabel']=value;return this;},inputValue:function(value){this.o['inputValue']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}

⌨️ 快捷键说明

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