redui 1.0.0-alpha0016
See the version list below for details.
dotnet add package redui --version 1.0.0-alpha0016
NuGet\Install-Package redui -Version 1.0.0-alpha0016
<PackageReference Include="redui" Version="1.0.0-alpha0016" />
paket add redui --version 1.0.0-alpha0016
#r "nuget: redui, 1.0.0-alpha0016"
// Install redui as a Cake Addin #addin nuget:?package=redui&version=1.0.0-alpha0016&prerelease // Install redui as a Cake Tool #tool nuget:?package=redui&version=1.0.0-alpha0016&prerelease
Typescript UI framework.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.9.0)
- jQuery.UI.Combined (>= 1.10.0)
- 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,239 | 4/28/2014 |
1.0.0-alpha0026 | 1,168 | 4/14/2014 |
1.0.0-alpha0024 | 1,031 | 3/17/2014 |
1.0.0-alpha0023 | 1,018 | 2/23/2014 |
1.0.0-alpha0022 | 1,021 | 2/17/2014 |
1.0.0-alpha0021 | 905 | 1/29/2014 |
1.0.0-alpha0020 | 897 | 1/17/2014 |
1.0.0-alpha0019 | 870 | 12/5/2013 |
1.0.0-alpha0018 | 1,009 | 11/25/2013 |
1.0.0-alpha0017 | 975 | 11/18/2013 |
1.0.0-alpha0016 | 918 | 11/14/2013 |
1.0.0-alpha0015 | 923 | 11/12/2013 |
1.0.0-alpha0014 | 934 | 11/7/2013 |
1.0.0-alpha0013 | 950 | 11/4/2013 |
1.0.0-alpha0012 | 905 | 10/30/2013 |
1.0.0-alpha0011 | 917 | 10/7/2013 |
1.0.0-alpha0010 | 937 | 10/2/2013 |
1.0.0-alpha0009 | 951 | 10/2/2013 |
1.0.0-alpha0008 | 921 | 10/2/2013 |
1.0.0-alpha0007 | 912 | 9/17/2013 |
1.0.0-alpha0006 | 929 | 9/16/2013 |
1.0.0-alpha0005 | 910 | 9/6/2013 |
1.0.0-alpha0004 | 978 | 9/4/2013 |
1.0.0-alpha0002 | 918 | 8/29/2013 |
1.0.0-alpha0001 | 960 | 3/20/2013 |
* Outer html element on the template always has an id (whether it is an id of a control, or an id of a control postfixed with _template, if inner element has an id of a control)
* Css class defined in the model is put on the outer html element of the template, since you cannot reference the parent from css, but you can always reference a child
* Fixed: Binding the gridview second time while first binding is still adding rows will add rows from 2 binding attempts
See complete list of currently implemented controls and features at https://redui.codeplex.com/wikipage?title=Release%20Notes