FOFFormHeaderAn 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 |
|---|---|
FOFFormHeaderField
|
Generic field header, without any filters |
FOFFormHeaderOrdering
|
Ordering field header |
FOFFormHeaderRowselect
|
Row selection checkbox |
string|null
$buttons
(line 74)
The buttons HTML.
string
$description
(line 26)
The description text for the form field. Usually used in tooltips.
SimpleXMLElement
$element
(line 34)
The SimpleXMLElement object of the <field /> XML element that describes the header field.
string
$fieldname
(line 98)
The name of the field.
string|null
$filter
(line 66)
The filter HTML.
mixed
$filterSource
(line 138)
The key of the filter value in the model state.
string
$group
(line 106)
The group of the field.
string|null
$header
(line 58)
The header HTML.
string
$label
(line 50)
The label for the header field.
string
$name
(line 90)
The name of the form field.
array|null
$options
(line 82)
The options for a drop-down filter.
bool
$sortable
= false (line 146)
Is this a sortable column?
mixed
$tdwidth
(line 130)
The intended table data width (in pixels or percent).
string
$type
(line 114)
The form field type.
mixed
$value
(line 122)
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