Platform Explorer / Nuxeo Platform LTS 2019 10.10

Contribution org.nuxeo.ecm.platform.forms.layout.MainContribution--disabledPropertyRefs

This contribution is part of XML component org.nuxeo.ecm.platform.forms.layout.MainContribution inside nuxeo-platform-forms-layout-client-10.10-HF33.jar /OSGI-INF/layouts-contrib.xml

Documentation

Configuration of properties disabled by default for reference in EL expressions.

Extension Point

Extension point disabledPropertyRefs of component WebLayoutManager.

Registration Order

0
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

  • <disabledPropertyRef name="converter" widgetTypeCategory="jsf"/>
  • <disabledPropertyRef name="validator" widgetTypeCategory="jsf"/>
  • <disabledPropertyRef name="size" widgetTypeCategory="jsf"/>
  • <disabledPropertyRef name="showApplyButton" widgetType="datetime" widgetTypeCategory="jsf"/>
  • <disabledPropertyRef name="defaultTime" widgetType="datetime" widgetTypeCategory="jsf"/>
  • <disabledPropertyRef name="pattern" widgetType="datetime" widgetTypeCategory="jsf"/>

XML Source

<extension point="disabledPropertyRefs" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">
    <documentation>
      Configuration of properties disabled by default for reference
      in EL expressions.
    </documentation>

    <disabledPropertyRef name="converter" widgetTypeCategory="jsf"/>
    <disabledPropertyRef name="validator" widgetTypeCategory="jsf"/>

    <!-- avoid bad interactions with JBoss-el size EL resolver... -->
    <disabledPropertyRef name="size" widgetTypeCategory="jsf"/>

    <!-- rich:calendar does not resolve some attributes as EL expressions -->
    <disabledPropertyRef name="showApplyButton" widgetType="datetime" widgetTypeCategory="jsf"/>
    <disabledPropertyRef name="defaultTime" widgetType="datetime" widgetTypeCategory="jsf"/>
    <disabledPropertyRef name="pattern" widgetType="datetime" widgetTypeCategory="jsf"/>

  </extension>