HtmlDocument methods
Last updated
Was this helpful?
Last updated
Was this helpful?
Builds a standard HTML footer, from the </body> to the </html> tags. Works with the Javascript module to implement deferred JavaScript capabilities.
Returns: The HTML footer
Builds a standard HTML header, from the <html ... >
to the <body ...>
tags. It works with the and modules to include the proper CSS/JavaScript calls.
setup
An optional hash array of the following optional setup keys:
bodyAdditionalCssClasses
Additional CSS classes for the body element. Default: false
Returns: The HTML header