Skip to content

Commit

Permalink
g_model for workspace client script (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramesh-hub007 authored Oct 29, 2024
1 parent e1f2210 commit 2d7b1ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions GlideModal/g_model for workspace client script
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
g_modal.showFrame({
url: 'url of the UI page',
title: 'Model Title',
size: 'lg',
height: 500,
width: 600,
callback: function(){
//callback function
}
});

0 comments on commit 2d7b1ca

Please sign in to comment.