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é
|
Fonctions membres publiques | |
renderField ($options=array()) | |
Fonctions membres protégées | |
getInput () | |
getLabel () | |
getTitle () | |
Attributs protégés | |
$type = 'Spacer' | |
Form Field class for the Joomla Platform. Provides spacer markup to be used in form layouts.
|
protected |
Method to get the field input markup for a spacer. The spacer does not have accept input.
|
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
Références $class, $html, $label, $text, description, ENT_COMPAT, htmlspecialchars, if, et true.
|
protected |
Method to get the field title.
renderField | ( | $options = array() | ) |
Method to get a control group with label and input.
array | $options | Options to be passed into the rendering of the field |
Références $options.
|
protected |