VFSession

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

1.

MVC (Intro + Diagram)


2. First Page - URL - https://c.ap1.visual.force.com/apex/DemoVF1
3. Standard Controller with Input Fields /
https://c.ap1.visual.force.com/apex/DemoVF2?id=0019000001WC8xZ
4. Standard Controller with output Fields /
https://c.ap1.visual.force.com/apex/DemoVF3?id=0019000001WC8xZ
5. Standard Controller with extension -https://c.ap1.visual.force.com/apex/DemoVF4?
id=0019000001WC8xZ and https://c.ap1.visual.force.com/apex/DemoVF4
6. Call a action on page load
7. Custom Controller - https://c.ap1.visual.force.com/apex/DemoVF5?
id=0019000001WC8xZ
8. Apex Component : <apex:page></apex:page> ,
action,controller,extensions,standardcontroller,shoeHeader,sidebar,renderAs="pdf"
,https://c.ap1.visual.force.com/apex/DemoVF6?id=0019000001WC8xZ
9. <apex:outputPanel></apex:outputPanel> . like div in salesforce,events like
onlick, mouseover etc, rendered = boolean condition ,
https://c.ap1.visual.force.com/apex/DemoVF7?id=0019000001WC8xZ
10. <apex:form>
https://c.ap1.visual.force.com/apex/DemoVF7?id=0019000001WC8xZ
11. <apex:pageBlock> - styling similar to detail page
https://c.ap1.visual.force.com/apex/DemoVF7?id=0019000001WC8xZ
12. apex:pageBlockButton
13. apex:PageBlockSection
14. apex:inputField
15. apex:outputField
16. apex:pageBlock and apex:column
17. apex:inputHidden
18. apex:inputSecret
19. apex:pageMessages - https://c.ap1.visual.force.com/apex/DemoVF8
20. ajax components
21. <apex:selectOptions>
22. <apex:selectList>
23 . ajax request , rerender concepts - https://c.ap1.visual.force.com/apex/DemoVF9
24. apex:actionFunction

You might also like