Skip to content

ASP.NET MVC Dynamic Forms v2.0

Latest
Compare
Choose a tag to compare
@ronnieoverby ronnieoverby released this 23 May 21:38
· 1 commit to master since this release

UPDATE The planned jQuery plugin feature has been removed. I don't plan to implement that feature. The noted change set should be considered the stable 2.0 release.

I am developing the next major release with the following new features:

  • Templated layout {""}* - This will let you control how the form layout is rendered. You will be able to surround the input fields with any markup you chose. Using this feature you will be able to arrange the form fields in a table.
  • Arbitrary Data Storage {""}* - You will be able to store arbitrary data along with each form field. The data can be used on the web server or at the client side in the browser. Client side data will be rendered as JSON. This should make rich client side behavior easier to achieve.
    {"*"} = implemented in current change set.

There will be some breaking changes, though nothing you can't survive.