Is there a way to identify which control in a set of bound controls is
changed by the user?

In this instance I want to know that in a set of 5 bound controls, the
user just changed control 3.

I want to resize the div that the control is within, based on the
number of distinct values the user has chosen. I can get these, but I
cannot identify which control has been changed.

So, something like:

if(dashboard.control1.onChange){
    changeDIVSize();
}

Thanks,

H.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to