Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • z4kk 24 posts 83 karma points
    Apr 18, 2013 @ 21:00
    z4kk
    0

    Umbraco 6.x.x Custom DataTypes and DataTypes Editors best practices

    Are there any differences in creation custom DataType and DataTypes in Umbraco 4.11.* and 6.*?

    Thanks!

  • Markus Johansson 1914 posts 5761 karma points MVP c-trib
    Apr 18, 2013 @ 22:11
    Markus Johansson
    0

    Hi!

    As far as I know there is no news about this in V6 (not that they talked about during the certification course) and I'm still using the "old way" in my package Newsletter Studio. There is two ways to create a custom "property editor", the esiest is to wrap it with a usercontrol:

    http://www.nibble.be/?p=24

    If you need to "go deep" this is the more complex way:

    http://www.nibble.be/?p=50

  • z4kk 24 posts 83 karma points
    Apr 19, 2013 @ 18:27
    z4kk
    0

    Thanks, Markus.

    Now I find most effective way for me. I used uComponents dataTypes base classes

    uComponents.DataTypes.Shared.PrevalueEditors.AbstractJsonPrevalueEditor

    and AbstractOptions

    Very usefull =)

Please Sign in or register to post replies

Write your reply to:

Draft