Copied to clipboard

Flag this post as spam?

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


  • Dave Woestenborghs 3325 posts 11170 karma points MVP 5x admin c-trib
    Mar 26, 2014 @ 10:23
    Dave Woestenborghs
    0

    PropertyValueEditorWrapper : what is it for ?

    Hi,

    Looking at the Umbraco source code I see that some of the core property editors use a class inherited from Umbraco.Web.PropertyEditors.PropertyValueEditorWrapper

    What is the use of this class ? And should I implement it when creating a new property editor ?

  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Mar 26, 2014 @ 11:53
    Jeroen Breuer
    0

    Hello,

    When I created my Enum Lists package I didn't use it. I just used these tutorials: http://umbraco.github.io/Belle/#/tutorials/CreatingAPropertyEditor

    No idea what PropertyValueEditorWrapper is for.

    Jeroen

  • Dave Woestenborghs 3325 posts 11170 karma points MVP 5x admin c-trib
    Mar 26, 2014 @ 12:09
    Dave Woestenborghs
    0

    Hey Jeroen,

    I'm trying to create a editor with a single file deployment (see http://www.nibble.be/?p=415)

    I was looking in the Umbraco source and I saw this class used by some of the core editors. Probably have to a debug session to see what it is used for.

    Dave

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies