Mantle CMS

Saving Object Graphs in One Action using Asp.Net MVC

I learned a good Asp.Net MVC tip the other day that I must have missed when it was the released, the ability to bind collections of objects directly to a parameter of an Action Method. The Scenario When working with the default Mantle-CMS web admin tool I ran into a situation in which I wanted to create a new Content Definition and all it's Properties Definitions and eventually Validation Rules in one shot.  The user interface that I came up with was this:   The Solution I knew that using JQuery...

posted @ Monday, August 10, 2009 1:12 AM | Feedback (0)