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

📄 extsharp.js

📁 经典编程900例(C语言),主要是C基础知识
💻 JS
📖 第 1 页 / 共 5 页
字号:
Ext.form.CheckboxEvents=function(){}Ext.form.CheckboxEvents.get_check=function(){return 'check';}Ext.form.ComboBoxConfig=function(){Ext.form.ComboBoxConfig.constructBase(this);}Ext.form.ComboBoxConfig.prototype={transform:function(value){this.o['transform']=value;return this;},lazyRender:function(value){this.o['lazyRender']=value;return this;},autoCreate:function(value){this.o['autoCreate']=value;return this;},store:function(value){this.o['store']=value;return this;},title:function(value){this.o['title']=value;return this;},listWidth:function(value){this.o['listWidth']=value;return this;},displayField:function(value){this.o['displayField']=value;return this;},valueField:function(value){this.o['valueField']=value;return this;},hiddenName:function(value){this.o['hiddenName']=value;return this;},listClass:function(value){this.o['listClass']=value;return this;},selectedClass:function(value){this.o['selectedClass']=value;return this;},triggerClass:function(value){this.o['triggerClass']=value;return this;},shadow:function(value){this.o['shadow']=value;return this;},listAlign:function(value){this.o['listAlign']=value;return this;},maxHeight:function(value){this.o['maxHeight']=value;return this;},triggerAction:function(value){this.o['triggerAction']=value;return this;},minChars:function(value){this.o['minChars']=value;return this;},typeAhead:function(value){this.o['typeAhead']=value;return this;},queryDelay:function(value){this.o['queryDelay']=value;return this;},pageSize:function(value){this.o['pageSize']=value;return this;},selectOnFocus:function(value){this.o['selectOnFocus']=value;return this;},queryParam:function(value){this.o['queryParam']=value;return this;},loadingText:function(value){this.o['loadingText']=value;return this;},resizable:function(value){this.o['resizable']=value;return this;},handleHeight:function(value){this.o['handleHeight']=value;return this;},editable:function(value){this.o['editable']=value;return this;},allQuery:function(value){this.o['allQuery']=value;return this;},mode:function(value){this.o['mode']=value;return this;},minListWidth:function(value){this.o['minListWidth']=value;return this;},forceSelection:function(value){this.o['forceSelection']=value;return this;},typeAheadDelay:function(value){this.o['typeAheadDelay']=value;return this;},valueNotFoundText:function(value){this.o['valueNotFoundText']=value;return this;},lazyInit:function(value){this.o['lazyInit']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.form.ComboBoxEvents=function(){}Ext.form.ComboBoxEvents.get_expand=function(){return 'expand';}Ext.form.ComboBoxEvents.get_collapse=function(){return 'collapse';}Ext.form.ComboBoxEvents.get_beforeselect=function(){return 'beforeselect';}Ext.form.ComboBoxEvents.get_select=function(){return 'select';}Ext.form.ComboBoxEvents.get_beforequery=function(){return 'beforequery';}Ext.form.DateFieldConfig=function(){Ext.form.DateFieldConfig.constructBase(this);}Ext.form.DateFieldConfig.prototype={format:function(value){this.o['format']=value;return this;},altFormats:function(value){this.o['altFormats']=value;return this;},disabledDays:function(value){this.o['disabledDays']=value;return this;},disabledDaysText:function(value){this.o['disabledDaysText']=value;return this;},disabledDates:function(value){this.o['disabledDates']=value;return this;},disabledDatesText:function(value){this.o['disabledDatesText']=value;return this;},minValue:function(value){this.o['minValue']=value;return this;},maxValue:function(value){this.o['maxValue']=value;return this;},minText:function(value){this.o['minText']=value;return this;},maxText:function(value){this.o['maxText']=value;return this;},invalidText:function(value){this.o['invalidText']=value;return this;},triggerClass:function(value){this.o['triggerClass']=value;return this;},autoCreate:function(value){this.o['autoCreate']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.form.FieldConfig=function(){Ext.form.FieldConfig.constructBase(this);}Ext.form.FieldConfig.prototype={invalidClass:function(value){this.o['invalidClass']=value;return this;},invalidText:function(value){this.o['invalidText']=value;return this;},focusClass:function(value){this.o['focusClass']=value;return this;},validationEvent:function(value){this.o['validationEvent']=value;return this;},validateOnBlur:function(value){this.o['validateOnBlur']=value;return this;},validationDelay:function(value){this.o['validationDelay']=value;return this;},autoCreate:function(value){this.o['autoCreate']=value;return this;},fieldClass:function(value){this.o['fieldClass']=value;return this;},msgTarget:function(value){this.o['msgTarget']=value;return this;},msgFx:function(value){this.o['msgFx']=value;return this;},readOnly:function(value){this.o['readOnly']=value;return this;},disabled:function(value){this.o['disabled']=value;return this;},inputType:function(value){this.o['inputType']=value;return this;},tabIndex:function(value){this.o['tabIndex']=value;return this;},value:function(value){this.o['value']=value;return this;},name:function(value){this.o['name']=value;return this;},cls:function(value){this.o['cls']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.form.FieldEvents=function(){}Ext.form.FieldEvents.get_focus=function(){return 'focus';}Ext.form.FieldEvents.get_blur=function(){return 'blur';}Ext.form.FieldEvents.get_specialkey=function(){return 'specialkey';}Ext.form.FieldEvents.get_change=function(){return 'change';}Ext.form.FieldEvents.get_invalid=function(){return 'invalid';}Ext.form.FieldEvents.get_valid=function(){return 'valid';}Ext.form.FieldSetConfig=function(){Ext.form.FieldSetConfig.constructBase(this);}Ext.form.FieldSetConfig.prototype={checkboxToggle:function(value){this.o['checkboxToggle']=value;return this;},checkboxName:function(value){this.o['checkboxName']=value;return this;},labelWidth:function(value){this.o['labelWidth']=value;return this;},itemCls:function(value){this.o['itemCls']=value;return this;},baseCls:function(value){this.o['baseCls']=value;return this;},layout:function(value){this.o['layout']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.form.FormPanelConfig=function(){Ext.form.FormPanelConfig.constructBase(this);}Ext.form.FormPanelConfig.prototype={labelWidth:function(value){this.o['labelWidth']=value;return this;},itemCls:function(value){this.o['itemCls']=value;return this;},buttonAlign:function(value){this.o['buttonAlign']=value;return this;},minButtonWidth:function(value){this.o['minButtonWidth']=value;return this;},labelAlign:function(value){this.o['labelAlign']=value;return this;},monitorValid:function(value){this.o['monitorValid']=value;return this;},monitorPoll:function(value){this.o['monitorPoll']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.form.FormPanelEvents=function(){}Ext.form.FormPanelEvents.get_clientvalidation=function(){return 'clientvalidation';}Ext.form.HiddenConfig=function(){Ext.form.HiddenConfig.constructBase(this);}Ext.form.HiddenConfig.prototype={custom:function(key,value){this.o[key]=value;return this;}}Ext.form.HtmlEditorConfig=function(){Ext.form.HtmlEditorConfig.constructBase(this);}Ext.form.HtmlEditorConfig.prototype={enableFormat:function(value){this.o['enableFormat']=value;return this;},enableFontSize:function(value){this.o['enableFontSize']=value;return this;},enableColors:function(value){this.o['enableColors']=value;return this;},enableAlignments:function(value){this.o['enableAlignments']=value;return this;},enableLists:function(value){this.o['enableLists']=value;return this;},enableSourceEdit:function(value){this.o['enableSourceEdit']=value;return this;},enableLinks:function(value){this.o['enableLinks']=value;return this;},enableFont:function(value){this.o['enableFont']=value;return this;},createLinkText:function(value){this.o['createLinkText']=value;return this;},defaultLinkValue:function(value){this.o['defaultLinkValue']=value;return this;},fontFamilies:function(value){this.o['fontFamilies']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.form.HtmlEditorEvents=function(){}Ext.form.HtmlEditorEvents.get_initialize=function(){return 'initialize';}Ext.form.HtmlEditorEvents.get_activate=function(){return 'activate';}Ext.form.HtmlEditorEvents.get_beforesync=function(){return 'beforesync';}Ext.form.HtmlEditorEvents.get_beforepush=function(){return 'beforepush';}Ext.form.HtmlEditorEvents.get_sync=function(){return 'sync';}Ext.form.HtmlEditorEvents.get_push=function(){return 'push';}Ext.form.HtmlEditorEvents.get_editmodechange=function(){return 'editmodechange';}Ext.form.HtmlEditorEvents.get_blur=function(){return 'blur';}Ext.form.HtmlEditorEvents.get_change=function(){return 'change';}Ext.form.HtmlEditorEvents.get_focus=function(){return 'focus';}Ext.form.HtmlEditorEvents.get_specialkey=function(){return 'specialkey';}Ext.form.NumberFieldConfig=function(){Ext.form.NumberFieldConfig.constructBase(this);}Ext.form.NumberFieldConfig.prototype={fieldClass:function(value){this.o['fieldClass']=value;return this;},allowDecimals:function(value){this.o['allowDecimals']=value;return this;},decimalSeparator:function(value){this.o['decimalSeparator']=value;return this;},decimalPrecision:function(value){this.o['decimalPrecision']=value;return this;},allowNegative:function(value){this.o['allowNegative']=value;return this;},minValue:function(value){this.o['minValue']=value;return this;},maxValue:function(value){this.o['maxValue']=value;return this;},minText:function(value){this.o['minText']=value;return this;},maxText:function(value){this.o['maxText']=value;return this;},nanText:function(value){this.o['nanText']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.form.RadioConfig=function(){Ext.form.RadioConfig.constructBase(this);}Ext.form.RadioConfig.prototype={custom:function(key,value){this.o[key]=value;return this;}}Ext.form.TextAreaConfig=function(){Ext.form.TextAreaConfig.constructBase(this);}Ext.form.TextAreaConfig.prototype={growMin:function(value){this.o['growMin']=value;return this;},growMax:function(value){this.o['growMax']=value;return this;},preventScrollbars:function(value){this.o['preventScrollbars']=value;return this;},autoCreate:function(value){this.o['autoCreate']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.form.TextFieldConfig=function(){Ext.form.TextFieldConfig.constructBase(this);}Ext.form.TextFieldConfig.prototype={grow:function(value){this.o['grow']=value;return this;},growMin:function(value){this.o['growMin']=value;return this;},growMax:function(value){this.o['growMax']=value;return this;},vtype:function(value){this.o['vtype']=value;return this;},maskRe:function(value){this.o['maskRe']=value;return this;},disableKeyFilter:function(value){this.o['disableKeyFilter']=value;return this;},allowBlank:function(value){this.o['allowBlank']=value;return this;},minLength:function(value){this.o['minLength']=value;return this;},maxLength:function(value){this.o['maxLength']=value;return this;},minLengthText:function(value){this.o['minLengthText']=value;return this;},maxLengthText:function(value){this.o['maxLengthText']=value;return this;},selectOnFocus:function(value){this.o['selectOnFocus']=value;return this;},blankText:function(value){this.o['blankText']=value;return this;},validator:function(value){this.o['validator']=value;return this;},regex:function(value){this.o['regex']=value;return this;},regexText:function(value){this.o['regexText']=value;return this;},emptyText:function(value){this.o['emptyText']=value;return this;},emptyClass:function(value){this.o['emptyClass']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.form.TextFieldEvents=function(){}Ext.form.TextFieldEvents.get_autosize=function(){return 'autosize';}Ext.form.TimeFieldConfig=function(){Ext.form.TimeFieldConfig.constructBase(this);}Ext.form.TimeFieldConfig.prototype={minValue:function(value){this.o['minValue']=value;return this;},maxValue:function(value){this.o['maxValue']=value;return this;},minText:function(value){this.o['minText']=value;return this;},maxText:function(value){this.o['maxText']=value;return this;},invalidText:function(value){this.o['invalidText']=value;return this;},format:function(value){this.o['format']=value;return this;},altFormats:function(value){this.o['altFormats']=value;return this;},increment:function(value){this.o['increment']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.form.TriggerFieldConfig=function(){Ext.form.TriggerFieldConfig.constructBase(this);}Ext.form.TriggerFieldConfig.prototype={triggerClass:function(value){this.o['triggerClass']=value;return this;},autoCreate:function(value){this.o['autoCreate']=value;return this;},hideTrigger:function(value){this.o['hideTrigger']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.form.VTypesConfig=function(){this.o={};}Ext.form.VTypesConfig.prototype={custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Type.createNamespace('Ext.form.Action');Ext.form.Action.SubmitConfig=function(){this.o={};}Ext.form.Action.SubmitConfig.prototype={custom:function(key,value){this.o[key]=value;return this;},toDictionary:function(){return this.o;}}Type.createNamespace('Ext.grid');Ext.grid.AbstractSelectionModelConfig=function(){Ext.grid.AbstractSelectionModelConfig.constructBase(this);}Ext.grid.AbstractSelectionModelConfig.prototype={custom:function(key,value){this.o[key]=value;return this;}}Ext.grid.CellSelectionModelConfig=function(){Ext.grid.CellSelectionModelConfig.constructBase(this);}Ext.grid.CellSelectionModelConfig.prototype={custom:function(key,value){this.o[key]=value;return this;}}Ext.grid.CellSelectionModelEvents=function(){}Ext.grid.CellSelectionModelEvents.get_beforerowselect=function(){return 'beforerowselect';}Ext.grid.CellSelectionModelEvents.get_cellselect=function(){return 'cellselect';}Ext.grid.CellSelectionModelEvents.get_selectionchange=function(){return 'selectionchange';}Ext.grid.CheckboxSelectionModelConfig=function(){Ext.grid.CheckboxSelectionModelConfig.constructBase(this);}Ext.grid.CheckboxSelectionModelConfig.prototype={header:function(value){this.o['header']=value;return this;},width:function(value){this.o['width']=value;return this;},sortable:function(value){this.o['sortable']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.grid.ColumnModelConfig=function(){Ext.grid.ColumnModelConfig.constructBase(this);}Ext.grid.ColumnModelConfig.prototype={id:function(value){this.o['id']=value;return this;},header:function(value){this.o['header']=value;return this;},dataIndex:function(value){this.o['dataIndex']=value;return this;},width:function(value){this.o['width']=value;return this;},sortable:function(value){this.o['sortable']=value;return this;},locked:function(value){this.o['locked']=value;return this;},fixed_:function(value){this.o['fixed']=value;return this;},resizable:function(value){this.o['resizable']=value;return this;},hidden:function(value){this.o['hidden']=value;return this;},renderer:function(value){this.o['renderer']=value;return this;},align:function(value){this.o['align']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.grid.ColumnModelEvents=function(){}Ext.grid.ColumnModelEvents.get_widthchange=function(){return 'widthchange';}Ext.grid.ColumnModelEvents.get_headerchange=function(){return 'headerchange';}Ext.grid.ColumnModelEvents.get_hiddenchange=function(){return 'hiddenchange';}Ext.grid.ColumnModelEvents.get_columnmoved=function(){return 'columnmoved';}Ext.grid.ColumnModelEvents.get_columlockchange=function(){return 'columlockchange';}Ext.grid.ColumnModelEvents.get_configchanged=function(){return 'configchanged';}Ext.grid.EditorGridPanelConfig=function(){Ext.grid.EditorGridPanelConfig.constructBase(this);}Ext.grid.EditorGridPanelConfig.prototype={clicksToEdit:function(value){this.o['clicksToEdit']=value;return this;},custom:function(key,value){this.o[key]=value;return this;}}Ext.grid.EditorGridPanelEvents=function(){}Ext.grid.EditorGridPanelEvents.get_beforeedit=function(){return 'beforeedit';}Ext.grid.EditorGridPanelEvents.get_afteredit=function(){return 'afteredit';}Ext.grid.EditorGridPanelEvents.get_validateedit=function(){return 'validateedit';}Ext.grid.GridPanelConfig=function(){Ext.grid.GridPanelConfig.constructBase(this);}Ext.grid.GridPanelConfig.prototype={columns:function(value){this.o['columns']=value;return this;},store:function(value){this.o['store']=value;return this;},cm:function(value){this.o['cm']=value;return this;},sm:function(value){this.o['sm']=value;return this;},selModel:function(value){this.o['selModel']=value;return this;},minColumnWidth:function(value){this.o['minColumnWidth']=value;return this;},monitorWindowResize:function(value){this.o['monitorWindowResize']=value;return this;},maxRowsToMeasure:function(value){this.o['maxRowsToMeasure']=value;return this;},trackMouseOver:function(value){this.o['trackMouseOver']=value;return this;},enableDragDrop:function(value){this.o['enableDragDrop']=value;return this;},enableColumnMove:function(value){this.o['enableColumnMove']=value;return this;},enableColumnHide:function(value){this.o['enableColumnHide']=value;return this;},enableHdMenu:function(value){this.o['enableHdMenu']=value;return this;},enableRowHeightSync:function(value){this.o['enableRowHeightSync']=value;return this;},stripeRows:function(value){this.o['stripeRows']=value;return this;},autoExpandColumn:function(value){this.o['autoExpandColumn']=value;return this;},autoExpandMin:function(value){this.o['autoEx

⌨️ 快捷键说明

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