Copied to clipboard

Flag this post as spam?

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


  • Albert 27 posts 49 karma points
    Sep 12, 2012 @ 18:21
    Albert
    0

    Dynamic dataType according to another dataType

    Hi, I would like to create a dataType that is showed only if a particular option is selected. For example, If I select the option A in a DDL, appears the dataType X, and if I select the option B, appears Y.

    Is Umbraco able to create this kind of dataTypes?

    Thanks

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Sep 12, 2012 @ 18:28
    Lee Kelleher
    0

    Hi Albert,

    There is a package / data-type called Cascading Properties - is that the sort of functionality that you are looking for?

    http://our.umbraco.org/projects/backoffice-extensions/cascading-properties

    Cheers, Lee.

  • Albert 27 posts 49 karma points
    Sep 12, 2012 @ 22:16
    Albert
    0

    No, what i would like to have 5 different DDL, each one in a different dataType. When I select the first, appears the second, and successively.

    Example:

    DDL1 {value=1} --> DDL2{value=0}

    DDL1 {value=0} --> DDL3{value=0} --> DDL4{value=1}

    DDL1 {value=0} --> DDL3{value=1} --> DDL5{value=1}

     

Please Sign in or register to post replies

Write your reply to:

Draft