Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe FOFFormFieldList
+ Graphe d'héritage de FOFFormFieldList:

Fonctions membres publiques

 __get ($name)
 
 getStatic ()
 
 getRepeatable ()
 
- Fonctions membres publiques hérités de JFormFieldList
 addOption ($text, $attributes=array())
 
 __get ($name)
 

Fonctions membres publiques statiques

static getOptionName ($data, $selected=null, $optKey='value', $optText='text')
 

Champs de données

 $item
 
 $rowid
 

Fonctions membres protégées

 getOptions ()
 
 parseFieldTags ($text)
 
- Fonctions membres protégées hérités de JFormFieldList
 getInput ()
 
 getOptions ()
 

Attributs protégés

 $static
 
 $repeatable
 
- Attributs protégés hérités de JFormFieldList
 $type = 'List'
 

Documentation des fonctions membres

◆ __get()

__get (   $name)

Method to get certain otherwise inaccessible properties from the form field object.

Paramètres
string$nameThe property name for which to the the value.
Renvoie
mixed The property value or null.
Depuis
2.0

Références $name.

◆ getOptionName()

◆ getOptions()

getOptions ( )
protected

Method to get the field options.

Ordering is disabled by default. You can enable ordering by setting the 'order' element in your form field. The other order values are optional.

  • order What to order. Possible values: 'name' or 'value' (default = false)
  • order_dir Order direction. Possible values: 'asc' = Ascending or 'desc' = Descending (default = 'asc')
  • order_case_sensitive Order case sensitive. Possible values: 'true' or 'false' (default = false)
Renvoie
array The field option objects.
Depuis
Ordering is available since FOF 2.1.b2.

Références $i, $key, $name, $option, $options, $tmp, $value, FOFPlatform\getInstance(), jimport(), FOFTemplateUtils\parsePath(), FOFUtilsArray\sortObjects(), et true.

◆ getRepeatable()

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)

Depuis
2.0
Renvoie
string The field HTML

Implémente FOFFormField.

Références $class, $html, ENT_COMPAT, htmlspecialchars, item, et value.

◆ getStatic()

getStatic ( )

Get the rendering of this field type for static display, e.g. in a single item view (typically a "read" task).

Depuis
2.0
Renvoie
string The field HTML

Implémente FOFFormField.

Références $class, ENT_COMPAT, htmlspecialchars, et value.

◆ parseFieldTags()

parseFieldTags (   $text)
protected

Replace string with tags that reference fields

Paramètres
string$textText to process
Renvoie
string Text with tags replace

Références $fields, $text, et item.

Documentation des champs

◆ $item

$item

◆ $repeatable

$repeatable
protected

◆ $rowid

$rowid

◆ $static

$static
protected

La documentation de cette classe a été générée à partir du fichier suivant :