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 parent

Parent window

STRING url

URL to show

RECORD options

Options

BOOLEAN allowresize

Allow the dialog (and iframe) to be resized. Defaults to true

INTEGER frameminheight

Minimum height of the frame

INTEGER frameminwidth

Minimum hidth of the frame

BOOLEAN showurl

Whether 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.