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
archCoolarchCool 

How can I access the detailed page button in visualforce page? So I can enable/disable it? Are the only options to hide/unhide onClick()?

Kiran  KurellaKiran Kurella
I think you should be able to control the behavior on page load or jQuery ready event.
archCoolarchCool
I am not able to refer to this button in a vf page. In case I have a button called "publish", how will I refer to this? This button is a custom button on the standard page next to edit, delete and clone.