Articles
31 - 40 entries are shown from 178 total found

Undo/Redo Functionality

Chapter Common Features
dhtmlxGantt Chart allows you to undo/redo the made ... in the undo_types parameter: The List of API Events There is a set of helpful Undo/Redo-related events: onBeforeUndo - fires before the undo method is ... an action is added into the undo stack

Popup Messages and Modal Boxes

Chapter Common Features
Messages are used in the Gantt Chart to ... right top corner of the window. It doesn't prevent the work of the parent application, unlike modal ... box's constructor Modal Message Boxes Modal message boxes prevent the work of the parent app, until a ... to true . By default, modal boxes block keyboard

Configuration

Chapter Creating Gantt Chart on the Page
To gain the desired look for the Gantt ... API:Templates section. Related sample:  Styling task bars with events

Using Gantt on the server

Chapter Creating Gantt Chart on the Page
In some cases, you may need to use ... produce any HTML but will trigger related API events, for example, onBeforeGanttRender , onGanttRender , etc. Popup messages API ... , only the first 75 items will be loaded.

Displaying Contents of Tasks

Chapter Configuring Tasks
A text near a task bar allows you ... task bar. Related sample:  Styling task bars with events Assigning a text to the left side of ... the rightside_text template: Related sample:  Define side content

Work with Gantt Styles

Chapter Styling
dhtmlxGantt provides you with a wide set of ... the task: Related sample:  Styling task bars with events Task bar text The task_text template allows using ... as follows: Related sample:  Styling Quick Info Popup

Quick Info (Touch Support)

Chapter Common Features
The library includes the Quick Info extension that ... the pop-up task form (if it's currently active) Events onQuickInfo - fires when the pop-up edit form ... in document.body outside the container of Gantt:

Dragging Tasks Together with Their Dependent Tasks

Chapter Dragging Tasks within the Timeline
There are several ways of implementing tasks moving ... need to attach a handler to the onTaskDrag event. It will be called on each frame of ... to scale. We can do it using onAfterTaskDrag event: This approach works fine if you don't have ... drop is finished, we can capture the onBeforeTaskChanged

Parent Control

Chapter Configuring Lightbox Elements
A select box for changing the parent of ... - ( Date ) the date when an event is scheduled to begin end - ( Date ) the date when an event is scheduled to be completed ev - ( object ) the

Sorting Columns

Chapter Configuring Grid Area
dhtmlxGantt allows you to sort data in the ... the API call (can be called from some event or action, i.e. a button click or ... To sort the grid on some action or event (i.e. button click or page load), call ... the task by setting sort to that field

Back to top