JHtmlSelect::integerlist
Generates a selection list of integers.
Signature
public function integerlist(integer
$start,
[integer
$end = null,
[integer
$inc = null,
[string
$name = null,
[mixed
$attribs = null,
[mixed
$selected = null,
[string
$format = '']]]]]] )
Parameters
-
$start
- The start integer
-
$end
- The end integer
-
$inc
- The increment
-
$name
- The value of the HTML name attribute
-
$attribs
- Additional HTML attributes for the <select> tag, an array of
-
$selected
- The key that is selected
-
$format
- The printf format to be applied to the number
Returns
- string
- HTML for the select list