Re: Admin Extension on Page-Edit
Hi Paul,
If you come up with a better approach I'm interested in seeing it.
However the current approach is not limited to 3 columns, any page can have 1, 2 or 3 columns so the limitation is only that you can't have more than 3 columns. I do not consider this a limitation since I have never seen a site with more than 3 columns that I considered a good design.
The advantage of the current approach (at least with the included skins) is that the css for each page adapts to 1, 2, or 3 column layout based on whether there is any content in each of the 3 columns. And it does this using css layout instead of table layout and is xhtml compliant. If you come up with something even more flexible and adaptable I'm happy to see it. If I agree it is a better solution I will be glad to incorporate it in mojoPortal.
I've completed the implementation of WebParts several releases ago. The MyPage feature allows users to create personalized pages from any site content flagged as available for MyPage.
So, if you can show me a proof of concept for flexible layout that is better than what we have today I'm all for it.
Joe