Skip to main content
15-Moonstone
December 5, 2017
Question

Search widget for content filter on mashup

  • December 5, 2017
  • 1 reply
  • 3370 views

I have one requirement, that I need to place a search bar just above to the list so that where I can type the entity name first or two letters on text box then it will gives me the option of list of entities and can be able to select that entity so that it displays that information.

another question is that can we bind two services for one widget ?

If I want to place a widget on a widget is it possible?

Can i Make hyperlink to the complete widget just like as in HTML?

1 reply

1-Visitor
December 5, 2017

You may look at Autocomplete widget from the marketplace: ThingWorx IoT Marketplace

Or you may look also at List Widget with View=Combo Box.

Or you may combine a TextBox widget + List Widget, and on TextBox change event query for the service which fills List Widget.

KSM15-MoonstoneAuthor
15-Moonstone
December 5, 2017

Thank you Sir for replying,

Auto Complete widget is not supported - https://community.thingworx.com/thread/41837

combo box is not work for me.

I am trying to combine text box widget and list widget but it is not sitting on one another .and also I tried bind the change event query to the get implementing things service generally this is the one only fills list widget y name.

1-Visitor
December 5, 2017

Well Autocomplete widget works on 8.1.1 without issues.

And the TextBox + List Widget should work