Hi Everyone, This past week i have been working on a project where the project is in php, it has diferent php pages, and im using gwt as a javascript/ jquery substitute, specially for forms.
The problem im getting with gwt-created forms is that, the designer doesnt seem to have control over it. With normal html + jquery there would be a html form, the design could style it anyway he wanted, and put it inside tables, or some neat css divs and fieldsets, and i would simply apply jquery over it for the widgets i need (e.g autocomplete) or validations. In GWT however, the entire form is generated by Java, and in resulting code the fields of the form are inside messy tables. further, if the designer wants to change , say, something as simple as the order of two text boxes, he has to edit the java code, which is not a good pratice. Anybody knows a "smarter" way to do this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
