Just to be sure: I'm looking for a solution that would return the 'generated html' programmatically. If WebDeveloper can do it (js plug- in), it should be feasible within GWT.
Also note that getting the innerHtml of a HTML widget does return html with the input values in hosted mode, but not in web mode. Hope this makes some sense, Stephan On Apr 23, 4:14 pm, Jerome <[email protected]> wrote: > Without Firebug or Web Developer Firefox extensions, you can do : > > - CTRL+A to select all elements of your page. > - Right Click and select : "View Selection Source" > > You'll get the generated HTML but without indentation. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
