Re: SELECT / COMBOBOX JELLY

2018-03-21 Thread Virginia Mesa
Yes! It's like that! Thank you very much to both of you. And thank you very much for the UI Samples plugin, it has very interesting things. I'm starting now with the development of Plugins and all help is little with the little documentation there is. Thank you! > -- You received this mes

Re: SELECT / COMBOBOX JELLY

2018-03-20 Thread Jesse Glick
On Tue, Mar 20, 2018 at 1:25 PM, Antonio Muñiz wrote: > fill the combo options using a `doFillElecAPIItems()` in your descriptor > implementation Do this. See `ui-samples-plugin` for examples. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" gr

Re: SELECT / COMBOBOX JELLY

2018-03-20 Thread Antonio Muñiz
Use stapler entry and select components: Then either use `` or fill the combo options using a `doFillElecAPIItems()` in your descriptor implementation (it uses a naming convention). On 20 March 2018 at 17:29, Virginia Mesa wrote: > > Good, I need to create a select / combobox to choose

SELECT / COMBOBOX JELLY

2018-03-20 Thread Virginia Mesa
Good, I need to create a select / combobox to choose a multiple option. I did it this way: But at the time of passing the data to the BackEnd, it is