Create a 'HtmlWidget' type Application Shortcut to show an HTML Widget in a standalone form.

Syntax

ISfinSupport.CreateApplicationShortcutHtmlWidget(id, [title], [modal], [width], [height], [formKey], [startupParameters], [maxWidth], [maxHeight], [overrideSavedLayout])

Parameters

NameTypeOptionalByRefDescription
id String The 'HTML Widget' Script Id.
title String Optional The Title for the HTML viewer form.
modal Boolean Optional Indicates whether the HTML viewer form should be displayed as a modal form. If omitted, a value of False is assumed.
width Integer Optional The Width in pixels or zero for the default Width. If omitted, a value of 0 is assumed.
height Integer Optional The Height in pixels or zero for the default Height. If omitted, a value of 0 is assumed.
formKey String Optional If specified, a Form Key will cause the HTML viewer form to preserve the size and position as the User changes them.
startupParameters ISKeyValueList Optional Any additional Parameters to update the Script's 'startupParametersJson' Parameters with. If omitted, a value of Nothing is assumed.
maxWidth String Optional An HTML maxWidth to apply when opening in finPOWER Connect Cloud, e.g., "800px".
maxHeight String Optional An HTML maxHeight to apply when opening in finPOWER Connect Cloud, e.g., "800px".
overrideSavedLayout Boolean Optional If True then the application shortcut will behave the same as if the user shift + left clicked on the shortcut. The Widget will return to the default position and use the width and height (if specified). This is only applicable in finPOWER Connect Desktop. If omitted, a value of False is assumed.

Return Value

ISApplicationShortcut

An ISApplicationShortcut object.

Member of:
ISfinSupport
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0