I have managed to add this to the Umbraco 7.1.4 with latest Contour.
When its rendered on the page, it throws the error below, which I believe missing a razor view file.
This is a very promising contour extension. Are there any plans to add the razor view to it? Everything else seems to work so far...
The partial view '/umbraco/plugins/umbracoContour/Views/Fieldtype.matrixlist.cshtml' was not found or no view engine supports the searched locations. The following locations were searched: /umbraco/plugins/umbracoContour/Views/Fieldtype.matrixlist.cshtml
Razor partial view support
I have managed to add this to the Umbraco 7.1.4 with latest Contour.
When its rendered on the page, it throws the error below, which I believe missing a razor view file.
This is a very promising contour extension. Are there any plans to add the razor view to it? Everything else seems to work so far...
The partial view '/umbraco/plugins/umbracoContour/Views/Fieldtype.matrixlist.cshtml' was not found or no view engine supports the searched locations. The following locations were searched: /umbraco/plugins/umbracoContour/Views/Fieldtype.matrixlist.cshtml
Cheers!
Posted this in Feedback, but for reference completeness posting here too;
Using Umbraco 7.1.4 with SQLdb, contour 3.0.21
Just a quick update, I have managed to create the missing FieldType.DropDownList.cshtml under the Contour\View folder.
http://pastebin.com/A84HVwb6
This does render the Matrix with values correctly. But it doesnt save the values upon submit. Any ideas on how to save the submitted data?
cheers
is working on a reply...