An interface for FOFFormHeader fields, used to define the filters and the elements of the header row in repeatable (browse) views
Located in /libraries/fof/form/header.php (line 18)
Class | Description |
---|---|
![]() |
Generic field header, without any filters |
![]() |
Ordering field header |
![]() |
Row selection checkbox |
The buttons HTML.
The description text for the form field. Usually used in tooltips.
The SimpleXMLElement object of the <field /> XML element that describes the header field.
The name of the field.
The filter HTML.
The key of the filter value in the model state.
The group of the field.
The header HTML.
The label for the header field.
The name of the form field.
The options for a drop-down filter.
Is this a sortable column?
The intended table data width (in pixels or percent).
The form field type.
The value of the filter.
Method to instantiate the form field object.
Returns the HTML for the buttons to be rendered in the filter row, next to the text input filter, or null if this element should render no text input filter buttons.
Method to get the field name used.
Returns the HTML for a text filter to be rendered in the filter row, or null if this element should render no text input filter.
Return the key of the filter value in the model state or, if it's not set, the name of the field.
Returns the HTML for the header row, or null if this element should render no header element
Method to get the id used for the field input tag.
Method to get the name used for the field input tag.
Returns the JHtml options for a drop-down filter. Do not include an empty option, it is added automatically.
Method to attach a JForm object to the field.
Method to attach a FOFForm object to the field.
Method to get certain otherwise inaccessible properties from the form field object.
Documentation generated on Tue, 19 Nov 2013 15:04:14 +0100 by phpDocumentor 1.4.3