redui 1.0.0-alpha0024

This is a prerelease version of redui.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package redui --version 1.0.0-alpha0024                
NuGet\Install-Package redui -Version 1.0.0-alpha0024                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="redui" Version="1.0.0-alpha0024" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add redui --version 1.0.0-alpha0024                
#r "nuget: redui, 1.0.0-alpha0024"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install redui as a Cake Addin
#addin nuget:?package=redui&version=1.0.0-alpha0024&prerelease

// Install redui as a Cake Tool
#tool nuget:?package=redui&version=1.0.0-alpha0024&prerelease                

Javascript UI Framework for Single Page Applications.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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,256 4/28/2014
1.0.0-alpha0026 1,181 4/14/2014
1.0.0-alpha0024 1,044 3/17/2014
1.0.0-alpha0023 1,033 2/23/2014
1.0.0-alpha0022 1,034 2/17/2014
1.0.0-alpha0021 917 1/29/2014
1.0.0-alpha0020 910 1/17/2014
1.0.0-alpha0019 881 12/5/2013
1.0.0-alpha0018 1,020 11/25/2013
1.0.0-alpha0017 986 11/18/2013
1.0.0-alpha0016 930 11/14/2013
1.0.0-alpha0015 935 11/12/2013
1.0.0-alpha0014 948 11/7/2013
1.0.0-alpha0013 961 11/4/2013
1.0.0-alpha0012 916 10/30/2013
1.0.0-alpha0011 928 10/7/2013
1.0.0-alpha0010 949 10/2/2013
1.0.0-alpha0009 962 10/2/2013
1.0.0-alpha0008 932 10/2/2013
1.0.0-alpha0007 925 9/17/2013
1.0.0-alpha0006 940 9/16/2013
1.0.0-alpha0005 921 9/6/2013
1.0.0-alpha0004 989 9/4/2013
1.0.0-alpha0002 933 8/29/2013
1.0.0-alpha0001 971 3/20/2013

* Application model allows to add window model created in code
* Application model allows to retrieve window model by name
* Application model allows to remove a window model by name
* Window can be created by providing a model directly, not only by name
* If view model property is observable (ko), subscribe to events and auto-update UI
* Custom control is derived from IContainerControlModel
* Css class 'redui-onchangeupdatesdata' is not required in the template anymore for the view model update. Instead control relies on activation to subscribe to element events
* When re-binding GridView, window._allControls object was not cleaned up. Now _allControls is removed and replaced with the control activation mechanism
* All script tags from templates moved to activate handlers. So templates do not contain any code anymore
* Code updated to TypeScript 1.0RC

See complete list of currently implemented controls and features at https://redui.codeplex.com/wikipage?title=Release%20Notes