Lines Matching full:the
13 * specifies the content of start date or end date columns in grid
14 * @param date the date which needs formatting
15 * @param task the task object
16 * @param column the name of the column that called the template
21 * specifies the text of tooltips that are displayed when the user creates a new dependency link
22 * @param from the id of the source task
23 …m_start <i>true</i>, if the link is being dragged from the start of the source task, <i>false</i>…
24 …* @param to the id of the target task( 'null' or 'undefined', if the target task isn't specified y…
25 …m to_start <i>true</i>, if the link is being dragged to the start of the target task, <i>false</i>…
30 * specifies the CSS class that will be applied to the pop-up that appears when a user drags a link
31 * @param from the id of the source task
32 …m_start <i>true</i>, if the link is being dragged from the start of the source task, <i>false</i>…
33 …* @param to the id of the target task( 'null' or 'undefined', if the target task isn't specified y…
34 …m to_start <i>true</i>, if the link is being dragged to the start of the target task, <i>false</i>…
39 * сonverts a date object to a date string. Used to send data back to the server
40 * @param date the date which needs formatting
45 * specifies the custom content inserted before the labels of child items in the tree column
46 * @param task the task object
51 * specifies the format of dates in the "Start time" column
52 * @param date the date which needs formatting
53 * @param column the name of the column that called the template
58 * specifies the icon of child items in the tree column
59 * @param task the task object
64 * specifies the icon of parent items in the tree column
65 * @param task the task object
70 * specifies the CSS class that will be applied to the headers of the table's columns
71 * @param columnName the column's name (as specified in the "name" property of the column object)
72 * @param column column object (as specified in the <i>gantt.config.columns</i> config)
77 * specifies the indent of the child items in a branch (in the tree column)
78 * @param task the task object
83 * specifies the icon of the open/close sign in the tree column
84 * @param task the task object
89 * specifies the CSS class that will be applied to a grid row
90 * @param start the date when a task is scheduled to begin
91 * @param end the date when a task is scheduled to be completed
92 * @param task the task object
97 * defines the height of the filled area in the resourceHistogram
98 * @param start_date start date of the scale cell
99 * @param end_date end date of the scale cell
100 * @param resource the resource object
101 …* @param tasks tasks that are assigned to the specified resource and overlap start/end dates of th…
106 * specifies the height of the line that defines the available capacity of the resource
107 * @param start_date start date of the scale cell
108 * @param end_date end date of the scale cell
109 * @param resource the resource object
110 …* @param tasks tasks that are assigned to the specified resource and overlap start/end dates of th…
115 * defines the CSS class which is applied to a cell of the resource panel
116 * @param start_date start date of the scale cell
117 * @param end_date end date of the scale cell
118 * @param resource the resource object
119 …* @param tasks tasks that are assigned to the specified resource and overlap start/end dates of th…
124 * defines the label inside a cell
125 * @param start_date start date of the scale cell
126 * @param end_date end date of the scale cell
127 * @param resource the resource object
128 …* @param tasks tasks that are assigned to the specified resource and overlap start/end dates of th…
133 * specifies the CSS class that will be applied to a link
134 * @param link the link object
139 * specifies the text in the header of the link's "delete" confirm window
140 * @param link the link object
146 * @param date the string which need to be parsed
151 * specifies the text in the completed part of the task bar
152 * @param start the date when a task is scheduled to begin
153 * @param end the date when a task is scheduled to be completed
154 * @param task the task object
159 * specifies the CSS class that will be applied to the pop-up edit form
160 * @param start the date when a task is scheduled to begin
161 * @param end the date when a task is scheduled to be completed
162 * @param task the task object
167 * specifies the content of the pop-up edit form
168 * @param start the date when a task is scheduled to begin
169 * @param end the date when a task is scheduled to be completed
170 * @param task the task object
175 * specifies the date of the pop-up edit form
176 * @param start the date when a task is scheduled to begin
177 * @param end the date when a task is scheduled to be completed
178 * @param task the task object
183 * specifies the title of the pop-up edit form
184 * @param start the date when a task is scheduled to begin
185 * @param end the date when a task is scheduled to be completed
186 * @param task the task object
191 * defines the CSS class names of cells in the resource timeline cells
192 * @param start_date start date of the scale cell
193 * @param end_date end date of the scale cell
194 * @param resource the resource object
195 …* @param tasks tasks that are assigned to specified resource and overlap start/end dates of the ce…
200 * defines the HTML content of resource timeline cells
201 * @param start_date start date of the scale cell
202 * @param end_date end date of the scale cell
203 * @param resource the resource object
204 …* @param tasks tasks that are assigned to specified resource and overlap start/end dates of the ce…
209 * specifies the CSS class that will be applied to cells of the time scale of the timeline area
210 * @param date the date of a cell
215 * specifies the CSS class that will be applied to the time scale
216 * @param scale the scale's configuration object
221 * specifies the CSS class that will be applied to task bars
222 * @param start the date when a task is scheduled to begin
223 * @param end the date when a task is scheduled to be completed
224 * @param task the task object
229 * specifies the date format of the label in the 'Time period' section of the lightbox
230 * @param date the date which needs formatting
235 * specifies the format for the end dates of tasks in the lightbox
236 * @param date the date which needs formatting
241 * specifies the CSS class that will be applied to the row of the timeline area
242 * @param start the date when a task is scheduled to begin
243 * @param end the date when a task is scheduled to be completed
244 * @param task the task object
249 * specifies the text in the task bars and the header of the lightbox
250 * @param start the date when a task is scheduled to begin
251 * @param end the date when a task is scheduled to be completed
252 * @param task the task object
257 * specifies the date period in the header of the lightbox
258 * @param start the date when a task is scheduled to begin
259 * @param end the date when a task is scheduled to be completed
260 * @param task the task object
265 * specifies the dates of unscheduled tasks
266 * @param task the task object
271 * specifies the format of the drop-down time selector in the lightbox
272 * @param date the date which needs formatting
277 * specifies the CSS class that will be applied to the cells of the timeline area
278 * @param item the task object assigned to the row
279 * @param date the date of a cell
284 * specifies the format of start and end dates displayed in the tooltip
285 * @param date the date which needs formatting
290 * specifies the text of tooltips
291 * @param start the date when a task is scheduled to begin
292 * @param end the date when a task is scheduled to be completed
293 * @param task the task object
299 * @param date the date which needs formatting
304 …t is converted into a string in conformity with this template. Used to send data back to the server
305 * @param date the date which needs formatting
310 * specifies the text assigned to tasks bars on the right side
311 * @param start the date when a task is scheduled to begin
312 * @param end the date when a task is scheduled to be completed
313 * @param task the task object
318 * specifies the text assigned to tasks bars on the left side
319 * @param start the date when a task is scheduled to begin
320 * @param end the date when a task is scheduled to be completed
321 * @param task the task object
326 * specifies the lightbox's header
327 * @param start_date the date when a task is scheduled to begin
328 * @param end_date the date when a task is scheduled to be completed
329 * @param task the task's object
357 * defines whether the whole project will be moved (see the details below)
362 …* enables the auto scheduling mode, in which tasks will always be rescheduled to the earliest poss…
372 * enables automatic adjusting of the grid's columns to the grid's width
377 * enables autoscrolling while dragging a task or link out of the current browser screen
382 …* defines the speed of autoscrolling (in ms) while dragging a task or link out of the current brow…
387 * forces the Gantt chart to automatically change its size to show all tasks without scrolling
392 …* sets the minimum width (in pixels) that the Gantt chart can take in the horizontal 'autosize' mo…
397 * enables dynamic loading in the Gantt chart
402 * specifies that the task has children that are not yet loaded from the backend
407 * stores a collection of buttons resided in the left bottom corner of the lightbox
412 * stores a collection of buttons resided in the right bottom corner of the lightbox
417 * changes the name of the property that affects binding of a calendar to a task/group of tasks
432 * configures the columns of the table
442 * enables adjusting the task's start and end dates to the work time (while dragging)
447 …* sets the date format that is used to parse data from a data set and to send dates back to the se…
452 * sets the format of dates in the "Start time" column of the table
457 * sets the format of the time scale (X-Axis)
462 * 'says' to open the lightbox while creating new events by clicking the '+' button
467 * 'says' to open the lightbox after double clicking on a task
472 * enables the possibility to drag the lightbox by the header
482 * stores the types of available drag-and-drop modes
487 * enables the possibility to move tasks by drag-and-drop
492 * enables the possibility to drag several selected tasks at once
497 * enables the possibility to change the task progress by dragging the progress knob
502 * enables drag and drop of items of the project type
507 * enables the possibility to resize tasks by drag-and-drop
512 * configures the behavior of the dhtmlxgantt_drag_timeline extension
517 …* sets the number of 'gantt.config.duration_unit' units that will correspond to one unit of the '…
522 * sets the duration unit
527 …* changes the name of a property that affects the editing ability of tasks/links in the read-only…
537 * sets the end value of the time scale
542 …* 'says' the Gantt chart to automatically extend the time scale in order to fit all displayed tasks
547 * makes the grid resizable by dragging the right grid's border
552 * sets the name of the attribute of the grid resizer's DOM element
557 …* sets the name of the attribute of the column resizer's DOM element. The attribute presents the…
562 * sets the width of the grid
567 * shows the critical path in the chart
572 * enables/disables horizontal scroll by the Shift|Alt|Meta key + mouse wheel movement
582 * specifies whether sub-scales shall use the scale_cell_class template by default
587 * sets whether the timeline area will be initially scrolled to display the earliest task
592 * keeps the duration of a task unchanged during editing of the start/end of a task
597 * 'says' to preserve the initial grid's width while resizing columns within
612 * sets the name of the attribute of the task layer's DOM element
617 * specifies the layout object
622 * specifies the lightbox object
627 * increases the height of the lightbox
632 * sets the size of the link arrow
637 * sets the name of the attribute that will specify the id of the link's HTML element
642 * sets the width of dependency links in the timeline area
647 * sets the width of the area (over the link) sensitive to clicks
652 * stores the types of links dependencies
657 * sets the minimum width for a column in the timeline area
662 * Sets the minimum duration (in milliseconds) that can be set for a task during resizing.
667 * sets the minumum width for the grid (in pixels) while being resized
672 * enables/disables multi-task selection in the Gantt chart
682 * enables the possibility to expand/collapse split tasks by clicking the +/- button
692 * activates the 'branch' mode that allows vertically reordering tasks within the same tree level
697 * activates the 'branch' mode that allows reordering tasks within the whole gantt
702 * adds an empty row into the end of the list of tasks to simplify tasks editing via keyboard
707 …* preserves the current position of the vertical and horizontal scrolls while re-drawing the gantt…
712 …* specifies whether the gantt container should block the mousewheel event, or should it be propaga…
717 * specifies the end date of a project
722 * specifies the start date of a project
727 …* defines whether the task form will appear from the left/right side of the screen or near the sel…
732 * stores a collection of buttons resided in the pop-up task's details form
737 * activates the read-only mode for the Gantt chart
742 * changes the name of a property that affects the read-only behaviour of tasks/links
747 * enables the Redo functionality for the gantt
757 …* defines the property of a task object that stores a resource id associated with resourceGrid/Tim…
762 * tells the resource timeline to render elements and call templates for non-allocated cells
767 …* specifies the name of the dataStore connected to the resourceGrid/resourceTimeline/resourceHisto…
772 * sets the id of the virtual root element
777 * enables rounding the task's start and end dates to the nearest scale marks
782 * sets the default height for rows of the table
787 * switches gantt to the right-to-left mode
792 * sets the height of the time scale and the header of the grid
797 …* sets the minimal scale unit (in case multiple scales are used) as the interval of the leading/cl…
802 * sets the unit of the time scale (X-Axis)
807 * defines configuration settings of the time scale
817 …* specifies whether the timeline area shall be scrolled while selecting to display the selected ta…
822 * set the sizes of the vertical (width) and horizontal (height) scrolls
827 * enables selection of tasks in the Gantt chart
832 …ing server-side dates from UTC to a local time zone (and backward) while sending data to the server
837 * shows the chart (timeline) area of the Gantt chart
847 * shows the grid area of the Gantt chart
852 * enables/disables displaying links in the Gantt chart
857 * shows/hides markers on the page
862 * enables displaying of the progress inside the task bars
867 * activates/disables the 'quick_info' extension (pop-up task's details form)
872 * enables/disables displaying column borders in the chart area
877 * enables showing tasks that are outside the specified date range in the Gantt chart
887 * hides non-working time from the time scale
892 * enables the smart rendering mode for gantt's tasks and links rendering
897 * specifies that only visible part of the time scale is rendered on the screen
902 * enables sorting in the table
907 * sets the start value of the time scale
912 * sets the starting day of the week
917 …* generates a background image for the timeline area instead of rendering actual columns' and rows…
922 * enables rendering of highlighted cells in the static_background mode
927 * sets the step of the time scale (X-Axis)
932 * specifies the second time scale(s) (deprecated)
937 * sets the name of the attribute that will specify the id of the task's HTML element
942 * sets the format of the date label in the 'Time period' section of the lightbox
947 * sets the height of task bars in the timeline area
952 * sets the offset (in pixels) of the nearest task from the left border in the timeline
957 * sets the format of the time drop-down selector in the lightbox
962 * sets the minimum step (in minutes) for the task's time values
967 * sets the length of time, in milliseconds, before the tooltip hides
972 * sets the right (if positive) offset of the tooltip's position
977 * sets the top (if positive) offset of the tooltip's position
982 * sets the timeout in milliseconds before the tooltip is displayed for a task
987 * enables/disables the touch support for the Gantt chart
992 …* defines the time period in milliseconds that is used to differ the long touch gesture from the s…
1002 …* defines the duration of vibration feedback before/after drag and drop on touch devices (in milli…
1012 * stores the names of lightbox's structures (used for different types of tasks)
1017 * enables the Undo functionality for the gantt
1022 * sets the actions that the Undo operation will revert
1027 * sets the number of steps that should be reverted by the undo method
1032 * sets the types of entities for which the Undo operation will be applied
1037 * enables WAI-ARIA support to make the component recognizable for screen readers
1042 * enables calculating the duration of tasks in working time instead of calendar time
1117 * redefines the default click behavior for buttons of the Gantt chart
1127 * the interface of the working calendar object
1137 * stores various constants to reduce the use of magic numbers in the code
1162 * defines the hot keys for the Gantt chart
1167 * returns the license name of dhtmlxGantt
1172 * a locale object (region-specific labels) of the Gantt chart
1177 * specifies serialization and parsing in the XML format of dhtmlxGantt 1.0
1182 * returns the current skin of the Gantt chart
1187 * returns objects of the available skins
1192 * defines formatting templates for dates, titles, tooltips in the Gantt chart
1202 * returns the version of dhtmlxGantt
1218 * @param calendar an object with configuration of the calendar
1224 * @param link the link object
1229 * displays an additional layer with custom elements for a link in the timeline area
1235 * adds a marker to the timeline area
1236 * @param marker the marker's configuration object
1242 …* @param shortcut the key name or the name of keys combination for a shortcut (<a href="desktop/ke…
1243 * @param handler the handler of the shortcut call
1244 …* @param scope the name of the context element to attach the handler function to (<a href="desktop…
1250 * @param task the task object
1251 * @param parent optional, optional, the parent's id
1252 * @param index optional, optional, the position the task will be added into (0 or greater)
1257 * displays an additional layer with custom elements for a task in the timeline area
1264 * @param config the alert box's configuration
1269 …* if the specified expression is false, an errorMessage is shown in the red popup at the top right…
1270 * @param expression true to assert the expression, false - if assertion fails
1271 * @param errorMessage an error message that will be shown in the red popup
1276 * attaches the handler to an inner event of dhtmlxGantt
1277 * @param name the event's name, case-insensitive
1278 * @param handler the handler function
1283 * recalculates the schedule of the project
1284 * @param taskId optional, optional, the task id
1290 * @param callback the callback function
1295 * creates a new function that, when called, has its <i>this</i> keyword set to the provided value
1296 * @param method the target function
1297 …* @param thisArg the value to be passed as the <i>this</i> parameter to the target function when t…
1302 * calculates the duration of a task
1303 …* @param config the <a href="#configurationobjectproperties">configuration object</a> of a time sp…
1308 * calculates the end date of a task
1309 …* @param config the <a href="#configurationobjectproperties">configuration object</a> of a time sp…
1314 * calculates the level of a task
1315 * @param task the task's object
1321 * @param name the event's name, case-insensitive
1322 * @param params an array of the event-related data
1327 * repaints the lighbox for the task according to its type
1328 * @param type the task type
1333 * changes the link's id
1334 * @param id the current link's id
1335 * @param new_id the new link's id
1340 * changes the task's id
1341 * @param id the current task's id
1342 * @param new_id the new task's id
1348 * @param name the event's name
1353 * removes all tasks and additional elements (including markers) from the Gantt chart
1358 * clears the stack of stored redo commands
1363 * clears the stack of stored undo commands
1368 * closes the branch with the specified id
1369 * @param id the branch id
1374 * collapses gantt from the full screen mode to the normal mode
1379 * returns the index of the column by the date
1386 * @param config the confirm box's configuration
1392 * @param task the object that needs to be copied
1397 * recalculates the task duration in the work time
1398 * @param task the task's object
1404 …dar optional, (optional) an existing calendar that is used for creating a new one on the base of it
1415 * creates a datastore according to the provided configuration
1421 * adds a new task and opens the lightbox to confirm
1422 * @param task the task object
1423 * @param parent the parent's id
1424 * @param index optional, optional, the position the task will be added into (0 or greater)
1430 * @param url url to the data feed
1435 * gets the date of the specified horizontal position in the chart area
1436 * @param pos the relative horizontal position you want to know the date of
1441 * returns false if the provided argument is undefined, otherwise true
1442 * @param task the object that should be checked
1448 * @param id the id of the calendar
1453 * deletes the specified dependency link
1454 * @param id the dependency link's id
1459 * deletes the specified marker
1460 * @param markerId the marker's id
1465 * deletes the specified task
1466 * @param id the task's id
1471 * destroys the gantt instance
1481 * detaches a handler from an event (which was attached before by the attachEvent() method)
1482 * @param id the event's id
1487 * iterates over all parent tasks of the specified task in the Gantt chart
1489 * @param startTask the id of the item the parent tasks of which should be iterated over
1490 * @param master optional, the object, that 'this' will refer to
1495 * iterates over all selected tasks in the Gantt chart
1501 * iterates over all child tasks of a specific task or the of whole Gantt chart
1503 …* @param parent optional, the parent id. If specified, the function will iterate over children of …
1504 * @param master optional, the object, that 'this' will refer to
1510 * @param node the HTML node or its id
1511 * @param event the name of an HTML event (without the 'on' prefix)
1512 * @param handler the event handler
1513 …* @param options optional, optional, the value of either the <i>useCapture</i> or <i>options</i> p…
1519 * @param node the HTML node or its id
1520 * @param event the name of an HTML event (without the 'on' prefix)
1521 * @param handler the event handler
1522 …* @param options optional, optional, the value of either the <i>useCapture</i> or <i>options</i> p…
1527 * expands gantt to the full screen mode
1532 * exports data from the Gantt chart to an Excel document
1533 * @param _export_ an object with export settings (see the details)
1538 * exports data from the Gantt chart to an iCal string
1539 * @param _export_ an object with export settings (see the details)
1544 * exports the structure and data of a Gantt chart into a JSON object
1550 * exports data from the Gantt chart to MS Project
1551 * @param _export_ an object with export settings (see the details)
1556 * exports a Gantt chart into the PDF format
1557 * @param _export_ an object with export settings (see the details)
1562 * exports a Gantt chart into the PNG format
1563 * @param _export_ an object with export settings (see the details)
1568 * returns all dependency loops in the chart
1573 * sets focus on the gantt
1579 * @param calendarId the id of the global calendar or "global"
1584 * gets all the calendars added into Gantt
1589 * returns the 1st-level child tasks of the specified parent branch
1590 * @param id the parent branch's id
1595 * returns the closest working time
1596 * @param config the configuration object
1601 * returns the index of the column by its name
1602 * @param name the name of the column
1608 * @param id optional, optional, the id of a task
1613 * returns the earliest and latest dates allowed by the constraint applied to a task
1619 * returns the constraint type applied to the task
1625 * returns the configuration object of a datastore
1626 * @param name the name of the datastore
1631 * returns the free slack of a task
1632 * @param task the object of a task
1637 * gets the index of a task in the tree
1638 * @param id the task id
1643 * gets the configuration object of a column
1644 * @param name the column's name
1649 * gets columns of the Gantt chart
1654 * gets the label of a select control in the lightbox
1655 * @param property the name of a data property that the control is mapped to
1656 …* @param key the option's id. This parameter is compared with the task's data property to <br> ass…
1661 * returns the id of the last selected task
1666 * gets the lightbox's HTML object element
1671 * returns the object of the lightbox's section
1672 * @param name the name of the section
1677 * returns the name of the active lighbox's structure
1682 * returns values of the lightbox's sections
1687 * returns the dependency link object by the specified id
1688 * @param id the link id
1693 * returns the number of all dependency links presented in the Gantt chart
1698 * returns the HTML element of the specified dependency link
1699 * @param id the link id
1704 * returns all links presented in the Gantt chart
1709 * gets the marker's object
1710 * @param markerId the marker's id
1715 * returns the id of the next item (no matter what the level of nesting is: the same or different)
1716 * @param id the task id
1721 * returns the id of the next task of the same level
1722 * @param id the task id
1727 * returns the id of the parent task
1728 * @param id the task id
1733 …* returns the id of the previous item (no matter what the level of nesting is: the same or differe…
1734 * @param id the task id
1739 * returns the id of the previous task of the same level
1740 * @param id the task id
1745 * returns the stack of stored redo user actions
1750 * returns all tasks assigned to the resource
1751 * @param resourceId the id of the resource
1756 * returns the configuration of the time scale
1761 * returns the scroll position
1766 * returns the id of the selected task
1771 * returns an array of the currently selected tasks
1777 …* @param shortcut the key name or the name of keys combination for a shortcut (<a href="desktop/ke…
1778 …* @param scope the name of the context element to attach the handler function to (<a href="desktop…
1783 * returns siblings of the specified task (including itself)
1784 * @param id the task id
1789 …* checks how much time (in the current duration unit) a task has before it starts to affect other …
1790 * @param task1 the object of the 1st task to check the slack for
1791 * @param task2 the object of the 2nd task to check the slack for
1796 * gets the current state of the Gantt chart
1801 * calculates the combined start/end dates of tasks nested in a project or another task
1802 …* @param task_id optional, the task's id, api/gantt_root_id_config.md will be used if not specified
1807 * calculates the combined duration of tasks nested in a project or another task.
1808 …* @param task_id optional, the task's id, api/gantt_root_id_config.md will be used if not specified
1813 * returns the task object
1814 * @param id the task id
1819 * finds a task by the specified criteria
1820 * @param propertyName the name of the property to match, or a filter function
1821 * @param propertyValue the property value
1827 * @param index the task index in the tree (zero-based numbering)
1832 * returns a collection of tasks which occur during the specified period
1833 * @param from optional, the start date of the period
1834 * @param to optional, the end date of the period
1840 * @param code the WBS code of the task
1845 * gets a calendar assigned to the specified task (a task level calendar)
1846 * @param task the object of a task
1851 * gets the number of tasks that are currently loaded in the gantt
1856 * returns the visible height of a task
1861 * gets the index of a task in the branch
1862 * @param id the task id
1867 * returns the HTML element of the task bar
1868 * @param id the task id
1873 * calculates the position and size of the task's DOM element in the timeline area
1874 * @param task the task object
1875 * @param from the start date of the item
1876 * @param to the end date of the item
1881 * returns the HTML element of the task row in the table
1882 * @param id the task id
1887 * gets the top position of the task's DOM element in the timeline area
1888 * @param id the task's id
1893 * returns the type of a task
1894 * @param task the task object
1899 * returns the total slack of a task
1900 * @param task the object of a task
1905 * returns the stack of stored undo user actions
1910 * gets the number of tasks visible on the screen (those that are not collapsed)
1915 * returns the WBS code (the outline number) of a task
1916 * @param task the object of a task
1921 * returns the working hours of the specified date
1927 * groups tasks by the specified task's attribute
1928 * @param config the grouping configuration object, or false to ungroup tasks
1933 * checks whether the specified item has child tasks
1934 * @param id the task id
1939 * hides the lightbox modal overlay that blocks interactions with the remaining screen
1945 * closes the lightbox if it's currently active
1950 * hides the pop-up task form (if it's currently active)
1969 * @param from optional, the start value of the time scale (X–Axis)
1970 * @param to optional, the end value of the time scale (X–Axis)
1976 * @param childId the id of a task that you want to check as a child
1977 * @param parentId the id of a task that you want to check as a parent
1982 * checks whether the link is circular
1983 * @param link the link object
1988 * checks whether the specified link is critical
1989 * @param link the link's object
1994 * checks whether the specified task is critical
1995 * @param task the task's object
2000 * checks whether the specified link is correct
2001 * @param link the link object
2006 * checks whether the specified link exists
2007 * @param id the link id
2012 * checks whether the specified task or link is read-only
2013 * @param id the task/link id
2018 * checks whether the specified task is currently selected
2019 * @param task the task's id
2024 * checks whether the specified task is split
2025 * @param task the object of a task
2030 * checks whether the specified task is summary
2031 * @param task the object of a task
2036 * checks whether the specified task exists
2037 * @param id the task id
2042 * checks whether the specifies task is currently rendered in the Gantt chart
2043 * @param id the task's id
2048 * checks if the task is unscheduled
2049 * @param task the task's object
2054 * checks whether the specified date is working or not
2055 * @param config the configuration object of a time span
2060 * loads data to the gantt from an external data source
2061 * @param url the server-side url (may be a static file or a server side script that outputs data)
2062 …* @param type optional, <i>('json', 'xml', 'oldxml')</i> the data type. The default value - <i>'js…
2063 * @param callback optional, the callback function
2068 * gets the id of a task from the specified HTML event
2074 * calls a message box of the specified type
2075 * @param config the message box's configuration
2080 * adds properties of the 'source' object into the 'target' object
2081 * @param target the target object
2082 * @param source the source object
2083 …operties of the 'source' will overwrite matching properties of the 'target', if there are any. If …
2089 * @param config the modal box's configuration
2095 * @param sid the id of the task to move
2096 …* @param tindex the index of the position that the task will be moved to <br> (the index within a …
2097 …* @param parent optional, the parent id. If specified, the <b>tindex</b> will refer to the index…
2102 * opens the branch with the specified id
2103 * @param id the branch id
2110 …* @param type optional, optional, (<i>'json', 'xml'</i>) the data type. The default value - <i>'js…
2115 * gets the relative horizontal position of the specified date in the chart area
2116 * @param date a date you want to know the position of
2121 * applies the reverted changes to the gantt once again
2126 * refreshes data in the Gantt chart
2131 * refreshes the specifies link
2132 * @param id the link id
2137 * refreshes the task and its related links
2138 * @param id the task id
2139 …* @param refresh_links optional, optional, defines whether links related to the task should be ref…
2144 * removes the specified layer related to a link
2145 * @param layerId a DOM element that will be displayed in the layer
2151 …* @param shortcut the key name or the name of keys combination for a shortcut (<a href="desktop/ke…
2152 …* @param scope the element to which the shortcut is attached (<a href="desktop/keyboard_navigation…
2157 * removes the specified layer related to a task
2158 * @param layerId a DOM element that will be displayed in the layer
2163 * renders the whole Gantt chart
2168 * updates all markers on the page
2173 * removes the current lightbox's HTML object element
2178 * re-calculates the duration of a project task depending on the dates of its children
2179 * @param task the task's object
2184 * re-calculates the skin's settings from the related attached skin CSS file
2189 * forces the lightbox to resize
2194 * rounds the specified date to the nearest date in the time scale
2195 * @param date the Date object to round
2200 * rounds the start and end task's dates to the nearest dates in the time scale
2201 * @param task the task object
2206 * scrolls the Gantt container to the specified position
2207 * @param x value of horizontal scroll or 'null' (if the scroll position shouldn't be changed)
2208 * @param y value of vertical scroll or 'null' (if the scroll position shouldn't be changed)
2213 * selects the specified task
2214 * @param id the task id
2219 * serializes the data into JSON or XML format
2220 …* @param type optional, the format that the data will be serialized into. <br> Possible values: 'j…
2226 * @param list_name the name of a list
2232 * set the parent for a task
2233 * @param task the task id
2234 * @param pid the parent task id
2239 * resizes the Gantt chart
2244 * sets the working time for the Gantt chart
2245 * @param config the configuration object of a time span
2250 * shows the lightbox modal overlay that blocks interactions with the remaining screen
2256 * scrolls the chart area to makes the specified date visible
2257 * @param date the date to show in the chart
2262 * opens the lightbox for the specified task
2263 * @param id the task id
2268 * displays the pop-up task form for the specified task
2269 * @param id the task id
2274 * makes the specified task visible on the screen
2275 * @param id the task id
2280 * sorts tasks in the grid
2281 …* @param field the name of the column that the grid will be sorted by or a custom sorting function
2282 …* @param desc optional, specifies the sorting direction: <i>true</i> - descending sort and <i>fals…
2283 …* @param parent optional, the id of the parent task. Specify the parameter if you want to sort tas…
2289 * selects the specified task if it was unselected and vice versa
2290 * @param task the task's id
2300 * reverts the changes made in the gantt
2305 * removes selection from the selected task
2306 * @param id optional, optional, the id of the task to remove selection from, see details
2311 * unsets a working time in the Gantt Chart
2312 * @param config the configuration object of a time span
2317 * updates the specified collection with new options
2318 * @param collection the name of the collection to update
2319 * @param options the new values of the collection
2324 * updates the specified dependency link
2325 * @param id the task id
2330 * updates the specified marker
2331 * @param markerId the marker's id
2336 * updates the specified task
2337 * @param id the task id