This topic is locked

Page Variations

7/31/2007 3:11:57 PM
PHPRunner General questions
C
Christopher author

Often I need to create variations of a page for different areas of an application. For example, I may need a simple search, an advanced search, and some type of specialty search. So far I've been accomplishing this by modifying the pages after they are output, but I would really like to be able to manage them from within PHPRunner. Is there a way I can have two types of search pages, for example, within one project in the application?
Thanks.

D
diaster 7/31/2007

Often I need to create variations of a page for different areas of an application. For example, I may need a simple search, an advanced search, and some type of specialty search. So far I've been accomplishing this by modifying the pages after they are output, but I would really like to be able to manage them from within PHPRunner. Is there a way I can have two types of search pages, for example, within one project in the application?

Thanks.


I would think in the add custom pages section, where the tables are listed and then just use visual editor to remove the parts of the page you do not want to show

C
Christopher author 7/31/2007

Where is the "add custom pages" section?

J
Jane 8/1/2007

Hi,
you can create custom view for this table on the Datasource tables tab and then edit this view on the Visual Editor tab.