<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=IfTrueElseFalse</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=IfTrueElseFalse"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/IfTrueElseFalse"/>
	<updated>2026-05-19T06:55:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Integer_form_field_type&amp;diff=31460</id>
		<title>Integer form field type</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Integer_form_field_type&amp;diff=31460"/>
		<updated>2010-10-17T05:07:03Z</updated>

		<summary type="html">&lt;p&gt;IfTrueElseFalse: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;integer&#039;&#039;&#039; parameter type provides a select box with a range of integer values.  If the parameter has a value saved, this value is displayed when the page is first loaded.  If not, the default value (if any) is selected. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;type&#039;&#039;&#039; (mandatory) must be &#039;&#039;integer&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;name&#039;&#039;&#039; (mandatory) is the unique name of the parameter.&lt;br /&gt;
* &#039;&#039;&#039;label&#039;&#039;&#039; (mandatory) (translatable) is the descriptive title of the field.&lt;br /&gt;
* &#039;&#039;&#039;default&#039;&#039;&#039; (optional) (translatable) is the default value.&lt;br /&gt;
* &#039;&#039;&#039;description&#039;&#039;&#039; (optional) (translatable) is text that will be shown as a tooltip when the user moves the mouse over the drop-down box.&lt;br /&gt;
* &#039;&#039;&#039;class&#039;&#039;&#039; (optional)  is a CSS class name for the HTML form field.  If omitted this will default to &#039;text_area&#039;.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;first&#039;&#039;&#039; (mandatory) this value is the lowest on the list.&lt;br /&gt;
* &#039;&#039;&#039;last&#039;&#039;&#039; (mandatory) this value is the highest on the list.&lt;br /&gt;
* &#039;&#039;&#039;step&#039;&#039;&#039; (mandatory) each option will be in incrementation of this integer, based on the &#039;&#039;&#039;first&#039;&#039;&#039; value until &#039;&#039;&#039;last&#039;&#039;&#039; value is reached&lt;br /&gt;
&lt;br /&gt;
Example XML parameter definition which would create a select box with the choices of 1,2,3,4,5,6,7,8,9,10:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&amp;lt;param name=&amp;quot;myintegeralue&amp;quot; type=&amp;quot;integer&amp;quot; default=&amp;quot;Some integer&amp;quot; label=&amp;quot;Choose an integer&amp;quot; description=&amp;quot;&amp;quot; first=&amp;quot;1&amp;quot; last=&amp;quot;10&amp;quot; step=&amp;quot;1&amp;quot; /&amp;gt;&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
=== See also ===&lt;br /&gt;
* [[Standard parameter types|Full list of standard parameter types]]&lt;br /&gt;
[[Category:Components]][[Category:Modules]][[Category:Plugins]][[Category:Templates]][[Category:Development]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>IfTrueElseFalse</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Integer_form_field_type&amp;diff=31459</id>
		<title>Integer form field type</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Integer_form_field_type&amp;diff=31459"/>
		<updated>2010-10-17T05:06:39Z</updated>

		<summary type="html">&lt;p&gt;IfTrueElseFalse: New page: The &amp;#039;&amp;#039;&amp;#039;integer&amp;#039;&amp;#039;&amp;#039; parameter type provides a select box with a range of integer values.  If the parameter has a value saved, this value is displayed when the page is first loaded.  If not, ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;integer&#039;&#039;&#039; parameter type provides a select box with a range of integer values.  If the parameter has a value saved, this value is displayed when the page is first loaded.  If not, the default value (if any) is selected. &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;type&#039;&#039;&#039; (mandatory) must be &#039;&#039;integer&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;name&#039;&#039;&#039; (mandatory) is the unique name of the parameter.&lt;br /&gt;
* &#039;&#039;&#039;label&#039;&#039;&#039; (mandatory) (translatable) is the descriptive title of the field.&lt;br /&gt;
* &#039;&#039;&#039;default&#039;&#039;&#039; (optional) (translatable) is the default value.&lt;br /&gt;
* &#039;&#039;&#039;description&#039;&#039;&#039; (optional) (translatable) is text that will be shown as a tooltip when the user moves the mouse over the drop-down box.&lt;br /&gt;
* &#039;&#039;&#039;class&#039;&#039;&#039; (optional)  is a CSS class name for the HTML form field.  If omitted this will default to &#039;text_area&#039;.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;first&#039;&#039;&#039; (mandatory) this value is the lowest on the list.&lt;br /&gt;
* &#039;&#039;&#039;last&#039;&#039;&#039; (mandatory) this value is the highest on the list.&lt;br /&gt;
* &#039;&#039;&#039;step&#039;&#039;&#039; (mandatory) each option will be in incrementation of this integer, based on the &#039;&#039;&#039;first&#039;&#039;&#039; value until &#039;&#039;&#039;last&#039;&#039;&#039; value is reached&lt;br /&gt;
&lt;br /&gt;
Example XML parameter definition which would create a select box with the choices of 1,2,3,4,5,6,7,8,9,10:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&amp;lt;param name=&amp;quot;myintegeralue&amp;quot; type=&amp;quot;integer&amp;quot; default=&amp;quot;Some integer&amp;quot; label=&amp;quot;Choose an integer&amp;quot; description=&amp;quot;&amp;quot; first=&amp;quot;1&amp;quot; last=&amp;quot;10&amp;quot; step=&amp;quot;1&amp;quot; /&amp;gt;&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
=== See also ===&lt;br /&gt;
* [[Textarea parameter type]]&lt;br /&gt;
* [[Standard parameter types|Full list of standard parameter types]]&lt;br /&gt;
[[Category:Components]][[Category:Modules]][[Category:Plugins]][[Category:Templates]][[Category:Development]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>IfTrueElseFalse</name></author>
	</entry>
</feed>