Turnkey session 9: View Override
No edit summary
No edit summary
Line 83: Line 83:
</script>
</script>
</html>
</html>
<h4>This is the original generic view we use – use this as a starting point when stirring things up:</h4>
@using Eco.MVC</br>
@model AngularModel</br>
@{ Layout = null; } </br>
</br>
<nowiki><h3>{{root._ViewModelPresentation}}</nowiki><nowiki></h3></br></nowiki><nowiki><form > </nowiki><nowiki></br><div id="floatingRectangle" ng-show='root._Admin.Loading()'> </nowiki> </br><nowiki><img src='~/Content/ajax-loader.gif' /></nowiki></br><nowiki></div></nowiki></br><nowiki><div class="container-fluid"></nowiki></br><nowiki><div class="row"></nowiki></br><nowiki><div class="col-md-2" style="vertical-align:top;"></nowiki></br>@Html.AngualarUIActions(Model) <nowiki></div></nowiki>  <nowiki><div class="col-md-10" style="padding:10px;border-left: lightgray thin solid ;"></nowiki> </br>@Html.AngualarUI(Model)</br><nowiki></div></nowiki> </br> <nowiki></div></nowiki></br><nowiki><div class="row"></nowiki></br><nowiki><div class="col-md-offset-2 col-md-10"></nowiki> </br>@Html.DisplayErrorsWarningsInfos(Model)@*Error,Warning,Info constraints*@</br><nowiki></div></nowiki><nowiki></div></nowiki></br><nowiki></div></nowiki></form></br>@Html.Partial("_DeveloperInfoPartial")

Revision as of 19:56, 22 January 2017

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.

Create View Override view Override HTML Fine Tuning Adding an input control Style Boxes or combo boxes Tables removing the information complex action: location HTML adding scripts VClientLatitude and vClientLongitude variables Mobile Device UI

This page was edited 89 days ago on 02/10/2024. What links here