How to hide the plus/minus signs above html fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 07:28 AM
Does anyone know how to hide the -+ buttons that are above and below the html fields? Also, I wonder why one needs them when the field is read-only?
- Labels:
-
Best Practices
-
Team Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 11:13 AM
Hi,
Can you Update your Script as below and give it a try:
function onLoad() {
//Type appropriate comment here, and begin script below
document.getElementById('sizer_minus_x_64719_letters_tasker.tasker_family').style.display='none';
document.getElementById('sizer_plus_x_64719_letters_tasker.tasker_family').style.display='none';
}
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 11:18 AM
There still seems to be a syntax error. I placed these two statements at the beginning of the onLoad and it crashed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 11:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 11:24 AM
exactly the same. I took everything else out of onLoad and it still didn't work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 11:39 AM
Is this your Personal instance or a client one? If it's a personal instance I can set it up for you if you share your credentials and URL.
Regards,
Shloke
Regards,
Shloke