EasyUI 1.4.0
See the version list below for details.
dotnet add package EasyUI --version 1.4.0
NuGet\Install-Package EasyUI -Version 1.4.0
<PackageReference Include="EasyUI" Version="1.4.0" />
paket add EasyUI --version 1.4.0
#r "nuget: EasyUI, 1.4.0"
// Install EasyUI as a Cake Addin #addin nuget:?package=EasyUI&version=1.4.0 // Install EasyUI as a Cake Tool #tool nuget:?package=EasyUI&version=1.4.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.
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,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.4
-------------
* Bug
* menu: The menu should not has a correct height when removed a menu item. fixed.
* datagrid: The 'fitColumns' method does not work normally when the datarid width is too small. fixed.
* Improvement
* The fluid/percentange size is supported now for all easyui components.
* menu: Add 'showItem', 'hideItem' and 'resize' methods.
* menu: Auto resize the height upon the window size.
* menu: Add 'duration' property that allows the user to define duration time in milliseconds to hide menu.
* validatebox: Add 'onBeforeValidate' and 'onValidate' events.
* combo: Extended from textbox now.
* combo: Add 'panelMinWidth','panelMaxWidth','panelMinHeight' and 'panelMaxHeight' properties.
* searchbox: Extended from textbox now.
* tree: The 'getRoot' method will return the top parent node of a specified node if pass a 'nodeEl' parameter.
* tree: Add 'queryParams' property.
* datetimebox: Add 'spinnerWidth' property.
* panel: Add 'doLayout' method to cause the panel to lay out its components.
* panel: Add 'clear' method to clear the panel's content.
* datagrid: The user is allowed to assign percent width to columns.
* form: Add 'ajax','novalidate' and 'queryParams' properties.
* linkbutton: Add 'resize' method.
* New Plugins
* textbox: A enhanced input field that allows users build their form easily.
* datetimespinner: A date and time spinner that allows to pick a specific day.
* filebox: The filebox component represents a file field of the forms.