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
AjjuAjju 

what is <apex:detail> tag ? why it is used ?

thisisnotaprilthisisnotapril
Hi Ajju, you need to spend some time looking over the training materials we have on this site. https://developer.salesforce.com/page/Wiki
Ashish_SFDCAshish_SFDC
Hi Ajay, 


The standard detail page for a particular object, as defined by the associated page layout for the object in Setup.

This component includes attributes for including or excluding the associated related lists, related list hover links, and title bar that appear in the standard Salesforce application interface.

See the image in the below link, which shows the detail part of a salesforce recod and how it can be customized. 

https://developer.salesforce.com/docs/resources/img/en-us/190.0?doc_id=dev_guides%2Fappx_dev%2Fimages%2Fadg_composite_app_sample_tags.jpg&folder=fundamentals

Main doc: apex:detail Class and its avaialble attributes that can be edited in a visualforce page.

https://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_detail.htm


Regards,
Ashish