|
Previous Class |
Solar_View_Helper_Form |
Next Page |
Solar_View_Helper_Form
Helper for building CSS-based forms.
This is a fluent class; all method calls except fetch() return $this, which means you can chain method calls for easier readability.
Catalog
This class is part of the Solar_View_Helper_Form package.
Inheritance:
- Solar_Base
- Solar_View_Helper
- Solar_View_Helper_Form
- Solar_View_Helper
Constants
None.
Public Properties
The Solar_View_Helper_Form class has no public properties; try the list of all properties.
Public Methods
These are all the public methods in the Solar_View_Helper_Form class.
You can also view the list of all public, protected, and private methods.
__call()- Magic __call() for addElement() using element helpers.
__construct()- Constructor.
__destruct()- Default destructor; does nothing other than provide a safe fallback for calls to parent::__destruct().
addElement()- Adds a single element to the form.
addFeedback()- Adds to the form-level feedback message array.
apiVersion()- Reports the API version for this class.
auto()- Automatically adds multiple pieces to the form.
beginFieldset()- Begins a <fieldset> block with a legend/caption.
beginGroup()- Begins a group of form elements under a single label.
dump()- Convenience method for getting a dump the whole object, or one of its properties, or an external variable.
endFieldset()- Ends a <fieldset> block.
endGroup()- Ends a group of form elements.
fetch()- Builds and returns the form output.
form()- Main method interface to Solar_View.
getStatus()- Gets the form validation status.
listFeedback()- Returns a feedback array (form-level or element-level) as an unordered list.
locale()- Looks up class-specific locale strings based on a key.
reset()- Resets the form entirely.
setAttrib()- Sets a form-tag attribute.
setStatus()- Sets the form validation status.