API17

Difference between revisions of "JHtmlSelect::integerlist"

From Joomla! Documentation

(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

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JHtmlSelect::integerlist[edit]

Description[edit]

Generates a selection list of integers.

Template:Description:JHtmlSelect::integerlist [Edit Descripton]

Synopsis[edit]

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[edit]

string HTML for the select list

Defined in[edit]

libraries/joomla/html/html/select.php (line 295)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JHtmlSelect::integerlist

Examples[edit]

<CodeExamplesForm />