1CGI.ajaxTag(3kaya) Kaya module reference CGI.ajaxTag(3kaya)
2
3
4
6 CGI::ajaxTag - Get tag information for linking an ajax call to an event
7 on a tag
8
10 String ajaxTag( AjaxEvent h, AjaxAction act, String resultID="", [Ajax‐
11 Data] extras=[] )
12
14 When the event h occurs on the tag, apply the action and if applicable
15 updates the contents of the tag with id resultID with the result of the
16 handler.
17
18
19 content("Title");
20
22 Kaya standard library by Edwin Brady, Chris Morris and others
23 (kaya@kayalang.org). For further information see http://kayalang.org/
24
26 The Kaya standard library is free software; you can redistribute it
27 and/or modify it under the terms of the GNU Lesser General Public
28 License (version 2.1 or any later version) as published by the Free
29 Software Foundation.
30
31
32
33Kaya December 2010 CGI.ajaxTag(3kaya)