AutoForms–get more with less faster
(Created page with "This new feature I think is super cool. Once again we take the framework we develop and fold it down on itself to create new value. By statically analyzing the definition in c...")
 
(Updated Edited template to July 12, 2025.)
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This new feature I think is super cool. Once again we take the framework we develop and fold it down on itself to create new value. By statically analyzing the definition in classes and feeding that information back into the ViewModel rendering we could produce auto forms for everything in your model with very little effort.
<message>Write the content here to display this box</message>
This feature is really exciting. Once again, we take the Framework we develop and fold it down on itself to create a new value. By statically analyzing the definition in classes and feeding that information back into the ViewModel rendering, we produce Autoforms for everything in your model with very little effort.


Now you can edit all properties, search and set single and multi links, create and delete objects of all classes with zero input.
Autoforms are a shortcut to get a basic setup of views in a system. For example, if you have a view based on SysSingleton, an autoform from SysSingleton will add all the different attributes of that class to a ViewModel.  


This is a turbo charged way to get up and close to the data your model describes.
You can edit all properties, search and set single links and multi-links, and create and delete objects of all classes with zero input.


Please share this video with your friends!
This is a turbo-charged way to get up and close the data your model describes.


AutoForms continued, now they can be used on the web and in design time:
<html>
 
<div class="video">
  <div class="video__wrapper">
    <iframe src="https://www.youtube.com/embed/2eW9-dDOuY0?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
    </div>
  <div class="video__navigation">
 
    </div>
  </div>
 
</html>
 
''' Please share this video with your friends!'''
 
===== AutoForms continued - now they can be used on the web and in design time: =====
<html>
 
<div class="video">
  <div class="video__wrapper">
    <iframe src="https://www.youtube.com/embed/O3EuwDZL-wQ?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
    </div>
  <div class="video__navigation">
 
    </div>
  </div>
 
</html>
[[Category:MDriven Designer]]
{{Edited|July|12|2025}}

Latest revision as of 05:46, 20 January 2025

This page was created by Alexandra on 2018-10-16. Last edited by Edgar on 2025-01-20.

This feature is really exciting. Once again, we take the Framework we develop and fold it down on itself to create a new value. By statically analyzing the definition in classes and feeding that information back into the ViewModel rendering, we produce Autoforms for everything in your model with very little effort.

Autoforms are a shortcut to get a basic setup of views in a system. For example, if you have a view based on SysSingleton, an autoform from SysSingleton will add all the different attributes of that class to a ViewModel.

You can edit all properties, search and set single links and multi-links, and create and delete objects of all classes with zero input.

This is a turbo-charged way to get up and close the data your model describes.

Please share this video with your friends!

AutoForms continued - now they can be used on the web and in design time: