Hello!
I've started with FPM today and I'm trying to build a OVP FPM application with the following layout:
+-------------------------------------------------------------+
| Header area |
+-----+-------------+-------------+-------------+-------------+
| | | | | |
| N | Component 1 | | | |
| a | | Component 5 | | |
| v +-------------+ | Component 7 | Component 7 |
| i | | | | |
| g | Component 2 +-------------+ | |
| a | | | | |
| t +-------------+ | Config A | Config B |
| i | | Component 6 | | |
| o | Component 3 | | | |
| n | | | | |
+-----+-------------+-------------+-------------+-------------+
As far as I know I can only display one page at the same time with sections containing up to three columns - So is this even possible using the FPM framework? If so, how?
The orange area should be replaceable according the the current selection in the navigation.
Can I use standard functionality to build the navigation or do I have to create an own WD component for this?
Thanks in advance and kind regards,
Alej