Copied to clipboard

Flag this post as spam?

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


  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Feb 07, 2014 @ 17:39
    Ismail Mayat
    0

    Configuration to property editor

    Hello,

    I am looking at http://umbraco.github.io/Belle/#/tutorials/Adding-Configuration-To-Property-Editor i can see that you can select bunch of prevalue editors. How do i go about creating my own prevalue editors. I am looking to create:

    1. A prevalue editor that gives me a list of examine indexes. (dropdown list)
    2. All the doc types in the current umbraco install.(Mutli select box)

    regards

    Ismail

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Feb 07, 2014 @ 17:41
    Tim Geyssens
    0

    Hey Ismail, you can basicly use a prop editor as a prevalue editor

    More details here http://www.nibble.be/?p=377

    So you just need to point the view  to the relative plat

    view: "~/App_Plugins/MatrixEditor/matrixeditor.html",

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Feb 07, 2014 @ 17:42
    Tim Geyssens
    0

    This is also related, communication between prevalue editors http://www.nibble.be/?p=381

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Feb 07, 2014 @ 17:42
    Tim Geyssens
    0

    So just create them as prop editors and then you just need to point your prevalues to the correct view path

  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Feb 07, 2014 @ 17:48
    Ismail Mayat
    0

    Tim,

    Cool. Im going to download your source for matrixPropEditor hopefully will make sense ;-}

  • 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