TreeView: Update Selection & Customization Demo Texts#32723
Open
arman-boyakhchyan wants to merge 1 commit intoDevExpress:26_1from
Open
TreeView: Update Selection & Customization Demo Texts#32723arman-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 updates UI text labels in the TreeView "Item Selection and Customization" demo to improve clarity and consistency. The changes apply uniformly across all framework implementations (jQuery, Angular, React, ReactJs, and Vue), updating three UI text labels to be more concise and user-friendly.
Changes:
- Updated "Show Check Boxes Mode:" to "Checkbox Visibility:" for better clarity
- Changed "Select Nodes Recursive" to "Recursive Selection" for more natural phrasing
- Modified "Select By Click" to "Select on Click" for grammatical correctness
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| apps/demos/Demos/TreeView/ItemSelectionAndCustomization/jQuery/index.js | Updated checkbox text labels from "Select Nodes Recursive" to "Recursive Selection" and "Select By Click" to "Select on Click" |
| apps/demos/Demos/TreeView/ItemSelectionAndCustomization/jQuery/index.html | Changed label from "Show Check Boxes Mode:" to "Checkbox Visibility:" |
| apps/demos/Demos/TreeView/ItemSelectionAndCustomization/Vue/App.vue | Applied all three text updates to match other framework implementations |
| apps/demos/Demos/TreeView/ItemSelectionAndCustomization/ReactJs/App.js | Applied all three text updates to match other framework implementations |
| apps/demos/Demos/TreeView/ItemSelectionAndCustomization/React/App.tsx | Applied all three text updates to match other framework implementations |
| apps/demos/Demos/TreeView/ItemSelectionAndCustomization/Angular/app/app.component.html | Applied all three text updates to match other framework implementations |
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.
No description provided.