[EMAIL PROTECTED] a écrit : > The incl page: document_editor.xhtml takes the fields > declared in the schema of a custom type as labels but I want > to declare my own labels to be different of the field name. > > how can I do this? I've seen that workspaces, files and > other kind of documents of the platform have done so but > cannot find the trick for it...
You will have to setup custom tab actions to override the default and edit views to use a custom version of document_editor.xhtml for you document types. The create form can also be customized by contributing new view ids to the ECM types extension points. -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
