\FOFFormFieldSql
Form Field class for FOF Radio selection listGeneric list from an SQL statement
Synopsis
class FOFFormFieldSql
extends JFormFieldSql
implements
FOFFormField
{
- // members
- protected $static;
- protected $repeatable;
- public FOFTable $item;
- public $rowid;
- // methods
- public mixed __get()
- public string getStatic()
- public string getRepeatable()
Hierarchy
Members
Methods
public
- __get() — Method to get certain otherwise inaccessible properties from the form field object.
- getRepeatable() — Get the rendering of this field type for a repeatable (grid) display, e.g. in a view listing many item (typically a "browse" task)
- getStatic() — Get the rendering of this field type for static display, e.g. in a single item view (typically a "read" task).