Copied to clipboard

Flag this post as spam?

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


  • suzyb 464 posts 877 karma points
    Jan 29, 2015 @ 12:01
    suzyb
    0

    Adding pre-values to radiobuttonlist in property editor

    On my property editor I'd like to have 2 radio buttons that allow the user to select one of the two options.  I've added a prevalue to my manifest with radiobuttonlist as the view but I can't see how to add options to that list.

    Can anyone point me in the right direction?

     

     

  • Dan Diplo 1505 posts 5911 karma points MVP 4x c-trib
    Mar 27, 2015 @ 09:59
    Dan Diplo
    0

    I'd like to know this, too. Did you find an answer?

  • suzyb 464 posts 877 karma points
    Mar 27, 2015 @ 10:20
    suzyb
    0

    I didn't no.  Gave up on it in the end and used a dropdown.

  • Bart 3 posts 73 karma points
    Sep 24, 2015 @ 13:40
    Bart
    0
    [
      {
        "label": "Background color",
        "description": "Choose background color",
        "key": "class",
        "view": "radiobuttonlist",
        "applyTo": "row",
        "prevalues": [
          "boxes rowna-wysokosc-wrapper",
          "light",
          "dark",
          "yellow",
          "blue",
          "purple",
          "full",
          "full triangle"
        ]
      }
    ]
    
  • Lee 1123 posts 3059 karma points
    Nov 10, 2015 @ 13:21
  • 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