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 du fichier advanced.php

Espaces de nommage

 Joomla\Site
 

Variables

if($validate !=='color' &&in_array($format, array('rgb', 'rgba'), true)) else
 
 $inputclass = ($keywords && ! in_array($format, array('rgb', 'rgba'), true)) ? ' keywords' : ' ' . $format
 
 $class = ' class="' . trim('minicolors ' . $class) . ($validate === 'color' ? '' : $inputclass) . '"'
 
 $control = $control ? ' data-control="' . $control . '"' : ''
 
 $format = $format ? ' data-format="' . $format . '"' : ''
 
 $keywords = $keywords ? ' data-keywords="' . $keywords . '"' : ''
 
 $validate = $validate ? ' data-validate="' . $validate . '"' : ''
 
 $disabled = $disabled ? ' disabled' : ''
 
 $readonly = $readonly ? ' readonly' : ''
 
 $hint = strlen($hint) ? ' placeholder="' . $this->escape($hint) . '"' : ' placeholder="' . $placeholder . '"'
 
 $autocomplete = ! $autocomplete ? ' autocomplete="off"' : ''
 
 $direction = $lang->isRtl() ? ' dir="ltr" style="text-align:right"' : ''
 
 $position
 
 $required
 
 $onchange
 
 $autofocus
 

Documentation des variables

◆ $autocomplete

$autocomplete = ! $autocomplete ? ' autocomplete="off"' : ''

Référencé par HTMLHelper\calendar().

◆ $autofocus

$autofocus

◆ $class

$class = ' class="' . trim('minicolors ' . $class) . ($validate === 'color' ? '' : $inputclass) . '"'

◆ $control

◆ $direction

$direction = $lang->isRtl() ? ' dir="ltr" style="text-align:right"' : ''

◆ $disabled

$disabled = $disabled ? ' disabled' : ''

◆ $format

$format = $format ? ' data-format="' . $format . '"' : ''

◆ $hint

$hint = strlen($hint) ? ' placeholder="' . $this->escape($hint) . '"' : ' placeholder="' . $placeholder . '"'

Référencé par HTMLHelper\calendar().

◆ $inputclass

$inputclass = ($keywords && ! in_array($format, array('rgb', 'rgba'), true)) ? ' keywords' : ' ' . $format

◆ $keywords

◆ $onchange

$onchange

◆ $position

$position

◆ $readonly

$readonly = $readonly ? ' readonly' : ''

◆ $required

$required

◆ $validate

$validate = $validate ? ' data-validate="' . $validate . '"' : ''

◆ else

if ( $validate !=='color' &&in_array( $format, array( 'rgb', 'rgba'), true)) else
Valeur initiale :
{
$placeholder = '#rrggbb'