Class Ext.form.Action
|
Package:
|
Ext.grid
|
|
Defined In:
|
.js
|
|
Class:
|
|
|
Extends:
|
Object
|
The subclasses of this class provide actions to perform upon Ext.form.BasicForm Forms.
Instances of this class are only created by a Ext.form.BasicForm Form when
the Form needs to perform an action such as submit or load. The Configuration options
listed for this class are set through the Form's action methods: Ext.form.BasicForm#submit submit,
Ext.form.BasicForm#load load and Ext.form.BasicForm#doAction doAction.
The instance of Action which performed the action is passed to the success
and failure callbacks of the Form's action methods (Ext.form.BasicForm#submit submit,
Ext.form.BasicForm#load load and Ext.form.BasicForm#doAction doAction),
and to the Ext.form.BasicForm#actioncomplete actioncomplete and
{@
配置项
这个类没有配置项。
公告属性
|
属性
|
定义者
|
|
|
Ext: {String}
Failure type returned when no field...
Failure type returned when no field values are returned in the response's data property. @static
|
Action
|
|
|
type: {String}
The type of action this Action inst...
The type of action this Action instance performs. Currently only "submit" and "load" are supported.
|
Action
|
公共方法
公告事件
这个类没公共的事件。