ClearScript
Last updated
Was this helpful?
Last updated
Was this helpful?
This amazing extension to Wisej.NET adds full support for server-side scripting using either VBScript, JScript or the latest Google V8 JavaScript engine. Scripts can access any object or class in the application and can attach to events fired by Wisej controls. Refer to for the ClearScript reference.
The ClearScript extension can be added to a Wisej.NET project using NuGet Package Manager.
Initialize engine with Wisej.Ext.ClearScript.ClearScript.Create (<Type<)
V8. Google V8 JavaScript.
JScript. JavaScript.
VBScript. VB Script.
Sample initialization:
Allows you to reference objects in your App from the Script:
This ClearScript extension supports the following Script :
Find more information in our ClearScript example in or in .
Watch a video about ClearScript .