Search results

AddDialogFieldDirective API in Angular Gantt API component

e-add-dialog-field directive represent a add dialog fields collection in Gantt task add dialog. It must be contained in a Gantt component(ejs-gantt).

<ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'>
  <e-add-dialog-fields>
    <e-add-dialog-field type='General' headerText='General'></e-add-dialog-field>
    <e-add-dialog-field type='Dependency' headerText='Dependency'></e-add-dialog-field>
  </e-add-dialog-fields>
</ejs-gantt>

Properties

additionalParams

any

Specifies the configuration properties for Grid, Rich Text Editor (RTE), or TreeGrid controls within the Gantt edit dialog.

Defaults to null

fields

any

Specifies the edited column fields to be placed inside the tab.

Defaults to null

headerText

any

Defines header text of tab item.

Defaults to null

type

any

Specifies the types of tabs that contain editors for columns. Available tab types:

  • General - Represents the general information editor tab.
  • Dependency - Represents the dependency editor tab.
  • Resources - Represents the resource editor tab.
  • Notes - Represents the notes editor tab.
  • Segments - Represents the segments editor tab.
  • Custom - Represents the custom column editor tab.

Defaults to null