Copied to clipboard

Flag this post as spam?

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


  • Rasmus Fjord 659 posts 1546 karma points c-trib
    Jan 25, 2015 @ 23:07
    Rasmus Fjord
    0

    displaying grid styles on rows in the backend

    So i have created a colorpicker as a style on the grid rows, looks like this and works 100% in the frontend :

     

    And i would like to show it in the backend aswell, the style is looking like this :

      "label": "Baggrundsfarve",
        "description": "Sæt en baggrundsfarve på rækken",
        "key": "background-color",
        "view": "colorpicker",
        "applyTo": "row",
        "prevalues": [
          "#627991",
          "#a9c2d9",
          "#ccc9b0",
          "#8f5368"]
    So im gussing that i need to modify grid.html in /propertyeditors.

    But im not that crazy to angular yet and dunno if it can be done.

     

  • Bjarne Fyrstenborg 1182 posts 3441 karma points MVP 4x c-trib
    Jan 25, 2015 @ 23:18
    Bjarne Fyrstenborg
    0

    Hi Rasmus

    I think it is this issue you are struggling with? http://issues.umbraco.org/issue/U4-5934

    So hopefully it will be fixed in Umbraco 7.2.2 :)

    /Bjarne

  • Rasmus Fjord 659 posts 1546 karma points c-trib
    Jan 25, 2015 @ 23:25
    Rasmus Fjord
    0

    Exactly my point thought it was intentional that it wasnt rendered. 

  • 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