TaskEditBase
Base class for taskEdit and the Gantt projectEdit features.
Configs
16
Configs
16Editor
Class to use as the editor.
True to save and close this panel if ENTER is pressed in one of the input fields inside the panel.
The event that shall trigger showing the editor. Set to `` or null to disable editing.
Other
What action should be taken when you click outside the editor, cancel or save
A configuration object applied to the internal editor.
When field in task editor is changed, project model normally will trigger hasChanges event. If you use
this event to handle project changes excessive events might be a problem. Set this flag to true to only
trigger single hasChanges event after task changes are applied.
The week start day used in all date fields of the feature editor form by default. 0 means Sunday, 6 means Saturday. Defaults to the locale's week start day.
Misc
Properties
18
Properties
18Common
Class hierarchy
Other
Returns true if the editor is currently active
Functions
31
Functions
31Other
Call this method to close task editor reverting changes.
A promise which is resolved when the task editor is closed and changes are reverted.
Call this method to close task editor saving changes.
A promise which is resolved when the task editor is closed and changes are saved.