EasyUI 1.4.2
dotnet add package EasyUI --version 1.4.2
NuGet\Install-Package EasyUI -Version 1.4.2
<PackageReference Include="EasyUI" Version="1.4.2" />
paket add EasyUI --version 1.4.2
#r "nuget: EasyUI, 1.4.2"
// 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.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.11.1)
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 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.