function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
theitdeptrockstheitdeptrocks 

Multi...frame...panel...table layout?

Hi all,


I need to develop a Visualforce page with three sections to it and I'm not sure the best way to work with three page "sections."

 

--------------------
|              |   |
|              |   |
|       1      | 2 |
|              |   |
|              |   |
--------------------
|                  |
|        3         |
--------------------

Section 1 will be the main body, where there will be fields to populate

Section 2 will be a reminders section - fields that are missing or marked as a "need to be completed later" type field

Section 3 will be a help section - basically the procedure for that step of the process

 

Within Section 1, which will have "Previous" and "Next" buttons, changes to that page as well as page advancements may need to update sections 2 and 3.

 

I've thought about a parent page, with an HTML table laid out with the above using <apex:include, but wanted to get some feedback.

 

I'm not sure what the best way to do this is.  Any suggestions?  

 

Thanks in advance!