Monday, September 6, 2010

Sitecore Fetch Squad

Automated crawler fetching websites and blogs from Sitecore content

Text List Field

Crawled: On March - 14 - 2009 Source

Another new field type in the FieldTypes shared source project: introducing Text
List
, a field for maintaining lists of predefined items with autocomplete and
drag & drop reordering. Most people should be familiar with it by now.

Selected items and adding a new item, autocomplete:

textlist autocomplete

Drag & drop reordering:

textlist reorder

Text List field should be a good fit for maintaining a list of tags, email addresses
and such:

textlist tags

While looking fairly different, it is a typical Sitecore list field, storing list
of selected item IDs and requiring source to prefetch a list of items to select from.

More details on FieldTypes
wiki
.

It took a bit of work, and some features could be missing - please report any issues.

Alexey Rusakov on Sitecore development

Comments are closed.