Hello,
I have a question regarding Windchill dropdowns. So by default, when clicking an action in a dropdown the dropdown closes automatically like the one shown in the image.
What I need is a way to keep it opened so the user can click multiple entries without having to open the dropdown several times.
The customize button you can find on the Windchill homepage does exacly that. The dropdown does not close after clicking an entry. This way you can easily select multiple checkboxes at a time.
Is there a way to prevent the dropdown model from closing or is this Windchill specific and can not be customized.
Best regards
Solved! Go to Solution.
Hi @TG_10272716
I've caught the point.
There is huge limitation to customize the Structure menu because it is GoogleToolkitWeb(GWT) application and code is little bit hardcoded.
I can help you to add a button or function there but change the behavior in GWT is over my knowledge.
PetrH
Hi @TG_10272716
The general information would be what Dropdown menu are you talking about?
Where do you need to put that dropdown menu?
Example some picture would be nice to see what is your idea to achieve.
Generally ComboBox can be set to use multiple selection that you can select more options in a the dropdown list.
So try to specify more details of your needs.
PetrH
Hi,
it is just a general question so there is no dropdown menu where I plan to apply this yet.
But here is an example, I hope you can see the image:
Under Article Structure -> Visualization there is a "Show" dropdown like you can see in the image.
When I click on any entry e.g Documents the dropdown closes but I want it to stay opened so I can then check or uncheck further elements.
Me 2nd example was about the "Customize" button you can find in the top right corner of the Windchill homepage.
Image:
When I click something here so e.g select Tasks then this model or however you would like to call it stays opened and does not close like the aforementioned "Show" dropdown.
My question is if this behaviour is customizable so that you can specify whether those action models close when selection an action or not.
They also close when clicking somewhere else on the page, which is fine but just to give you an example.
Best regards
Hi @TG_10272716
I've caught the point.
There is huge limitation to customize the Structure menu because it is GoogleToolkitWeb(GWT) application and code is little bit hardcoded.
I can help you to add a button or function there but change the behavior in GWT is over my knowledge.
PetrH
Hi @HelesicPetr, thank you for your help.
Unfortunately this is exactly where I planned to implement this behaviour. But i guess we will have to get used to it 🙂
Best regards