Toolbar Overview
The Gantt toolbar contains the following button groups, each conditionally visible based on your configuration:The exact set of visible toolbar buttons depends on the widget configuration, the installed version, and whether the resource view is enabled. Button labels above match the in-product tooltips. Hover any toolbar icon to confirm its action in your installation.
Hide the Toolbar Entirely
Set the widget parameterhide_toolbar to true to hide the complete toolbar. You can also set this as a default via the configuration property:
Configure Edit Mode Behavior
Control how editing works using two widget parameters:readonly: Set totrueto disable all editing. The Edit button is hidden, and drag, resize, and add-task operations are blocked.alwaysedit: Set totrueto keep the Gantt permanently in edit mode. The Edit/Close buttons are removed, and tasks are immediately draggable.
Configure the New Button
The ➕ New dropdown lists all work item types that haveenableCreate set to true in the Work Item Types Configuration. Each type appears with its icon and name.
To hide the New button entirely, ensure no work item type has enableCreate=true, or set the EnableCreateNew flag to false.
Use the Hamburger Menu
Click the ☰ hamburger icon in the first grid column header to access quick actions:- Refresh — Reloads Gantt data from the server
- Drag children with parent — Toggles whether child tasks move with their parent
- Go to today — Scrolls the timeline to today’s date
- Set scale — Submenu to change the zoom level (Day, Week, Month, Quarter, Year; Hour appears only when the widget is in High Precision (Hours) mode)
- Column visibility — Submenu with checkboxes to show or hide individual grid columns
- Help — Opens the Gantt documentation site
Use Context Menus
Right-click on different areas of the Gantt chart for context-specific menus:- Column header — Right-click to show/hide columns via checkboxes
- Timeline header — Right-click to change the zoom scale or navigate to today
Configure the Parameters Button
The ⚙️ Parameters button appears in the toolbar only when the Gantt is in maximized (fullscreen) view. It opens a scrollable modal dialog where you can modify all widget parameters without editing the wiki page source. To force non-maximized mode via URL, append?MaximizeGanttView=false.
Verification
You should now see only the toolbar buttons relevant to your configuration. If you sethide_toolbar=true, the toolbar area should be completely hidden. If you configured alwaysedit=true, task bars should be immediately draggable without clicking Edit.