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

Class CQ.form.UploadSubmitAction

Package:CQ.form
Class:UploadSubmitAction
Extends:CQ.form.SlingSubmitAction
Clientlib:cq.widgets
A class which handles submission of data from Forms using plain HTTP, SWFUpload, Google Gears or XHR (FF3) for better file upload handling

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 Upload Submit Action instance performs. The value is "uploadsubmit".
UploadSubmitAction

Public Methods

This class has no public methods.

Public Events

This class has no public events.