1CGI.AjaxAction(3kaya) Kaya module reference CGI.AjaxAction(3kaya)
2
3
4
6 CGI::AjaxAction - Ajax action to take when an event occurs
7
9 CGI::AjaxAction< >
10
11
12 = KayaFunction(Void() fn)
13
14
15 | JSAction(String js)
16
17
18 | Update(String,CGI::AjaxData jsvalue)
19
20
21 | UpdateValue(String,String value)
22
23
24 | Actions([CGI::AjaxAction] acts)
25
27 Either run a kaya function on the server, run some generic javascript,
28 or update a form value
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
40
41
42Kaya December 2010 CGI.AjaxAction(3kaya)