Personal tools
You are here: Home Products Search Reference Widget

Search Reference Widget

An AJAX/Livesearch AT field for references. Useful for large numbers of targets.

Current release
Search Reference Widget 0.1

Released Nov 07, 2007 — tested with Plone 2.5

First stable release

More about this release…

Get Search Reference Widget for all platforms (0 kB)
SearchReferenceWidget.0.1.zip

Project Description

Purpose


  An AJAX/Livesearch AT field for references. Useful for large numbers of targets.
 
  - Uses livesearch/AJAX for autocomple type functionality
  - Searches by title rather than all content
  - Has a type dropdown for searching from a single allowed type
  - Has Addable support

Installation


  unpack the archive into youe zope's Products dir
  install Archetypes + SearchReferenceWidget inside your portal
  with QuickInstaller

Usage


  in your AT Project set the Widget for your ReferenceField or BiReferenceField
  to SearchReferenceWidget.
 

Copyright, License, Author


  Copyright (c) 2007, PretaWeb, Australia,
   and the respective authors. All rights reserved.
 
  Author: Dylan Jay <software@pretaweb.com>

  License BSD-ish, see LICENSE.txt


Credits


  Thanks to Duncan Booth and enfold systems for their
  PopupReferenceWidget which I borrowed lots of code from
  and the livesearch code from plone which I also repurposed.