Framework  3.9
auto_form_layout.inc File Reference

Go to the source code of this file.

Classes

class  AutoFormLayout
 AutoFormLayout provides the abstract base class for form layout engine classes. More...
 
class  TableBasedFormLayout
 Lays out the AutoForm using table-based layout. More...
 
class  UngroupedFormLayout
 Used when you want layout to provide field ordering but don't want groups or borders around the group(s). More...
 
class  MobileUngroupedFormLayout
 Mobile version of UngroupedFormLayout. More...
 
class  TableHeaderFormLayout
 Used for the header row in SpreadSheetAutoForm. More...
 
class  SelectableTableHeaderFormLayout
 Overrides the default table-row form layout to provide a selection checkbox for SpreadsheetForms with selectable sub-forms. More...
 
class  TableRowFormLayout
 Used for each subordinate form row in SpreadSheetAutoForm. More...
 
class  SelectableTableRowFormLayout
 Overrides the default table-row form layout to provide a selection checkbox for SpreadsheetForms with selectable sub-forms. More...
 
class  SpreadsheetFormLayout
 Used for the overall layout handling of SpreadsheetAutoForm instance. More...
 
class  MobileFormLayout
 MobileFormLayout provides a linear form layout suitable for mobile devices. More...
 
class  SimpleFormLayout
 SimpleFormLayout provides a form with minimal HTML, and does not employ table-based layout. More...
 
class  FilterFormLayout
 Layout for list filtering using filter_form.inc. More...
 
class  TemplateFormLayout
 TemplateFormLayout provides support for custom form layouts. More...