KitchenDraw SDK 2
Show / Hide Table of Contents

Method EvalWebCatalogJavaScript

EvalWebCatalogJavaScript(string)

Runs the Javascript code in the context of the Web catalog application displayed in KitchenDraw catalog area.

Declaration
public void EvalWebCatalogJavaScript(string jsCode)
Parameters
Type Name Description
string jsCode

Javascript code to run.

Remarks

As a reminder, KitchenDraw can use a web page-based application to display a catalog's contents. The URL of the application to be displayed instead of the standard catalog display control is specified inside of a catalog.

Thanks to this function, a plugin can have hand in the DOM of the Web page displayed in the window or execute JavaScript functions belonging to the Web management application.

In this article
Back to top Generated by DocFX