redui 1.0.0-alpha0012

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-alpha0012
NuGet\Install-Package redui -Version 1.0.0-alpha0012
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-alpha0012" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add redui --version 1.0.0-alpha0012
#r "nuget: redui, 1.0.0-alpha0012"
#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-alpha0012&prerelease

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

Typescript UI framework.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-beta001 54 4/28/2014
1.0.0-alpha0026 40 4/14/2014
1.0.0-alpha0024 47 3/17/2014
1.0.0-alpha0023 41 2/23/2014
1.0.0-alpha0022 39 2/17/2014
1.0.0-alpha0021 39 1/29/2014
1.0.0-alpha0020 41 1/17/2014
1.0.0-alpha0019 42 12/5/2013
1.0.0-alpha0018 44 11/25/2013
1.0.0-alpha0017 46 11/18/2013
1.0.0-alpha0016 40 11/14/2013
1.0.0-alpha0015 42 11/12/2013
1.0.0-alpha0014 42 11/7/2013
1.0.0-alpha0013 42 11/4/2013
1.0.0-alpha0012 40 10/30/2013
1.0.0-alpha0011 43 10/7/2013
1.0.0-alpha0010 44 10/2/2013
1.0.0-alpha0009 40 10/2/2013
1.0.0-alpha0008 43 10/2/2013
1.0.0-alpha0007 44 9/17/2013
1.0.0-alpha0006 44 9/16/2013
1.0.0-alpha0005 41 9/6/2013
1.0.0-alpha0004 43 9/4/2013
1.0.0-alpha0002 43 8/29/2013
1.0.0-alpha0001 41 3/20/2013

* When closed, window HTML is removed from the DOM, window is removed from the windows dictionary
* Modal window doesn't allow focus to go outside of the modal window when tabbing
* After the modal window is closed, the focus goes into the previous modal window, if any
* Fixed: Clicking between 2 controls in the tree node doesn't select the node
* Fixed: Grid row only gets selected when clicked inside the text box. Should work with any column type
* Fixed: In the grid with 'canUserAddRows: true' newly added row does not generate redui.gridview.rowselected
* Fixed: In the grid with 'canUserAddRows: true' newly added row does not show as selected
* Fixed: Check box label should be on the right
* ObjectSelector control as a text box with a lookup button
* ObjectSelector grid view column
* Every control updates the property of the contextObject when it's value changes, no need to call getDataObject explicitly

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