Class FOFFormFieldModel
Form Field class for FOF Generic list from a model's results
- JFormField
-
JFormFieldList
-
FOFFormFieldList
implements
FOFFormField
-
FOFFormFieldModel
implements
FOFFormField
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 2.0
Located at fof/form/field/model.php
Methods summary
public
mixed
|
|
public
string
|
|
public
string
|
#
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) |
protected
array
|
|
protected
string
|
Methods inherited from FOFFormFieldList
Methods inherited from JFormFieldList
Methods inherited from JFormField
__construct(),
__set(),
getAttribute(),
getControlGroup(),
getFieldName(),
getId(),
getLabel(),
getLayoutData(),
getLayoutPaths(),
getName(),
getRenderer(),
getTitle(),
isDebugEnabled(),
render(),
renderField(),
setForm(),
setValue(),
setup()
Magic methods summary
Properties summary
protected
mixed
|
$static | |
protected
mixed
|
$repeatable |
Properties inherited from FOFFormFieldList
Properties inherited from JFormFieldList
Properties inherited from JFormField
$autocomplete,
$autofocus,
$class,
$count,
$default,
$description,
$disabled,
$element,
$fieldname,
$form,
$formControl,
$generated_fieldname,
$group,
$hidden,
$hint,
$id,
$input,
$label,
$labelclass,
$layout,
$multiple,
$name,
$onchange,
$onclick,
$pattern,
$readonly,
$renderLabelLayout,
$renderLayout,
$repeat,
$required,
$showon,
$size,
$spellcheck,
$translateDescription,
$translateHint,
$translateLabel,
$validate,
$value
