課程資料
課程簡介
Complete guide to learn Visualforce from scratch
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
課程章節
- 7 個章節
- 15 堂課
- 第 1 章 Introduction to Salesforce Visualforce ad why do we need it?
- 第 2 章 Lets build First VF page with apex:tab and override button with custom VF page
- 第 3 章 Use Standard Controller in Visualforce Page
- 第 4 章 Use of Custom Controller in Visualforce Page
- 第 5 章 Use of extension Controller in Visualforce Page
- 第 6 章 Use of standard list Controller in Visualforce Page
- 第 7 章 Customize appearance of VF page using styles(CSS)
課程內容
- Visualforce Development in salesforce
此課程所涵蓋的技能
評價
-
PPritam Joshi
Very simple and detailed training session
-
SSanjay Kalyanasundaram
This course deals with the basic concepts. Instructor explained the concepts well. But it will be good , if the advance topics like vf page action tags like actionsupport etc were included in the course. Hope Debasis will include those topic also.
-
SSagar Khamgal
All good with respect to practical knowledge.
-
AA G
I'm viewing this course as a refresher for my Advanced Apex Specialist badge(Amazingly that badge is a lot about Visualforce!). I haven't used Visualforce for years, so this course is perfect! Thanks!!