1Webapp.displayPage(3kaya) Kaya module reference Webapp.displayPage(3kaya)
2
3
4
6 Webapp::displayPage - Displays a HTML page
7
9 Void displayPage( HTMLDocument page )
10
12 page A HTMLDocument page
13
15 Displays a HTML page. The displayPage functions are called automatiā
16 cally by a webapp based on the return value of webmain and should only
17 be called directly for debugging purposes and when constructing custom
18 displayPage functions.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
31 HTMLDocument.HTMLDocument (3kaya)
32 Webapp.displayPage_1 (3kaya) (string data)
33 Webapp.displayPage_2 (3kaya) (binary data)
34 Webapp.displayPage_3 (3kaya) (void functions)
35
36
37
38Kaya December 2010 Webapp.displayPage(3kaya)