Hello everybody!!

Is there a way to redefine the layout user in order to have a layout in
several modes like create, view, edit?

I have tried something as follows but it does not work

<extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">

    <type id="User">
      <label>User</label>
      <icon>/icons/user.gif</icon>
      <default-view>view_user</default-view>
      <layouts mode="create">
          <layout>user-create</layout>
      </layouts>
      <layouts mode="view">
          <layout>user-view</layout>
      </layouts>
      <layouts mode="edit">
           <layout>user-view</layout>
      </layouts>
    </type>

</extension>

Thks. in advanced

-- 
Jesus
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to