...
These are values returned from an auto-complete textbox select box in a successful response from the external program:
Code Block |
---|
{ "success": true, "response": [ newOption("Black", "Black"), newOption("Red", "Red"), newOption("Aqua", "Aqua"), newOption("Blue", "Blue"), newOption("Green", "Green"), newOption("Silver", "Silver"), newOption("Yellow", "Yellow"), newOption("Fuchsia", "Fuchsia"), newOption("LawnGreen", "LawnGreen"), newOption("Maroon", "Maroon"), newOption("Tomato", "Tomato") ] |
In the successful response you can see the colors are being set by the values returned.