Project

General

Profile

Description:
With coverflow module user can experience the record browsing in three dimensional graphical user interface. Servoy form can be shown in the coverflow. It creates as many of coverflow cards as the number of records in the foundset. So that we can browse through every record using coverflow. We can costumize the servoy form as per requirement and restart the client to reflect the UI changes in the coverflow. Coverflow is browsed by selecting a record from a list, which flips through the pages to bring the associated record into view. This is compatible with both smart and web clients.

Limitations:
Should be imported into Servoy 6.1 and later versions.

Dependencies:
Browser Suite bean (https://www.servoyforge.net/projects/browsersuite)
Web client utils plugin (https://www.servoyforge.net/projects/webclientutils)

We have used external jquery library to get coverflow. Please follow this link to get the details. http://addyosmani.com/resources/coverflow/demo/demo.html

How It Works:
Follow the steps to experience the interface in your solution:
1. Download and attach the module to your solution.
2. Design a form (form1) and provide datasource to it.
3. Create another form (form2) with a tabpanel.
4. Create onload method for form2 and place the below code:

scopes.coverflow.loadCoverflow(form2, form2_tabpanel_name, form1, form1.heignt, form1.width);

Now launch the solution with smart or weclient to view the coverflow.