Bernhard,
You can suggest a column width to the browser, see the
<portlet-controller-entry> for TwoColumns in
WEB-INF/conf/controllers.xreg.

To define your own controller, place the <portlet-controller-entry> in
an new file named WEB-INF/conf/local_managers.xreg.  

Example of the local-manager with a definition of My Columns.

<?xml version="1.0" encoding="UTF-8"?>
<registry>
    <portlet-controller-entry name="MyColumn" hidden="false">
        <meta-info>
            <title>MyColumns</title>
        </meta-info>
       
<classname>org.apache.jetspeed.portal.controllers.VelocityPortletController</classname>
        <parameter name="template" value="multicolumn.vm"
hidden="false"/>
        <parameter name="action"
            value="controllers.MultiColumnControllerAction"
hidden="false"/>
        <parameter name="sizes" value="25%,75%" hidden="false"/>
        <parameter name="cols" value="2" hidden="false"/>
        <media-type ref="html"/>
</registry>


Using the customizer, portlets can be placed in columns and a rows
within the columns.

Paul Spencer

"Bernhard J. Hirschmann" wrote:
> 
> Hello Jetspeed-User!
> 
> Is it somehow possible to configure the size of the view of a portlet?
> 
> And how is it possible to configure the position of a specific portlet?
> i.e. if I want to have the portlet "info" in the first row in the first
> column.
> 
> best regards,
> Bernhard
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to