EasyUI 1.3.2
See the version list below for details.
dotnet add package EasyUI --version 1.3.2
NuGet\Install-Package EasyUI -Version 1.3.2
<PackageReference Include="EasyUI" Version="1.3.2" />
paket add EasyUI --version 1.3.2
#r "nuget: EasyUI, 1.3.2"
// Install EasyUI as a Cake Addin #addin nuget:?package=EasyUI&version=1.3.2 // Install EasyUI as a Cake Tool #tool nuget:?package=EasyUI&version=1.3.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.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.8.0)
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 | 17,219 | 5/24/2016 |
1.4.4 | 1,423 | 5/24/2016 |
1.4.3 | 9,868 | 7/27/2015 |
1.4.2 | 5,437 | 3/25/2015 |
1.4.1 | 25,467 | 11/4/2014 |
1.4.0 | 2,356 | 9/2/2014 |
1.3.6 | 3,688 | 4/22/2014 |
1.3.5 | 1,861 | 4/22/2014 |
1.3.4 | 1,679 | 4/22/2014 |
1.3.3 | 2,059 | 4/22/2014 |
1.3.2 | 1,874 | 4/22/2014 |
1.3.1 | 1,614 | 4/22/2014 |
1.3.0 | 1,762 | 4/22/2014 |
Version 1.3.2
-------------
* Bug
* datagrid: The loading message window can not be centered when changing the width of datagrid. fixed.
* treegrid: The 'mergeCells' method can not work normally. fixed.
* propertygrid: Calling 'endEdit' method to stop editing a row will cause errors. fixed.
* tree: Can not load empty data when 'lines' property set to true. fixed.
* Improvement
* RTL feature is supported now.
* tabs: Add 'scrollBy' method to scroll the tab header by the specified amount of pixels
* tabs: Add 'toolPosition' property to set tab tools to left or right.
* tabs: Add 'tabPosition' property to define the tab position, possible values are: 'top','bottom','left','right'.
* datagrid: Add a column level property 'order' that allows users to define different default sort order per column.
* datagrid: Add a column level property 'halign' that allows users to define how to align the column header.
* datagrid: Add 'resizeHandle' property to define the resizing column position, by grabbing the left or right edge of the column.
* datagrid: Add 'freezeRow' method to freeze some rows that will always be displayed at the top when the datagrid is scrolled down.
* datagrid: Add 'clearChecked' method to clear all checked records.
* datagrid: Add 'data' property to initialize the datagrid data.
* linkbutton: Add 'iconAlgin' property to define the icon position, supported values are: 'left','right'.
* menu: Add 'minWidth' property.
* menu: The menu width can be automatically calculated.
* tree: New events are available including 'onBeforeDrag','onStartDrag','onDragEnter','onDragOver','onDragLeave',etc.
* combo: Add 'height' property to allow users to define the height of combo.
* combo: Add 'reset' method.
* numberbox: Add 'reset' method.
* spinner: Add 'reset' method.
* spinner: Add 'height' property to allow users to define the height of spinner.
* searchbox: Add 'height' property to allow users to define the height of searchbox.
* form: Add 'reset' method.
* validatebox: Add 'delay' property to delay validating from the last inputting value.
* validatebox: Add 'tipPosition' property to define the tip position, supported values are: 'left','right'.
* validatebox: Multiple validate rules on a field is supported now.
* slider: Add 'reversed' property to determine if the min value and max value will switch their positions.
* progressbar: Add 'height' property to allow users to define the height of progressbar.