Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ id: dxDropDownEditor.reset(value)
---
---
##### shortDescription
Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument.
Resets the [value](/api-reference/10%20UI%20Components/dxDropDownEditor/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') property to the value passed as an argument.

##### param(value): any
Specifies the new value.

---
This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`.
This method sets the [isDirty](/api-reference/10%20UI%20Components/Editor/1%20Configuration/isDirty.md '{basewidgetpath}/Configuration/#isDirty') flag to `false`.

##### See Also #####
- [clear()]({basewidgetpath}/Methods/#clear)
- [clear()](/api-reference/10%20UI%20Components/Editor/3%20Methods/clear().md '{basewidgetpath}/Methods/#clear')
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
id: dxSpeechToText.Options.onEnd
type: function(e) | undefined
default: undefined
---
---
##### shortDescription
<!-- Description goes here -->

##### param(e): ui/speech_to_text:EndEvent
<!-- Description goes here -->

##### field(e.component): {WidgetName}
<!-- Description goes here -->

##### field(e.element): DxElement
<!-- Description goes here -->

---
<!-- Description goes here -->
10 changes: 10 additions & 0 deletions api-reference/10 UI Components/dxSpeechToText/4 Events/end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
id: dxSpeechToText.end
type: eventType
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
uid: ui/speech_to_text:EndEvent
module: ui/speech_to_text
export: EndEvent
type: Object
inherits: EventInfo
references: dxSpeechToText.Options.onEnd
generateTypeLink:
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ id: dxTagBox.reset(value)
---
---
##### shortDescription
Resets the [value]({basewidgetpath}/Configuration/#value) property to the value passed as an argument.
Resets the [value](/api-reference/10%20UI%20Components/dxTagBox/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') property to the value passed as an argument.

##### param(value): Array<String, Number, any>
Specifies the new value.

---
This method sets the [isDirty]({basewidgetpath}/Configuration/#isDirty) flag to `false`.
This method sets the [isDirty](/api-reference/10%20UI%20Components/Editor/1%20Configuration/isDirty.md '{basewidgetpath}/Configuration/#isDirty') flag to `false`.

##### See Also #####
- [clear()]({basewidgetpath}/Methods/#clear)
- [clear()](/api-reference/10%20UI%20Components/Editor/3%20Methods/clear().md '{basewidgetpath}/Methods/#clear')
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
id: GlobalConfig.copyStylesToShadowDom
type: Boolean
default: true
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
28 changes: 14 additions & 14 deletions concepts/05 UI Components/Gantt/05 Overview/05 Elements.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<img src="/images/Gantt/gantt-overview-elements.png" alt="Gantt elements" />

1. [Toolbar](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/toolbar/)
2. [Column Sort Button](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/columns/#allowSorting)
3. [Header Filter](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/columns/headerFilter/)
4. [Filter Row](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/filterRow/)
5. [Selected Row](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#allowSelection)
6. [Task Title](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/tasks/#titleExpr)
7. [Parent Task](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/tasks/#parentIdExpr)
8. [Task](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/tasks/)
9. [Task Dependency](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/dependencies/)
10. [Resource](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/resources/)
11. [Milestone Task](/Documentation/Guide/UI_Components/Gantt/Gantt_Elements/#Task)
12. [In-Progress Task](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/tasks/#progressExpr)
13. [Task View Columns](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/columns/)
1. [Toolbar](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/toolbar.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/toolbar/')
2. [Column Sort Button](/api-reference/_hidden/GridBaseColumn/allowSorting.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/columns/#allowSorting')
3. [Header Filter](/api-reference/_hidden/GridBaseColumn/headerFilter '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/columns/headerFilter/')
4. [Filter Row](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/filterRow.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/filterRow/')
5. [Selected Row](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/allowSelection.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#allowSelection')
6. [Task Title](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/tasks/titleExpr.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/tasks/#titleExpr')
7. [Parent Task](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/tasks/parentIdExpr.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/tasks/#parentIdExpr')
8. [Task](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/tasks '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/tasks/')
9. [Task Dependency](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/dependencies '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/dependencies/')
10. [Resource](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/resources '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/resources/')
11. [Milestone Task](/concepts/05%20UI%20Components/Gantt/10%20Gantt%20Elements/10%20Task.md '/Documentation/Guide/UI_Components/Gantt/Gantt_Elements/#Task')
12. [In-Progress Task](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/tasks/progressExpr.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/tasks/#progressExpr')
13. [Task View Columns](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/columns '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/columns/')
14. **Timeline View**
15. [Strip Line](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/stripLines/)
15. [Strip Line](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/stripLines.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/stripLines/')
26 changes: 13 additions & 13 deletions concepts/05 UI Components/Gantt/05 Overview/10 Key Features.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
- **Task Creation**
You can specify tasks in the Gantt [data source](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/tasks/#dataSource) or enable the component's [editing](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/editing/) tools to create tasks.
You can specify tasks in the Gantt [data source](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/tasks/dataSource.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/tasks/#dataSource') or enable the component's [editing](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/editing '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/editing/') tools to create tasks.

- **Task Types**
Gantt supports multiple [task](/Documentation/Guide/UI_Components/Gantt/Gantt_Elements/#Task) types:
Gantt supports multiple [task](/concepts/05%20UI%20Components/Gantt/10%20Gantt%20Elements/10%20Task.md '/Documentation/Guide/UI_Components/Gantt/Gantt_Elements/#Task') types:
- **Regular Tasks**
Regular tasks display information such as duration ([start](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/tasks/#startExpr) and [end](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/tasks/#endExpr) dates), [progress](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/tasks/#progressExpr), [dependencies](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/dependencies/), and [resource assignments](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/resources/). You can also specify a [task template](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#taskContentTemplate) to display custom markup.
Regular tasks display information such as duration ([start](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/tasks/startExpr.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/tasks/#startExpr') and [end](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/tasks/endExpr.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/tasks/#endExpr') dates), [progress](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/tasks/progressExpr.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/tasks/#progressExpr'), [dependencies](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/dependencies '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/dependencies/'), and [resource assignments](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/resources '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/resources/'). You can also specify a [task template](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/taskContentTemplate.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#taskContentTemplate') to display custom markup.
- **Milestone Tasks**
Tasks without duration are milestones. You can implement these tasks to mark important points in your project with diamond shapes.
- **Nested Tasks**
Gantt highlights parent tasks and allows users to hide subtasks with drop-down buttons in the task view.

- **Selection and Editing**
DevExtreme Gantt supports operations such as task [selection](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#allowSelection), as well as task, resource, and dependency [addition/deletion](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/editing/).
DevExtreme Gantt supports operations such as task [selection](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/allowSelection.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#allowSelection'), as well as task, resource, and dependency [addition/deletion](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/editing '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/editing/').

- **Configurable Task View Columns**
The component task view displays task data in a list with configurable [columns](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/columns/). You can integrate these columns to display task information. The task view does not scroll with the timeline and allows users to view details without horizontal scrolling.
The component task view displays task data in a list with configurable [columns](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/columns '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/columns/'). You can integrate these columns to display task information. The task view does not scroll with the timeline and allows users to view details without horizontal scrolling.

- **Sorting**
The Gantt task view supports column [sorting](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/sorting/). Users can sort tasks in single or multiple [mode](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/sorting/#mode). You can also implement [custom sorting logic](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/columns/#calculateSortValue) for each task view column.
The Gantt task view supports column [sorting](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/sorting.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/sorting/'). Users can sort tasks in single or multiple [mode](/api-reference/_hidden/dxGanttSorting/mode.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/sorting/#mode'). You can also implement [custom sorting logic](/api-reference/_hidden/GridBaseColumn/calculateSortValue.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/columns/#calculateSortValue') for each task view column.

- **Filtering**
Users can filter task view columns in [header filters](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/headerFilter/) or a [filter row](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/filterRow/). Gantt allows you to specify [initial filter values](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/columns/#filterValue), as well as [custom filtering logic](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/columns/#calculateFilterExpression) for each task view column.
Users can filter task view columns in [header filters](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/headerFilter.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/headerFilter/') or a [filter row](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/filterRow.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/filterRow/'). Gantt allows you to specify [initial filter values](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/columns/filterValue.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/columns/#filterValue'), as well as [custom filtering logic](/api-reference/_hidden/GridBaseColumn/calculateFilterExpression.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/columns/#calculateFilterExpression') for each task view column.

- **Zooming and Scaling**
DevExtreme Gantt calculates an appropriate [zoom level](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#scaleType) automatically based on displayed tasks. You can also configure a zoom level, as well as specify [min/max zoom levels](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/scaleTypeRange/).
DevExtreme Gantt calculates an appropriate [zoom level](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/scaleType.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#scaleType') automatically based on displayed tasks. You can also configure a zoom level, as well as specify [min/max zoom levels](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/scaleTypeRange '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/scaleTypeRange/').

- **Strip Lines**
You can implement [strip lines](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/stripLines/) to highlight important points of time for your project.
You can implement [strip lines](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/stripLines.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/stripLines/') to highlight important points of time for your project.

- **Validation**
Gantt ships with configurable [task validation](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/validation/) capabilities.
Gantt ships with configurable [task validation](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/validation '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/validation/') capabilities.

- **Data Exporting**
You can [export Gantt data](/Documentation/ApiReference/Common/Utils/pdfExporter/#exportGanttoptions) as PDF files. For more information, refer to the following help topic: [Gantt - Export Data](/Documentation/Guide/UI_Components/Gantt/Export_Data/).
You can [export Gantt data](/api-reference/50%20Common/utils/pdfExporter/exportGantt(options).md '/Documentation/ApiReference/Common/Utils/pdfExporter/#exportGanttoptions') as PDF files. For more information, refer to the following help topic: [Gantt - Export Data](/concepts/05%20UI%20Components/Gantt/50%20Export%20Data.md '/Documentation/Guide/UI_Components/Gantt/Export_Data/').

- **Timeline View Customization**
You can specify the view's [start](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#startDateRange) and [end](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#endDateRange) dates, as well as configure task [dependency](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#showDependencies), [resource](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#showResources), and [title](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#taskTitlePosition) visibility.
You can specify the view's [start](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/startDateRange.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#startDateRange') and [end](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/endDateRange.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#endDateRange') dates, as well as configure task [dependency](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/showDependencies.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#showDependencies'), [resource](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/showResources.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#showResources'), and [title](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/taskTitlePosition.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#taskTitlePosition') visibility.

- **Task Templates**
You can specify custom markup for task [content](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#taskContentTemplate) and [tooltips](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#taskTooltipContentTemplate). Gantt also supports templates for task editing tooltips ([time](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#taskTimeTooltipContentTemplate) and [progress](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#taskProgressTooltipContentTemplate)).
You can specify custom markup for task [content](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/taskContentTemplate.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#taskContentTemplate') and [tooltips](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/taskTooltipContentTemplate.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#taskTooltipContentTemplate'). Gantt also supports templates for task editing tooltips ([time](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/taskTimeTooltipContentTemplate.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#taskTimeTooltipContentTemplate') and [progress](/api-reference/10%20UI%20Components/dxGantt/1%20Configuration/taskProgressTooltipContentTemplate.md '/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#taskProgressTooltipContentTemplate')).
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- [Getting Started with Gantt](/Documentation/Guide/UI_Components/Gantt/Getting_Started_with_Gantt/)
- [Getting Started with Gantt](/concepts/05%20UI%20Components/Gantt/00%20Getting%20Started%20with%20Gantt '/Documentation/Guide/UI_Components/Gantt/Getting_Started_with_Gantt/')

- [API](/Documentation/ApiReference/UI_Components/dxGantt/)
- [API](/api-reference/10%20UI%20Components/dxGantt '/Documentation/ApiReference/UI_Components/dxGantt/')

- [Demos](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/Overview/)
Loading
Loading