Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / docs / source / Action2.html
index d1fcc05..f56c117 100644 (file)
@@ -3,8 +3,8 @@
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>The source code</title>
-  <link href="../prettify/prettify.css" type="text/css" rel="stylesheet" />
-  <script type="text/javascript" src="../prettify/prettify.js"></script>
+  <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
+  <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
   <style type="text/css">
     .highlight { display: block; background-color: #ddd; }
   </style>
@@ -15,8 +15,8 @@
   </script>
 </head>
 <body onload="prettyPrint(); highlight();">
-  <pre class="prettyprint lang-js"><span id='Ext-form-action-Action-method-constructor'><span id='Ext-form-action-Action'>/**
-</span></span> * @class Ext.form.action.Action
+  <pre class="prettyprint lang-js"><span id='Ext-form-action-Action'>/**
+</span> * @class Ext.form.action.Action
  * @extends Ext.Base
  * &lt;p&gt;The subclasses of this class provide actions to perform upon {@link Ext.form.Basic Form}s.&lt;/p&gt;
  * &lt;p&gt;Instances of this class are only created by a {@link Ext.form.Basic Form} when
@@ -28,8 +28,6 @@
  * {@link Ext.form.Basic#load load} and {@link Ext.form.Basic#doAction doAction}),
  * and to the {@link Ext.form.Basic#actioncomplete actioncomplete} and
  * {@link Ext.form.Basic#actionfailed actionfailed} event handlers.&lt;/p&gt;
- * @constructor
- * @param {Object} config The configuration for this instance.
  */
 Ext.define('Ext.form.action.Action', {
     alternateClassName: 'Ext.form.Action',
@@ -65,7 +63,7 @@ Ext.define('Ext.form.action.Action', {
 
 <span id='Ext-form-action-Action-cfg-headers'>    /**
 </span>     * @cfg {Object} headers &lt;p&gt;Extra headers to be sent in the AJAX request for submit and load actions. See
-     * {@link Ext.data.Connection#headers}.&lt;/p&gt;
+     * {@link Ext.data.proxy.Ajax#headers}.&lt;/p&gt;
      */
 
 <span id='Ext-form-action-Action-cfg-timeout'>    /**
@@ -114,7 +112,7 @@ Ext.define('Ext.form.action.Action', {
 </span>     * @cfg {Boolean} submitEmptyText If set to &lt;tt&gt;true&lt;/tt&gt;, the emptyText value will be sent with the form
      * when it is submitted. Defaults to &lt;tt&gt;true&lt;/tt&gt;.
      */
-
+    submitEmptyText : true,
 <span id='Ext-form-action-Action-property-type'>    /**
 </span>     * @property type
      * The type of action this Action instance performs.
@@ -179,8 +177,10 @@ buttons: [{
      * @type {Object}
      */
 
-
-
+<span id='Ext-form-action-Action-method-constructor'>    /**
+</span>     * Creates new Action.
+     * @param {Object} config (optional) Config object.
+     */
     constructor: function(config) {
         if (config) {
             Ext.apply(this, config);
@@ -285,7 +285,7 @@ buttons: [{
     },
 
     statics: {
-<span id='Ext-form-action-Action-property-CLIENT_INVALID'>        /**
+<span id='Ext-form-action-Action-static-property-CLIENT_INVALID'>        /**
 </span>         * @property CLIENT_INVALID
          * Failure type returned when client side validation of the Form fails
          * thus aborting a submit action. Client side validation is performed unless
@@ -295,7 +295,7 @@ buttons: [{
          */
         CLIENT_INVALID: 'client',
 
-<span id='Ext-form-action-Action-property-SERVER_INVALID'>        /**
+<span id='Ext-form-action-Action-static-property-SERVER_INVALID'>        /**
 </span>         * @property SERVER_INVALID
          * &lt;p&gt;Failure type returned when server side processing fails and the {@link #result}'s
          * &lt;tt&gt;success&lt;/tt&gt; property is set to &lt;tt&gt;false&lt;/tt&gt;.&lt;/p&gt;
@@ -306,7 +306,7 @@ buttons: [{
          */
         SERVER_INVALID: 'server',
 
-<span id='Ext-form-action-Action-property-CONNECT_FAILURE'>        /**
+<span id='Ext-form-action-Action-static-property-CONNECT_FAILURE'>        /**
 </span>         * @property CONNECT_FAILURE
          * Failure type returned when a communication error happens when attempting
          * to send a request to the remote server. The {@link #response} may be examined to
@@ -316,7 +316,7 @@ buttons: [{
          */
         CONNECT_FAILURE: 'connect',
 
-<span id='Ext-form-action-Action-property-LOAD_FAILURE'>        /**
+<span id='Ext-form-action-Action-static-property-LOAD_FAILURE'>        /**
 </span>         * @property LOAD_FAILURE
          * Failure type returned when the response's &lt;tt&gt;success&lt;/tt&gt;
          * property is set to &lt;tt&gt;false&lt;/tt&gt;, or no field values are returned in the response's