brooksoft.appsjs 1.0.15

There is a newer version of this package available.
See the version list below for details.
dotnet add package brooksoft.appsjs --version 1.0.15
                    
NuGet\Install-Package brooksoft.appsjs -Version 1.0.15
                    
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="brooksoft.appsjs" Version="1.0.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="brooksoft.appsjs" Version="1.0.15" />
                    
Directory.Packages.props
<PackageReference Include="brooksoft.appsjs" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add brooksoft.appsjs --version 1.0.15
                    
#r "nuget: brooksoft.appsjs, 1.0.15"
                    
#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.
#addin nuget:?package=brooksoft.appsjs&version=1.0.15
                    
Install as a Cake Addin
#tool nuget:?package=brooksoft.appsjs&version=1.0.15
                    
Install as a Cake Tool

Javascript quick starts for templating and modularization.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.4 933 6/29/2022
3.0.3 837 6/29/2022
3.0.2 733 6/28/2022
3.0.1 449 6/28/2022
3.0.0 516 2/23/2022
2.0.2 728 12/27/2019
2.0.1 643 12/18/2019
2.0.0 619 12/2/2019
1.1.2 928 12/8/2018
1.1.1 883 11/27/2018
1.1.0 846 11/27/2018
1.0.30 1,549 4/13/2018
1.0.29 1,375 2/23/2018
1.0.28 1,161 2/8/2018
1.0.27 1,334 2/5/2018
1.0.26 1,299 2/2/2018
1.0.25 1,355 1/15/2018
1.0.24 1,344 1/12/2018
1.0.23 1,354 1/6/2018
1.0.22 1,335 12/27/2017
1.0.21 1,166 12/18/2017
1.0.20 1,325 12/8/2017
1.0.18 1,148 11/13/2017
1.0.17 1,153 10/26/2017
1.0.16 1,163 10/26/2017
1.0.15 1,178 10/10/2017
1.0.14 1,170 9/27/2017
1.0.13 1,349 9/20/2017
1.0.12 1,190 9/19/2017
1.0.11 1,182 9/11/2017
1.0.10 1,124 8/31/2017
1.0.9 1,194 8/15/2017
1.0.8 1,159 8/11/2017
1.0.7 1,117 8/9/2017
1.0.6 1,144 8/8/2017
1.0.5 1,103 8/7/2017
1.0.4 1,124 8/7/2017
1.0.3 1,135 8/3/2017
1.0.2 1,320 8/3/2017


Removed controls name from namespace, other bugs
Color coded trace info on debug screen
Autoload templates, auto naming of child controls templates and template startup content. Debug listing of pages, controls and methods.
Visual Data in debug mode
Pages and Controls. Creates file structure per your settings automatically.
No-code server component usage.
Server Components.
Components. Added "Tile" component to demonstrate.
Built-in "Refresh" method on all "data" objects with callback
Support for jquery-te ("textarea" edittype)
Refined creation of data modules.
Define api name and path, automatically contructs data objects (e.g. Apps.Data.MyData).
Added initialization of data modules.