I wrote my own grid bag layout using JavaScript and CSS styles to
modify DIV locations and sizes. Then I wrapped the javascript using
UIComponents. Unfortunately it is propiatary code so I can't share it,
but when I have some time (if ever) I may start a sandbox gridbagpanel
component if I am allowed.

-Andrew

On 4/24/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
> What are others doing for page layout?
>
> I've got a fun page to implement with a complicated layout -- disjoint
> items on the same rows and columns, some top-aligned, some
> left-aligned, some right-aligned, some center-aligned.
>
> My first pass on it was to use a lot of panelGrids, but panelGrid
> doesn't provide any means for specifying cell css styles.
>
> My current thinking is to implement a t:panelGrid that supports a
> t:styleCell wrapper class (like t:column in t:dataTable) which would
> allow me to individually specify css styles for each cell (The first
> could be left-aligned and the next center-aligned, and the last
> right-aligned, for example).
>

Reply via email to