Kaya 0.5.3 reference for HTMLDocument::addDocumentStylesheet

List of functions and data types in HTMLDocument

Void addDocumentStylesheet(HTMLDocument doc, [MediaType] media, String uri)

Arguments

Usage

Adds a linked external stylesheet to the document. See the MediaType documentation for an explanation of the various media types. Currently only CSS stylesheets are supported by this function.

addDocumentStylesheet(doc,[MTall],
                      "/styles/base.css");
addDocumentStylesheet(doc,[MTprint],
                      "/styles/print.css");
addDocumentStylesheet(doc,[MTscreen,MTprojection,MThandheld],
                      "/styles/visual.css");

If the media array is empty, [MTall] will be used.

Related

kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya