Turnkey session 9: View Override
(Created page with "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; } ---- <h3>{{root....") |
No edit summary |
||
Line 4: | Line 4: | ||
@{ Layout = null; } | @{ Layout = null; } | ||
<h3>{{root._ViewModelPresentation}}</h3> | <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 |
Revision as of 15:41, 22 January 2017
This page was created by Alexandra on 2017-01-22. Last edited by Edgar on 2025-01-20.
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; }
Template:Root. ViewModelPresentation
<form >
<img src='~/Content/ajax-loader.gif' />
@Html.AngualarUIActions(Model)
@Html.AngualarUI(Model)
@Html.DisplayErrorsWarningsInfos(Model)@*Error,Warning,Info constraints*@
</form> @Html.Partial("_DeveloperInfoPartial")