Webix 1.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Webix --version 1.6.0
NuGet\Install-Package Webix -Version 1.6.0
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="Webix" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Webix --version 1.6.0
#r "nuget: Webix, 1.6.0"
#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 Webix as a Cake Addin
#addin nuget:?package=Webix&version=1.6.0

// Install Webix as a Cake Tool
#tool nuget:?package=Webix&version=1.6.0

The library delivers over 40 fully customizable components, provides JQuery integration and can work with any server-side platform: PHP, .NET, Java, etc. Flexible layouts, unlimited extensibility, controllable look-and-feel, and intuitive API allow creating apps of any difficulty that will work equally well on desktop, mobile and tablet devices.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.4.0 5,359 6/26/2018
5.2.0 2,100 2/23/2018
5.1.0 2,085 11/23/2017
5.0.0 1,847 9/26/2017
4.4.0 1,632 6/27/2017
4.3.0 1,718 4/27/2017
4.2.4 2,079 2/27/2017
4.2.0 1,605 2/23/2017
4.1.0 1,858 11/23/2016
4.0.0 1,987 9/27/2016
3.4.0 2,138 7/26/2016
3.3.2 1,734 5/3/2016
3.3.0 2,086 4/26/2016
3.1.0 2,229 11/24/2015
3.0.8 1,732 10/26/2015
3.0.4 1,948 10/1/2015
3.0.1 1,886 9/22/2015
3.0.0 1,791 9/22/2015
2.5.14 2,037 8/31/2015
2.5.8 1,945 8/18/2015
2.5.0 2,036 7/24/2015
2.4.7 1,883 6/18/2015
2.4.4 1,695 6/10/2015
2.4.0 1,860 5/22/2015
2.3.14 2,156 4/29/2015
2.3.8 1,888 4/23/2015
2.0.0 2,192 9/15/2014
1.9.0 2,116 6/23/2014
1.8.0 1,959 5/22/2014
1.6.0 2,130 3/14/2014
1.4.0 2,183 1/15/2014
1.3.0 1,828 12/12/2013
1.2.0 2,187 11/12/2013
1.1.0 1,940 10/22/2013

- win8 touch support
- drag-n-drop on touch devices
- full support of REST API
- data in components can be updated from server side
- client side code can't be broken by server side errors anymore
- ability to set custom headers for server side calls
- better memory cleaning after component destruction
- improved API for complex forms