Copied to clipboard

Flag this post as spam?

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


  • Adnan Osfira 13 posts 103 karma points
    Sep 15, 2016 @ 22:34
    Adnan Osfira
    0

    Using media picker and date picker in custom grid editor.

    Hello

    I build custom grid editors and each one of these grid editor has many properties, for example one of them should consist of title, summary and image.

    I can implement this using leblender grid editor but i want to build my own grid editor without using leblender so i can add all configuration i want to grid editor.

    So the question How can i add media picker or date picker in custom grid editor.

    Thanks for any help.

  • David 28 posts 156 karma points
    Mar 22, 2017 @ 15:33
    David
    0
    <umb-control-group label="Image" description="Which image?">
                        <div image-picker image="model.data.image"></div>
                        <input type="text" ng-model="model.data.image" class="hidden" style="display:none;" />
                    </umb-control-group>
    

    Thats the picker for the image picker now you have to continue the reading in the js controller. :)

    Hope that help you a bit.

    MFG

    David

Please Sign in or register to post replies

Write your reply to:

Draft