Hello all,
I got a panel which displays a set of 5 images horizontally. The image details are fetched from the database. So there could be more than 5 images to be displayed. So i thought of providing a scrolling button to left and right of the panel. On clicking on to one of the button should display the next 5 images in the store. Can this be implemented using ext? Is there any plugins or API for that or should i manually add two buttons with the text "<" and ">" so that on clicking to one of the button will query the database table and retrieve the next or previous 5 images in the list. What is the better method to accomplish such kind of functionality in an ext panel? Please Help. Thanks