On 06/17/2012 06:45 PM, vtintillier wrote:
Hello,
I need a text box that supports auto completion in a plugin, like the
one in the new job page, choice "copy job", that autocompletes the job
names. My need is exactly the same, i.e. my text box contains a job name.
Can someone point me to some documentation/example?
Thanks
Vivien
I'm using a textbox to select the proper file encoding when parsing
source files:
https://github.com/jenkinsci/analysis-core-plugin/blob/master/src/main/resources/util/defaultEncoding.jelly
Ulli