Class JFormFieldPredefinedList
Form Field to load a list of predefined values
- JFormField
-
JFormFieldList
-
JFormFieldPredefinedList
Direct known subclasses
JFormFieldLastvisitDateRange,
JFormFieldPlugin_Status,
JFormFieldRegistrationDateRange,
JFormFieldStatus,
JFormFieldUserActive,
JFormFieldUserState
Package: Joomla\Libraries\Form
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 3.2
Located at joomla/form/fields/predefinedlist.php
Methods summary
protected
array
|
Methods inherited from JFormFieldList
__get(),
addOption(),
getInput()
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
string
|
$type |
#
The form field type. |
protected static
array
|
$options |
#
Cached array of the category items. |
protected
array
|
$predefinedOptions |
#
Available predefined options |
protected
boolean
|
$translate |
#
Translate options labels ? |
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
