Gaia Ajax Live Scrolling Example
This is an example of how you can use Ajax Live Scrolling using Gaia. Every container
widget in Gaia has two "special" methods; ForceAnUpdate and ForceAnUpdateWithAppending.
By combining the ForceAnUpdateWithAppending method with AspectScrollable you can easily create
a widget that is dynamically being feed items from the server as the user scrolls further down
on the page. Try to scroll to the bottom of the panel in the center of the screen and watch as
new items are being transfered from the server as you come to the bottom of the Panel.
|
About Martin Luther King, Jr.
Martin Luther King, Jr. (January 15, 1929 – April 4, 1968)
was one of the main leaders of the American civil rights movement. He was a political
activist and Baptist minister and is regarded as one of America's greatest orators.
King's most influential and well-known public address is the 'I Have A Dream' speech,
delivered on the steps of the Lincoln Memorial in Washington, D.C. in 1963. In 1964,
King became the youngest man to be awarded the Nobel Peace Prize (for his work as a
peacemaker, promoting nonviolence and equal treatment for different races).
On April 4, 1968, King was assassinated in Memphis, Tennessee.
Source Wikipedia - about Martin Luther King, Jr. |
Features
- Low bandwidth usage - Easily load contents on demand
- Flexible - Inject any Gaia Ajax Control into the LiveScroll
- XHTML compliant - Of course
- Small footprint - Close to zero amount of JavaScript for the live scrolling feature
- "Just works" - Use keys, mouse or any other scrolling mechanism to initiate scrolling
- Easy to use - All coding is done server side in C# or VB.NET
Controls used in sample
Gaia ExtendedPanel
Gaia ImageButton
Gaia Label
Gaia LinkButton
Gaia Panel
Gaia Window