Articles
31 - 40 entries are shown from 188 total found

Full Screen Mode

Chapter Common Features
Starting from the version 3.3, the library ... mode to the normal mode The list of events The supported events are enumerated below: onBeforeExpand onBeforeCollapse onExpand onCollapse Fullscreen ... , errors might appear but Gantt will continue working.

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 Configuring Gantt Chart
To gain the desired look for the Gantt ... API:Templates section. Related sample:  Styling task bars with events

Using Gantt on the server

Chapter Configuring Gantt Chart
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.

Application Security

Chapter Server-Side Integration
DHTMLX Gantt is a client-side JavaScript library designed ... header as simple as the following one will prevent XSS code from being executed in your application: ... policy, but disabling the inline script execution would prevent a large number of XSS and CSRF attacks. ... when using DHTMLX Gantt. Related sample:  Example to

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

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

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:

Back to top