Umbraco v7 what replaced umbraco usercontrol wrapper
Hi,
In Umbraco V6 from with in the developer section you could create you own custom datatypes that used usercontrols. you just selected 'umbraco usercontrol wrapper' from the property editor dropdown then selected your user control.
In Umbraco V7 what has this been replaced with? Is there now a better way to do this using controller/view instead of a user contol.
Sorry I should have been more explicit.I understand how to use mvc for the front end.
In Umbraco V6 once you created your custom datatype (usercontrol) you could then add it as a property to your document type. this would then be rendered when viewing a content page of that document type. I dont know how this is now done in V7/MVC could someone point me in the right direction.
Umbraco v7 what replaced umbraco usercontrol wrapper
Hi,
In Umbraco V6 from with in the developer section you could create you own custom datatypes that used usercontrols. you just selected 'umbraco usercontrol wrapper' from the property editor dropdown then selected your user control.
In Umbraco V7 what has this been replaced with? Is there now a better way to do this using controller/view instead of a user contol.
Thanks
LJ
Hi,
You can use Razor views. Try to read this article: http://umbraco.com/follow-us/blog-archive/2013/7/14/moving-from-webforms-to-mvc.aspx
Hi,
Sorry I should have been more explicit.I understand how to use mvc for the front end.
In Umbraco V6 once you created your custom datatype (usercontrol) you could then add it as a property to your document type. this would then be rendered when viewing a content page of that document type. I dont know how this is now done in V7/MVC could someone point me in the right direction.
thanks
LJ
Sorry, this can help you -
http://umbraco.github.io/Belle/#/tutorials/CreatingAPropertyEditor
http://our.umbraco.org/forum/umbraco-7/using-umbraco-7/46925-Custom-datatype-in-umbraco-701
Thanks
is working on a reply...