📄 ext.form.action.load.html
字号:
</td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.form.Action" ext:member="#method-scope" href="output/Ext.form.Action.html#method-scope"> Action </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="waitMsg-header"></a> <b>waitMsg</b> : String <div class="mdesc"> <div class="short"> 在调用一个action的处理过程中调用 {@link Ext.Mess... </div> <div class="long"> 在调用一个action的处理过程中调用 {@link Ext.MessageBox#wait} 显示的标题。 </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.form.Action" ext:member="#method-waitMsg" href="output/Ext.form.Action.html#method-waitMsg"> Action </a> </td> </tr> </table> <a id="Ext.form.Action.Load-props"></a> <h2>公告属性</h2> <table cellspacing="0" class="member-table"> <tr> <th colspan="2"> 属性 </th> <th> 定义者 </th> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="CLIENT_INVALID-activeItem"></a> <b> CLIENT_INVALID: </b> <div class="mdesc"> <div class="short"> 当客户端的表单验证出现错误而中断提交动作的时候返回的错误类型。 </div> <div class="long"> 当客户端的表单验证出现错误而中断提交动作的时候返回的错误类型。 </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.form.Action" ext:member="#method-CLIENT_INVALID" href="output/Ext.form.Action.html#method-CLIENT_INVALID"> Action </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="SERVER_INVALID-activeItem"></a> <b> SERVER_INVALID: </b> <div class="mdesc"> <div class="short"> 服务端验证表单出错时返回的错误类型,在response的errors... </div> <div class="long"> 服务端验证表单出错时返回的错误类型,在response的<tt style="font-weight:bold">errors</tt>属性里指明具体的字段错误信息。 </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.form.Action" ext:member="#method-SERVER_INVALID" href="output/Ext.form.Action.html#method-SERVER_INVALID"> Action </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="CONNECT_FAILURE-activeItem"></a> <b> CONNECT_FAILURE: </b> <div class="mdesc"> <div class="short"> 尝试向远程服务器发送请求遇到通信错误返回的错误类型。 </div> <div class="long"> 尝试向远程服务器发送请求遇到通信错误返回的错误类型。 </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.form.Action" ext:member="#method-CONNECT_FAILURE" href="output/Ext.form.Action.html#method-CONNECT_FAILURE"> Action </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="LOAD_FAILURE-activeItem"></a> <b> LOAD_FAILURE: </b> <div class="mdesc"> <div class="short"> 服务端response的data 属性没有返回任何字段的值得时候返回... </div> <div class="long"> 服务端response的<tt style="font-weight:bold">data</tt> 属性没有返回任何字段的值得时候返回的错误类型。 </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.form.Action" ext:member="#method-LOAD_FAILURE" href="output/Ext.form.Action.html#method-LOAD_FAILURE"> Action </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="type-activeItem"></a> <b> type: </b> <div class="mdesc"> <div class="short"> 改Action的实例执行的action类型。 目前仅支持“提交”和“... </div> <div class="long"> 改Action的实例执行的action类型。 目前仅支持“提交”和“加载”。 </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.form.Action" ext:member="#method-type" href="output/Ext.form.Action.html#method-type"> Action </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="failureType-activeItem"></a> <b> failureType: failureType</b> <div class="mdesc"> <div class="short"> 错误检查类型。见 {@link #Ext.form.Action.C... </div> <div class="long"> 错误检查类型。见 {@link #Ext.form.Action.CLIENT_INVALID CLIENT_INVALID}, {@link #Ext.form.Action.SERVER_INVALID SERVER_INVALID}, {@link #Ext.form.Action.CONNECT_FAILURE CONNECT_FAILURE}, {@link #Ext.form.Action.LOAD_FAILURE LOAD_FAILURE} </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.form.Action" ext:member="#method-failureType" href="output/Ext.form.Action.html#method-failureType"> Action </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="response-activeItem"></a> <b> response: response</b> <div class="mdesc"> <div class="short"> 用来执行action的XMLHttpRequest对象。 </div> <div class="long"> 用来执行action的XMLHttpRequest对象。 </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.form.Action" ext:member="#method-response" href="output/Ext.form.Action.html#method-response"> Action </a> </td> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="result-activeItem"></a> <b> result: result</b> <div class="mdesc"> <div class="short"> 解码了的response对象包含一个boolean类型的 succe... </div> <div class="long"> 解码了的response对象包含一个boolean类型的 <tt style="font-weight:bold">success</tt> 属性和一些action的属性。 </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--><a ext:cls="Ext.form.Action" ext:member="#method-result" href="output/Ext.form.Action.html#method-result"> Action </a> </td> </tr> </table> <a id="Ext.form.Action.Load-methods"></a> <h2>公共方法</h2> <table cellspacing="0" class="member-table"> <tr> <th class="sig-header" colspan="2"> 方法 </th> <th class="msource-header"> 定义者 </th> </tr> </table> <a id="Ext.form.Action.Load-events"></a> <a id="Ext.Ajax-events"></a> <h2>公告事件</h2> <div class="no-members"> 这个类没公共的事件。 </div> </div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -