2020-05-29 08:52:30 +02:00
parent 7a7325b826
commit 23b4353d6c

8
getDialogDocument.md Normal file

@ -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 <optional> CURR_BNDL The bundle from which to select the dialog.