X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..HEAD:/src/form/action/Action.js diff --git a/src/form/action/Action.js b/src/form/action/Action.js index ba724b16..3900b170 100644 --- a/src/form/action/Action.js +++ b/src/form/action/Action.js @@ -60,7 +60,7 @@ Ext.define('Ext.form.action.Action', { /** * @cfg {Object} headers

Extra headers to be sent in the AJAX request for submit and load actions. See - * {@link Ext.data.Connection#headers}.

+ * {@link Ext.data.proxy.Ajax#headers}.

*/ /** @@ -109,7 +109,7 @@ Ext.define('Ext.form.action.Action', { * @cfg {Boolean} submitEmptyText If set to true, the emptyText value will be sent with the form * when it is submitted. Defaults to true. */ - + submitEmptyText : true, /** * @property type * The type of action this Action instance performs.