Search Results

0
votes

How do I replace a text box with a drop down populate by web service in fogbugz using greasemonkey script?

An off-the-cuff answer: Yes. For a first pass, you can implement it by creating the drop-down list on the side, populating it with a GM_xmlHttpRequest, and adding a "onchange" action liste …