I'm building a portal and would like to use Prometheus. My requirements include the following:
- Dynamic portal page layout - 2 column, 3 column and other page layouts - I will load a different layout based on the page requested
- Drag and drop of content within the page layout columns
- Save the locations of the content blocks in a database
I think using the following approach will help me achieve what I need to do.
- Use a RadDocLayout control as the primary container
- Place RadDocZone controls inside the layout control, using a zone for each one of my columns or rows that I have on my page
- Use the RadDoc for all my content objects
I have two questions.
- Does this approach seem correct?
- I can't seem to get the zone controls in a side by side (horizontal) configuration, I can only get them in a vertical (one on top of the other) configuration. How can I get the zone controls to be configured to be side by side so I can use them as columns for my page layout?
- In regards to my 2nd question, I looked at your portal example and you use tables to create the 3 column zone layout that I want. Is this the only way to do this or can I use Div tags or some other approach?
Thanks in advance for the help.