Articles
51 - 60 entries are shown from 185 total found

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

Gantt API

Chapter Start
Methods Promise Promise object constructor addCalendar adds a ... at the top right corner of the screen attachEvent attaches the handler to an inner event of dhtmlxGantt autoSchedule recalculates the schedule of the ... calculates the level of nesting of a task

eventRemove

Chapter Methods
removes an event handler from an HTML element void eventRemove ( HTMLElement | string node , string

Methods

Chapter Gantt API
Promise Promise object constructor addCalendar adds a calendar ... at the top right corner of the screen attachEvent attaches the handler to an inner event of dhtmlxGantt autoSchedule recalculates the schedule of the ... calculates the level of nesting of a task

event

Chapter Methods
attaches an event handler to an HTML element void event ( HTMLElement | string node , string

Back to top