gantt_numeditor

input for editing resource values in Gantt

string gantt_numeditor;

Example

// column of the resources treetable
{
  id: "value",
  width: 85,
  css: "webix_gantt_value",
  editor: "gantt_numeditor",
  // ...
}

Details

Editor is used to provide a resource unit value for a task.

Note that this editor will only work with Gantt

Back to top