RunIframeDialog (open)
Show a frame in a screen
Syntax
LOADLIB "mod::tollium/lib/dialogs.whlib";
MACRO RunIframeDialog(OBJECT parent, STRING url, RECORD options)Parameters
OBJECT parentParent window
STRING urlURL to show
RECORD optionsOptions
BOOLEAN allowresizeAllow the dialog (and iframe) to be resized. Defaults to true
INTEGER frameminheightMinimum height of the frame
INTEGER frameminwidthMinimum hidth of the frame
BOOLEAN showurlWhether to show the URL. Defaults to false #cell(string) options.title Dialog title. If empty, tries to take the parent's dialog title
Description
Shows a dialog with an iframe and the URL for the iframe.