EasyUI 1.4.2

dotnet add package EasyUI --version 1.4.2
NuGet\Install-Package EasyUI -Version 1.4.2
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="EasyUI" Version="1.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EasyUI --version 1.4.2
#r "nuget: EasyUI, 1.4.2"
#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 EasyUI as a Cake Addin
#addin nuget:?package=EasyUI&version=1.4.2

// Install EasyUI as a Cake Tool
#tool nuget:?package=EasyUI&version=1.4.2

◦easyui is a collection of user-interface plugin based on jQuery.
◦easyui provides essential functionality for building modern, interactive, javascript applications.
◦using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
◦complete framework for HTML5 web page.
◦easyui save your time and scales while developing your products.
◦easyui is very easy but powerful.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on EasyUI:

Repository Stars
gmf520/osharp-v4
osharp framework with .net framework version 4.x
gmf520/osharp.v2
osharp framework version 2.0
Version Downloads Last updated
1.4.2 1,750 3/25/2015
1.4.1 3,075 11/4/2014
1.4.0 705 9/2/2014
1.3.6 599 4/22/2014
1.3.5 112 4/22/2014
1.3.4 115 4/22/2014
1.3.3 116 4/22/2014
1.3.2 142 4/22/2014
1.3.1 115 4/22/2014
1.3.0 119 4/22/2014

Version 1.4.2
-------------
Bug
◦treegrid: The column will restore its size to original size after recreating the treegrid. fixed.

Improvement
◦draggable: Add 'delay' property that allows the user to delay the drag operation.
◦tree: Add 'filter' property and 'doFilter' method.
◦tabs: The 'add' method allows the user to insert a tab panel at a specified index.
◦tabs: The user can determine what tab panel can be selected.
◦tabs: Add 'justified' and 'narrow' properties.
◦layout: Add 'unsplit' and 'split' methods.
◦messager: Keyboard navigation features are supported now.
◦form: Add 'onChange' event.
◦combobox: Add 'queryParams' property.
◦slider: Add 'range' property.
◦menu: Add 'itemHeight','inline','noline' properties.
◦panel: The 'header' property allows the user to customize the panel header.
◦menubutton: Add 'hasDownArrow' property.

New Plugins
◦datalist: The plugin to render items in a list.
◦navpanel: The root component for the mobile page.
◦mobile: The plugin to provide the mobile page stack management and navigation.