All predicatesShow sourceac_predicate.pl

Source autocomplete(+HandlerID, +Options)// is det[private]
Insert a YUI autocomplete widget that obtains its alternatives from HandlerID. The following Options are supported:
width(+Width)
Specify the width of the box. Width must satisfy the CSS length syntax.
query_delay(+Seconds)
Wait until no more keys are typed for Seconds before sending the query to the server.
Source ac_predicate(+Request)[private]
HTTP handler for completing a predicate-name. The output is a JSON object that describes possible completions.