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é
|
Espaces de nommage | |
Joomla\Plugin | |
Variables | |
$text = $label ? (string) $label : (string) $name | |
$required = true | |
$class = !empty($description) ? 'hasPopover' : '' | |
$label = '<label id="' . $id . '-lbl" for="' . $id . '" class="' . $class . '"' | |
if(!empty($description)) if(Factory::getLanguage() ->isRtl()) | $attribs = array() |
$attribs ['class'] = 'modal' | |
$attribs ['rel'] = '{handler: \'iframe\', size: {x:800, y:500}}' | |
if($article) | else |
if (!empty( $description)) if (Factory::getLanguage() ->isRtl()) $attribs = array() |
$attribs[ 'class'] = 'modal' |
$attribs[ 'rel'] = '{handler: \'iframe\', size: {x:800, y:500}}' |
$class = !empty($description) ? 'hasPopover' : '' |
$label = '<label id="' . $id . '-lbl" for="' . $id . '" class="' . $class . '"' |
$required = true |