diff --git a/GlideModal/g_model for workspace client script b/GlideModal/g_model for workspace client script new file mode 100644 index 0000000..3a20b19 --- /dev/null +++ b/GlideModal/g_model for workspace client script @@ -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 + } + });