Javascript function as an AJAX source

Javascript function as an AJAX source

dmcleandmclean Posts: 55Questions: 2Answers: 0
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

  • dmcleandmclean Posts: 55Questions: 2Answers: 0
    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.