ext.form.datefield.html.svn-base

来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· SVN-BASE 代码 · 共 897 行 · 第 1/5 页

SVN-BASE
897
字号
    </tr>
        <tr class="config-row inherited expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.DateField-itemCls"></a>
            <b>itemCls</b> : String            <div class="mdesc">
                        <div class="short">An additional CSS class to apply to the wrapper's form item element of this field (defaults to the container's itemCl...</div>
            <div class="long">
                An additional CSS class to apply to the wrapper's form item element of this field (defaults to the container's itemCls value if set, or ''). Since it is applied to the item wrapper, it allows you to write standard CSS rules that can apply to the field, the label (if specified) or any other element within the markup for the field. NOTE: this will not have any effect on fields that are not part of a form. Example use: <pre><code><i>// Apply a style to the field's label:</i>&lt;style>    .required .x-form-item-label {font-weight:bold;color:red;}&lt;/style><b>new</b> Ext.FormPanel({	height: 100,	renderTo: document.body,	items: [{		xtype: <em>'textfield'</em>,		fieldLabel: <em>'Name'</em>,		itemCls: <em>'required'</em> <i>//<b>this</b> label will be styled</i>	},{		xtype: <em>'textfield'</em>,		fieldLabel: <em>'Favorite Color'</em>	}]});</code></pre>            </div>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#itemCls" href="output/Ext.form.Field.html#itemCls">Field</a></td>
    </tr>
        <tr class="config-row inherited alt expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.DateField-labelSeparator"></a>
            <b>labelSeparator</b> : String            <div class="mdesc">
                        <div class="short">The standard separator to display after the text of each form label (defaults to the value of Ext.layout.FormLayout.l...</div>
            <div class="long">
                The standard separator to display after the text of each form label (defaults to the value of <a ext:cls="Ext.layout.FormLayout" ext:member="labelSeparator" href="output/Ext.layout.FormLayout.html#labelSeparator">Ext.layout.FormLayout.labelSeparator</a>, which is a colon ':' by default). To display no separator for this field's label specify empty string ''.            </div>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#labelSeparator" href="output/Ext.form.Field.html#labelSeparator">Field</a></td>
    </tr>
        <tr class="config-row inherited expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.DateField-labelStyle"></a>
            <b>labelStyle</b> : String            <div class="mdesc">
                        <div class="short">A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if se...</div>
            <div class="long">
                A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if set, or ''). For example, <code>labelStyle: 'font-weight:bold;'</code>.            </div>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#labelStyle" href="output/Ext.form.Field.html#labelStyle">Field</a></td>
    </tr>
        <tr class="config-row inherited alt expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.DateField-listeners"></a>
            <b>listeners</b> : Object            <div class="mdesc">
                        <div class="short">A config object containing one or more event handlers to be added to this object during initialization. This should b...</div>
            <div class="long">
                A config object containing one or more event handlers to be added to this object during initialization. This should be a valid listeners config object as specified in the <a ext:cls="Ext.util.Observable" ext:member="addListener" href="output/Ext.util.Observable.html#addListener">addListener</a> example for attaching multiple handlers at once.            </div>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
    </tr>
        <tr class="config-row inherited">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.DateField-maskRe"></a>
            <b>maskRe</b> : RegExp            <div class="mdesc">
                            An input mask regular expression that will be used to filter keystrokes that don't match (defaults to null)                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#maskRe" href="output/Ext.form.TextField.html#maskRe">TextField</a></td>
    </tr>
        <tr class="config-row inherited alt">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.DateField-maxLength"></a>
            <b>maxLength</b> : Number            <div class="mdesc">
                            Maximum input field length allowed (defaults to Number.MAX_VALUE)                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#maxLength" href="output/Ext.form.TextField.html#maxLength">TextField</a></td>
    </tr>
        <tr class="config-row inherited expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.DateField-maxLengthText"></a>
            <b>maxLengthText</b> : String            <div class="mdesc">
                        <div class="short">Error text to display if the maximum length validation fails (defaults to "The maximum length for this field is {maxL...</div>
            <div class="long">
                Error text to display if the maximum length validation fails (defaults to "The maximum length for this field is {maxLength}")            </div>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#maxLengthText" href="output/Ext.form.TextField.html#maxLengthText">TextField</a></td>
    </tr>
        <tr class="config-row alt expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.DateField-maxText"></a>
            <b>maxText</b> : String            <div class="mdesc">
                        <div class="short">The error text to display when the date in the cell is after maxValue (defaults to 'The date in this field must be be...</div>
            <div class="long">
                The error text to display when the date in the cell is after maxValue (defaults to 'The date in this field must be before {maxValue}').            </div>
                        </div>
        </td>
        <td class="msource">DateField</td>
    </tr>
        <tr class="config-row">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.DateField-maxValue"></a>
            <b>maxValue</b> : Date/String            <div class="mdesc">
                            The maximum allowed date. Can be either a Javascript date object or a string date in a valid format (defaults to null).                        </div>
        </td>
        <td class="msource">DateField</td>
    </tr>
        <tr class="config-row inherited alt">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.DateField-minLength"></a>
            <b>minLength</b> : Number            <div class="mdesc">
                            Minimum input field length required (defaults to 0)                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#minLength" href="output/Ext.form.TextField.html#minLength">TextField</a></td>
    </tr>
        <tr class="config-row inherited expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.DateField-minLengthText"></a>
            <b>minLengthText</b> : String            <div class="mdesc">
                        <div class="short">Error text to display if the minimum length validation fails (defaults to "The minimum length for this field is {minL...</div>
            <div class="long">
                Error text to display if the minimum length validation fails (defaults to "The minimum length for this field is {minLength}")            </div>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#minLengthText" href="output/Ext.form.TextField.html#minLengthText">TextField</a></td>
    </tr>
        <tr class="config-row alt expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.DateField-minText"></a>
            <b>minText</b> : String            <div class="mdesc">
                        <div class="short">The error text to display when the date in the cell is before minValue (defaults to 'The date in this field must be a...</div>
            <div class="long">
                The error text to display when the date in the cell is before minValue (defaults to 'The date in this field must be after {minValue}').            </div>
                        </div>
        </td>
        <td class="msource">DateField</td>
    </tr>
        <tr class="config-row">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.DateField-minValue"></a>
            <b>minValue</b> : Date/String            <div class="mdesc">
                            The minimum allowed date. Can be either a Javascript date object or a string date in a valid format (defaults to null).                        </div>
        </td>
        <td class="msource">DateField</td>
    </tr>
        <tr class="config-row inherited alt">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.DateField-msgFx"></a>
            <b>msgFx</b> : String            <div class="mdesc">
                            <b>Experimental</b> The effect used when displaying a validation message under the field (defaults to 'normal').                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#msgFx" href="output/Ext.form.Field.html#msgFx">Field</a></td>
    </tr>
        <tr class="config-row inherited expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.DateField-msgTarget"></a>
            <b>msgTarget</b> : String            <div class="mdesc">
                        <div class="short">The location where error text should display. Should be one of the following values (defaults to 'qtip'): Value      ...</div>
            <div class="long">
                The location where error text should display. Should be one of the following values (defaults to 'qtip'): <pre>Value         Description-----------   ----------------------------------------------------------------------qtip          Display a quick tip when the user hovers over the fieldtitle         Display a default browser title attribute popupunder         Add a block div beneath the field containing the error textside          Add an error icon to the right of the field with a popup on hover

⌨️ 快捷键说明

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