Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
How to use a button to return values from the form controls such as from a COMBOBOX
In event like ClientBefore of your button use the following:
var ctlPrice = pageObj.getControl('price');alert(ctlPrice.getValue());