EasyUI 1.4.1
See the version list below for details.
dotnet add package EasyUI --version 1.4.1
NuGet\Install-Package EasyUI -Version 1.4.1
<PackageReference Include="EasyUI" Version="1.4.1" />
paket add EasyUI --version 1.4.1
#r "nuget: EasyUI, 1.4.1"
// Install EasyUI as a Cake Addin #addin nuget:?package=EasyUI&version=1.4.1 // Install EasyUI as a Cake Tool #tool nuget:?package=EasyUI&version=1.4.1
◦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.11.1)
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,297 | 5/24/2016 |
1.4.4 | 1,441 | 5/24/2016 |
1.4.3 | 9,986 | 7/27/2015 |
1.4.2 | 5,460 | 3/25/2015 |
1.4.1 | 25,736 | 11/4/2014 |
1.4.0 | 2,371 | 9/2/2014 |
1.3.6 | 3,889 | 4/22/2014 |
1.3.5 | 1,877 | 4/22/2014 |
1.3.4 | 1,699 | 4/22/2014 |
1.3.3 | 2,075 | 4/22/2014 |
1.3.2 | 1,891 | 4/22/2014 |
1.3.1 | 1,630 | 4/22/2014 |
1.3.0 | 1,781 | 4/22/2014 |
Version 1.4.1
-------------
Bug
◦The combogrid has different height than other combo components. fixed.
◦datagrid: The row element loses some class style value after calling 'updateRow' method. fixed.
◦menubutton: Calling 'enable' method on a disabled button can not work well. fixed.
◦form: The filebox components in the form do not work correctly after calling 'clear' method. fixed.
Improvement
◦tabs: The 'update' method accepts 'type' option that allows the user to update the header,body,or both.
◦panel: Add 'openAnimation','openDuration','closeAnimation' and 'closeDuration' properties to set the animation for opening or closing a panel.
◦panel: Add 'footer' property that allows the user to add a footer bar to the bottom of panel.
◦datagrid: Calling 'endEdit' method will accept the editing value correctly.
◦datagrid: Add 'onBeforeSelect','onBeforeCheck','onBeforeUnselect','onBeforeUncheck' events.
◦propertygrid: The user can edit a row by calling 'beginEdit' method.
◦datebox: Add 'cloneFrom' method to create the datebox component quickly.
◦datetimebox: Add 'cloneFrom' method to create the datetimebox component quickly.