OnsRangeInput

open class OnsRangeInput(value: Number? = null, min: Number = 0, max: Number = 100, step: Number = DEFAULT_STEP, inputId: String? = null, className: String? = null, init: OnsRangeInput.() -> Unit? = null)

OnsenUI range input component.

Parameters

value

number input value

min

minimal value (default 0)

max

maximal value (default 100)

step

step value (default 1)

inputId

the ID of the input element

className

CSS class names

init

an initializer extension function

Constructors

Link copied to clipboard
constructor(value: Number? = null, min: Number = 0, max: Number = 100, step: Number = DEFAULT_STEP, inputId: String? = null, className: String? = null, init: OnsRangeInput.() -> Unit? = null)

Creates a range input component.

Properties

Link copied to clipboard

The ID of the input element.

Link copied to clipboard

A modifier attribute to specify custom styles.

Functions

Link copied to clipboard
open fun buildAttributeSet(attributeSetBuilder: <Error class: unknown class>)
Link copied to clipboard
open fun render(): <Error class: unknown class>