We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 10666
    • 68 Posts
    I want to set a TV to have the following:
    Input Type: DropDown ListMenu
    Input Option Values: @CHUNK chunk1||@CHUNK chunk2
    Default Value:@INHERIT
    

    However,If I put more then one @CHUNK binding in the input option values, the TV doesn’t display anything (empty dropdown) on the pages it can be modified.

    Any tips ?
      • 32319
      • 129 Posts
      Quote from: Geo88 at Apr 10, 2007, 03:02 PM

      However,If I put more then one @CHUNK binding in the input option values, the TV doesn’t display anything (empty dropdown) on the pages it can be modified.

      Easy pie, just do this:

      chunk one menu name == @CHUNK ChunkOne || chunk two menu name == @CHUNK ChunkTwo


      What is happening is that you are not giving them a name so nothing shows up.
        "Regret for the things we did can be tempered by time; it is regret for the things we did not do that is inconsolable."
        -- Sydney Harris
        • 10666
        • 68 Posts
        Thank you ! Haven’t though of that ... silly me sad.