You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Ate Douma (JIRA)" <je...@portals.apache.org> on 2006/02/11 20:30:28 UTC

[jira] Updated: (JS2-468) Customizer cannot edit nested layouts.

     [ http://issues.apache.org/jira/browse/JS2-468?page=all ]

Ate Douma updated JS2-468:
--------------------------

    Attachment: snapshot1.png

First screenshot showing a page with every feature of the customizer enabled using the default configuration settings.

psml definition (id's stripped for readability):
<page id="/_user/user/test.psml" hidden="false">
    <title>test</title>
    <short-title>test</short-title>
    <defaults layout-decorator="tigris" portlet-decorator="tigris"/>
    <fragment type="layout" name="jetspeed-layouts::VelocityTwoColumns2575">
        <fragment type="portlet" name="demo::BookmarkPortlet">
            <property name="row" value="0"/>
            <property name="column" value="0"/>
        </fragment>
        <fragment type="layout" name="jetspeed-layouts::VelocityOneColumn">
            <fragment type="portlet" name="demo::BookmarkPortlet"/>
            <fragment type="layout" name="jetspeed-layouts::VelocityTwoColumns">
                <fragment type="portlet" name="demo::BookmarkPortlet"/>
                <fragment type="portlet" name="demo::BookmarkPortlet">
                    <property name="row" value="1"/>
                    <property name="column" value="0"/>
                </fragment>
            </fragment>
        </fragment>
    </fragment>
</page>


> Customizer cannot edit nested layouts.
> --------------------------------------
>
>          Key: JS2-468
>          URL: http://issues.apache.org/jira/browse/JS2-468
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Decorations/Themes, Layout
>     Versions: 2.1-dev, 2.0-FINAL
>     Reporter: Randy Watler
>     Assignee: Ate Douma
>  Attachments: snapshot1.png
>
> Customization of nested layouts using the columns and tcolumns layout templates is not functional. The page actions used to invoke the Customizer are now page centric, as are access to content used by the Customizer. The Customizer should now operate on the layout tree that belongs to the page, but it is not capable of operating on anything beyond a single multicolumn layout. Also, the interface of the existing Customizer may not be sufficiently intuitive or sophisticated to operate on nested layouts.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org