Visualforce page definition consists of two primary elements :
Visualforce markup consists of -
- Visualforce markup
- A Visualforce controller
Visualforce markup consists of -
- Tags
- HTML
- Javascript
- Any other Web-enabled code within a single <apex:page> tag.
Visualforce conforms to the Model-View-Controller (MVC) development pattern by providing a clear division between the view of an application, the controller and model.
No comments:
Post a Comment