JHTMLSelect::integerlist/1.5
From Joomla! Documentation
JHTMLSelect::integerlist
Description
Generates a select list of integers.
Description:JHTMLSelect::integerlist [Edit Descripton]
public function integerlist ( $start $end $inc $name $attribs=null $selected=null $format="" )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $start | int | The start integer | |
| $end | int | The end integer | |
| $inc | int | The increment | |
| $name | string | The value of the HTML name attribute | |
| $attribs | string | null | Additional HTML attributes for the <select> tag |
| $selected | mixed | null | The key that is selected |
| $format | string | "" | The printf format to be applied to the number |
- Returns string HTML for the select list
- Defined on line 190 of libraries/joomla/html/html/select.php
See also
-
JHTMLSelect::integerlist on api.joomla.org
-
JHTMLSelect source code on JoomlaCode
-
Class JHTMLSelect
-
Subpackage Html
- Other versions of JHTMLSelect::integerlist
SeeAlso:JHTMLSelect::integerlist [Edit See Also]
User contributed notes
<CodeExamplesForm />