Articles
71 - 80 entries are shown from 178 total found

addTask

Chapter Methods
adds a new task string| number addTask ( ... branch. The method invokes the onBeforeTaskAdd and onAfterTaskAdd events. Note, if you don't want to save task ... lightbox, use the createTask method and the onTaskCreated event that this method invokes.

Properties

Chapter Gantt API
auto_scheduling enables auto scheduling auto_scheduling_compatibility disables usage of ... 'says' to open the lightbox while creating new events by clicking the '+' button details_on_dblclick 'says' to ... and horizontal scrolls while re-drawing the gantt chart prevent_default_scroll specifies whether the gantt container should block the mousewheel

container_resize_method

Chapter Properties
defines whether the gantt should track resizing of ... Details By default, Gantt listens to the "resize" event for the window and for the iframe element placed inside the gantt. Sometimes these events can't be fired (for example, in Salesforce). If ... API container_resize_timeout Change log Added in v7.1

order_branch

Chapter Properties
activates the 'branch' mode that allows vertically reordering ... task position doesn't involve firing of the onBeforeTaskMove/onAfterTaskMove events. To prevent dropping of a task in a particular position, use the onBeforeRowDragMove

placeholder_task

Chapter Properties
adds an empty row into the end of ... value: Gantt will fire the onTaskCreated and onAfterTaskAdd events when placeholder is inserted. gantt.dataProcessor will fire the onBeforeUpdate event for the placeholder item, but won't produce any ... requests. See also Articles Inline Editing in Grid

reorder_grid_columns

Chapter Properties
enables the possibility to reorder grid columns by ... - the CSS class of the dragged column Events You can handle the behavior of grid columns ... while they are dragged and dropped via internal events of the grid: onBeforeColumnDragStart , onAfterColumnReorder , and onColumnDragMove . For example: "onBeforeColumnDragStart"/"onColumnDragMove" and "onBeforeColumnDragStart"/"onAfterColumnReorder"

addLink

Chapter Methods
adds a new dependency link string|number addLink ( ... Details The method invokes the onBeforeLinkAdd and onAfterLinkAdd events. See also API updateLink deleteLink addTask Articles Adding/Updating/Deleting Links

deleteLink

Chapter Methods
deletes the specified dependency link void deleteLink ( ... Details The method invokes the onBeforeLinkDelete and onAfterLinkDelete events. See also API addLink deleteTask onAfterLinkDelete Articles Adding/Updating/Deleting Links

deleteTask

Chapter Methods
deletes the specified task void deleteTask ( string|number ... Details The method invokes the onBeforeTaskDelete and onAfterTaskDelete events. See also API addTask , deleteLink Articles Basic Operations with Tasks

load

Chapter Methods
loads data to the gantt from an external ... Details The method invokes the onLoadStart and onLoadEnd events. See also API parse onLoadStart onLoadEnd onAjaxError Articles ... Data Loading Server-Side Integration Dynamic Loading (on demand)

Back to top