Hi, I am using a StringBuilder to dynamically generate a HTML Table for performance reasons (its much faster than using FlexTables).
The problem is that the Table will contain input widgets and will require Event Handlers. i.e each table row will contain Input Text and on change of these each input text boxes it will update a corresponding Object. Does anyone know anyway how I can attached Dom elements that are created using the above way to Event Listeners created in GWT Java code? I dont want to have to add "<input onblur='event_handler(this)' />" to my HTML. Thanks, Mat --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
