No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
@model AngularModel | @model AngularModel | ||
@{ Layout = null; } | @{ Layout = null; } | ||
<html> | |||
<nowiki> | |||
<h3>{{root._ViewModelPresentation}}</h3> | |||
<form > <!--The only reason for having a form is the ability to simulate a | <form > <!--The only reason for having a form is the ability to simulate a | ||
Line 25: | Line 27: | ||
</div> | </div> | ||
</form> | </form> | ||
@Html.Partial("_DeveloperInfoPartial") | @Html.Partial("_DeveloperInfoPartial") | ||
</nowiki> | |||
</html> | |||
<html> | <html> | ||
==== Since MDriven Turnkey is like any other html javascript application there are no limits on what you can use the data for. You should think of MDriven Turnkey as a tool that does the heavy lifting for you – it will free up your time to work with creative things like modeling at one end of the spectrum and special UI design at the other end. The ambition of MDriven Turnkey is to swallow everything in between and thus removing the need for slow and low quality out-sourcing schemes. In Session 9 I show how to replace the auto generated UI with html of your own. I show how to include a google map and how to pick up the location of the device using your application. ==== | |||
<p> | <p> | ||
<em>To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini player. Choose the interesting subtitle on the list and immediately get to the exact theme timeplace in the video. Now you can pick any topic to be instructed without watching the whole video.</em> | <em>To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini player. Choose the interesting subtitle on the list and immediately get to the exact theme timeplace in the video. Now you can pick any topic to be instructed without watching the whole video.</em> |
Revision as of 19:34, 22 January 2017
This is the original generic view we use – use this as a starting point when stirring things up:
@using Eco.MVC @model AngularModel @{ Layout = null; }
{{root._ViewModelPresentation}}
@Html.Partial("_DeveloperInfoPartial") ==== Since MDriven Turnkey is like any other html javascript application there are no limits on what you can use the data for. You should think of MDriven Turnkey as a tool that does the heavy lifting for you – it will free up your time to work with creative things like modeling at one end of the spectrum and special UI design at the other end. The ambition of MDriven Turnkey is to swallow everything in between and thus removing the need for slow and low quality out-sourcing schemes. In Session 9 I show how to replace the auto generated UI with html of your own. I show how to include a google map and how to pick up the location of the device using your application. ====
To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini player. Choose the interesting subtitle on the list and immediately get to the exact theme timeplace in the video. Now you can pick any topic to be instructed without watching the whole video.