about us      downloads      documentation      contact      home 
 products
 antHR
 workflow studio
 technical toolkits
 content entry
 workflow
 security
 hierarchy
 concepts
 how tos
 reference
 FAQs

Concept: Displayer

Displayers are used to show editing fields in both web and Windows
Displayers are used to displayer user interface elements for editing content. They allow for individual fields in content to be editing in custom ways.
The information entered in to a displayer is converted in to .net/database types using a converter.

The displayers that are available by default are defined at displayers.

Displayers are defined in .net classes which implement the Ant.ContentEntry.FieldDisplayer interface. This how to shows how to build a displayer .net class.

See also: Content definition, Converter