MeadScriptXJS 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package MeadScriptXJS --version 1.1.1
NuGet\Install-Package MeadScriptXJS -Version 1.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MeadScriptXJS" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MeadScriptXJS --version 1.1.1
#r "nuget: MeadScriptXJS, 1.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MeadScriptXJS as a Cake Addin
#addin nuget:?package=MeadScriptXJS&version=1.1.1

// Install MeadScriptXJS as a Cake Tool
#tool nuget:?package=MeadScriptXJS&version=1.1.1

This library implements a javascript wrapper on MeadCo's ScriptX Add-on for Microsoft Internet Explorer. The library provides for checking successful instantiation of the Add-on and implements convenience wrappers on some common functionality.

The library works with both free and licensed ScriptX. Some convenience wrappers require licensed ScriptX functionality.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on MeadScriptXJS:

Package Downloads
MeadCoScriptXASPNETMVC

The package provides helpers to define the print settings such as headers and footers, margins, paper size etc and for print and preview buttons. In combination the helpers simplify working with ScriptX and provide exemplars for implementing more complex functionality.

MeadCoScriptXMVCHelpers

The package provides helpers to define the print settings such as headers and footers, margins, paper size etc and for print and preview buttons. In combination the helpers simplify working with ScriptX and provide exemplars for implementing more complex functionality.

MeadCoScriptXWebForms

The package provides a web server control to define the print settings such as headers and footers, margins, paper size etc and server controls for print and preview. In combination the controls simplify working with ScriptX and provide exemplars for implementing more complex functionality.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.10.1 4,011 8/16/2022
1.10.0 573 2/2/2021
1.9.0 517 10/16/2020
1.9.0-beta02 369 10/14/2020
1.9.0-beta01 414 10/3/2020
1.8.1 838 9/17/2019
1.8.0 560 9/9/2019
1.8.0-beta01 490 8/26/2019
1.7.0 874 7/9/2019
1.6.0 678 5/21/2019
1.5.5 793 4/26/2019
1.5.4 664 4/9/2019
1.5.2 651 4/8/2019
1.5.2-Beta01 445 4/8/2019
1.5.1 1,442 6/19/2018
1.5.0 979 5/17/2018
1.4.0 1,319 9/15/2017
1.3.0 989 9/1/2017
1.2.0 1,121 7/21/2017
1.1.1 1,137 1/17/2017
1.1.0 1,305 10/4/2016
1.1.0-Beta07 1,241 9/21/2016
1.1.0-Beta06 1,249 9/21/2016
1.1.0-Beta04 876 7/4/2016
1.0.3-Beta02 854 6/17/2016
1.0.3-Beta01 897 6/10/2016
1.0.2 3,736 8/6/2013
1.0.1 1,328 4/22/2013
1.0.0 1,250 4/7/2013

v1.1.1 - Fix: use scriptx.Utils in GetComponentVersion to allow extensibility.