function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
If you are looking for Visualforce page inline support. Below is the apex tag to achive this.
apex:inlineEditSupport
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_inlineEditSupport.htm
If you are looking for the standard detail page. You have to enable inline edit . Under Setup-->User interface and enable the inlinie edit.
Regards,