cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Regarding Mashup- Dropdown box

sv
1-Newbie
1-Newbie

Regarding Mashup- Dropdown box

Hi,

I am doing a project which has 5 things with 5 different properties each. I want to list the five things like drop box and i should be able to select one of those.When i select a thing from the list, it should show me its properties.

I tried to use dropbox, but things are not getting listed. How should i do that?  and How can i perform click option and display the properties of the selected thing?

Can anyone help me out in solving this problem ?

1 REPLY 1
qn
1-Newbie
1-Newbie
(To:sv)

Hi, by "dropbox", do you mean List widget with the view property Dropdown ?

You can use create a service which returns all of your things. One of these functions would be useful:

  • Sources["SearchFunctions"].SearchThingsByTemplate(params);
  • ThingTemplates["<template_name>"].GetImplementingThings();

In order to show the things' properties, you can use the Property Display widget or several separate display widgets (LED Display, Label...). In order to perform click option, you can bind the service's Selected Row(s) fields to the display widget.

Top Tags