Resolved! I want to hide the Update Button
I have tried this script in onload client script but controller is not entering in this script : this script is not working. var items = $$('BUTTON').each(function(item){ alert("Step -1"); if(item.innerHTML.indexOf('Update') > -1){ ...
