HTML Fields spacing issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
we are creating custom security table same as security incident table (sn_si_incident) .after closing the security incident then all field on the form should be readonly we are doing this using client script in our custom security table the issue is in the custom table the after closing the incident HTML field are showing as
below image 2 but it should show like image 1
how to fix this issue
Image 1:-
Image 2:-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago - last edited an hour ago
Hi @nedunoorish
Refer : KB0596688 Making HTML variable read-only still shows the editor bar and large text box
- Have HTML field read-only (the editor controls are still visible, but disabled).
Use a UI Policy or Client Script on the html variable. - Have HTML field read-only as a text area without editor control.
Update the WRITE ROLES and CREATE ROLES on HTML variable with a role like nobody or admin.
Also refer: KB0861119 The HTML field is showing a blank space and not reduced to lesser size when the field is m...
