Page 1 of 1

Slide a listview across to display the detail

PostPosted: 29 Oct 2017 03:10
by mstokes
I am a newbie with CGDevTools.

What I would like is a form with a listview on it and when the user clicks on an item it does the following
1. It slides across to hide the listview and then displays the detail of the item selected.
2. When the user closes the detail it slides the listview back and hides the detail

Can anybody give me some advice on how to start with this?
Which components to use?
How to implement this transition effect?

Re: Slide a listview across to display the detail

PostPosted: 30 Oct 2017 10:30
by Alexander Bulei
Hi mstokes,

You can use the IWCGJQMListView for the list, and the ajax frame for the item details.

You can find some demos in demo folder, in your installation path.

Best Regards.