1HTMLDocument.addDocumentLink(3Kkaayyaa)module refHeTrMeLnDcoecument.addDocumentLink(3kaya)
2
3
4
6 HTMLDocument::addDocumentLink - Adds a document-level link
7
9 Void addDocumentLink( HTMLDocument doc, Relationship relate, String
10 uri, String title=createString(0), String ctype=createString(0) )
11
13 doc The HTML document
14
15 rel The relationship this link describes
16
17 uri The resource linked to.
18
19 type The content-type of the linked document (optional)
20
22 Adds a document-level link to another resource.
23
24
25 addDocumentLink(doc,Rel("next"),
26 webappName()+"slide="+(slideno+1));
27 addDocumentLink(doc,Rev("made"),"author@example.invalid");
28
30 Kaya standard library by Edwin Brady, Chris Morris and others
31 (kaya@kayalang.org). For further information see http://kayalang.org/
32
34 The Kaya standard library is free software; you can redistribute it
35 and/or modify it under the terms of the GNU Lesser General Public
36 License (version 2.1 or any later version) as published by the Free
37 Software Foundation.
38
40 The HTMLDocument.Relationship (3kaya) documentation explains the semanā
41 tics of forward and reverse document links.
42
43
44
45Kaya December 20H1T0MLDocument.addDocumentLink(3kaya)