Properties Methods Events Config Options Direct Link
Observable
  FormWrapper

Class CQ.form.FormWrapper

Package:CQ.form
Class:FormWrapper
Extends:CQ.Ext.util.Observable
Clientlib:cq.widgets
A simple html form wrapper that allows for general submit handling with the beforesubmit event which is always called and the submit method, that has to be used instead of the html form's submit() method.

Config Options

Config Options Defined By
  form : Element/String
DOM form element to wrap (Element) or ID/name of a form element
FormWrapper

Public Properties

Property Defined By
  formEl : Object
CQ.Ext.Element for the form element (caching member). Could be null.
FormWrapper

Public Methods

Method Defined By

Public Events

Event Defined By