redui 1.0.0-alpha0026
See the version list below for details.
dotnet add package redui --version 1.0.0-alpha0026
NuGet\Install-Package redui -Version 1.0.0-alpha0026
<PackageReference Include="redui" Version="1.0.0-alpha0026" />
<PackageVersion Include="redui" Version="1.0.0-alpha0026" />
<PackageReference Include="redui" />
paket add redui --version 1.0.0-alpha0026
#r "nuget: redui, 1.0.0-alpha0026"
#addin nuget:?package=redui&version=1.0.0-alpha0026&prerelease
#tool nuget:?package=redui&version=1.0.0-alpha0026&prerelease
Javascript UI Framework for Single Page Applications.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 2.0.3)
- jQuery.UI.Combined (>= 1.10.3)
- mustache.js (>= 0.7.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on redui:
Package | Downloads |
---|---|
redui.sample
Typescript UI framework Sample Application. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-beta001 | 1,344 | 4/28/2014 |
1.0.0-alpha0026 | 1,269 | 4/14/2014 |
1.0.0-alpha0024 | 1,131 | 3/17/2014 |
1.0.0-alpha0023 | 1,121 | 2/23/2014 |
1.0.0-alpha0022 | 1,122 | 2/17/2014 |
1.0.0-alpha0021 | 1,006 | 1/29/2014 |
1.0.0-alpha0020 | 999 | 1/17/2014 |
1.0.0-alpha0019 | 970 | 12/5/2013 |
1.0.0-alpha0018 | 1,110 | 11/25/2013 |
1.0.0-alpha0017 | 1,075 | 11/18/2013 |
1.0.0-alpha0016 | 1,019 | 11/14/2013 |
1.0.0-alpha0015 | 1,024 | 11/12/2013 |
1.0.0-alpha0014 | 1,037 | 11/7/2013 |
1.0.0-alpha0013 | 1,049 | 11/4/2013 |
1.0.0-alpha0012 | 1,005 | 10/30/2013 |
1.0.0-alpha0011 | 1,017 | 10/7/2013 |
1.0.0-alpha0010 | 1,038 | 10/2/2013 |
1.0.0-alpha0009 | 1,051 | 10/2/2013 |
1.0.0-alpha0008 | 1,021 | 10/2/2013 |
1.0.0-alpha0007 | 1,013 | 9/17/2013 |
1.0.0-alpha0006 | 1,028 | 9/16/2013 |
1.0.0-alpha0005 | 1,010 | 9/6/2013 |
1.0.0-alpha0004 | 1,078 | 9/4/2013 |
1.0.0-alpha0002 | 1,022 | 8/29/2013 |
1.0.0-alpha0001 | 1,062 | 3/20/2013 |
* Application model contains description of menus in addition to windows
* Every control model get the property 'contextMenu' that references the menu from the application model
* ContextMenu control (now only text, no image, no shortcut, but keyboard is supported)
* ContextMenu supports menu separators
* Command pattern: ribbon buttons and context menu items are bound to commands that encapsulates the command logic
* Command pattern: command canExecute method which is called automatically controls enabled/disabled state of the ribbon button/menu item
* TreeView 'redui_treeview_nodeselected' event is renamed to 'redui_treeview_currentnodechanged'
* GridView 'redui_gridview_rowselected' event is renamed to 'redui_gridview_currentrowchanged'
* It is possible to programmatically set the current row in the grid view: makeCurrent method of the GridViewRow
* It is possible to programmatically set the current node in the tree view: makeCurrent method of the TreeViewNode
* It is possible to programmatically expand the node
* Tabs/TabPage controls
* ListView Control
* AccordionPanel Control
See complete list of currently implemented controls and features at https://redui.codeplex.com/wikipage?title=Release%20Notes