|
|
|
|
This example demonstrates how to manipulate the ASPxTimer component on the client, using its client-side functionality. The client-side programmatic interface is available if the EnableClientSideAPI property is set to true, or if there is a handler assigned for any client-side event.
The ASPxTimer's client-side API includes two methods: SetInterval and SetEnabled. In this demo, they are used to adjust the timer's interval and turn the timer on and off on the client side. (See ASPX code, the dropdown list and checkbox declarations)
|
 | Loading… |
|
|
|
|