Hy,

Must be something I don't understand with the layout system.

I want to define my layout using a layout contrib. Following the reference
guide I :

1. define it the layout myLayout in the extension point "layouts" of
org.nuxeo.ecm.platform.forms.layout.WebLayoutManager
2. in the type contrib I add the section :
           <layouts mode="any">
              <layout>myLayout</layout>
            </layouts>
   Here I'm expecting this layout to be used in create / edit /view modes

The problem I have is that it gets used for the creation and in the overview
tab, but not in the modify view. Is that normal ? If yes, where should I
configure the layout for the modifiy tab ?


Another problem I have is configuring the visibility of a widget. Following
the reference guide I added to a widget declaration :
               <widgetModes>
                    <!-- not shown in create mode -->
                    <mode value="create">hidden</mode>
                </widgetModes>

But the widget gets displayed at creation time.


Thanks in advance.

Nel
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to