View source: R/input-noUiSlider.R
updateNoUiSliderInput | R Documentation |
Change the value of a no ui slider input on the client
updateNoUiSliderInput(
session = getDefaultReactiveDomain(),
inputId,
label = NULL,
value = NULL,
range = NULL,
disable = NULL,
disableHandlers = NULL,
enableHandlers = NULL
)
session |
The |
inputId |
The id of the input object. |
label |
The new label. |
value |
The new value. |
range |
The new range, must be of length 2 with |
disable |
logical, disable or not the slider, if disabled the user can no longer modify the slider value. |
disableHandlers , enableHandlers |
Enable or disable specific handlers, use a numeric indicating the position of the handler. |
noUiSliderInput()
if (interactive()) {
demoNoUiSlider("update")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.