Description |
<p>Create a JForm XML with a field of type number. </p>
<ol>
<li>Do not specify max/min limits > Form will be rendered with range (-inf) to 100 </li>
<li>Specify max or min value to be zero > Form will be rendered without those limits</li>
</ol> |
⇒ |
<p>Create a JForm XML with a field of type number. </p>
<ol>
<li>Do not specify max/min limits > Form will be rendered with range (-inf) to 100. i.e. no lower limit and 100 as the upper limit.</li>
<li>Specify max or min value to be zero > Form will be rendered without those limits</li>
</ol> |
The description was changed