Skip to content

MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically

License

Notifications You must be signed in to change notification settings

mcintyre321/FormFactory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Harry McIntyre
Nov 20, 2020
b69b26d · Nov 20, 2020
Sep 14, 2019
Mar 12, 2019
Nov 19, 2020
Nov 19, 2020
Mar 12, 2019
Mar 12, 2019
Mar 11, 2019
Mar 12, 2019
Nov 20, 2020
Mar 11, 2019
Nov 20, 2020
Nov 20, 2020
Nov 19, 2020
Mar 11, 2019
Nov 19, 2015
Apr 3, 2017

Repository files navigation

FormFactory - dynamic HTML form engine

Visit http://formfactoryaspmvc.azurewebsites.net/ for live documentation and to see what FormFactory can do!

Installation

For ASP.NET MVC 5

install-package FormFactory install-package FormFactory.AspMvc install-package EmbeddedResourceVirtualPathProvider * (or you can install FormFactory.Templates if you don't want to use the EmbeddedResourceVirtualPathProvider)

For ASP.NET MVC Core

install-package FormFactory install-package FormFactory.AspNetCore configure core to serve embedded files - see startup.cs lines 36 and 60

For both

Add the assets to your page <link href="/Content/FormFactory/FormFactory.css" rel="stylesheet" type="text/css"/> <script src="/Scripts/FormFactory/FormFactory.js" type="text/javascript"></script>

How to use it

Inside an cshtml file: @FF.PropertiesFor(someObject).Render(Html);

.PropertiesFor(someObject) will reflect over the someObject and create an enumerable of PropertyVm objects, and .Render(Html) will render each object out the page

See the documentation site for how to mark up your viewmodel

About

MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published