Very nice, though i don't like this bit...
all: '<html><head>' + head + '</head><body>' + body + '</body></html>', There must be a way to get the html and body tags complete with any css classes or other attributes From: Matthew Hazlett [mailto:hazl...@gmail.com] Sent: Sunday, 18 March 2012 11:06 AM To: mootools-users@googlegroups.com Subject: Re: [Moo] Copying the HTML document I decided to change the way it was rendering, its better now, got rid of a few issues: http://jsfiddle.net/hazlema/BwczU/ Supports: * text input * radio input * checkbox input * button input * select (dropdowns) * textarea It's as easy to add to your project as calling the render function. Hope you like it...