Platform Explorer / Nuxeo Platform LTS 2019 10.10

Contribution org.nuxeo.ecm.platform.ui.web.configuration.default--configuration

This contribution is part of XML component org.nuxeo.ecm.platform.ui.web.configuration.default inside nuxeo-platform-ui-web-10.10-HF33.jar /OSGI-INF/jsfconfiguration-properties.xml

Documentation

This contribution is the default contribution for JSF configurations.

Here are more details about some of them:

  • nuxeo.jsf.enableDoubleClickShield: enables a shield on forms to prevent users from submitting twice the same form (accidental double-click).
  • nuxeo.jsf.defaultBytePrefixFormat: defines the default byte prefix format used by the printFileSize JSF function, that displays a pretty print of the size of a file. Available formats are "SI", "IEC" or "JEDEC". See the Wikipedia article on Byte for more information on those formats.

@since 7.4

Extension Point

Extension point configuration of component ConfigurationService.

Registration Order

35
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

  • <property name="nuxeo.jsf.enableDoubleClickShield">true</property>
  • <property name="nuxeo.jsf.defaultBytePrefixFormat">SI</property>

XML Source

<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">

    <documentation>
      This contribution is the default contribution for JSF configurations.

      Here are more details about some of them:
      <ul>
        <li>
          <strong>nuxeo.jsf.enableDoubleClickShield</strong>: enables a shield on forms to prevent users from
          submitting twice the same form (accidental double-click).
        </li>
        <li>
          <strong>nuxeo.jsf.defaultBytePrefixFormat</strong>: defines the default byte prefix format used by the
          printFileSize JSF function, that displays a pretty print of the size of a file. Available formats are "SI",
          "IEC" or "JEDEC". See <a href="http://en.wikipedia.org/wiki/Byte" target="_blank">the Wikipedia article on
          Byte</a> for more information on those formats.
        </li>
      </ul>

      @since 7.4
    </documentation>

    <property name="nuxeo.jsf.enableDoubleClickShield">true</property>
    <property name="nuxeo.jsf.defaultBytePrefixFormat">SI</property>

  </extension>