DialogSelector()
Get the selector for the specified dialog.
Syntax
DialogSelector
(name STRING)
RETURNS STRING
- name is the dialog name or
ggc.AUI_DIALOG_SELECTOR
for the current dialog.
Usage
This function returns the current dialog. You can use this in the getAuiTreePart() function, for example:
# Get the dialog AUI tree by name
DEFINE doc xml.DomDocument
LET doc = ggc.getAuiTreePart(ggc.DialogSelector("orders_dlg"))