Contribution org.nuxeo.ecm.platform.routing.layouts--widgettypes
This contribution is part of XML component org.nuxeo.ecm.platform.routing.layouts
inside nuxeo-platform-document-routing-web-5.6.jar
Extension point
Extension point widgettypes of component WebLayoutManager.Contributed items
XML source
<extension point="widgettypes" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">
<widgetType name="current_route_description">
<configuration>
<sinceVersion>5.6</sinceVersion>
<title>Description</title>
<description>
<p>This widget displays the name, description, author and creation
date of the current route started on the current document.
</p>
</description>
<categories>
<category>routing</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/route/current_route_description_widget_template.xhtml
</property>
</widgetType>
<widgetType name="current_route_show_graph">
<configuration>
<sinceVersion>5.6</sinceVersion>
<title>Description</title>
<description>
<p>
This widget displays the graph of the current route in a
Fancybox popup.
</p>
</description>
<categories>
<category>routing</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/route/current_route_show_graph_widget_template.xhtml
</property>
</widgetType>
<widgetType name="current_route_abandon">
<configuration>
<sinceVersion>5.6</sinceVersion>
<title>Description</title>
<description>
<p>
This widget displays an 'Abandon' action to cancel the current route
started on the current document.
</p>
</description>
<categories>
<category>routing</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/route/current_route_abandon_widget_template.xhtml
</property>
</widgetType>
<widgetType name="current_route_user_tasks">
<configuration>
<sinceVersion>5.6</sinceVersion>
<title>Description</title>
<description>
<p>
This widget displays the user tasks of the current route on
the current document.
</p>
</description>
<categories>
<category>routing</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/route/current_route_user_tasks_widget_template.xhtml
</property>
</widgetType>
<widgetType name="current_route_open_tasks">
<configuration>
<sinceVersion>5.6</sinceVersion>
<title>Description</title>
<description>
<p>
This widget displays all the open tasks of the current route
on the current document.
</p>
</description>
<categories>
<category>routing</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/route/current_route_open_tasks_widget_template.xhtml
</property>
</widgetType>
</extension>