Articles
51 - 60 entries are shown from 190 total found

Dynamic Loading (on demand)

Chapter Loading and Saving 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 ... correct_work_time and the worktime calendars applied for tasks.

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:

Changing Buttons in the Lightbox

Chapter Configuring Edit Form
There is a possibility to change the default ... skin , it will redefine the buttons configuration. To prevent this, you need to specify the configuration of buttons inside the onGanttReady event handler: Set the button's label: To set the ... can be changed by using the i18n object:

Basic Operations with Tasks

Chapter Configuring Tasks
In this chapter you'll learn how to do ... to the Gantt chart, use the addTask method: Preventing from adding tasks to certain levels A quite easy way to prevent users from adding sub-tasks to a task of ... server. After the task is updated, the onAfterTaskUpdate

Split Tasks

Chapter Configuring Tasks
Available only in PRO Edition This functionality is ... rendered on the Gantt chart, apply the onBeforeSplitTaskDisplay event and return: true , for a subtask you want ... displayed at, you may use the task_class template:

Localization

Chapter Common Features
Localization allows you to present the interface of ... label defines the default text of a new event.

datastore

Chapter Others
a set of datastore methods object datastore ; ... . The datastore object possesses the following methods and events : Methods parse (data): void - loads data ... .parse() . Calls the onBeforeParse , onItemLoading , onParse , and onStoreUpdated events. getItem (id): object | void - returns the ... gantt.updateLink() . Calls the onBeforeUpdate , onAfterUpdate and onStoreUpdated

Back to top