Search results

DialogFields API in JavaScript Kanban API control

Holds the configuration of editor fields.

Properties

key

string

Defines the field key

Defaults to null

text

string

Defines the field text

Defaults to null

type

DialogFieldType

It defines the field type, which accepts either of the following values.

  • TextBox
  • DropDown
  • Numeric
  • TextArea

Defaults to null

validationRules

Record

Defines the validationRules for fields

Defaults to {}