Skip to main content
10-Marble
January 20, 2023
Solved

Collapse container to specific width in ThingWorx 9.3.0

  • January 20, 2023
  • 2 replies
  • 2781 views

Hi ,

I am looking to Collapse a container in twx upto specific width , Is it possible in TWX 9.3.0?

Best answer by VS_10550403

Hi @slangley 

I had opened a case and issue got resolved by applying CSS .

 

Thanks,

2 replies

15-Moonstone
January 20, 2023

It is possible with custom CSS. But I can only get it do work for all collapsible container in one mashup and not for a specific one with a custom class.

 

.widget-flexcontainer-bounding-box.collapsible {
 min-width: 100px !important;
}
10-Marble
January 20, 2023

Hi DanZ,

 

you must be appreciated for the solution, but Unfortunately its not working for me at all. 

Do we need any changes in properties of the container ?  FYI- this is TWX 9.3.0. you have the same one?

 

Thanks,

Vaibhav

15-Moonstone
January 20, 2023

I am using Thingworx 9.3.4 and also tested it in 9.3.6, so I think 9.3.0 should work as well.

 

For my test I just created an mashup with two containers. One of them is collapsible and has the icon for expand/collapse visible. Both of them are of course responsive.

 

I have attached the mashup as example.

Community Manager
February 6, 2023

Hi @VS_10550403.

 

If you would like to open a case, please let me know and I will be happy to open one on your behalf.  We can then engage with you in a call to walk through the issue and solution.

 

Regards.

 

--Sharon

VS_1055040310-MarbleAuthorAnswer
10-Marble
February 7, 2023

Hi @slangley 

I had opened a case and issue got resolved by applying CSS .

 

Thanks,