Articles
41 - 50 entries are shown from 178 total found

Filtering Tasks

Chapter Configuring Grid Area
Filtration allows you to manage the number and ... client-side filtering. To filter data, use the onBeforeTaskDisplay event and return: true , for a task you want ... data of a split task, apply the onBeforeSplitTaskDisplay event. You can have a look at the video ... guide that shows how to implement filtering tasks.

Template Control

Chapter Configuring Lightbox Elements
A container with some HTML content inside. Related ... of the control with the help of some event, e.g. the onBeforeLightbox event: Properties The following properties are mostly important and ... section will take focus on opening the lightbox

Adding/Updating/Deleting Links

Chapter Configuring Dependency Links
In this chapter you'll learn how to do ... presupposes following the steps below: capture the onLinkDblClick event; cancel the default handler; display a popup from the event handler. On the last step you can either ... edit-lag popup implementation: Related sample:   Edit-lag Popup

Creating Gantt Chart on the Page

Chapter Guides
How to Install dhtmlxGantt Initialization Configuration Gantt Layout Resource Management Event Handling Multiple Charts on a Page Peculiarities of ... List of Extensions Using Gantt on the server

Resource Management

Chapter Creating Gantt Chart on the Page
Available only in PRO Edition This functionality is ... it via the serverList method from the onParse event of the data store: Expanding resources panel It ... , it should have the default:true config specified to prevent automatic creation of a such a group. Please ... of tasks grouped by multiple resources is impossible.

Dynamic Loading (on demand)

Chapter Loading and Storing Tasks
Available only in PRO Edition This functionality is ... the expanded item. You can use the onBeforeBranchLoading event in order to modify the request url or ... in the How to load tasks dynamically article.

Export/Import for Excel, Export to iCal

Chapter Exporting and Importing Data
The dhtmlxGantt library allows you to export data ... ( string,number ) a property of the event that will be mapped to the column 'header' ... format. Calling the export method with optional properties

Setting up Scale

Chapter Configuring Scales
The configuration of scales is specified via the ... necessary logic inside the handler of the onTaskDrag event: Related sample:  Re-rendering Scale during Task Dragging Displaying ... scroll in the timeline in the related article.

Select Control

Chapter Configuring Lightbox Elements
A drop-down list box. Related sample:  Select control ... onchange - ( function ) specifies the 'onChange' event handler function for the section's control Populating control ... dhtmlxConnector Here is a sample of dhtmlxConnector initialization:

Custom Lightbox

Chapter Configuring Edit Form
The ways of creating a custom lightbox You ... configuration similar to this: 2) Using the onBeforeLightbox event. In this case the algorithm of actions is ... or 'delete' is passed as the "action" parameter:

Back to top