Which a facet component is defined within the body of a parent component does not affect the appearence of the parent component.

A placeholder for content that is rendered in a specific part of the parent component, such as the header or footer of an .An component can only exist in the body of a parent component if the parent supports facets. The name of the facet component must match one of the pre-defined facet names on the parent component. This name determines where the content of the facet component is rendered, Consequently, the order in which a facet component is defined within the body of a parent component does not affect the appearence of the parent component.See for an example of facets.Note: Although you can’t represent an directly in Apex, you can specify it on a dynamic component that has the facet. For example:

Question:

Which a facet component is defined within the body of a parent component does not affect the appearence of the parent component.

Options:

apex:dogCallPublisher

apex:dataList

apex:inputField

apex:facet

Correct Answer

The Correct Answer for this Question is

apex:facet

Leave a Comment