Articles
21 - 30 entries are shown from 265 total found

Interface of Gantt Chart

Chapter Guides
A Gantt chart is one of the most ... task record in the grid. Then, make the changes and click: "Save" - to save the changes, "Cancel" - to cancel the

dhtmlxGantt with Python

Chapter How to Start with dhtmlxGantt
This tutorial will teach you how to create ... are not bound to the timezone (you can change it later), so we need to disable the ... Gantt with tasks and links. Step 4. Saving changes To save the

CSS Documentation

Chapter Styling
This article shows you the ways of overriding ... grid is given below: Grid header You can change the style of the Grid header element via ... grid and timeline headers Scale height Do not change the height of the grid header and time ... height The height of the row can be

dhtmlxGantt with Node.js

Chapter How to Start with dhtmlxGantt
The current tutorial is intended for creating Gantt ... previously added into the database. Step 5. Saving changes The last thing that we should implement is ... will contain all the parameters necessary for saving changes in the database. Since DataProcessor is initialized in ... the required routes and handlers, that will put

dhtmlxGantt with PHP:Slim

Chapter How to Start with dhtmlxGantt
In this tutorial you will find necessary information ... create and modify tasks and links, but no changes will be stored after the page reload. Setting ... added on the previous step. Step 5. Saving changes Our next step is to implement saving of the

Changing Buttons in the Lightbox

Chapter Configuring Edit Form
There is a possibility to change the default buttons in the lightbox. For example, ... by the buttons_left and buttons_right configuration options. To change the default set of buttons, follow the steps ... syntax before initialization of Gantt: You can also

Skins Customization

Chapter Styling
Starting from v9.0 Gantt skins use CSS ... use for customization and styling. Related sample:  Change skin dynamically Key CSS Variables: All variables can ... your stylesheet. Here's an example: Related sample:  Change skin dynamically By defining variables in this manner, ... :root level, you ensure that --dhx-gantt-scale-color reflects this

Auto Scheduling

Chapter Configuring Dependency Links
Available only in PRO Edition This functionality is ... the first one ends, and you need to change the schedule of the first task by moving ... of the first task each time when it changes. This feature allows you to generate and maintain ... . Optionally, you can enable the auto_scheduling_use_progress config to

Links Coloring and Styling

Chapter Styling
You can change the styling of links connecting tasks to get ... name. The width of this element can be changed via the link_line_width configuration property: gantt_link_corner - the ... , and any custom style you have added to

Data Loading

Chapter Loading and Saving Tasks
dhtmlxGantt can take data of 2 formats: XML ... the date format dynamically If you need to change the date format dynamically, it is necessary to ... how you can deal with it. How to change the default behavior? 1) The first thing you should not do is to

Back to top