API17:JHtmlSelect::integerlist
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 58: | Line 58: | ||
string HTML for the select list | string HTML for the select list | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/html/html/select.php | + | libraries/joomla/html/html/select.php (line 295) |
| + | * see source code in [[jplatform:html/html/select.php#cl-295|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:43, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JHtmlSelect::integerlist
Description
Generates a selection list of integers.
Description:JHtmlSelect::integerlist [Edit Descripton]
Synopsis
public static JHtmlSelect::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 | mixed | null | Additional HTML attributes for the <select> tag, an array of attributes, or an array of options. Treated as options if it is the last argument passed. |
| $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 in
libraries/joomla/html/html/select.php (line 295)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JHtmlSelect::integerlist
Examples
<CodeExamplesForm />
