Skip to content

Commit 4758e7b

Browse files
authored
Create UI Action
This File contains Code for UI action for adding HTML Input field in GlideModal window
1 parent ae6beda commit 4758e7b

File tree

1 file changed

+7
-0
lines changed
  • Client-Side Components/UI Pages/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'); // give the ui page name in place of 'rich_text_modal'
4+
dialog.setTitle('Rich Text Editor');
5+
dialog.setSize('500','500');
6+
dialog.render();
7+
}

0 commit comments

Comments
 (0)