1 Reply Latest reply: Aug 16, 2007 8:09 AM by Gunar_Penikis RSS

    Can you populate popups depending on what previous selections you made?

    John.Kordas Community Member
      Im not sure if this is in the correct forum but is it possible but can you make popups populate depending on a previous popup selection?

      As an example if you have a popup with 2 selections 10 and 20 could you have a second popup display either selections form 11,12,13 to 19 and 21,22,23 to 29?

      So in Popup 1 you select 10. Popup 2 only shows 11, 12, 1319.

      cluster(name: '$$$/CustomPanels/Widgets/widgetName=Range', placement: place_column, spacing: gSpace, horizontal: align_center, margin_height:10, width : 300, height : 100, child_vertical: align_center)
      {
      popup(items: '$$$/CustomPanels/Widgets/Language/PopupItems=10{10}; 20{20}', xmp_path: 'foo');
      }