ProtoObjectObjectWAHtmlRootWARenderedHtmlRoot
| context |
| instance | class |
|---|---|
| as yet unclassified | as yet unclassified |
| context |
|---|
|
| as yet unclassified |
|---|
| initializeWithContext: aRenderingContext |
context _ aRenderingContext. self initialize. |
| writeScript: aString on: aStream |
| url | url _ context urlForDocument: aString mimeType: 'text/javascript'. aStream nextPutAll: '<script type="text/javascript" src="', url, '"></script>'. |
| writeStyle: aString on: aStream |
| url | url _ context urlForDocument: aString mimeType: 'text/css'. aStream nextPutAll: '<link rel="stylesheet" type="text/css" href="', url, '" />'. |
| as yet unclassified |
|---|
| context: aRenderingContext |
^ self basicNew initializeWithContext: aRenderingContext |