Slider and Scroll Events

From Documentation
Slider and Scroll Events


Stop.png This documentation is for an older version of ZK. For the latest one, please click here.



Event Name
Components
Description
onScroll slider Event: ScrollEvent

Denotes the content of a scrollable component has been scrolled by the user.

onScrolling slider Event: ScrollEvent

Denotes that user is scrolling a scrollable component. Notice that the component's content (at the server) won't be changed until onScroll is received. Thus, you have to invoke the getPos method in the ScrollEvent class to retrieve the temporary position.



Last Update : 2022/01/19

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.