Skip to content

Commit 031bf52

Browse files
jzaeffererscottgonzalez
authored andcommitted
Slider: Document new handleIndex property on all 4 events
Ref #7630 Closes gh-265
1 parent 75ebb4d commit 031bf52

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

entries/slider.xml

+12
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@
8888
<property name="handle" type="jQuery">
8989
<desc>The jQuery object representing the handle being moved.</desc>
9090
</property>
91+
<property name="handleIndex" type="Number">
92+
<desc>The numeric index of the handle being moved.</desc>
93+
</property>
9194
<property name="value" type="Number">
9295
<desc>The current value of the slider.</desc>
9396
</property>
@@ -100,6 +103,9 @@
100103
<property name="handle" type="jQuery">
101104
<desc>The jQuery object representing the handle being moved.</desc>
102105
</property>
106+
<property name="handleIndex" type="Number">
107+
<desc>The numeric index of the handle being moved.</desc>
108+
</property>
103109
<property name="value" type="Number">
104110
<desc>The value that the handle will move to if the event is not canceled.</desc>
105111
</property>
@@ -115,6 +121,9 @@
115121
<property name="handle" type="jQuery">
116122
<desc>The jQuery object representing the handle that was changed.</desc>
117123
</property>
124+
<property name="handleIndex" type="Number">
125+
<desc>The numeric index of the handle that was moved.</desc>
126+
</property>
118127
<property name="value" type="Number">
119128
<desc>The current value of the slider.</desc>
120129
</property>
@@ -127,6 +136,9 @@
127136
<property name="handle" type="jQuery">
128137
<desc>The jQuery object representing the handle that was moved.</desc>
129138
</property>
139+
<property name="handleIndex" type="Number">
140+
<desc>The numeric index of the handle that was moved.</desc>
141+
</property>
130142
<property name="value" type="Number">
131143
<desc>The current value of the slider.</desc>
132144
</property>

0 commit comments

Comments
 (0)