From 23b4353d6cea693d8e022d074aa989d02b322e15 Mon Sep 17 00:00:00 2001 From: sZLukas1607 Date: Fri, 29 May 2020 08:52:30 +0200 Subject: [PATCH] --- getDialogDocument.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 getDialogDocument.md diff --git a/getDialogDocument.md b/getDialogDocument.md new file mode 100644 index 0000000..c478f96 --- /dev/null +++ b/getDialogDocument.md @@ -0,0 +1,8 @@ +BROWSER ONLY +This can only be used in code which runs in Dashboards and Graphics. +getDialogDocument(name, *bundle) → {object} +Returns the specified dialog's iframe document. +#Parameters +Name Type Attributes Default Description +name string The desired dialog's name. +bundle string CURR_BNDL The bundle from which to select the dialog.