Field type

Editor has a number of field types built-in and ready for use. Each field type provides the common options and methods for use with the basic initialisation options for each field and for the API to interact with, but they may also add their own options and API methods, as suitable for each field.

This section documents the built-in field types and their full options.

Library Name Summary
Editor field types

-field checkbox

List of checkbox input controls

Editor field types

-field datatable

DataTable as an input

Editor field types

-field datetime

Date and / or time input

Editor field types

-field hidden

Hidden field

Editor field types

-field password

Password input type

Editor field types

-field radio

List of radio input controls

Editor field types

-field readonly

Read-only text field

Editor field types

-field select

Select list

Editor field types

-field text

Simple text field input

Editor field types

-field textarea

Simple text field input

Editor field types

-field upload

Single file upload field

Editor field types

-field uploadMany

Multi-file upload field