Platform Explorer / Nuxeo Platform LTS 2019 10.10

Component org.nuxeo.ecm.platform.forms.layouts.webapp.types

Resolution Order

663
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.forms.layouts.webapp.types">

  <extension target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager"
    point="layouttypes">

    <layoutType name="listingTable">
      <templates>
        <template mode="any">
          /layouts/layout_listing_ajax_template.xhtml
        </template>
        <template mode="csv">
          /layouts/layout_listing_csv_template.xhtml
        </template>
        <template mode="pdf">
          /layouts/layout_listing_pdf_template.xhtml
        </template>
        <template mode="edit_columns">
          /layouts/layout_column_selection_template.xhtml
        </template>
        <template mode="edit_sort_infos">
          /layouts/layout_sort_infos_template.xhtml
        </template>
        <template mode="edit_sort_infos_map">
          /layouts/layout_sort_infos_template.xhtml
        </template>
      </templates>
      <configuration>
        <title>Layout listing displayed as table.</title>
        <properties>
          <defaultValues mode="any">
            <property name="showListingHeader">true</property>
            <property name="showRowEvenOddClass">true</property>
          </defaultValues>
        </properties>
      </configuration>
    </layoutType>

    <layoutType name="listingThumbnail">
      <templates>
        <template mode="any">
          /layouts/layout_listing_thumbnail_template.xhtml
        </template>
        <template mode="csv">
          /layouts/layout_listing_csv_template.xhtml
        </template>
        <template mode="pdf">
          /layouts/layout_listing_pdf_template.xhtml
        </template>
        <template mode="edit_columns">
          /layouts/layout_column_selection_template.xhtml
        </template>
        <template mode="edit_sort_infos">
          /layouts/layout_sort_infos_template.xhtml
        </template>
        <template mode="edit_sort_infos_map">
          /layouts/layout_sort_infos_template.xhtml
        </template>
      </templates>
      <configuration>
        <title>Layout listing displayed as thumbnail.</title>
        <description>
          <p>This layout type displays the layout in a box style using another layout for the box heading.</p>
        </description>
        <properties>
          <defaultValues mode="any">
            <property name="display">block</property>
            <property name="thumbnailHeaderLayout">listing_thumbnail_header</property>
            <property name="before_template">/layouts/layout_listing_thumbnail_infoview.xhtml</property>
          </defaultValues>
        </properties>
      </configuration>
    </layoutType>

  </extension>

</component>