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
Subramani_SFDCSubramani_SFDC 

HTML 5 APP access all objects

How can i get all the custom objects and standard objects in HTML5 app?
I need to create HTML5 app in salesforce using visualforce. i want all the custom objects details and standard object details here....any ideas and suggestions are welcome? i never worked this app.....


regards,
Subramani
VikashVikash (Salesforce Developers) 
Hi Subramani,

Please follow the sample code in the below link which will help you in understanding HTML5.
http://docs.releasenotes.salesforce.com/en-us/winter14/release-notes/rn_186_vforce_html5_code_sample.htm

Thanks
Vikash_SFDC