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 JFormFieldSpacer
+ Graphe d'héritage de JFormFieldSpacer:

Fonctions membres publiques

 renderField ($options=array())
 

Fonctions membres protégées

 getInput ()
 
 getLabel ()
 
 getTitle ()
 

Attributs protégés

 $type = 'Spacer'
 

Description détaillée

Form Field class for the Joomla Platform. Provides spacer markup to be used in form layouts.

Depuis
1.7.0

Documentation des fonctions membres

◆ getInput()

getInput ( )
protected

Method to get the field input markup for a spacer. The spacer does not have accept input.

Renvoie
string The field input markup.
Depuis
1.7.0

◆ getLabel()

getLabel ( )
protected

Method to get the field label markup for a spacer. Use the label text or name from the XML element as the spacer or Use a hr="true" to automatically generate plain hr markup

Renvoie
string The field label markup.
Depuis
1.7.0

Références $class, $html, $label, $text, description, ENT_COMPAT, htmlspecialchars, if, et true.

◆ getTitle()

getTitle ( )
protected

Method to get the field title.

Renvoie
string The field title.
Depuis
1.7.0

◆ renderField()

renderField (   $options = array())

Method to get a control group with label and input.

Paramètres
array$optionsOptions to be passed into the rendering of the field
Renvoie
string A string containing the html for the control group
Depuis
3.7.3

Références $options.

Documentation des champs

◆ $type

$type = 'Spacer'
protected

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