Hide Table of Contents
esri
esri/arcgis
esri/dijit
esri/dijit/analysis
esri/dijit/geoenrichment
esri/dijit/geoenrichment/ReportPlayer
esri/geometry
esri/layers
esri/opsdashboard
esri/renderers
esri/symbols
esri/tasks
esri/tasks/datareviewer
esri/tasks/geoenrichment
esri/tasks/locationproviders
dojo.require("esri.dijit.HorizontalSlider")
| Name | Summary |
|---|---|
| new esri.dijit.HorizontalSlider(params, srcNodeRef) | Creates a new HorizontalSlider widget. |
esri/dijit/HorizontalSlider | Download source
| Name | Type | Summary |
|---|---|---|
| showButtons | Boolean | Show increment/decrement buttons at the ends of the slider. |
| Name | Return type | Summary |
|---|---|---|
| startup() | None | Finalizes the creation of the widget. |
HorizontalSlider widget.<> params |
Required | Set of parameters used to specify the HorizontalSlider widget options. |
<> srcNodeRef |
Required | Reference or ID of the HTMLElement where the widget should be rendered. |
params properties: <> labels |
Required | Array of text labels to render - evenly spaced from left-to-right. Alternately, minimum and maximum can be specified, to get numeric labels. |
Boolean> showButtonsfalse