GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Jifty::Action::Autocomplete(3) User Contributed Perl Documentation Jifty::Action::Autocomplete(3)

Jifty::Action::Autocomplete - An action for making autocompletion suggestions

A 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.

The arguments for "Autocomplete" are:
action
The moniker of an action we want to pull a field to autocomplete from.
argument
The fully qualified name of the argument to "action" that we want to complete.

Find the submitted action in the Jifty::Request named by the "action" above, and ask it for autocompletion possibilities for the argument in question.

Jifty::Action

Jifty is Copyright 2005-2010 Best Practical Solutions, LLC. Jifty is distributed under the same terms as Perl itself.
2013-01-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.