EasyUI 1.3.0

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

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

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.

NuGet packages

This package is not used by any NuGet packages.

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.5 16,841 5/24/2016
1.4.4 1,405 5/24/2016
1.4.3 9,655 7/27/2015
1.4.2 5,389 3/25/2015
1.4.1 22,314 11/4/2014
1.4.0 2,322 9/2/2014
1.3.6 3,268 4/22/2014
1.3.5 1,827 4/22/2014
1.3.4 1,645 4/22/2014
1.3.3 2,024 4/22/2014
1.3.2 1,839 4/22/2014
1.3.1 1,582 4/22/2014
1.3.0 1,726 4/22/2014

Version 1.3
-----------
* Bug
* combogrid: When set to 'remote' query mode, the 'queryParams' parameters can't be sent to server. fixed.
* combotree: The tree nodes on drop-down panel can not be unchecked while calling 'clear' method. fixed.
* datetimebox: Setting 'showSeconds' property to false cannot hide seconds info. fixed.
* datagrid: Calling 'mergeCells' method can't auto resize the merged cell while header is hidden. fixed.
* dialog: Set cache to false and load data via ajax, the content cannot be refreshed. fixed.
* Improvement
* The HTML5 'data-options' attribute is available for components to declare all custom options, including properties and events.
* More detailed documentation is available.
* panel: Prevent script on panel body from running twice.
* accordion: Add 'getPanelIndex' method.
* accordion: The tools can be added on panel header.
* datetimebox: Add 'timeSeparator' option that allows users to define the time separator.
* pagination: Add 'refresh' and 'select' methods.
* datagrid: Auto resize the column width to fit the contents when the column width is not defined.
* datagrid: Double click on the right border of columns to auto resize the columns to the contents in the columns.
* datagrid: Add 'autoSizeColumn' method that allows users to adjust the column width to fit the contents.
* datagrid: Add 'getChecked' method to get all rows where the checkbox has been checked.
* datagrid: Add 'selectOnCheck' and 'checkOnSelect' properties and some checking methods to enhance the row selections.
* datagrid: Add 'pagePosition' property to allow users to display pager bar at either top,bottom or both places of the grid.
* datagrid: The buffer view and virtual scroll view are supported to display large amounts of records without pagination.
* tabs: Add 'disableTab' and 'enableTab' methods to allow users to disable or enable a tab panel.