Nextedy GANTT provides global administration properties that control core behavior, scheduling defaults, and display options across all Gantt chart instances.
Enables client-side debug messages in the browser console.
nextedy.gantt.default.auto_scheduling
Boolean
false
Toggles auto-scheduling by default. When enabled, dependent tasks are automatically rescheduled when a predecessor changes.
nextedy.gantt.default.critical_path
Boolean
false
Toggles visualization of the critical path by default.
nextedy.gantt.config.squareTaskBorder
Boolean
false
Switches task bar borders from rounded to square. Set true in Configuration Properties to apply globally, or in the Gantt Config Script for a specific page. A false in Gantt Config Script overrides a global true.
nextedy.gantt.config.scheduleUnplannedTasksMode
Enum
parent
Defines behavior for scheduling unplanned children. parent — unscheduled children align with the parent start date. today — unscheduled children are scheduled to today’s date.
nextedy.gantt.sort_children_by_id
Boolean
false
When true, child work items are sorted by ID instead of the default sorting based on the Sort by widget parameter.
nextedy.gantt.assignee_column_display_mode
Enum
initials
Controls the presentation of the assignee column: initials (circle with user initials) or fullname (full display name).
nextedy.gantt.classic_project
Boolean
false
Uses the classic visual style for project (summary) item types.
These properties define default values for Work Items Gantt widget parameters. They apply when a new widget is added to a page. Once the widget is saved, the widget’s own parameter values take precedence.
Name
Type
Default
Description
nextedy.gantt.workitems.default.sort_by
String
id
Default value for the Sort By widget parameter.
nextedy.gantt.workitems.default.expand_level
Integer
0
Default value for Load Children — number of child levels to add to the dataset.
nextedy.gantt.workitems.default.show_unplanned
Boolean
true
Default value for Show Unplanned.
nextedy.gantt.workitems.default.scale
String
W
Default value for Scale (timeline zoom level).
nextedy.gantt.workitems.default.parent_link_roles
String
empty
Default value for Parent Link Roles. A semicolon-separated list of link role IDs.
These properties define default values for Plans Gantt widget parameters:
Name
Type
Default
Description
nextedy.gantt.plans.default.sort_by
String
id
Default value for the Sort By widget parameter.
nextedy.gantt.plans.default.expand_level
Integer
0
Default value for Load Children.
nextedy.gantt.plans.default.show_unplanned
Boolean
true
Default value for Show Unplanned.
nextedy.gantt.default.plans.scale
String
W
Default value for Scale.
nextedy.gantt.plans.default.maximize_view
Boolean
false
Default value for Maximize View.
nextedy.gantt.plans.default.hide_toolbar
Boolean
false
Default value for Hide Toolbar.
nextedy.gantt.plans.default.progress_coloring
Boolean
true
Default value for Progress Coloring.
nextedy.gantt.plans.default.drag_children
Boolean
true
Default value for Drag Children.
Additional Plans Gantt default properties (such as max_items) may be available. Verify the complete list of Plans Gantt defaults in your Gantt version.
All new Gantt widgets added to pages will have auto-scheduling and critical path enabled by default. Existing widgets retain their saved parameter values.