Remove Duplicate "JavaScript" Text in Demo Desc. (#32562)#32563
Open
arman-boyakhchyan wants to merge 1 commit intoDevExpress:26_1from
Open
Remove Duplicate "JavaScript" Text in Demo Desc. (#32562)#32563arman-boyakhchyan wants to merge 1 commit intoDevExpress:26_1from
arman-boyakhchyan wants to merge 1 commit intoDevExpress:26_1from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes redundant occurrences of the word "JavaScript" from demo description files across the DevExtreme demos. The word "JavaScript" is removed when it appears before specific component names (e.g., "DevExtreme JavaScript Gantt" becomes "DevExtreme Gantt"), as it's redundant since DevExtreme is inherently a JavaScript library. The changes improve readability and consistency across demo descriptions.
Changes:
- Removed "JavaScript" prefix from component names in 17 demo description files
- Maintained "JavaScript" where it refers to generic JavaScript components or describes the library type
- Focused on Gantt, TreeView, VectorMap, TreeList, Scheduler, PivotGrid, and FileManager demos
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| apps/demos/Demos/VectorMap/Overview/jQuery/description.md | Removed "JavaScript" before "Vector Map" |
| apps/demos/Demos/TreeView/DragAndDropPlainDataStructure/description.md | Removed "JavaScript" before "TreeView" |
| apps/demos/Demos/TreeView/DragAndDropHierarchicalDataStructure/description.md | Removed "JavaScript" before "TreeView" |
| apps/demos/Demos/TreeList/Overview/jQuery/description.md | Removed "JavaScript" before "TreeList" |
| apps/demos/Demos/Scheduler/Overview/jQuery/description.md | Removed "JavaScript" before "Scheduler" |
| apps/demos/Demos/PivotGrid/Overview/jQuery/description.md | Removed "JavaScript" before "PivotGrid" |
| apps/demos/Demos/Gantt/Validation/description.md | Removed "JavaScript" before "Gantt" |
| apps/demos/Demos/Gantt/Toolbar/description.md | Removed "JavaScript" before "Gantt" |
| apps/demos/Demos/Gantt/TaskTemplate/description.md | Removed "JavaScript" before "Gantt" |
| apps/demos/Demos/Gantt/StripLines/description.md | Removed "JavaScript" before "Gantt" |
| apps/demos/Demos/Gantt/Sorting/description.md | Removed "JavaScript" before "Gantt" |
| apps/demos/Demos/Gantt/Overview/description.md | Removed "JavaScript" before "Gantt" |
| apps/demos/Demos/Gantt/FilterRow/description.md | Removed "JavaScript" before "Gantt" |
| apps/demos/Demos/Gantt/ExportToPDF/description.md | Removed "JavaScript" before "Gantt" |
| apps/demos/Demos/Gantt/DataBinding/description.md | Removed "JavaScript" before "Gantt" |
| apps/demos/Demos/Gantt/Appearance/description.md | Removed "JavaScript" before "Gantt" |
| apps/demos/Demos/FileManager/Overview/description.md | Removed "JavaScript" before "FileManager" |
dmlvr
approved these changes
Feb 13, 2026
Alyar666
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick of #32562 c13b8ac