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 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")

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