Property | Type | Description | |
---|---|---|---|
$item | The item being rendered in a repeatable form field | ||
$rowid | integer | A monotonically increasing number, denoting the row number in a repeatable view |
Property | Type | Description | |
---|---|---|---|
$form | The Form object of the form attached to the form field. | ||
$repeatable | Repeatable field output | ||
$static | Static field output |
Method | Description | |
---|---|---|
__get ( string $name ) : mixed | Method to get certain otherwise inaccessible properties from the form field object. | |
getFieldContents ( array $fieldOptions = [] ) : string | Method to get the field input markup. | |
getRepeatable ( ) : string | 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 ( ) : string | Get the rendering of this field type for static display, e.g. in a single item view (typically a "read" task). |
public getFieldContents ( array $fieldOptions = [] ) : string | ||
$fieldOptions | array | Options to be passed into the field |
return | string | The field HTML |
public getRepeatable ( ) : string | ||
return | string | The field HTML |
protected Form,FOF30\Form $form | ||
return |
public DataModel,FOF30\Model $item | ||
return |
public int $rowid | ||
return | integer |