Articles
31 - 40 entries are shown from 185 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 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.

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:

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

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

Back to top