Im using v3.0.14 Contour in V4.11 Umbraco. and i am using Razor.
Just wondered where the view for @Html.RenderMvcAction lives?
Basically I want to reorder the dom elemants so that the validation message is above the input field, and i cant find the view file which is rendered from the MVCRenderContourForm.cshtml
Razor View?
Hi,
Im using v3.0.14 Contour in V4.11 Umbraco. and i am using Razor.
Just wondered where the view for @Html.RenderMvcAction lives?
Basically I want to reorder the dom elemants so that the validation message is above the input field, and i cant find the view file which is rendered from the MVCRenderContourForm.cshtml
Any ideas where it lives?
Cheers
Ric
Hello,
It's in the Umbraco.Forms.Mvc.Bridge.Html namespace.
Jeroen
The view folder is at \umbraco\plugins\umbracoContour\Views
Jeroen
In \umbraco\plugins\umbracoContour\Views\Forms is a readme file with more info.
Jeroen
Legend! - Thank you
Comment author was deleted
And for docs please check out http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Developer/Custom-Markup/ :)
is working on a reply...