Articles
51 - 60 entries are shown from 178 total found

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

eventRemove

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

event

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

Events

Chapter Gantt API
onAfterAutoSchedule fires when autoscheduling is done onAfterBatchUpdate fires ... onTemplatesReady fires when the dhtmlxGantt templates are initialized

utils

Chapter Others
various helper modules object utils ; Example Details ... ) - DOM element that will be checked getRelativeEventPosition (e, node): object - returns mouse coordinates relatively ... format of {x:number, y:number} object e - ( Event ) -

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

Back to top