Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 779 Bytes

File metadata and controls

41 lines (34 loc) · 779 Bytes

ShowWebDlg

Description

Display a web view dialog. Provide empty button name to have the button invisible.

PROCEDURE ShowWebDlg(
				title            : STRING;
				url              : STRING;
				buttonText       : STRING;
				contextualHelpID : STRING);
def vs.ShowWebDlg(title, url, buttonText, contextualHelpID):
    return None

Parameters

Name Type Description
title STRING
url STRING
buttonText STRING
contextualHelpID STRING

Examples

VectorScript:

ShowWebDlg('Title', 'www.gooogle.com', 'Close', '');

Python:

vs.ShowWebDlg('Title', 'www.gooogle.com', 'Close', '')

Version

Availability: from Vectorworks 2019

Category