This topic is locked
[SOLVED]

 Visual Editor

5/5/2012 8:31:18 PM
PHPRunner General questions
C
cjsaputo author

I have a row of fields on a list page. I want to rearrange the fields so that each field appears in a separate row. I have created a new row and dragged a field to the new row. Now displaying the list screen that field is no longer displayed. I am not a coder so I was hoping to rely on the visual editor to rearrange the screen. Why do the fields disappear?
Also, I have an image to display on this list screen but not all records have an image. If there is no image the screen displays a graphic for a missing image. Is there a way to eliminate this graphic when no image exists?
Thanks, Chuck

Sergey Kornilov admin 5/5/2012

I would suggest to use vertical layout on the list page. You can select vertical layout on 'Fields order and totals page'.
In regards to missing images - you can use 'View as' type 'Custom'. You can write a piece of code there that checks if image exists and either dispaly the image or display nothing.

C
cjsaputo author 5/6/2012



I would suggest to use vertical layout on the list page. You can select vertical layout on 'Fields order and totals page'.
In regards to missing images - you can use 'View as' type 'Custom'. You can write a piece of code there that checks if image exists and either dispaly the image or display nothing.


Thanks. Both suggestions worked.