≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
Javascript function as an AJAX source
Javascript function as an AJAX source
dmclean
Posts: 55
Questions: 2
Answers: 0
December 2013
edited December 2013
in
General
I would like to be able to specify a Javascript function as an AJAX source. The web framework I am using has hooks that translate client side function calls into server side function calls (and returns JSON).
Replies
dmclean
Posts: 55
Questions: 2
Answers: 0
December 2013
Never mind. After reading through the Server Processing documentation, an API for what I want would be pretty ugly.
I found another way to do this, using an obscure feature of the web framework.
This discussion has been closed.
Replies
I found another way to do this, using an obscure feature of the web framework.