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é
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe FOFFormFieldButton
+ Graphe d'héritage de FOFFormFieldButton:

Fonctions membres publiques

 __get ($name)
 
 getStatic ()
 
 getRepeatable ()
 
 getInput ()
 
- Fonctions membres publiques hérités de FOFFormFieldText
 __get ($name)
 
 getStatic ()
 
 getRepeatable ()
 
- Fonctions membres publiques hérités de JFormFieldText
 __get ($name)
 
 __set ($name, $value)
 
 setup (SimpleXMLElement $element, $value, $group=null)
 

Fonctions membres protégées

 getTitle ()
 
- Fonctions membres protégées hérités de FOFFormFieldText
 parseFieldTags ($text)
 
- Fonctions membres protégées hérités de JFormFieldText
 getInput ()
 
 getOptions ()
 
 getSuggestions ()
 
 getLayoutData ()
 

Attributs protégés

 $static
 
 $repeatable
 
- Attributs protégés hérités de FOFFormFieldText
 $static
 
 $repeatable
 
- Attributs protégés hérités de JFormFieldText
 $type = 'Text'
 
 $maxLength
 
 $inputmode
 
 $dirname
 
 $layout = 'joomla.form.field.text'
 

Membres hérités additionnels

- Champs de données hérités de FOFFormFieldText
 $item
 
 $rowid
 

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.

◆ getInput()

getInput ( )

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

Références $class, $icon, $onclick, $text, $title, $type, $url, ENT_COMPAT, htmlspecialchars, et value.

◆ 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.

◆ 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.

◆ getTitle()

getTitle ( )
protected

Method to get the field title.

Renvoie
string The field title.

Références null.

Documentation des champs

◆ $repeatable

$repeatable
protected

◆ $static

$static
protected

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