Skip to main content
1-Visitor
December 11, 2018
Question

How to show rectangular shapes with Text values from data service dynamically

  • December 11, 2018
  • 4 replies
  • 2822 views

Hi,

Greetings!

                 I do have a tree structure like Plant --> Module --> Area etc. I want to display all the modules from the selected plant (selected from dropdown) in a rectangular box so that on module click it will show underlying areas(rectangular box with text).

                I have tried repeater widget with shape widget but shape widget showing only first value from data service. I want to display all the values with separate rectangular boxes. Could you please help me.

Thanks.

 

 

 

4 replies

20-Turquoise
December 18, 2018

You could try using element CSS or modify existingtree widget to do so.

ras1-VisitorAuthor
1-Visitor
December 20, 2018

Thank you for your response. Could you please elaborate on your solution.

Thanks.

20-Turquoise
January 8, 2019

You may refer to this for the CSS solution

https://www.ptc.com/en/support/article?n=CS278999

 

Or look into custom extension development (document attached).

20-Turquoise
December 18, 2018

You could try using element CSS or modify existingtree widget to do so.