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

Fonctions membres publiques

 __get ($name)
 
 __set ($name, $value)
 
 setup (SimpleXMLElement $element, $value, $group=null)
 

Fonctions membres protégées

 getInput ()
 
 getLayoutData ()
 

Attributs protégés

 $type = 'Textarea'
 
 $rows
 
 $columns
 
 $maxlength
 
 $layout = 'joomla.form.field.textarea'
 

Description détaillée

Form Field class for the Joomla Platform. Supports a multi line area for entry of plain text

1.7.0

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 get the value.
Renvoie
mixed The property value or null.
Depuis
3.2

Références $name.

◆ __set()

__set (   $name,
  $value 
)

Method to set certain otherwise inaccessible properties of the form field object.

Paramètres
string$nameThe property name for which to set the value.
mixed$valueThe value of the property.
Renvoie
void
Depuis
3.2

Références $name, et $value.

◆ getInput()

getInput ( )
protected

Method to get the textarea field input markup. Use the rows and columns attributes to specify the dimensions of the area.

Renvoie
string The field input markup.
Depuis
1.7.0

◆ getLayoutData()

getLayoutData ( )
protected

Method to get the data to be passed to the layout for rendering.

Renvoie
array
Depuis
3.7

Références $columns, $data, $maxlength, et $rows.

◆ setup()

setup ( SimpleXMLElement  $element,
  $value,
  $group = null 
)

Method to attach a JForm object to the field.

Paramètres
SimpleXMLElement$elementThe SimpleXMLElement object representing the <field> tag for the form field object.
mixed$valueThe form field value to validate.
string$groupThe field name group control value. This acts as an array container for the field. For example if the field has name="foo" and the group value is set to "bar" then the full field name would end up being "bar[foo]".
Renvoie
boolean True on success.
Voir également
JFormField::setup()
Depuis
3.2

Références $return, et $value.

Documentation des champs

◆ $columns

$columns
protected

◆ $layout

$layout = 'joomla.form.field.textarea'
protected

◆ $maxlength

$maxlength
protected

◆ $rows

$rows
protected

◆ $type

$type = 'Textarea'
protected

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