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

📄 cfg.js

📁 别人的 ext工具 大家可以研究一下很不错 需要大家继续完善
💻 JS
📖 第 1 页 / 共 5 页
字号:
},"form/Hidden.js":{},"form/HtmlEditor.js":{enableFormat:{type:"Boolean",desc:"Enable the bold, italic and underline buttons (defaults to true)"},enableFontSize:{type:"Boolean",desc:"Enable the increase/decrease font size buttons (defaults to true)"},enableColors:{type:"Boolean",desc:"Enable the fore/highlight color buttons (defaults to true)"},enableAlignments:{type:"Boolean",desc:"Enable the left, center, right alignment buttons (defaults to true)"},enableLists:{type:"Boolean",desc:"Enable the bullet and numbered list buttons. Not available in Safari. (defaults to true)"},enableSourceEdit:{type:"Boolean",desc:"Enable the switch to source edit button. Not available in Safari. (defaults to true)"},enableLinks:{type:"Boolean",desc:"Enable the create link button. Not available in Safari. (defaults to true)"},enableFont:{type:"Boolean",desc:"Enable font selection. Not available in Safari. (defaults to true)"},createLinkText:{type:"String",desc:"The default text for the create link prompt"},defaultLinkValue:{type:"String",desc:"The default value for the create link prompt (defaults to http:/ /)"},fontFamilies:{type:"Array",desc:"An array of available font families"}},"form/NumberField.js":{fieldClass:{type:"String",desc:"The default CSS class for the field (defaults to \"x-form-field x-form-num-field\")"},allowDecimals:{type:"Boolean",desc:"False to disallow decimal values (defaults to true)"},decimalSeparator:{type:"String",desc:"Character(s) to allow as the decimal separator (defaults to '.')"},decimalPrecision:{type:"Number",desc:"The maximum precision to display after the decimal separator (defaults to 2)"},allowNegative:{type:"Boolean",desc:"False to prevent entering a negative sign (defaults to true)"},minValue:{type:"Number",desc:"The minimum allowed value (defaults to Number.NEGATIVE_INFINITY)"},maxValue:{type:"Number",desc:"The maximum allowed value (defaults to Number.MAX_VALUE)"},minText:{type:"String",desc:"Error text to display if the minimum value validation fails (defaults to \"The minimum value for this field is {minValue}\")"},maxText:{type:"String",desc:"Error text to display if the maximum value validation fails (defaults to \"The maximum value for this field is {maxValue}\")"},nanText:{type:"String",desc:"Error text to display if the value is not a valid number. For example, this can happen if a valid character like '.' or '-' is left in the field with no number (defaults to \"{value} is not a valid number\")"}},"form/Radio.js":{},"form/TextArea.js":{growMin:{type:"Number",desc:"The minimum height to allow when grow = true (defaults to 60)"},growMax:{type:"Number",desc:"The maximum height to allow when grow = true (defaults to 1000)"},preventScrollbars:{type:"Boolean",desc:"True to prevent scrollbars from appearing regardless of how much text is in the field (equivalent to setting overflow: hidden, defaults to false)"},autoCreate:{type:"String/Object",desc:"A DomHelper element spec, or true for a default element spec (defaults to {tag: \"textarea\", style: \"width:100px;height:60px;\", autocomplete: \"off\"})"}},"form/TextField.js":{grow:{type:"Boolean",desc:"True if this field should automatically grow and shrink to its content"},growMin:{type:"Number",desc:"The minimum width to allow when grow = true (defaults to 30)"},growMax:{type:"Number",desc:"The maximum width to allow when grow = true (defaults to 800)"},vtype:{type:"String",desc:"A validation type name as defined in {@link Ext.form.VTypes} (defaults to null)"},maskRe:{type:"String",desc:"An input mask regular expression that will be used to filter keystrokes that don't match (defaults to null)"},disableKeyFilter:{type:"Boolean",desc:"True to disable input keystroke filtering (defaults to false)"},allowBlank:{type:"Boolean",desc:"False to validate that the value length > 0 (defaults to true)"},minLength:{type:"Number",desc:"Minimum input field length required (defaults to 0)"},maxLength:{type:"Number",desc:"Maximum input field length allowed (defaults to Number.MAX_VALUE)"},minLengthText:{type:"String",desc:"Error text to display if the minimum length validation fails (defaults to \"The minimum length for this field is {minLength}\")"},maxLengthText:{type:"String",desc:"Error text to display if the maximum length validation fails (defaults to \"The maximum length for this field is {maxLength}\")"},selectOnFocus:{type:"Boolean",desc:"True to automatically select any existing field text when the field receives input focus (defaults to false)"},blankText:{type:"String",desc:"Error text to display if the allow blank validation fails (defaults to \"This field is required\")"},validator:{type:"Function",desc:"A custom validation function to be called during field validation (defaults to null). If available, this function will be called only after the basic validators all return true, and will be passed the current field value and expected to return boolean true if the value is valid or a string error message if invalid."},regex:{type:"RegExp",desc:"A JavaScript RegExp object to be tested against the field value during validation (defaults to null). If available, this regex will be evaluated only after the basic validators all return true, and will be passed the current field value. If the test fails, the field will be marked invalid using {@link #regexText}."},regexText:{type:"String",desc:"The error text to display if {@link #regex} is used and the test fails during validation (defaults to \"\")"},emptyText:{type:"String",desc:"The default text to display in an empty field (defaults to null)."},emptyClass:{type:"String",desc:"The CSS class to apply to an empty field to style the {@link #emptyText} (defaults to 'x-form-empty-field'). This class is automatically added and removed as needed depending on the current field value."}},"form/TimeField.js":{minValue:{type:"Date/String",desc:"The minimum allowed time. Can be either a Javascript date object or a string date in a valid format (defaults to null)."},maxValue:{type:"Date/String",desc:"The maximum allowed time. Can be either a Javascript date object or a string date in a valid format (defaults to null)."},minText:{type:"String",desc:"The error text to display when the date in the cell is before minValue (defaults to 'The time in this field must be equal to or after {0}')."},maxText:{type:"String",desc:"The error text to display when the time is after maxValue (defaults to 'The time in this field must be equal to or before {0}')."},invalidText:{type:"String",desc:"The error text to display when the time in the field is invalid (defaults to '{value} is not a valid time - it must be in the format {format}')."},format:{type:"String",desc:"The default date format string which can be overriden for localization support. The format must be valid according to {@link Date#parseDate} (defaults to 'm/d/y')."},altFormats:{type:"String",desc:"Multiple date formats separated by \"|\" to try when parsing a user input value and it doesn't match the defined format (defaults to 'm/d/Y|m-d-y|m-d-Y|m/d|m-d|d')."},increment:{type:"Number",desc:"The number of minutes between each time value in the list (defaults to 15)."}},"form/TriggerField.js":{triggerClass:{type:"String",desc:"An additional CSS class used to style the trigger button. The trigger will always get the class 'x-form-trigger' by default and triggerClass will be <b>appended</b> if specified. @constructor Create a new TriggerField. @param {Object} config Configuration options (valid {@Ext.form.TextField} config options will also be applied to the base TextField)"},triggerClass:{type:"String",desc:"A CSS class to apply to the trigger"},autoCreate:{type:"String/Object",desc:"A DomHelper element spec, or true for a default element spec (defaults to {tag: \"input\", type: \"text\", size: \"16\", autocomplete: \"off\"})"},hideTrigger:{type:"Boolean",desc:"True to hide the trigger element and display only the base text field (defaults to false)"}},"form/VTypes.js":{},"grid/AbstractSelectionModel.js":{},"grid/CellSelectionModel.js":{},"grid/CheckboxSelectionModel.js":{header:{type:"String",desc:"Any valid text or HTML fragment to display in the header cell for the checkbox column (defaults to '&lt;div class=\"x-grid3-hd-checker\">&#160;&lt;/div>'). The default CSS class of 'x-grid3-hd-checker' displays a checkbox in the header and provides support for automatic check all/none behavior on header click. This string can be replaced by any valid HTML fragment, including a simple text string (e.g., 'Select Rows'), but the automatic check all/none behavior will only work if the 'x-grid3-hd-checker' class is supplied."},width:{type:"Number",desc:"The default width in pixels of the checkbox column (defaults to 20)."},sortable:{type:"Boolean",desc:"True if the checkbox column is sortable (defaults to false)."}},"grid/ColumnDD.js":{},"grid/ColumnModel.js":{id:{type:"String",desc:"(Optional) Defaults to the column's initial ordinal position. A name which identifies this column. The id is used to create a CSS class which is applied to all table cells in that column of the form <pre>x-grid-td-<b>id<b></pre> <br><br> The {@link Ext.grid.Grid#autoExpandColumn} grid config option references the column via this identifier."},header:{type:"String",desc:"The header text to display in the Grid view."},dataIndex:{type:"String",desc:"(Optional) The name of the field in the grid's {@link Ext.data.Store}'s {@link Ext.data.Record} definition from which to draw the column's value. If not specified, the column's index is used as an index into the Record's data Array."},width:{type:"Number",desc:"(Optional) The initial width in pixels of the column. Using this instead of {@link Ext.grid.Grid#autoSizeColumns} is more efficient."},sortable:{type:"Boolean",desc:"(Optional) True if sorting is to be allowed on this column. Defaults to the value of the {@link #defaultSortable} property. Whether local/remote sorting is used is specified in {@link Ext.data.Store#remoteSort}."},locked:{type:"Boolean",desc:"(Optional) True to lock the column in place while scrolling the Grid. Defaults to false."},fixed:{type:"Boolean",desc:"(Optional) True if the column width cannot be changed. Defaults to false."},resizable:{type:"Boolean",desc:"(Optional) False to disable column resizing. Defaults to true."},hidden:{type:"Boolean",desc:"(Optional) True to hide the column. Defaults to false."},renderer:{type:"Function",desc:"(Optional) A function used to generate HTML markup for a cell given the cell's data value. See {@link #setRenderer}. If not specified, the default renderer uses the raw data value."},align:{type:"String",desc:"(Optional) Set the CSS text-align property of the column. Defaults to undefined."}},"grid/ColumnSplitDD.js":{},"grid/EditorGrid.js":{

⌨️ 快捷键说明

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