Copied to clipboard

Flag this post as spam?

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


  • Tom Engan 430 posts 1173 karma points
    Feb 05, 2016 @ 13:15
    Tom Engan
    0

    Nested LeBlender controls?

    I've made me a iframe LeBlender control that works perfekt:

    enter image description here

    And I've made also med the Tabs LeBlender control as I follow that example in the youtobevideo, With to properties: Title (textstring) and Content (Richtext editor).

    But what if I want to add these two properties with the LeBlender iframe as a third field? How can this been done (like eg if someone want to insert the carousel LeBlender into the Tabs LeBlender)?

    enter image description here

  • Søren Kottal 702 posts 4497 karma points MVP 5x c-trib
    Feb 08, 2016 @ 19:58
    Søren Kottal
    0

    Maybe you can create a new Grid data-type, with only one column and add the needed grid editors to that.

    Then you will have your Tabs-editor, with Title (string) and Content (your new grid editor).

    Not sure if it works though.

    Otherwise, you can do it with Nested Content, where content would be a nested content-datatype, with ability to pick between different document types. The downside is, that you would need to have both grid editors and doc types for carousels, iframes etc. if you want your editors to be able to use them outside of your tab-editor.

  • Tom Engan 430 posts 1173 karma points
    Feb 10, 2016 @ 15:06
    Tom Engan
    0

    Hmm, thanks, but I still can't find this Grid in the dropdown under Property settings, data type. Is there something I can do to fill this dropdown list with this new Grid (will wait with testing Nested Content)?

  • Søren Kottal 702 posts 4497 karma points MVP 5x c-trib
    Feb 10, 2016 @ 18:41
    Søren Kottal
    0

    You need to add the Grid datatype in Developer > Data Types first.

    https://our.umbraco.org/documentation/Getting-Started/Data/Data-Types/ https://our.umbraco.org/documentation/Getting-Started/Backoffice/Property-Editors/Built-in-Property-Editors/Grid-Layout

  • Tom Engan 430 posts 1173 karma points
    Feb 11, 2016 @ 12:29
    Tom Engan
    0

    I've made me an extra Grid (named Grid Page Extended), but none of them appears in the dropdown Data Type (below Property settings, as can be seen in the second picture from the top) .

    Only some of the data types are filled in the dropdown, not all. So how can I add some of the missing data types into this dropbox?

    Have a feeling there is something regarding data types in Umbraco I don't have notised..

    enter image description here

  • Jason Prothero 422 posts 1243 karma points c-trib
    Feb 10, 2016 @ 19:49
    Jason Prothero
    0

    I have successfully used the DocTypeGridEditor (https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor/) with the Nested Content editor to have tabs that contain a grid editor on them.

    I haven't tried with LeBlender, however.

    Thanks, Jason

Please Sign in or register to post replies

Write your reply to:

Draft