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 10:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 10:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 10:56 AM
Ok, My Bad. The Id which is being used in the script shared above is specific to Knowledge Table field. So in order to hide HTML Signs in your scenario, you need to find out the Element ID for your HTML field and replace the same . This can be found out by following the below steps:
1) Open your form which contains the HTML field and open the console window of your Browser by hitting the F12 key on your keyboard.Somethin like the below screen shot:
2) Now click on the Arrow which I have highlighted in the screen shot above and click on either the "+" or "-" sign of your HTML field which will give you the element ID of your HTML signs . Replace it accordingly in your script and this would work for you.
Search for the ID similar to what has been shown above and Replace accordingly.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 11:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 11:11 AM
Is your field name "text"?