ajax

Method summary
js-on-complete (l auto-complete)
js-on-select (l auto-complete)
js-on-select (self fkey-auto-complete)
present-slot (slot ajax-foreign-key-slot-presentation) instance
render-on (res response) (self empty-page)
render-on (res response) (l auto-complete)
render-on (res response) (output auto-complete-output)
shared-initialize (slot ajax-foreign-key-slot-presentation) slots &rest args
Function summary
generate-ajax-request js-url &optional js-options
make-auto-complete-url input-id
Macro summary
make-action-url component action
with-ajax-action (component) &body action
with-ajax-request js-url &rest js-options
render-on   (res response) (self empty-page)  [Method]

didnt find a thing

js-on-complete   (l auto-complete)  [Method]
js-on-select   (l auto-complete)  [Method]

the javascript that is called when an item is selected

render-on   (res response) (l auto-complete)  [Method]
render-on   (res response) (output auto-complete-output)  [Method]
js-on-select   (self fkey-auto-complete)  [Method]
shared-initialize   (slot ajax-foreign-key-slot-presentation) slots &rest args  [After method]
present-slot   (slot ajax-foreign-key-slot-presentation) instance  [Around method]
generate-ajax-request   js-url &optional js-options  [Function]
make-auto-complete-url   input-id  [Function]

creates a url that calls the auto-complete entry-point for INPUT-ID.

make-action-url   component action  [Macro]

There has got to be something like this buried in UCW somewhere, but here's what i use.

with-ajax-request   js-url &rest js-options  [Macro]
with-ajax-action   (component) &body action  [Macro]