The following configurations are available for the ACE Components: Theme ConfigurationFor information on how to configure the automatic theme loading feature of the ACE Components, see the ace.theme configuration topic. mandatoryResource ConfigurationWhen using the ACE Components on your page it may be necessary to pre-load certain component resources during the initial page load in order to ensure proper component execution. Specifically, in cases where the component is not present on the initial page load, but is added to the page later dynamically. This is required as it is not possible to add resources to the head dynamically in JSF 2.
For example, you may have an ACE component that is included on an ace:tabPane that is not initially rendered when the page is loaded, but is later rendered to the page via a dynamic Ajax update. In these cases, the necessary JavaScript resources for the component may not be loaded on the page, resulting in a none-functional component. To ensure the all required resources are present on the page during the initial page load for components that are later added to the page dynamically, ICEfaces uses a mandatoryResource configuration scheme. See the mandatoryResourceConfiguration topic for details.
|
ACE Configuration
© Copyright 2021 ICEsoft Technologies Canada Corp.