Properties Methods Events Config Options Direct Link
Action
  Action.Submit
    SlingSubmitAction
      Submit

Class CQ.form.Action.Submit

Package:CQ.form.Action
Class:Submit
Extends:CQ.form.SlingSubmitAction
Clientlib:cq.widgets
Deprecated: Use CQ.form.SlingSubmitAction instead

Config Options

Config Options Defined By
  url : String
The URL that the Action is to invoke.
Action

Public Properties

Property Defined By
  response : Object
The XMLHttpRequest object used to perform the action.
Action
  result : Object
The decoded response object containing a boolean success property and other, action-specific properties.
Action
  type : String
The type of action this Sling Submit Action instance performs. The value is "cqsubmit".
Submit

Public Methods

This class has no public methods.

Public Events

This class has no public events.