Copied to clipboard

Flag this post as spam?

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


  • Simon 81 posts 184 karma points
    Aug 09, 2017 @ 16:12
    Simon
    0

    PropertyEditor as a GridEditor and mediapicker as a prevalue

    Hi,

    I have a property editor that I've got set up and working nicely. I now want to include that as a grid editor. Is there an easy way to do this or do I need to create essentially a copy, just using $scope.model vs $scope.control?

    Also, my property editor uses a mediapicker as a prevalue - basically for selecting a folder in the media section, where files are uploaded to. How can I include this in a grid editor? I have tried adding it as a prevalue and also as - below in the grid editor definition.

    "config": {
                "editors": [
                    {
                        "label": "Media Folder",
                        "key": "startNodeId",
                        "description": "Media uploaded to this folder",
                        "view": "mediapicker",
                    }
                ]
            }
    

    Any help would be appreciated!

    Many thanks

    Simon

Please Sign in or register to post replies

Write your reply to:

Draft