|
NAMEJifty::Action::Autocomplete - An action for making autocompletion suggestions DESCRIPTIONA built-in Jifty::Action which returns suggested autocompletions for a given argument of an action. Generally this is called by Jifty's internals through "/__jifty/autocomplete.xml". This action gets its data to "/__jifty/autocomplete.xml" by filling in the "completions" of the "content" in Jifty::Result. argumentsThe arguments for "Autocomplete" are: take_actionFind the submitted action in the Jifty::Request named by the "action" above, and ask it for autocompletion possibilities for the argument in question. SEE ALSOJifty::Action LICENSEJifty is Copyright 2005-2010 Best Practical Solutions, LLC. Jifty is distributed under the same terms as Perl itself.
|