📄 ext.form.action.html.svn-base
字号:
</td>
<td class="msource">Action</td>
</tr>
<tr class="config-row">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.Action-waitTitle"></a>
<b>waitTitle</b> : String <div class="mdesc">
The title to be displayed by a call to <a ext:cls="Ext.MessageBox" ext:member="wait" href="output/Ext.MessageBox.html#wait">Ext.MessageBox.wait</a> during the time the action is being processed. </div>
</td>
<td class="msource">Action</td>
</tr>
</table> <a id="Ext.form.Action-props"></a> <h2>Public Properties</h2> <table cellspacing="0" class="member-table"> <tr> <th class="sig-header" colspan="2">Property</th> <th class="msource-header">Defined By</th> </tr> <tr class="property-row">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.Action-Action.CLIENT_INVALID"></a>
<b>Action.CLIENT_INVALID</b> : String <div class="mdesc">
<static> Failure type returned when client side validation of the Form failsthus aborting a submit action. </div>
</td>
<td class="msource">Action</td>
</tr>
<tr class="property-row alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.Action-Action.CONNECT_FAILURE"></a>
<b>Action.CONNECT_FAILURE</b> : String <div class="mdesc">
<div class="short"><static> Failure type returned when a communication error happens when attemptingto send a request to the remo...</div>
<div class="long">
<static> Failure type returned when a communication error happens when attemptingto send a request to the remote server. </div>
</div>
</td>
<td class="msource">Action</td>
</tr>
<tr class="property-row">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.Action-Action.LOAD_FAILURE"></a>
<b>Action.LOAD_FAILURE</b> : String <div class="mdesc">
<static> Failure type returned when no field values are returned in the response's<tt style="font-weight:bold">data</tt> property. </div>
</td>
<td class="msource">Action</td>
</tr>
<tr class="property-row alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.Action-Action.SERVER_INVALID"></a>
<b>Action.SERVER_INVALID</b> : String <div class="mdesc">
<div class="short"><static> Failure type returned when server side validation of the Form failsindicating that field-specific err...</div>
<div class="long">
<static> Failure type returned when server side validation of the Form failsindicating that field-specific error messages have been returned in theresponse's <tt style="font-weight:bold">errors</tt> property. </div>
</div>
</td>
<td class="msource">Action</td>
</tr>
<tr class="property-row">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.Action-failureType"></a>
<b>failureType</b> : String <div class="mdesc">
The type of failure detected. See <a ext:cls="Ext.form.Action" ext:member="Ext.form.Action.CLIENT_INVALID" href="output/Ext.form.Action.html#Ext.form.Action.CLIENT_INVALID">CLIENT_INVALID</a>, <a ext:cls="Ext.form.Action" ext:member="Ext.form.Action.SERVER_INVALID" href="output/Ext.form.Action.html#Ext.form.Action.SERVER_INVALID">SERVER_INVALID</a>,<a ext:cls="Ext.form.Action" ext:member="Ext.form.Action.CONNECT_FAILURE" href="output/Ext.form.Action.html#Ext.form.Action.CONNECT_FAILURE">CONNECT_FAILURE</a>, <a ext:cls="Ext.form.Action" ext:member="Ext.form.Action.LOAD_FAILURE" href="output/Ext.form.Action.html#Ext.form.Action.LOAD_FAILURE">LOAD_FAILURE</a> </div>
</td>
<td class="msource">Action</td>
</tr>
<tr class="property-row alt">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.Action-response"></a>
<b>response</b> : Object <div class="mdesc">
The XMLHttpRequest object used to perform the action. </div>
</td>
<td class="msource">Action</td>
</tr>
<tr class="property-row">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.Action-result"></a>
<b>result</b> : Object <div class="mdesc">
The decoded response object containing a boolean <tt style="font-weight:bold">success</tt> property andother, action-specific properties. </div>
</td>
<td class="msource">Action</td>
</tr>
<tr class="property-row alt">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.form.Action-type"></a>
<b>type</b> : String <div class="mdesc">
The type of action this Action instance performs.Currently only "submit" and "load" are supported. </div>
</td>
<td class="msource">Action</td>
</tr>
</table> <a id="Ext.form.Action-methods"></a> <h2>Public Methods</h2> <div class="no-members">This class has no public methods.</div> <a id="Ext.form.Action-events"></a> <h2>Public Events</h2> <div class="no-members">This class has no public events.</div> </div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -