RE: dynamic control of location of panels on page

2012-08-09 Thread oggie
If everything is in panels, and all panels have proper CSS, wouldn't they automatically wrap properly, no matter what order they were in? So if I added the panels to the container in the order I wanted, isn't it just ensuring the css for those panels is correct and that they will line up properly

dynamic control of location of panels on page

2012-08-07 Thread oggie
Let's say we want to have a number of widgets on the page. But we want to be able to dynamically define what widgets are shown, and in what order they appear on the page. So I can create a bunch of panels, each with their own html, and add those panels to a container to display on the screen. But

RE: dynamic control of location of panels on page

2012-08-07 Thread Paul Bors
Well, if you use a repeater it will go through its model in the order you added the items to it. If you want to control where on the page they go, then you would need some kind of dynamic template or overlay. For that I used HTML tables with North, South, Center, East, West table cells and I add