Skip to content

Commit 4214859

Browse files
Remove Duplicate "JavaScript" Text in Demo Desc. (#32562)
1 parent 1b51842 commit 4214859

17 files changed

Lines changed: 17 additions & 17 deletions

File tree

apps/demos/Demos/FileManager/Overview/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The DevExtreme JavaScript FileManager component allows you to display and manage files and directories for different file systems. The FileManager uses file system providers to access file systems.
1+
The DevExtreme FileManager component allows you to display and manage files and directories for different file systems. The FileManager uses file system providers to access file systems.
22

33
Use the [fileSystemProvider](/Documentation/ApiReference/UI_Components/dxFileManager/Configuration/#fileSystemProvider) property to configure the component's file system provider. The ["File System Types"](/Demos/WidgetsGallery/Demo/FileManager/BindingToFileSystem/NetCore/Light) demo group illustrates how to use the FileManager with different file system providers.
44
<!--split-->

apps/demos/Demos/Gantt/Appearance/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This demo illustrates the DevExtreme JavaScript Gantt component's appearance settings.
1+
This demo illustrates the DevExtreme Gantt component's appearance settings.
22

33
* [scaleType](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#scaleType) - Specifies views to display tasks: hours, days, weeks, months, etc.
44
* [taskTitlePosition](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#taskTitlePosition) - Specifies where to display a task's title - none, inside or outside the task.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This demo demonstrates how to bind the DevExtreme JavaScript Gantt component to data.
1+
This demo demonstrates how to bind the DevExtreme Gantt component to data.
22

33
Pass separate data sources for tasks, resources, resource assignments, and dependencies to their corresponding properties to bind them to the component.
44
<!--split-->

apps/demos/Demos/Gantt/ExportToPDF/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DevExtreme JavaScript Gantt component allows you to export the contents of your Gantt to PDF.
1+
DevExtreme Gantt component allows you to export the contents of your Gantt to PDF.
22
<!--split-->
33

44
This demo allows you to apply the following built-in export and task filter options:

apps/demos/Demos/Gantt/FilterRow/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The DevExtreme JavaScript Gantt component allows users to filter columns by filter row values. To display the filter row, set the **filterRow**.[visible](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/filterRow/#visible) property to **true**.
1+
The DevExtreme Gantt component allows users to filter columns by filter row values. To display the filter row, set the **filterRow**.[visible](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/filterRow/#visible) property to **true**.
22

33
To apply filter criteria to a column, enter or select a value for the filter row cell or specify the [filterValue](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/columns/#filterValue) property (for the appropriate column) in code.
44

apps/demos/Demos/Gantt/Overview/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The DevExtreme JavaScript Gantt component allows you to display task flow and dependencies between tasks over a specified period.
1+
The DevExtreme Gantt component allows you to display task flow and dependencies between tasks over a specified period.
22

33
You can move and modify tasks (task name, duration or progress, for example) directly from the chart. Adjust the timescale to display tasks in smaller or greater time intervals, from hours to years. Hold the CTRL key and rotate your mouse's scroll wheel to zoom and browse data in detail.
44

apps/demos/Demos/Gantt/Sorting/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The DevExtreme JavaScript Gantt component allows users to sort the displayed data by one or more columns.
1+
The DevExtreme Gantt component allows users to sort the displayed data by one or more columns.
22
<!--split-->
33

44
Use the **sorting**.[mode](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/sorting/#mode) property to switch between the following sort options:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This demo illustrates how to use strip lines to highlight different times in the DevExtreme JavaScript Gantt component. The Gantt stores strip lines in its [stripLines](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/stripLines/) collection. You can specify a title ([title](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/stripLines/#title)) and appearance settings ([CssClass](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/stripLines/#cssClass)) for each strip line.
1+
This demo illustrates how to use strip lines to highlight different times in the DevExtreme Gantt component. The Gantt stores strip lines in its [stripLines](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/stripLines/) collection. You can specify a title ([title](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/stripLines/#title)) and appearance settings ([CssClass](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/stripLines/#cssClass)) for each strip line.
22

33
Use the [start](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/stripLines/#start) property to specify an individual strip line or combine it with the [end](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/stripLines/#end) property to specify a time interval.
44
<!--split-->
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The DevExtreme JavaScript Gantt templates help customize the layout and appearance of individual task elements. Templates allow you to mix HTML code with any DevExtreme JavaScript component - and position desired elements within the container. In this demo, a template is used to display images within tasks and change their background color.
1+
The DevExtreme Gantt templates help customize the layout and appearance of individual task elements. Templates allow you to mix HTML code with any DevExtreme JavaScript component - and position desired elements within the container. In this demo, a template is used to display images within tasks and change their background color.
22
<!--split-->
33

44
Implementation: Use the [taskContentTemplate](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/#taskContentTemplate) template to customize and align task information within the template container. For each task, use the item property to obtain task information (title, resource, progress) and wrap it into div elements. Then, apply CSS styles to these div elements and place them into the container.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The DevExtreme JavaScript Gantt component allows you to display the most frequently used commands in the toolbar.
1+
The DevExtreme Gantt component allows you to display the most frequently used commands in the toolbar.
22

33
The toolbar can display standard items and supports custom items. These items are stored in the [items](/Documentation/ApiReference/UI_Components/dxGantt/Configuration/toolbar/items/) collection.
44
<!--split-->

0 commit comments

Comments
 (0)