Options
All
  • Public
  • Public/Protected
  • All
Menu

Edit form element

let chart = new OrgChart('#tree', {
editForm: {
elements: [
{ type: 'textbox', label: 'Full Name', binding: 'Name' },
{ type: 'textbox', label: 'Phone number', binding: 'phone' }
]
}
});

See doc...

Hierarchy

  • editFormElement

Index

Properties

binding?: string
btn?: string
label?: string
options?: any[]
type?: string
vlidators?: { email?: string; required?: string }

Type declaration

  • Optional email?: string
  • Optional required?: string

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property

Settings

Theme

Generated using TypeDoc