This topic is locked

Side by side comparison

10/12/2010 10:46:11 AM
PHPRunner General questions
O
ofi author

Can I achieve a side by side comparison of records similar to the examples below using PHPRunner?
In essence, let the user select a small number of records from a list, then click on a "Compare" button and show the records side-by-side.
DPReview:

http://www.dpreview.com/reviews/sidebyside.asp
GPS Comparison

http://comparison.maps-gps-info.com/gps-comparison.php
Thanks!

T
tedwilder 10/12/2010



Can I achieve a side by side comparison of records similar to the examples below using PHPRunner?
In essence, let the user select a small number of records from a list, then click on a "Compare" button and show the records side-by-side.
DPReview:

http://www.dpreview.com/reviews/sidebyside.asp
GPS Comparison

http://comparison.maps-gps-info.com/gps-comparison.php
Thanks!


maybe you should search some info for custom search page in here.

Sergey Kornilov admin 10/12/2010

Should be pretty straightforward.

  1. Enable vertical layout on List page
  2. On advanced search page define model selection as a lookup wizard with multiple selection.
    This gives you pretty much what you need.

O
ofi author 10/12/2010

Thanks very much, Sergey.