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

checkbox

List of checkbox input controls

Editor field types

datatable

DataTable as an input

Editor field types

datetime

Date and / or time input

Editor field types

hidden

Hidden field

Editor field types

password

Password input type

Editor field types

radio

List of radio input controls

Editor field types

readonly

Read-only text field

Editor field types

select

Select list

Editor field types

text

Simple text field input

Editor field types

textarea

Simple text field input

Editor field types

upload

Single file upload field

Editor field types

uploadMany

Multi-file upload field