10.29 Enter Step

Description: This attribute is used to specify the size of the step to take when spinning via buttons. Step must be a number greater than 0, otherwise an exception is thrown. It defaults to 1. To understand more about step attribute refer http://jet.us.oracle.com/6.1.0/jsdocs/oj.ojInputNumber.html#step

Component to accept the input: Input Text



Example: User wants to set the step value as 2.



Value of input number is 5. If user clicks the up arrow, value will increment by 2 and it will be 7 as shown in the image below.



Now value of input number is 7. If user clicks the down arrow, value will decrement by 2 and it will be 5 as shown in the image below.



Usage: Enter 2 in the input text as shown in the image below.

Note:

Do not write number in quotes.