API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JHTMLSelect

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

JHTMLSelect::booleanlist ( name,
attribs = null,
selected = null,
yes = 'yes',
no = 'no',
id = false 
)

Generates a yes/no radio list

Paramètres:
stringThe value of the HTML name attribute
stringAdditional HTML attributes for the <select> tag
mixedThe key that is selected
Renvoie:
string HTML for the radio list

Références $id, $name, JText::_(), et JHTML::_().

Voici le graphe d'appel pour cette fonction :

JHTMLSelect::genericlist ( arr,
name,
attribs = null,
key = 'value',
text = 'text',
selected = NULL,
idtag = false,
translate = false 
)

Generates an HTML select list

Paramètres:
arrayAn array of objects
stringThe value of the HTML name attribute
stringAdditional HTML attributes for the <select> tag
stringThe name of the object variable for the option value
stringThe name of the object variable for the option text
mixedThe key that is selected (accepts an array or a string)
Renvoie:
string HTML for the select list

Références $id, $name, $text, et JArrayHelper::toString().

Voici le graphe d'appel pour cette fonction :

JHTMLSelect::integerlist ( start,
end,
inc,
name,
attribs = null,
selected = null,
format = "" 
)

Generates a select list of integers

Paramètres:
intThe start integer
intThe end integer
intThe increment
stringThe value of the HTML name attribute
stringAdditional HTML attributes for the <select> tag
mixedThe key that is selected
stringThe printf format to be applied to the number
Renvoie:
string HTML for the select list

Références $i, $name, $start, et JHTML::_().

Voici le graphe d'appel pour cette fonction :

JHTMLSelect::optgroup ( text,
value_name = 'value',
text_name = 'text' 
)
Paramètres:
stringThe text for the option
stringThe returned object property name for the value
stringThe returned object property name for the text
Renvoie:
object

Références $text.

JHTMLSelect::option ( value,
text = '',
value_name = 'value',
text_name = 'text',
disable = false 
)
Paramètres:
stringThe value of the option
stringThe text for the option
stringThe returned object property name for the value
stringThe returned object property name for the text
Renvoie:
object

Références $text.

JHTMLSelect::options ( arr,
key = 'value',
text = 'text',
selected = null,
translate = false 
)

Generates just the option tags for an HTML select list

Paramètres:
arrayAn array of objects
stringThe name of the object variable for the option value
stringThe name of the object variable for the option text
mixedThe key that is selected (accepts an array or a string)
Renvoie:
string HTML for the select list

Références $i, $id, $k, $option, $text, JText::_(), et JFilterOutput::ampReplace().

Voici le graphe d'appel pour cette fonction :

JHTMLSelect::radiolist ( arr,
name,
attribs = null,
key = 'value',
text = 'text',
selected = null,
idtag = false,
translate = false 
)

Generates an HTML radio list

Paramètres:
arrayAn array of objects
stringThe value of the HTML name attribute
stringAdditional HTML attributes for the <select> tag
mixedThe key that is selected
stringThe name of the object variable for the option value
stringThe name of the object variable for the option text
Renvoie:
string HTML for the select list

Références $i, $id, $k, $n, $name, $text, JText::_(), et JArrayHelper::toString().

Voici le graphe d'appel pour cette fonction :


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