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
Siva AdminSiva Admin 

Different components of Visualforce

Hi all I'm new to Salesforce. Can someone plz explain what are the different coponents of Visualforce?
GauravGargGauravGarg
Hi Siva

Welcome to salesforce community. Below is the link to standard VF components. Please go through the link and let me know if you need more insight on this.

https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_analytics_reportChart.htm

Thanks,
Gaurav
Email: gauravgarg.nmims@gmail.com
Skype: gaurav62990
Siva AdminSiva Admin
Thanks for your reply.   The link directly explains which component is used for which purpose. I"m trying to know in layman terms what is the definition of components of VF and types. Tnx in advance
GauravGargGauravGarg

Hi Siva,

Please tell us which all components you need to understand basically. Then we will provide you the best solution we could give.

Thanks,

Gaurav

Vasani ParthVasani Parth
Siva,

A Visualforce Component is either a predefined (standard from component library) or custom component that determines the user interface behavious. An example of this is:

<apex:detail>

More info , please refer this link (http://www.crmsalesforcetraining.com/visualforce-components-list-visualforce-tags/

Please mark this as the best answer if this helps