Adding an Auto-Completer to a non-workflow page

From EPrints Documentation
Revision as of 09:18, 12 April 2010 by Kiz (talk | contribs)
Jump to: navigation, search

Adding an Auto-Completer to a non-workflow page

In a workflow, adding an auto-completer is relatively sinple:

  <field ref="publication"
         input_lookup_url="{$config{perl_url}}/get_journals"/>

.... and the EPrints application takes care of all the "stuff" on the main page.

The return format is fairly simple too: An unordered list of records to display, with each "fill-in" item part of a sub-list:

foo