Hi, there I use java code to construct my whole interface. Can I still use DOM to get value of a checkbox?
CheckBox c = new CheckBox(); DOM.setElementAttribute(c.getElement(), "id", "check"); Then if i want to use the value of CheckBox c, What should I do? Because I will use quiet a few checkbox, c.getValue() is not fit well here. Thanks, Lu -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" 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-ajax-search-api?hl=en.
