function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mecrin Luvis 1Mecrin Luvis 1 

Visual Force Pages

Hi Guys,

Anyone can explain ,
Basic s of the visual force pages and their attributes.
Amit Chaudhary 8Amit Chaudhary 8
Introducing VisualforceOver the past several years, Salesforce has created a comprehensive platform for building on-demand applications. Like other sophisticated application development platforms, the Force.com platform offers separate tools for defining:The structure of the data—that is, the data model
The rules that detail how that data can be manipulated—that is, the business logic
The layouts that specify how that data should be displayed—that is, the user interface

Please check below post. I hope that will help you
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/
http://amitsalesforce.blogspot.in/search/label/Visual%20Force%20Page
Vf page life cycle :-
http://amitsalesforce.blogspot.in/2015/04/visualforce-page-life-cycle-in.html
Some tag
http://amitsalesforce.blogspot.in/2015/02/defining-templates-with-apexcomposition.html
http://sfdcsrini.blogspot.com/2014/06/visualforce-form-tags-with-examples.html
<apex:page>
<apex:form> 
<apex:pageblock> 
<apex:pageBlockSection>
<apex:commandButton>
<apex:pageBlockButtons> 
<apex:commandLink> 
<apex:outputLink> 
<apex:inputField>
<apex:inputFile> 
<apex:inputHidden>
<apex:inputsecret> 
<apex:inputText> 
<apex:inputTextarea>
<apex:inputCheckbox> 
<apex:outputField> 
<apex:outputLabel>
<apex:outputText> 
<apex:pageBlockSectionItem> 
<apex:pageBlockTable> 
<apex:column> 
<apex:dataTable> 
<apex:tabPanel>
<apex:tab> 
<apex:toolbar> 
<apex:toolbarGroup> 
<apex:pageMessage> 
<apex:panelBar> 
<apex:panelBarItem>
<apex:panelGrid>
<apex:panelGroup> 
<apex:param>
<apex:repeat>
<apex:facet>
<apex:actionFunction>
<apex:detail> 
<apex:actionPoller> 
<apex:actionRegion> 
Message Class
<apex:variable>
<apex:stylesheet>
Referencing a Static Resource in Visualforce Pages
<apex:SectionHeader >
<apex:relatedList>
<apex:listViews>
<apex:enhancedList>
<apex:actionStatus> 
<apex:actionSupport>

Please let us know if this will help you
Mecrin Luvis 1Mecrin Luvis 1
Hi Amit Chaudhary, Thank you so much…… Its really useful for me.
Amit Chaudhary 8Amit Chaudhary 8
Hi Mecrin,

Please mark the above comment best Answer if above helped you so that some one has same issue that can help other.