Skip to content

Commit 0579cb1

Browse files
authored
Created UI Action
1 parent ff781f3 commit 0579cb1

File tree

1 file changed

+7
-0
lines changed
  • Core ServiceNow APIs/GlideModal/Add HTML Input Field in GlideModal Window

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
function test()
2+
{
3+
var dialog = new GlideModal('rich_text_modal');
4+
dialog.setTitle('Rich Text Editor');
5+
dialog.setSize('500','500');
6+
dialog.render();
7+
}

0 commit comments

Comments
 (0)