WebClientExtensibility client API - SmartPlant Foundation - IM Update 46 - Help - Hexagon

SmartPlant Foundation Web Client Help

Language
English
Product
SmartPlant Foundation
Search by Category
Help
SmartPlant Foundation / SDx Version
10

The WebClientExtensibility client API is used to invoke custom pages inside the Web Client frame.

Argument

Description

Parameter 1

URL to custom page

Parameter 1 default

None

Parameter 1 description

The full URL to a custom page. May be on the same Web Client server or a remote server.

Parameter 1 type

String

If you need additional parameters to call the custom page, you can assign them as needed. For example, if you write a plugin that operates in both view and edit modes, you must set parameter 1 as the URL to your plugin and use another parameter to indicate if the plugin will operate in view or edit mode for the specific method.

No delivered methods use the WebClientExtensibility client API.