[Seaside] PrettyPrint in WAHtmlDocument

Lukas Renggli renggli at gmail.com
Mon Oct 26 10:38:05 UTC 2009


> Are there plans to add a PrettyPrintingDocument so that the HTML that is
> sent to the browser looks better?

There are no plans, but it should be easily possible. The problem is
that pretty printing HTML changes the way it is displayed in
web-browsers.

> Firebug already formats the HTML into a
> tree, but if you want to add breakpoints to inline JavaScript, you're a bit
> screwed, as the whole document is one single line.

You can set breakpoints using the Firebug Command Line API:

    http://getfirebug.com/commandline.html

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list