Sunday, October 4, 2009

Autocomplete Widgets for CCK Text and Number

This module adds 2 autocomplete widgets for CCK fields of type Text and Number.
  • Autocomplete for allowed values list: This widget can be used for Text and Number fields and it takes candidate values from the defined list of Allowed values of the fields. You can even generate your allowed values list using PHP, so the limit to provide a widget with autocomplete features is your imagination!
  • Autocomplete for existing field data: This widget can be used for Text only and it takes candidate values from existing values in the database for that field.
Both widgets allow you to choose the size of the text element and the method used to match values between 'Starts with' and 'Contains'.
When the Internationalization module is enabled, the 'Autocomplete for existing field data' widget also provides an option to filter values by the language assigned to their corresponding nodes. This option allows you to provide a different set of allowed values per language.
Wondering about the differences between this module and other similar modules? Please, read this. Thanks

Releases

Official releasesDateSizeLinksStatus
6.x-1.22009-Aug-1610.36 KBRecommended for 6.xThis is currently the recommended release for 6.x.

No comments:

Post a Comment