1CGI.AjaxEvent(3kaya) Kaya module reference CGI.AjaxEvent(3kaya)
2
3
4
6 CGI::AjaxEvent - Events to be handled by Ajax actions
7
9 CGI::AjaxEvent< >
10
11
12 = OnAbort()
13
14
15 | OnBlur()
16
17
18 | OnChange()
19
20
21 | OnClick()
22
23
24 | OnDblClick()
25
26
27 | OnError()
28
29
30 | OnFocus()
31
32
33 | OnKeyDown()
34
35
36 | OnKeyPress()
37
38
39 | OnKeyUp()
40
41
42 | OnLoad()
43
44
45 | OnMouseDown()
46
47
48 | OnMouseMove()
49
50
51 | OnMouseOut()
52
53
54 | OnMouseOver()
55
56
57 | OnMouseUp()
58
59
60 | OnReset()
61
62
63 | OnResize()
64
65
66 | OnSelect()
67
68
69 | OnSubmit()
70
71
72 | OnUnload()
73
75 Events which may be handled by an XMLHttpRequest
76
78 Kaya standard library by Edwin Brady, Chris Morris and others
79 (kaya@kayalang.org). For further information see http://kayalang.org/
80
82 The Kaya standard library is free software; you can redistribute it
83 and/or modify it under the terms of the GNU Lesser General Public
84 License (version 2.1 or any later version) as published by the Free
85 Software Foundation.
86
87
88
89Kaya December 2010 CGI.AjaxEvent(3kaya)