{{indexmenu_n>1}} ====== N-Type Numeric ===== \\ NUMERIC-Type Property. \\ \\ \\ =====Type="N"===== \\ It is an inputbox to enter numeric values. The keyboard will come out only to enter numbers. If the type was different and we want to show only the numeric keyboard, we will have to specify the input-type="numeric" attribute.\\ ====Slider and Rounded-Slider==== \\ From the **viewmode** attribute, in the Type N props, it defines these controls:\\ * viewmode= **slider** * viewmode= **rounded-slider** \\ The max attribute, defines the maximum value the control may have. \\ \\ |**Prop viewmode=slider** ATTRIBUTES| |**max**: Maximum value performed. By default: 10.| |**min**: Minimum value performed. By default: 0.| |**left-bar-color**: Color of the progress bar, but the left side only. By default: O.S. subject.| |**right-bar-color**: Color of the progress bar, but the right side only. By default: O.S. subject.| |**img-thumb**: Image of the icon we scroll.| \\ |**Prop viewmode=rounded-slider** ATTRIBUTES| |**max**: Maximum value performed. By default: 10.| |**min**: Minimum value performed. By default: 0.| |**progress-bar-color**: Generic color of the progress bar. By default: O.S. subject.| \\ **Examples**:\\ \\