InterviewSolution
| 1. |
What Is A Visual Force Component? |
|
Answer» A Visual force Component is either a predefined component (STANDARD from component library) or a custom component that determines the user interface behavior. For EXAMPLE, if you want to send the text captured from the Visual force page to an object in SALESFORCE, then you need to make USE of Visual force components. Example: <apex: detail> A Visual force Component is either a predefined component (standard from component library) or a custom component that determines the user interface behavior. For example, if you want to send the text captured from the Visual force page to an object in Salesforce, then you need to make use of Visual force components. Example: <apex: detail> |
|