0 Replies Latest reply on Nov 26, 2006 2:26 AM by alittledog

    How do I position a Portlet in a window?

    alittledog

      I attempting to build a new portal for DOI. I have everything working (portlets and pages in place), but I don't know how to position the porlet itself in the container(window). I am using JFreeCharts to show charts and for drilldowns. However, they always appear in the middle of the container. I need to build my portal for much smaller screens (maybe the government doesn't always overspend) and I want put the porlet on the left side of the container. I don't see how to do this within the portlet.xml, *-object.xml or as part of the chart specification, so I am assuming that this in a theme. However, I don't see where to do this right now. Thanks.

      I am basing this portal off of the Pentaho RC3 demo.

      Now
      ---------------------------------------------------
      |...............................................................|
      |....................-----------------------..............|
      |....................|..........................|..............|
      |....................|....CHART............|..............|
      |....................|..........................|..............|
      |....................----------------------................|
      |...............................................................|
      ----------------------------------------------------

      What I need
      ---------------------------------------------------
      |...............................................................|
      |.....-----------------------..............................|
      |.....|..........................|..............................|
      |.....|....CHART............|..............................|
      |.....|..........................|..............................|
      |.....----------------------...............................|
      |...............................................................|
      ----------------------------------------------------

      Thanks,

      Matt