Visualforce is a framework that allows developers to build sophisticated, custom user interfaces that can be hosted natively on the Lightning platform. The Visualforce framework includes a tag-based markup language, similar to HTML, and a set of server-side “standard controllers” that make basic database operations, such as queries and saves, very simple to perform.
Visualforce markup language, each Visualforce tag corresponds to a coarse or fine-grained user interface component, such as a section of a page, a related list, or a field. The behavior of Visualforce components can either be controlled by the same logic that is used in standard Salesforce pages, or developers can associate their own logic with a controller class written in Apex
What is Visualforce and why do we need custom page development to build in salesforce
Use custom button to launch visual force page
learn about different types of controllers like Standard Controllers, Custom Controllers and Controller extensions
They will learn basic visualforce tags like <apex:pageBlockButtons> <apex:pageMessage> <apex:inputsecret> <apex:inputcheckbox> <apex:inputFile> etc
Accessing Data with List Controllers
Hands-on examples that will help you create business applications using Visualforce quickly and efficiently.
Learn about Multiple controller extensions
Building a Custom List Controller
Design a Visualforce page using Apex and JavaScript
Learn to build interactive Visualforce pages.
Display data in a Visualforce page
Invoking custom methods in Visualforce pages
Interaction of the Visualforce controller with the view
294
15
TAKE THIS COURSE