Skip to content

Commit 87b56b8

Browse files
authored
Create README
This gives the brief Overview of Adding HTML Input field in GlideModal window
1 parent 4758e7b commit 87b56b8

File tree

1 file changed

+11
-0
lines changed
  • Client-Side Components/UI Pages/Add HTML Input field in GlideModal window

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ADD HTML Input Field in GlideModal Window:
2+
3+
It is possible to add a HTML input field in GlideModal window in servicenow.
4+
The most common approach involves including a WYSIWYG editor (such as TinyMCE) in the UI Page that you render inside a GlideModal. This enables full rich text functionality within the modal dialog.
5+
Steps :
6+
1) Create UI Page (eg: rich_text_modal)
7+
2) Create UI Action (eg: Add Details. here I created the ui action on incident table)
8+
3) Open the incident record , click on the Add Details button , which opens the glide modal and includes fields like short description of type 'string' and description of type 'Rich Text/HTML'
9+
10+
11+

0 commit comments

Comments
 (0)