Kom i kontakt med vår kundtjänst, lär dig allt via vår SDK eller ladda ner den senaste uppdateringen.
This screencast will show you how you can override the default way that lemoon renders the properties of a content type in the editorial interface by creating a custom View control.
den 21 september 2010 13:27 by Peter
Is there a way to override the default way that lemoon renders the content type properties in Edit view as well?
den 21 september 2010 13:29 by Magnus Krona
Yes there is. Just inherit the control class from EditContentBase instead of ViewContentBase. Place the control in the lemoon/Content/Edit folder. Create the folder if it does not exist.
den 9 juni 2011 16:24 by Paulo
Deprecations and breaking changes Lemoon 4.3.0 The class Mindroute.Core.Model.StandardContent was removed, classes that previously inherited from StandardContent should now inherit from Mindroute.Core.Model.Content instead. The class Mindroute.Core.Model.BinaryContent was renamed to Mindroute.Core.Model.Document