Liste de tous les membres
Description détaillée
Définition à la ligne 21 du fichier note.php.
Documentation des fonctions membres
JFormFieldNote::getInput |
( |
| ) |
|
|
protected |
Method to get the field input markup.
- Renvoie:
- string The field input markup.
- Depuis:
- 11.1
Réimplémentée à partir de JFormField.
Définition à la ligne 72 du fichier note.php.
JFormFieldNote::getLabel |
( |
| ) |
|
|
protected |
Method to get the field label markup.
- Renvoie:
- string The field label markup.
- Depuis:
- 11.1
Réimplémentée à partir de JFormField.
Définition à la ligne 38 du fichier note.php.
Références JText\_(), et if.
{
if (empty($this->element['label']) && empty($this->element['description']))
{
return '';
}
$title = $this->element['label'] ? (string) $this->element['label'] : ($this->element['title'] ? (string) $this->element['title'] : '');
$heading = $this->element['heading'] ? (string) $this->element['heading'] : 'h4';
$class = !empty($this->class) ? ' class="' . $this->class . '"' : '';
$close = (string) $this->element['close'];
$html = array();
{
$close = $close == 'true' ? 'alert' : $close;
$html[] = '<button type="button" class="close" data-dismiss="' . $close . '">×</button>';
}
$html[] = !empty($title) ?
'<' . $heading .
'>' .
JText::_($title) .
'</' . $heading .
'>' :
'';
return '</div><div ' .
$class .
'>' . implode(
'', $html);
}
Documentation des données membres
JFormFieldNote::$type = 'Note' |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :
- jplatform-13.1/joomla/form/fields/note.php