Platform Explorer / Nuxeo Platform LTS 2019 10.10

Contribution org.nuxeo.ecm.platform.actions.widgettypes--widgets

This contribution is part of XML component org.nuxeo.ecm.platform.actions.widgettypes inside nuxeo-platform-actions-jsf-10.10-HF33.jar /OSGI-INF/widgettypes-contrib.xml

Extension Point

Extension point widgets of component LayoutStore.

Registration Order

2
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

  • <widget name="actions_headerStyleClass" type="text">
          <categories>
            <category>widgetTypeConf</category>
          </categories>
          <labels>
            <label mode="any">Header style class</label>
          </labels>
          <helpLabels>
            <label mode="any">
              Style class for the header, displaying this
              widget
              label.
            </label>
          </helpLabels>
          <fields>
            <field>headerStyleClass</field>
          </fields>
        </widget>
  • <widget name="actions_styleClass" type="text">
          <categories>
            <category>widgetTypeConf</category>
          </categories>
          <labels>
            <label mode="any">Style class</label>
          </labels>
          <helpLabels>
            <label mode="any">
              Style class for the global container div.
            </label>
          </helpLabels>
          <fields>
            <field>styleClass</field>
          </fields>
        </widget>
  • <widget name="actions_actionStyleClass" type="text">
          <categories>
            <category>widgetTypeConf</category>
          </categories>
          <labels>
            <label mode="any">Action style class</label>
          </labels>
          <helpLabels>
            <label mode="any">
              Style class for each action link.
            </label>
          </helpLabels>
          <fields>
            <field>actionStyleClass</field>
          </fields>
        </widget>
  • <widget name="actions_addForm" type="checkbox">
          <categories>
            <category>widgetTypeConf</category>
          </categories>
          <labels>
            <label mode="any">Add form</label>
          </labels>
          <helpLabels>
            <label mode="any">
              If set to true, actions will be surrounded
              by a form,
              so there should be no other surrounding form.
              This property is useful
              when fancybox actions need to open a
              popup in another form. Available
              since 5.7, defaults to false.
            </label>
          </helpLabels>
          <fields>
            <field>addForm</field>
          </fields>
        </widget>
  • <widget name="actions_useAjaxForm" type="checkbox">
          <categories>
            <category>widgetTypeConf</category>
          </categories>
          <labels>
            <label mode="any">Use ajax actions</label>
          </labels>
          <helpLabels>
            <label mode="any">
              If set to true, actions will be performed
              using ajax.
              Note that sometimes, selection actions will
              require you to reload the
              whole page for other elements than
              the content view to be re-rendered,
              so using ajax will not
              be user friendly in these cases. Available from
              5.7, defaults to false.
            </label>
          </helpLabels>
          <fields>
            <field>useAjaxForm</field>
          </fields>
        </widget>
  • <widget name="actions_disableFiltered" type="checkbox">
          <categories>
            <category>widgetTypeConf</category>
          </categories>
          <labels>
            <label mode="any">Disable filtered actions</label>
          </labels>
          <helpLabels>
            <label mode="any">
              If set to true, actions will appear as disabled if
              they are supposed to be filtered (instead of not being displayed at
              all). Available from 5.7, defaults to false.
            </label>
          </helpLabels>
          <fields>
            <field>disableFiltered</field>
          </fields>
        </widget>
  • <widget name="actions_category" type="selectOneResource">
          <categories>
            <category>widgetTypeConf</category>
          </categories>
          <labels>
            <label mode="any">Category</label>
          </labels>
          <helpLabels>
            <label mode="any">
              The category of actions to use.
            </label>
          </helpLabels>
          <fields>
            <field>category</field>
          </fields>
          <widgetModes>
            <mode value="edit_demo_preview">hidden</mode>
          </widgetModes>
          <properties widgetMode="edit">
            <property name="required">true</property>
          </properties>
          <properties mode="any">
            <property name="resourceName">actionCategories</property>
          </properties>
        </widget>
  • <widget name="tabs_category" type="selectOneResource">
          <categories>
            <category>widgetTypeConf</category>
          </categories>
          <labels>
            <label mode="any">Category</label>
          </labels>
          <helpLabels>
            <label mode="any">
              The category of tabs to use.
            </label>
          </helpLabels>
          <fields>
            <field>category</field>
          </fields>
          <widgetModes>
            <mode value="edit_demo_preview">hidden</mode>
          </widgetModes>
          <properties widgetMode="edit">
            <property name="required">true</property>
          </properties>
          <properties mode="any">
            <property name="resourceName">tabCategories</property>
          </properties>
        </widget>
  • <widget name="actions_actionId" type="selectOneResource">
          <categories>
            <category>widgetTypeConf</category>
          </categories>
          <labels>
            <label mode="any">Action</label>
          </labels>
          <helpLabels>
            <label mode="any">
              The action to display.
            </label>
          </helpLabels>
          <fields>
            <field>actionId</field>
          </fields>
          <widgetModes>
            <mode value="edit_demo_preview">hidden</mode>
          </widgetModes>
          <properties widgetMode="edit">
            <property name="required">true</property>
          </properties>
          <properties mode="any">
            <property name="resourceName">actions</property>
          </properties>
        </widget>
  • <widget name="actions_overallDisplay" type="selectOneListbox">
          <categories>
            <category>widgetTypeConf</category>
          </categories>
          <labels>
            <label mode="any">Overall display</label>
          </labels>
          <helpLabels>
            <label mode="any">
              Overall display of actions.
            </label>
          </helpLabels>
          <fields>
            <field>overallDisplay</field>
          </fields>
          <selectOptions>
            <option itemLabel="Vertical block (default)" itemValue=""/>
            <option itemLabel="Horizontal block" itemValue="horizontal_block"/>
            <option itemLabel="Menu" itemValue="menu"/>
            <option itemLabel="Rollover menu" itemValue="rollover_menu"/>
          </selectOptions>
        </widget>
  • <widget name="tabs_overallDisplay" type="selectOneListbox">
          <categories>
            <category>widgetTypeConf</category>
          </categories>
          <labels>
            <label mode="any">Overall display</label>
          </labels>
          <helpLabels>
            <label mode="any">
              Overall display of tabs.
            </label>
          </helpLabels>
          <fields>
            <field>overallDisplay</field>
          </fields>
          <selectOptions>
            <option itemLabel="Horizontal block (default)" itemValue=""/>
            <option itemLabel="Vertical block" itemValue="vertical_block"/>
          </selectOptions>
        </widget>
  • <widget name="tabs_link_pattern" type="text">
          <categories>
            <category>widgetTypeConf</category>
          </categories>
          <labels>
            <label mode="any">Link Pattern</label>
          </labels>
          <helpLabels>
            <label mode="any">
              The document pattern to use for tabs links (optional). Available since 8.1.
            </label>
          </helpLabels>
          <fields>
            <field>pattern</field>
          </fields>
        </widget>
  • <widget name="tabs_link_view" type="text">
          <categories>
            <category>widgetTypeConf</category>
          </categories>
          <labels>
            <label mode="any">Link View</label>
          </labels>
          <helpLabels>
            <label mode="any">
              The document pattern to use for tabs links (optional). Available since 8.1.
            </label>
          </helpLabels>
          <fields>
            <field>view</field>
          </fields>
        </widget>
  • <widget name="tabs_hideSingleTab" type="checkbox">
          <categories>
            <category>widgetTypeConf</category>
          </categories>
          <labels>
            <label mode="any">Hide single tab</label>
          </labels>
          <helpLabels>
            <label mode="any">
              Boolean stating if the tabs bar should be hidden in case there is only one tab.
              Defaults to false, available since 6.0.
            </label>
          </helpLabels>
          <fields>
            <field>hideSingleTab</field>
          </fields>
        </widget>
  • <widget name="actions_maxActionsNumber" type="int">
          <categories>
            <category>widgetTypeConf</category>
          </categories>
          <labels>
            <label mode="any">Maximum number of actions</label>
          </labels>
          <helpLabels>
            <label mode="any">
              Integer indicating the maximum number of
              actions to
              display. When this limit is reached, other
              actions are displayed in a
              menu.
            </label>
          </helpLabels>
          <fields>
            <field>maxActionsNumber</field>
          </fields>
        </widget>
  • <widget name="actions_moreMenuLabel" type="text">
          <categories>
            <category>widgetTypeConf</category>
          </categories>
          <labels>
            <label mode="any">Label for the "more" menu</label>
          </labels>
          <fields>
            <field>moreMenuLabel</field>
          </fields>
        </widget>

XML Source

<extension point="widgets" target="org.nuxeo.ecm.platform.forms.layout.LayoutStore">

    <widget name="actions_headerStyleClass" type="text">
      <categories>
        <category>widgetTypeConf</category>
      </categories>
      <labels>
        <label mode="any">Header style class</label>
      </labels>
      <helpLabels>
        <label mode="any">
          Style class for the header, displaying this
          widget
          label.
        </label>
      </helpLabels>
      <fields>
        <field>headerStyleClass</field>
      </fields>
    </widget>

    <widget name="actions_styleClass" type="text">
      <categories>
        <category>widgetTypeConf</category>
      </categories>
      <labels>
        <label mode="any">Style class</label>
      </labels>
      <helpLabels>
        <label mode="any">
          Style class for the global container div.
        </label>
      </helpLabels>
      <fields>
        <field>styleClass</field>
      </fields>
    </widget>

    <widget name="actions_actionStyleClass" type="text">
      <categories>
        <category>widgetTypeConf</category>
      </categories>
      <labels>
        <label mode="any">Action style class</label>
      </labels>
      <helpLabels>
        <label mode="any">
          Style class for each action link.
        </label>
      </helpLabels>
      <fields>
        <field>actionStyleClass</field>
      </fields>
    </widget>

    <widget name="actions_addForm" type="checkbox">
      <categories>
        <category>widgetTypeConf</category>
      </categories>
      <labels>
        <label mode="any">Add form</label>
      </labels>
      <helpLabels>
        <label mode="any">
          If set to true, actions will be surrounded
          by a form,
          so there should be no other surrounding form.
          This property is useful
          when fancybox actions need to open a
          popup in another form. Available
          since 5.7, defaults to false.
        </label>
      </helpLabels>
      <fields>
        <field>addForm</field>
      </fields>
    </widget>

    <widget name="actions_useAjaxForm" type="checkbox">
      <categories>
        <category>widgetTypeConf</category>
      </categories>
      <labels>
        <label mode="any">Use ajax actions</label>
      </labels>
      <helpLabels>
        <label mode="any">
          If set to true, actions will be performed
          using ajax.
          Note that sometimes, selection actions will
          require you to reload the
          whole page for other elements than
          the content view to be re-rendered,
          so using ajax will not
          be user friendly in these cases. Available from
          5.7, defaults to false.
        </label>
      </helpLabels>
      <fields>
        <field>useAjaxForm</field>
      </fields>
    </widget>

    <widget name="actions_disableFiltered" type="checkbox">
      <categories>
        <category>widgetTypeConf</category>
      </categories>
      <labels>
        <label mode="any">Disable filtered actions</label>
      </labels>
      <helpLabels>
        <label mode="any">
          If set to true, actions will appear as disabled if
          they are supposed to be filtered (instead of not being displayed at
          all). Available from 5.7, defaults to false.
        </label>
      </helpLabels>
      <fields>
        <field>disableFiltered</field>
      </fields>
    </widget>

    <widget name="actions_category" type="selectOneResource">
      <categories>
        <category>widgetTypeConf</category>
      </categories>
      <labels>
        <label mode="any">Category</label>
      </labels>
      <helpLabels>
        <label mode="any">
          The category of actions to use.
        </label>
      </helpLabels>
      <fields>
        <field>category</field>
      </fields>
      <widgetModes>
        <mode value="edit_demo_preview">hidden</mode>
      </widgetModes>
      <properties widgetMode="edit">
        <property name="required">true</property>
      </properties>
      <properties mode="any">
        <property name="resourceName">actionCategories</property>
      </properties>
    </widget>

    <widget name="tabs_category" type="selectOneResource">
      <categories>
        <category>widgetTypeConf</category>
      </categories>
      <labels>
        <label mode="any">Category</label>
      </labels>
      <helpLabels>
        <label mode="any">
          The category of tabs to use.
        </label>
      </helpLabels>
      <fields>
        <field>category</field>
      </fields>
      <widgetModes>
        <mode value="edit_demo_preview">hidden</mode>
      </widgetModes>
      <properties widgetMode="edit">
        <property name="required">true</property>
      </properties>
      <properties mode="any">
        <property name="resourceName">tabCategories</property>
      </properties>
    </widget>

    <widget name="actions_actionId" type="selectOneResource">
      <categories>
        <category>widgetTypeConf</category>
      </categories>
      <labels>
        <label mode="any">Action</label>
      </labels>
      <helpLabels>
        <label mode="any">
          The action to display.
        </label>
      </helpLabels>
      <fields>
        <field>actionId</field>
      </fields>
      <widgetModes>
        <mode value="edit_demo_preview">hidden</mode>
      </widgetModes>
      <properties widgetMode="edit">
        <property name="required">true</property>
      </properties>
      <properties mode="any">
        <property name="resourceName">actions</property>
      </properties>
    </widget>

    <widget name="actions_overallDisplay" type="selectOneListbox">
      <categories>
        <category>widgetTypeConf</category>
      </categories>
      <labels>
        <label mode="any">Overall display</label>
      </labels>
      <helpLabels>
        <label mode="any">
          Overall display of actions.
        </label>
      </helpLabels>
      <fields>
        <field>overallDisplay</field>
      </fields>
      <selectOptions>
        <option itemLabel="Vertical block (default)" itemValue=""/>
        <option itemLabel="Horizontal block" itemValue="horizontal_block"/>
        <option itemLabel="Menu" itemValue="menu"/>
        <option itemLabel="Rollover menu" itemValue="rollover_menu"/>
      </selectOptions>
    </widget>

    <widget name="tabs_overallDisplay" type="selectOneListbox">
      <categories>
        <category>widgetTypeConf</category>
      </categories>
      <labels>
        <label mode="any">Overall display</label>
      </labels>
      <helpLabels>
        <label mode="any">
          Overall display of tabs.
        </label>
      </helpLabels>
      <fields>
        <field>overallDisplay</field>
      </fields>
      <selectOptions>
        <option itemLabel="Horizontal block (default)" itemValue=""/>
        <option itemLabel="Vertical block" itemValue="vertical_block"/>
      </selectOptions>
    </widget>

    <widget name="tabs_link_pattern" type="text">
      <categories>
        <category>widgetTypeConf</category>
      </categories>
      <labels>
        <label mode="any">Link Pattern</label>
      </labels>
      <helpLabels>
        <label mode="any">
          The document pattern to use for tabs links (optional). Available since 8.1.
        </label>
      </helpLabels>
      <fields>
        <field>pattern</field>
      </fields>
    </widget>

    <widget name="tabs_link_view" type="text">
      <categories>
        <category>widgetTypeConf</category>
      </categories>
      <labels>
        <label mode="any">Link View</label>
      </labels>
      <helpLabels>
        <label mode="any">
          The document pattern to use for tabs links (optional). Available since 8.1.
        </label>
      </helpLabels>
      <fields>
        <field>view</field>
      </fields>
    </widget>

    <widget name="tabs_hideSingleTab" type="checkbox">
      <categories>
        <category>widgetTypeConf</category>
      </categories>
      <labels>
        <label mode="any">Hide single tab</label>
      </labels>
      <helpLabels>
        <label mode="any">
          Boolean stating if the tabs bar should be hidden in case there is only one tab.
          Defaults to false, available since 6.0.
        </label>
      </helpLabels>
      <fields>
        <field>hideSingleTab</field>
      </fields>
    </widget>

    <widget name="actions_maxActionsNumber" type="int">
      <categories>
        <category>widgetTypeConf</category>
      </categories>
      <labels>
        <label mode="any">Maximum number of actions</label>
      </labels>
      <helpLabels>
        <label mode="any">
          Integer indicating the maximum number of
          actions to
          display. When this limit is reached, other
          actions are displayed in a
          menu.
        </label>
      </helpLabels>
      <fields>
        <field>maxActionsNumber</field>
      </fields>
    </widget>

    <widget name="actions_moreMenuLabel" type="text">
      <categories>
        <category>widgetTypeConf</category>
      </categories>
      <labels>
        <label mode="any">Label for the "more" menu</label>
      </labels>
      <fields>
        <field>moreMenuLabel</field>
      </fields>
    </widget>

  </extension>