Re: Dynamically update dropdown list when a certain action is performed by the user

2017-01-27 Thread Jesse Glick
On Fri, Jan 27, 2017 at 1:20 PM, 'Claudiu Guiman' via Jenkins Developers wrote: > The fill operation is a long lasting operation. Is there some way to display > this to the user (add a spinner or other UI element)? Not currently. It would make sense for

RE: Dynamically update dropdown list when a certain action is performed by the user

2017-01-27 Thread 'Claudiu Guiman' via Jenkins Developers
That seems to do the job. Thanks. The fill operation is a long lasting operation. Is there some way to display this to the user (add a spinner or other UI element)? -Original Message- From: jenkinsci-dev@googlegroups.com [mailto:jenkinsci-dev@googlegroups.com] On Behalf Of Jesse Glick

Re: Dynamically update dropdown list when a certain action is performed by the user

2017-01-27 Thread Jesse Glick
On Thu, Jan 26, 2017 at 5:45 PM, 'Claudiu Guiman' via Jenkins Developers wrote: > I’m trying to dynamically update the items in a dropdown list when the user > performes a certain action (clicked button or selected some option). In the case of selecting a

Re: Dynamically update dropdown list when a certain action is performed by the user

2017-01-27 Thread Robert Sandell
Well there is no ready component that can do this so you would need to do most of the work "by hand". Stapler can help you with some of the wiring if you need to talk to the backend; If you annotate a java method with @JavaScriptMethod