CGI.AjaxAction(3kaya)
NAME
CGI::AjaxAction - Ajax action to take when an event occurs
SYNOPSIS
CGI::AjaxAction< > = KayaFunction(Void() fn) | JSAction(String js) | Update(String,CGI::AjaxData jsvalue) | UpdateValue(String,String value) | Actions([CGI::AjaxAction] acts)
DESCRIPTION
Either run a kaya function on the server, run some generic javascript,
or update a form value
AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others
(kaya@kayalang.org). For further information see http://kayalang.org/
LICENSE
- The Kaya standard library is free software; you can redistribute it
and/or modify it under the terms of the GNU Lesser General Public
License (version 2.1 or any later version) as published by the Free
Software Foundation.