1HTMLDocument.localControlURL(3Kkaayyaa)module refHeTrMeLnDcoecument.localControlURL(3kaya)
2
3
4
6 HTMLDocument::localControlURL - Create a URL that calls a local func‐
7 tion
8
10 String localControlURL( b(a) fn, a state, String prefix="" )
11
13 fn The function to call
14
15 state The state to pass
16
17 prefix An optional prefix to the control variables. Different compo‐
18 nents may use different prefixes, allowing multiple Webapp.runHandler
19 [1m(3kaya) functions.
20
22 Create a URL that calls a local function for use in hyperlinks. You may
23 pass additional parameters by appending them to the URL, of course.
24
25
26 url = localControlURL(browseData,logindata);
27 url += ";datasource=12";
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 CGI.imageHandler (3kaya)
41 CGI.linkURL (3kaya)
42 HTMLDocument.encodeControlState (3kaya)
43 HTMLDocument.addLocalControlInput (3kaya)
44
45
46
47Kaya December 20H1T0MLDocument.localControlURL(3kaya)