Vikas katke
Mega Contributor
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 03-27-2022 02:47 AM
Hiding the more options icon on the form for the All tables .
For that we have to create the UI script.
and Check the Global Icon.
into the script write this method.
addLateLoadEvent(function(){$j('#toggleMoreOptions').hide();});
Note: This is applied on all tables forms.
2] Hiding a more option icon on the form for particular table then try this.
EX. For incident form hiding More Options Icon.
For this We have To crete New UI Script and call this Ui script in the onLoad client script.
Ui script :
onLoad Client Script :
regards,
Vikas Katke
- 1,491 Views