ext.form.timefield.html.svn-base
来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· SVN-BASE 代码 · 共 902 行 · 第 1/5 页
SVN-BASE
902 行
<tr class="config-row inherited alt">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.TimeField-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">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.TimeField-maxHeight"></a>
<b>maxHeight</b> : Number <div class="mdesc">
The maximum height in pixels of the dropdown list before scrollbars are shown (defaults to 300) </div>
</td>
<td class="msource"><a ext:cls="Ext.form.ComboBox" ext:member="#maxHeight" href="output/Ext.form.ComboBox.html#maxHeight">ComboBox</a></td>
</tr>
<tr class="config-row inherited alt">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.TimeField-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"> </a></td>
<td class="sig">
<a id="Ext.form.TimeField-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"> </a></td>
<td class="sig">
<a id="Ext.form.TimeField-maxText"></a>
<b>maxText</b> : String <div class="mdesc">
<div class="short">The error text to display when the time is after maxValue (defaults to 'The time in this field must be equal to or be...</div>
<div class="long">
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}'). </div>
</div>
</td>
<td class="msource">TimeField</td>
</tr>
<tr class="config-row">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.TimeField-maxValue"></a>
<b>maxValue</b> : Date/String <div class="mdesc">
The maximum allowed time. Can be either a Javascript date object or a string date in a valid format (defaults to null). </div>
</td>
<td class="msource">TimeField</td>
</tr>
<tr class="config-row inherited alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.TimeField-minChars"></a>
<b>minChars</b> : Number <div class="mdesc">
<div class="short">The minimum number of characters the user must type before autocomplete and typeahead activate (defaults to 4 if remo...</div>
<div class="long">
The minimum number of characters the user must type before autocomplete and typeahead activate (defaults to 4 if remote or 0 if local, does not apply if editable = false) </div>
</div>
</td>
<td class="msource"><a ext:cls="Ext.form.ComboBox" ext:member="#minChars" href="output/Ext.form.ComboBox.html#minChars">ComboBox</a></td>
</tr>
<tr class="config-row inherited expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.TimeField-minHeight"></a>
<b>minHeight</b> : Number <div class="mdesc">
<div class="short">The minimum height in pixels of the dropdown list when the list is constrained by its distance to the viewport edges ...</div>
<div class="long">
The minimum height in pixels of the dropdown list when the list is constrained by its distance to the viewport edges (defaults to 90) </div>
</div>
</td>
<td class="msource"><a ext:cls="Ext.form.ComboBox" ext:member="#minHeight" href="output/Ext.form.ComboBox.html#minHeight">ComboBox</a></td>
</tr>
<tr class="config-row inherited alt">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.TimeField-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"> </a></td>
<td class="sig">
<a id="Ext.form.TimeField-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 inherited alt">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.TimeField-minListWidth"></a>
<b>minListWidth</b> : Number <div class="mdesc">
The minimum width of the dropdown list in pixels (defaults to 70, will be ignored if listWidth has a higher value) </div>
</td>
<td class="msource"><a ext:cls="Ext.form.ComboBox" ext:member="#minListWidth" href="output/Ext.form.ComboBox.html#minListWidth">ComboBox</a></td>
</tr>
<tr class="config-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.TimeField-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 time in this field must be e...</div>
<div class="long">
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}'). </div>
</div>
</td>
<td class="msource">TimeField</td>
</tr>
<tr class="config-row alt">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.TimeField-minValue"></a>
<b>minValue</b> : Date/String <div class="mdesc">
The minimum allowed time. Can be either a Javascript date object or a string date in a valid format (defaults to null). </div>
</td>
<td class="msource">TimeField</td>
</tr>
<tr class="config-row inherited">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.TimeField-mode"></a>
<b>mode</b> : String <div class="mdesc">
Set to 'local' if the ComboBox loads local data (defaults to 'remote' which loads from the server) </div>
</td>
<td class="msource"><a ext:cls="Ext.form.ComboBox" ext:member="#mode" href="output/Ext.form.ComboBox.html#mode">ComboBox</a></td>
</tr>
<tr class="config-row inherited alt">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.TimeField-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"> </a></td>
<td class="sig">
<a id="Ext.form.TimeField-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[element id] Add the error text directly to the innerHTML of the specified element</pre> </div>
</div>
</td>
<td class="msource"><a ext:cls="Ext.form.Field" ext:member="#msgTarget" href="output/Ext.form.Field.html#msgTarget">Field</a></td>
</tr>
<tr class="config-row inherited alt">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.TimeField-name"></a>
<b>name</b> : String <div class="mdesc">
The field's HTML name attribute (defaults to ""). </div>
</td>
<td class="msource"><a ext:cls="Ext.form.Field" ext:member="#name" href="output/Ext.form.Field.html#name">Field</a></td>
</tr>
<tr class="config-row inherited expandable">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?