API

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.

Name Summary Library Group

autocomplete

Autocomplete text input

Built-in field types

checkbox

List of checkbox input controls

Built-in field types

datatable

DataTable as an input

Built-in field types

datetime

Date and / or time input

Built-in field types

hidden

Hidden field

Built-in field types

password

Password input type

Built-in field types

radio

List of radio input controls

Built-in field types

readonly

Read-only text field

Built-in field types

select

Select list

Built-in field types

tags

Tags input with search support

Built-in field types

text

Simple text field input

Built-in field types

textarea

Simple text field input

Built-in field types

upload

Single file upload field

Built-in field types

uploadMany

Multi-file upload field

Built-in field types