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
sandeep sankhlasandeep sankhla 

How to get the salesforce1 standard page styling using describe layouts ? so we can make our VF page to look like same as standard one

Best Answer chosen by sandeep sankhla
Gaurav KheterpalGaurav Kheterpal
Please refer to this (https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_calls_describelayout.htm) link for deatils on describeLayout call.

If your primary objective is to create your VF page look similar to Salesforce1 page layout, follow the styling conventions in the Salesforce1 visual guidelines document. (http://sfdc-styleguide.herokuapp.com/?id=examples)

If my answer helps resolve your query, please mark it as the 'Best Answer' to benefit others and improve the overall quality of Discussion Forums.