change 'components' tag for editors - #890
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation front-matter metadata for WinForms Editors articles by changing the components value from the generic ["editors"] to the specific editor control identifier (for example ["timepicker"], ["textbox"], ["maskededitbox"]). This aligns these pages with the repo’s established per-control components taxonomy (for example controls/gridview/overview.md uses components: ["gridview"]).
Changes:
- Replaced
components: ["editors"]with the specific component name across editor control documentation. - Standardized component tagging for multiple editor control subtrees (DateTimePicker, MaskedEditBox, TextBox, etc.).
- Left editor-wide content (for example KB aggregations) unchanged.
Reviewed changes
Copilot reviewed 176 out of 176 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| controls/editors/timespanpicker/structure.md | Update components front-matter to timespanpicker. |
| controls/editors/timespanpicker/properties-methods-events.md | Update components front-matter to timespanpicker. |
| controls/editors/timespanpicker/overview.md | Update components front-matter to timespanpicker. |
| controls/editors/timespanpicker/localization.md | Update components front-matter to timespanpicker. |
| controls/editors/timespanpicker/getting-started.md | Update components front-matter to timespanpicker. |
| controls/editors/timespanpicker/format-string.md | Update components front-matter to timespanpicker. |
| controls/editors/timespanpicker/design-time.md | Update components front-matter to timespanpicker. |
| controls/editors/timespanpicker/customizing-appearance/themes.md | Update components front-matter to timespanpicker. |
| controls/editors/timespanpicker/customizing-appearance/customizing-appearance.md | Update components front-matter to timespanpicker. |
| controls/editors/timepicker/timepicker.md | Update components front-matter to timepicker. |
| controls/editors/timepicker/structure.md | Update components front-matter to timepicker. |
| controls/editors/timepicker/structure-properties-and-events.md | Update components front-matter to timepicker. |
| controls/editors/timepicker/localization.md | Update components front-matter to timepicker. |
| controls/editors/timepicker/getting-started.md | Update components front-matter to timepicker. |
| controls/editors/timepicker/free-form-date-time-parsing.md | Update components front-matter to timepicker. |
| controls/editors/timepicker/design-time.md | Update components front-matter to timepicker. |
| controls/editors/timepicker/customizing-appearance/themes.md | Update components front-matter to timepicker. |
| controls/editors/timepicker/customizing-appearance/customizing-programatically.md | Update components front-matter to timepicker. |
| controls/editors/timeonlypicker/structure.md | Update components front-matter to timeonlypicker. |
| controls/editors/timeonlypicker/properties-and-events.md | Update components front-matter to timeonlypicker. |
| controls/editors/timeonlypicker/overview.md | Update components front-matter to timeonlypicker. |
| controls/editors/timeonlypicker/localization.md | Update components front-matter to timeonlypicker. |
| controls/editors/timeonlypicker/getting-started.md | Update components front-matter to timeonlypicker. |
| controls/editors/timeonlypicker/design-time.md | Update components front-matter to timeonlypicker. |
| controls/editors/timeonlypicker/customizing-appearance/themes.md | Update components front-matter to timeonlypicker. |
| controls/editors/timeonlypicker/customizing-appearance/customizing-programatically.md | Update components front-matter to timeonlypicker. |
| controls/editors/textboxcontrol/textboxcontrol.md | Update components front-matter to textboxcontrol. |
| controls/editors/textboxcontrol/text-editing.md | Update components front-matter to textboxcontrol. |
| controls/editors/textboxcontrol/radtextboxcontrol-vs-radtextbox.md | Update components front-matter to textboxcontrol. |
| controls/editors/textboxcontrol/properties.md | Update components front-matter to textboxcontrol. |
| controls/editors/textboxcontrol/localization.md | Update components front-matter to textboxcontrol. |
| controls/editors/textboxcontrol/keyboard-support.md | Update components front-matter to textboxcontrol. |
| controls/editors/textboxcontrol/getting-started.md | Update components front-matter to textboxcontrol. |
| controls/editors/textboxcontrol/element-structure-and-document-object-model.md | Update components front-matter to textboxcontrol. |
| controls/editors/textboxcontrol/design-time.md | Update components front-matter to textboxcontrol. |
| controls/editors/textboxcontrol/customizing-appearance/themes.md | Update components front-matter to textboxcontrol. |
| controls/editors/textboxcontrol/customizing-appearance/formatting-blocks.md | Update components front-matter to textboxcontrol. |
| controls/editors/textboxcontrol/customizing-appearance/customizing-appearance.md | Update components front-matter to textboxcontrol. |
| controls/editors/textboxcontrol/creating-custom-blocks.md | Update components front-matter to textboxcontrol. |
| controls/editors/textboxcontrol/caret-positioning-and-selection.md | Update components front-matter to textboxcontrol. |
| controls/editors/textboxcontrol/autocomplete.md | Update components front-matter to textboxcontrol. |
| controls/editors/textbox/ui-automation.md | Update components front-matter to textbox. |
| controls/editors/textbox/textbox.md | Update components front-matter to textbox. |
| controls/editors/textbox/programming-radtextbox.md | Update components front-matter to textbox. |
| controls/editors/textbox/getting-started.md | Update components front-matter to textbox. |
| controls/editors/textbox/design-time.md | Update components front-matter to textbox. |
| controls/editors/textbox/customizing-appearance/themes.md | Update components front-matter to textbox. |
| controls/editors/textbox/customizing-appearance/customizing-appearance.md | Update components front-matter to textbox. |
| controls/editors/textbox/control-element-structure.md | Update components front-matter to textbox. |
| controls/editors/textbox/adding-buttons-to-radtextbox.md | Update components front-matter to textbox. |
| controls/editors/spineditor/working-with-radspineditor.md | Update components front-matter to spineditor. |
| controls/editors/spineditor/ui-automation.md | Update components front-matter to spineditor. |
| controls/editors/spineditor/structure.md | Update components front-matter to spineditor. |
| controls/editors/spineditor/spineditor.md | Update components front-matter to spineditor. |
| controls/editors/spineditor/null-value-support.md | Update components front-matter to spineditor. |
| controls/editors/spineditor/getting-started.md | Update components front-matter to spineditor. |
| controls/editors/spineditor/developer-focused-examples.md | Update components front-matter to spineditor. |
| controls/editors/spineditor/design-time.md | Update components front-matter to spineditor. |
| controls/editors/spineditor/customizing-appearance/themes.md | Update components front-matter to spineditor. |
| controls/editors/spineditor/customizing-appearance/customizing-appearance.md | Update components front-matter to spineditor. |
| controls/editors/popupeditor/structure.md | Update components front-matter to popupeditor. |
| controls/editors/popupeditor/properties-events-and-methods.md | Update components front-matter to popupeditor. |
| controls/editors/popupeditor/popupeditor.md | Update components front-matter to popupeditor. |
| controls/editors/popupeditor/popupcontainer.md | Update components front-matter to popupeditor. |
| controls/editors/popupeditor/handling-popup-keyboard-input.md | Update components front-matter to popupeditor. |
| controls/editors/popupeditor/getting-started.md | Update components front-matter to popupeditor. |
| controls/editors/popupeditor/design-time.md | Update components front-matter to popupeditor. |
| controls/editors/popupeditor/customize-elements.md | Update components front-matter to popupeditor. |
| controls/editors/maskededitbox/working-with-radmaskededitbox.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/ui-automation.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/timespan-masks.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/timeonly-masks.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/textmaskformat-property.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/structure.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/standard-masks.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/properties-methods-events.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/parsing-dates.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/numeric-masks.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/null-values-support.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/maskededitbox.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/mask-types-and-providers.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/localization.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/getting-started.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/design-time/smart-tag.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/dateonly-masks.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/date-and-time-masks.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/customizing-appearance/themes.md | Update components front-matter to maskededitbox. |
| controls/editors/maskededitbox/customizing-appearance/accessing-and-customizing-elements.md | Update components front-matter to maskededitbox. |
| controls/editors/domainupdown/structure.md | Update components front-matter to domainupdown. |
| controls/editors/domainupdown/properties-methods-events.md | Update components front-matter to domainupdown. |
| controls/editors/domainupdown/populating-with-data/design-time.md | Update components front-matter to domainupdown. |
| controls/editors/domainupdown/populating-with-data/data-binding.md | Update components front-matter to domainupdown. |
| controls/editors/domainupdown/populating-with-data/adding-items-programmatically.md | Update components front-matter to domainupdown. |
| controls/editors/domainupdown/overview.md | Update components front-matter to domainupdown. |
| controls/editors/domainupdown/getting-started.md | Update components front-matter to domainupdown. |
| controls/editors/domainupdown/features.md | Update components front-matter to domainupdown. |
| controls/editors/domainupdown/design-time.md | Update components front-matter to domainupdown. |
| controls/editors/domainupdown/customizing-appearance/themes.md | Update components front-matter to domainupdown. |
| controls/editors/domainupdown/customizing-appearance/accessing-and-customizing-elements.md | Update components front-matter to domainupdown. |
| controls/editors/datetimepicker/structure.md | Update components front-matter to datetimepicker. |
| controls/editors/datetimepicker/raddatetimepicker-properties.md | Update components front-matter to datetimepicker. |
| controls/editors/datetimepicker/providers.md | Update components front-matter to datetimepicker. |
| controls/editors/datetimepicker/overview.md | Update components front-matter to datetimepicker. |
| controls/editors/datetimepicker/navigation-modes.md | Update components front-matter to datetimepicker. |
| controls/editors/datetimepicker/MaskDateTimeProvider.md | Update components front-matter to datetimepicker. |
| controls/editors/datetimepicker/internationalization/internationalization.md | Update components front-matter to datetimepicker. |
| controls/editors/datetimepicker/internationalization/date-formats.md | Update components front-matter to datetimepicker. |
| controls/editors/datetimepicker/internationalization/cultureinfo-and-regioninfo-basics.md | Update components front-matter to datetimepicker. |
| controls/editors/datetimepicker/how-to/tweak-increment-step.md | Update components front-matter to datetimepicker. |
| controls/editors/datetimepicker/how-to/set-null-or-empty-value.md | Update components front-matter to datetimepicker. |
| controls/editors/datetimepicker/getting-started.md | Update components front-matter to datetimepicker. |
| controls/editors/datetimepicker/free-form-date-time-parsing.md | Update components front-matter to datetimepicker. |
| controls/editors/datetimepicker/design-time.md | Update components front-matter to datetimepicker. |
| controls/editors/datetimepicker/customizing-appearance/themes.md | Update components front-matter to datetimepicker. |
| controls/editors/datetimepicker/customizing-appearance/customizing-appearance.md | Update components front-matter to datetimepicker. |
| controls/editors/datetimepicker/customizing-appearance/customize-radcalendar-programmatically.md | Update components front-matter to datetimepicker. |
| controls/editors/dateonlypicker/structure.md | Update components front-matter to dateonlypicker. |
| controls/editors/dateonlypicker/properties-events.md | Update components front-matter to dateonlypicker. |
| controls/editors/dateonlypicker/overview.md | Update components front-matter to dateonlypicker. |
| controls/editors/dateonlypicker/how-to/tweak-increment-step.md | Update components front-matter to dateonlypicker. |
| controls/editors/dateonlypicker/how-to/set-null-or-empty-value.md | Update components front-matter to dateonlypicker. |
| controls/editors/dateonlypicker/getting-started.md | Update components front-matter to dateonlypicker. |
| controls/editors/dateonlypicker/features/navigation-modes.md | Update components front-matter to dateonlypicker. |
| controls/editors/dateonlypicker/features/maskdateonlyprovider.md | Update components front-matter to dateonlypicker. |
| controls/editors/dateonlypicker/features/internationalization.md | Update components front-matter to dateonlypicker. |
| controls/editors/dateonlypicker/features/increment-step.md | Update components front-matter to dateonlypicker. |
| controls/editors/dateonlypicker/features/date-formats.md | Update components front-matter to dateonlypicker. |
| controls/editors/dateonlypicker/features/cultureinfo-and-regioninfo-basics.md | Update components front-matter to dateonlypicker. |
| controls/editors/dateonlypicker/design-time.md | Update components front-matter to dateonlypicker. |
| controls/editors/dateonlypicker/customizing-appearance/themes.md | Update components front-matter to dateonlypicker. |
| controls/editors/dateonlypicker/customizing-appearance/customizing-appearance.md | Update components front-matter to dateonlypicker. |
| controls/editors/dateonlypicker/customizing-appearance/customize-radcalendar-programmatically.md | Update components front-matter to dateonlypicker. |
| controls/editors/colorbox/structure.md | Update components front-matter to colorbox. |
| controls/editors/colorbox/properies-and-events.md | Update components front-matter to colorbox. |
| controls/editors/colorbox/getting-started.md | Update components front-matter to colorbox. |
| controls/editors/colorbox/design-time.md | Update components front-matter to colorbox. |
| controls/editors/colorbox/customizing-appearance/themes.md | Update components front-matter to colorbox. |
| controls/editors/colorbox/customizing-appearance/customizing-appearance.md | Update components front-matter to colorbox. |
| controls/editors/colorbox/colorbox.md | Update components front-matter to colorbox. |
| controls/editors/calculatordropdown/structure.md | Update components front-matter to calculatordropdown. |
| controls/editors/calculatordropdown/overview.md | Update components front-matter to calculatordropdown. |
| controls/editors/calculatordropdown/getting-started.md | Update components front-matter to calculatordropdown. |
| controls/editors/calculatordropdown/design-time/smart-tag.md | Update components front-matter to calculatordropdown. |
| controls/editors/calculatordropdown/customizing-appearance/themes.md | Update components front-matter to calculatordropdown. |
| controls/editors/calculatordropdown/customizing-appearance/accessing-and-customizing-elements.md | Update components front-matter to calculatordropdown. |
| controls/editors/buttontextbox/structure.md | Update components front-matter to buttontextbox. |
| controls/editors/buttontextbox/properties-events.md | Update components front-matter to buttontextbox. |
| controls/editors/buttontextbox/populating-with-items/design-time.md | Update components front-matter to buttontextbox. |
| controls/editors/buttontextbox/populating-with-items/adding-items-programmatically.md | Update components front-matter to buttontextbox. |
| controls/editors/buttontextbox/item-types.md | Update components front-matter to buttontextbox. |
| controls/editors/buttontextbox/getting-started.md | Update components front-matter to buttontextbox. |
| controls/editors/buttontextbox/design-time.md | Update components front-matter to buttontextbox. |
| controls/editors/buttontextbox/customizing-appearance/themes.md | Update components front-matter to buttontextbox. |
| controls/editors/buttontextbox/customizing-appearance/accessing-and-customizing-elements.md | Update components front-matter to buttontextbox. |
| controls/editors/buttontextbox/buttontextbox.md | Update components front-matter to buttontextbox. |
| controls/editors/browseeditor/working-with-radbrowseeditor.md | Update components front-matter to browseeditor. |
| controls/editors/browseeditor/structure.md | Update components front-matter to browseeditor. |
| controls/editors/browseeditor/properties-event.md | Update components front-matter to browseeditor. |
| controls/editors/browseeditor/overview.md | Update components front-matter to browseeditor. |
| controls/editors/browseeditor/getting-started.md | Update components front-matter to browseeditor. |
| controls/editors/browseeditor/dialog-types.md | Update components front-matter to browseeditor. |
| controls/editors/browseeditor/design-time/smart-tag.md | Update components front-matter to browseeditor. |
| controls/editors/browseeditor/customizing-appearance/themes.md | Update components front-matter to browseeditor. |
| controls/editors/browseeditor/customizing-appearance/accessing-and-customizing-elements.md | Update components front-matter to browseeditor. |
| controls/editors/autocompletebox/text-editing.md | Update components front-matter to autocompletebox. |
| controls/editors/autocompletebox/properties-events-methods.md | Update components front-matter to autocompletebox. |
| controls/editors/autocompletebox/getting-started.md | Update components front-matter to autocompletebox. |
| controls/editors/autocompletebox/element-structure-and-document-object-model.md | Update components front-matter to autocompletebox. |
| controls/editors/autocompletebox/design-time.md | Update components front-matter to autocompletebox. |
| controls/editors/autocompletebox/customizing-appearance/themes.md | Update components front-matter to autocompletebox. |
| controls/editors/autocompletebox/customizing-appearance/formatting-blocks.md | Update components front-matter to autocompletebox. |
| controls/editors/autocompletebox/customizing-appearance/customizing-fill-and-border.md | Update components front-matter to autocompletebox. |
| controls/editors/autocompletebox/creating-custom-blocks.md | Update components front-matter to autocompletebox. |
| controls/editors/autocompletebox/caret-positioning-and-selection.md | Update components front-matter to autocompletebox. |
| controls/editors/autocompletebox/autocompletebox.md | Update components front-matter to autocompletebox. |
| controls/editors/autocompletebox/auto-complete.md | Update components front-matter to autocompletebox. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
icom85
approved these changes
Sep 1, 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.
No description provided.