{hero}

fields.type

Since: Editor 1.0

Field input type.
Please note - this property requires the Editor extension for DataTables.

The full Editor reference documentation is available to registered users of Editor - the information shown below is a summary only. If you already have an Editor license please , alternatively an Editor license can be purchased on this site, or sign up for the free trial.

Description

The type option is used to tell Editor what form control type you wish to present to the end user for a particular field. For example the select type can be used to display select lists, and radio to display a collection of input[type=checkbox] input options.

Selecting the correct input type for your field can have a dramatic impact upon the usability of your form. For example, a simple binary field where a user can select between two values should be presented as a radio input, select list or a checkbox. A text input field allowing free-form text input would not be appropriate!

Each field type can optionally provide other options that can be configured through the fields objects. They can also provide additional API methods, as appropriate for that field type. Please refer to the documentation for each field type for full information about their features and configuration options.

Editor has a number of field types built in which are ready to use. Additional field types can also be added as plug-ins. For information on how to create field type plug-ins, please refer to the Editor development documentation.