This topic is locked
[SOLVED]

 Rearranging The xxx.List.php Form

12/6/2009 6:26:50 AM
PHPRunner General questions
F
FBuhawia author

Hi There

I Wonder Is There Any Easy Way To Make The File xxx.list.php good looking form (Not Just A List Of Fields From Up To bottom)...

I Mean Not Like The Default One ..
can we rearrange the cells within the page .. plz help

thankx

Pfeiffer 12/6/2009

Hello,
I think there are several options to do that..
1.) choose a template-design near to your wishes or

2.) create your own template based on an existing template (see documentation)

3.) change the list-page with HTML-Editor to change appearence of the site...
Hope this helps you..
But whatever ... the normal appearence of list-page is a list of records ...
Best regards

Uwe Pfeiffer

L
lewisekrantz 12/6/2009



Hi There

I Wonder Is There Any Easy Way To Make The File xxx.list.php good looking form (Not Just A List Of Fields From Up To bottom)...

I Mean Not Like The Default One ..
can we rearrange the cells within the page .. plz help

thankx


Not so easy if you are not experienced at HTML or PHP.

I can think of three ways in which your modifications would stick the next time you genned the system;

  1. Modify the .CSS file that it uses
  2. Modify the template that it gets generated from
  3. Modify it with some code while in the visual editor.
    All of the above would keep the changes within the IDE.
    Or you could
  4. Just modify the page directly after it is output, that you would not retain the changes next time you generated

    the system.
    I have not been using PHPRunner all that long, so there may be other ways.

F
FBuhawia author 12/7/2009

ok looks fine

is there any template available some where to use ..

Thankx

J
Jane 12/7/2009

What templates do you mean?

F
FBuhawia author 12/10/2009



What templates do you mean?


Hi

What Iam Trying To Say Some Times We Are Doing 60 to 100 Fields Table ... And I Need To Rearrange The Fields On My Screen In A good shape (not just listing Horizontal or vertical) ... I Need to make my screen resize, rearrange etc ..

That's what iam looking forward

thanks
for example like :

https://ssl.gcis.net/hhforms/onlineformsample.html

or

https://addons.mozilla.org/en-US/firefox/addon/4775 (Then Click The Pic)

J
Jane 12/10/2009

Hi,
unfortunately there are no common rules how to edit templates.

You can useVisual Editor for this purpose or edit HTML code manually.