MCQs > IT & Programming > Salesforce-Development > Code snippets that depicts the correct way to call the above custom component in a VisualForce page, provided, both of these are defined in the same namespace?

Salesforce-Development MCQs

A Custom Component named "myCustomComponent" is created and has the following code:

 <apex:component>

                       <apex:outputText value="This is a custom component."/>

 </apex:component>

Which of the following code snippets depicts the correct way to call the above custom component in a VisualForce page, provided, both of these are defined in the same namespace?

Answer

Correct Answer: apex:page standardController="Account"> <c:myCustomComponent/> </apex:page>

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Salesforce-Development Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Salesforce-Development Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it