1HTMLDocument.MetaData(3kaya) Kaya module referenceHTMLDocument.MetaData(3kaya)
2
3
4
6 HTMLDocument::MetaData - Meta data about a HTML document
7
9 HTMLDocument::MetaData< >
10
11
12 = MetaData()
13
15 This data type is used to create the <head> section of a HTML document.
16 The following things can be added using this data type.
17
18
19 - Meta data <meta name='...' value='...'>
20
21
22 - External CSS Stylesheets
23
24
25 - Document-level links ( <link> )
26
27
28 - External client-side Javascript
29
31 Kaya standard library by Edwin Brady, Chris Morris and others
32 (kaya@kayalang.org). For further information see http://kayalang.org/
33
35 The Kaya standard library is free software; you can redistribute it
36 and/or modify it under the terms of the GNU Lesser General Public
37 License (version 2.1 or any later version) as published by the Free
38 Software Foundation.
39
41 HTMLDocument.ClientScript (3kaya)
42 HTMLDocument.HeadLink (3kaya)
43 HTMLDocument.HTMLDocument (3kaya)
44 HTMLDocument.StyleSheet (3kaya)
45 HTMLDocument.addDocumentLink (3kaya)
46 HTMLDocument.addDocumentMetaData (3kaya)
47 HTMLDocument.addDocumentScripting (3kaya)
48 HTMLDocument.addDocumentStylesheet (3kaya)
49 HTMLDocument.setDocumentTitle (3kaya)
50
51
52
53Kaya December 2010 HTMLDocument.MetaData(3kaya)