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
Gourav MagguGourav Maggu 

Can someone tell to hide Save & Close button in edit case layout for an specific record type.

AbhishekAbhishek (Salesforce Developers) 
You need to override the whole page layout, you can't just hide these fields.

Here is an eg for overriding lead page layout
http://rjpalombo.com/2012/04/override-a-standard-salesforce-page-with-visualforce/