[Seaside] WARenderLoopContinuation>>updateRoot "HTML-only"

Robert Shiplett grshiplett2 at yahoo.com
Fri Sep 11 22:06:21 UTC 2009


WARenderLoopContinuation>>updateRoot: anHtmlRoot
	anHtmlRoot bodyAttributes at: 'onload' append: 'onLoad()' separator: ';'.
	anHtmlRoot meta contentType: self application contentType.
	anHtmlRoot meta contentScriptType: WAMimeType textJavascript.
	anHtmlRoot htmlAttributes
		at: 'xmlns' put: 'http://www.w3.org/1999/xhtml';
		at: 'xml:lang' put: 'en';
		at: 'lang' put: 'en'.
	anHtmlRoot beXhtml10Strict.
	anHtmlRoot title: 'Seaside'.
	self application libraries 
		do: [ :each | each default updateRoot: anHtmlRoot ].
	self session updateRoot: anHtmlRoot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20090911/e31b4f00/attachment.htm


More information about the seaside mailing list