Framework  3.9
MobileUngroupedFormLayout Class Reference

Mobile version of UngroupedFormLayout. More...

+ Inheritance diagram for MobileUngroupedFormLayout:
+ Collaboration diagram for MobileUngroupedFormLayout:

Public Member Functions

 __construct ($form)
 
 startGroup ($name, $collapsible=false, $collapsed=false)
 
 endGroup ()
 
- Public Member Functions inherited from MobileFormLayout
 startField ($field, $renderer, $colspan=1, $styles="")
 
 endField ($field, $renderer)
 
 printLabel ($field, $renderer, $styles="", $annotation="")
 Internal method to generate the HTML for the field label. More...
 
 startUngrouped ()
 
 endUngrouped ()
 
 startButtonLine ()
 
 endButtonLine ()
 
 errorBox ()
 
 requiredFields ($text)
 
- Public Member Functions inherited from AutoFormLayout
 getGroupClass ($name, $collapsible, $collapsed, $additionalClass="")
 
 getLabel ($field, $renderer, $addSuffix=true)
 
 getLabelID ($field)
 
 finalizeLayout ()
 

Additional Inherited Members

- Static Public Member Functions inherited from AutoFormLayout
static create ($type, $form)
 
- Public Attributes inherited from AutoFormLayout
 $form
 
 $externalErrorBox = false
 Flag indicating whether the error box should be rendered inside the form grouping. More...
 

Detailed Description

Mobile version of UngroupedFormLayout.

Definition at line 297 of file auto_form_layout.inc.

Constructor & Destructor Documentation

◆ __construct()

MobileUngroupedFormLayout::__construct (   $form)

Reimplemented from MobileFormLayout.

Definition at line 299 of file auto_form_layout.inc.

300  {
301  parent::__construct($form);
302  }

Member Function Documentation

◆ endGroup()

MobileUngroupedFormLayout::endGroup ( )

Reimplemented from MobileFormLayout.

Definition at line 309 of file auto_form_layout.inc.

310  {
311  //$this->endUngrouped();
312  }

◆ startGroup()

MobileUngroupedFormLayout::startGroup (   $name,
  $collapsible = false,
  $collapsed = false 
)

Reimplemented from MobileFormLayout.

Definition at line 304 of file auto_form_layout.inc.

305  {
306  //$this->startUngrouped();
307  }

The documentation for this class was generated from the following file: