1HTMLDocument.addStateFields(3kKaayyaa)module refeHrTeMnLcDeocument.addStateFields(3kaya)
2
3
4
6 HTMLDocument::addStateFields - Call a CGI function
7
9 Void addStateFields( ElementTree parent, Void(a) fn, a state )
10
12 parent The parent element
13
14 fn The function to call
15
16 state The state to pass to the function
17
19 Adds the state and processing function variables to a block-level ele‐
20 ment within a form created with HTMLDocument.addLocalForm (3kaya)
21 This function only works with the CGI(3kaya) state handling model, and
22 is equivalent to using CGI.formHandler (3kaya) for non-HTMLDocument CGI
23 programs.
24
26 Kaya standard library by Edwin Brady, Chris Morris and others
27 (kaya@kayalang.org). For further information see http://kayalang.org/
28
30 The Kaya standard library is free software; you can redistribute it
31 and/or modify it under the terms of the GNU Lesser General Public
32 License (version 2.1 or any later version) as published by the Free
33 Software Foundation.
34
36 CGI(3kaya)
37
38
39
40Kaya December 201H0TMLDocument.addStateFields(3kaya)