Merge pull request #2136 from Leopoldthecoder/slider-doc

Slider: update change event doc
pull/2154/head
baiyaaaaa 2017-01-03 12:26:06 +08:00 committed by GitHub
commit 6c26d26ee8
2 changed files with 2 additions and 2 deletions

View File

@ -132,5 +132,5 @@ Set value via a input box.
## Events
| Event Name | Description | Parameters |
|---------- |-------- |---------- |
| change | triggers when the value changes | value after changing |
| change | triggers when the value changes (if the mouse is being dragged, this event only fires when the mouse is released) | value after changing |

View File

@ -156,4 +156,4 @@
### Events
| 事件名称 | 说明 | 回调参数 |
|---------- |-------- |---------- |
| change | 值改变时触发 | 改变后的值 |
| change | 值改变时触发(使用鼠标拖曳时,只在松开鼠标后触发) | 改变后的值 |