From 3f9c449937342e159ff534f95775a1a08295ebe3 Mon Sep 17 00:00:00 2001 From: Ramesh-hub007 Date: Mon, 28 Oct 2024 23:26:27 +0530 Subject: [PATCH] g_model for workspace client script --- GlideModal/g_model for workspace client script | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 GlideModal/g_model for workspace client script 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 + } + });