how to change the position of ui action buttons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 03:09 AM
Hi Guys,
How to change the position of ui action buttons into another place. I need "Change request" button to move beside the attachment icon.see the below screen shot for reference.
Thanks in Advance,
Immanual
- 4,940 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 04:07 AM
Hi Mohd,
You can get the id of button and place it in new position.Some work around you have to do.
example:
document.getElementById("myDIV").style.position = "absolute";
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 04:19 AM
Hi ,
Can you please explain clearly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 04:21 AM
Hi Aakash,
Can we move beside of attachment icon? i need to move beside of attachment icon means "change request" button is the 1st button to display

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 01:01 PM
Hi,
I guess that would involve DOM manipulation and it is better ServiceNow recommends using against it.
You can check this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 01:24 PM
You can change the order of UI action. No need to DOM manipulation.