Contribution org.nuxeo.ecm.platform.forms.layouts.webapp--widgettypes
In component org.nuxeo.ecm.platform.forms.layouts.webapp
org.nuxeo.ecm.platform.forms.layouts.webapp
inside nuxeo-platform-webapp-core-2021.47.4.jar /OSGI-INF/layouts-contrib.xml
You can influence this order by adding "require" tags in the containing component declaration, to make sure it is resolved after another component (see "Resolution Order" on components).
This contribution is part of XML component Extension Point
Extension point widgettypes of component WebLayoutManager.Registration Order
13
The registration order represents the order in which this contribution was registered on its target extention
point.
This will impact the override/merge behaviour when it is implemented on the target service, and is useful for
proper customization of existing contributions.
You can influence this order by adding "require" tags in the containing component declaration, to make sure it is resolved after another component (see "Resolution Order" on components).
Contributed Items
XML Source
<extension point="widgettypes" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">
<widgetType name="info_box">
<configuration>
<sinceVersion>6.0</sinceVersion>
<title>Info box</title>
<description>
<p>
This widget displays common information about the document, like
creation date, creator, version, state, contributors, ...
</p>
</description>
<categories>
<category>summary</category>
</categories>
<supportedModes>
<mode>view</mode>
</supportedModes>
<!-- no configurable properties -->
</configuration>
<handler-class>
org.nuxeo.ecm.platform.forms.layout.facelets.plugins.TemplateWidgetTypeHandler
</handler-class>
<property name="template">
/widgets/info_box_widget_template.xhtml
</property>
</widgetType>
<widgetType name="extendedFile">
<configuration>
<sinceVersion>7.3</sinceVersion>
<title>Extended File</title>
<description>
<p>
The file widget displays a file uploader/editor in create or edit
mode, with additional message tag for errors, and a link to the file
in other modes.
</p>
<p>
Widgets using this type can provide properties accepted on a
<nxu:inputFile /> tag in create or edit mode, and properties
accepted on a <nxu:outputFile /> tag in other modes.
</p>
</description>
<categories>
<category>configuration_not_ready</category>
</categories>
<supportedModes>
<mode>edit</mode>
<mode>view</mode>
</supportedModes>
<fields>
<list>false</list>
<complex>false</complex>
<supportedTypes>
<type>blob</type>
</supportedTypes>
</fields>
<properties>
<layouts mode="view">
<layout name="file_widget_type_properties_view">
<rows>
<row>
<widget category="widgetTypeConf">file_downloadLabel</widget>
</row>
<row>
<widget category="widgetTypeConf">file_iconRendered</widget>
</row>
</rows>
</layout>
</layouts>
<layouts mode="edit">
<layout name="file_widget_type_properties_edit">
<rows>
<row>
<widget category="widgetTypeConf">required</widget>
</row>
<row>
<widget category="widgetTypeConf">file_downloadLabel</widget>
</row>
<row>
<widget category="widgetTypeConf">file_iconRendered</widget>
</row>
</rows>
</layout>
</layouts>
</properties>
</configuration>
<property name="template">/widgets/extended_file_widget.xhtml</property>
</widgetType>
</extension>