ScrollEvent"

From Documentation
m
m ((via JWB))
 
(2 intermediate revisions by 2 users not shown)
Line 10: Line 10:
 
Represents an event caused by that user is scrolling or has scrolled at the client.  
 
Represents an event caused by that user is scrolling or has scrolled at the client.  
  
<tt>ScrollEvent</tt> will be sent wih name as "<tt>onScroll</tt>" after <tt>setCurposByClient(int)</tt> is called to notify application developers that it is called by user (rather than by codes).
+
<code>ScrollEvent</code> will be sent wih name as "<code>onScroll</code>" after <code>setCurposByClient(int)</code> is called to notify application developers that it is called by user (rather than by codes).
  
For components that might also support ScrollEvent with "<tt>onScrolling</tt>". It is used to notified the server that user is changing its content (changing is on progress and not finished).
+
For components that might also support ScrollEvent with "<code>onScrolling</code>". It is used to notified the server that user is changing its content (changing is on progress and not finished).
  
 
The components which are supported this event are: <javadoc>org.zkoss.zul.Slider</javadoc>.
 
The components which are supported this event are: <javadoc>org.zkoss.zul.Slider</javadoc>.
Line 23: Line 23:
 
=Supported events=
 
=Supported events=
  
{| border="1" | width="100%"
+
{| class='wikitable' | width="100%"
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
Line 37: Line 37:
 
=Use cases=
 
=Use cases=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Description !! Example Location
 
! Version !! Description !! Example Location
 
|-
 
|-
Line 47: Line 47:
 
=Version History=
 
=Version History=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| 5.0.2
+
| &nbsp;
| 05/11/2010
+
| &nbsp;
| Initialization
+
| &nbsp;
 
|}
 
|}
  
 
{{ZKComponentReferencePageFooter}}
 
{{ZKComponentReferencePageFooter}}

Latest revision as of 10:41, 12 January 2022

ScrollEvent

  • Demonstration: N/A
  • Java API: ScrollEvent
  • JavaScript API: N/A

Employment/Purpose

Represents an event caused by that user is scrolling or has scrolled at the client.

ScrollEvent will be sent wih name as "onScroll" after setCurposByClient(int) is called to notify application developers that it is called by user (rather than by codes).

For components that might also support ScrollEvent with "onScrolling". It is used to notified the server that user is changing its content (changing is on progress and not finished).

The components which are supported this event are: Slider.

Example

N/A


Supported events

Name
Event Type
None None

Supported Children

*NONE

Use cases

Version Description Example Location
     

Version History

Version Date Content
     



Last Update : 2022/01/12

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