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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .github/agents/component-metadata.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You maintain `components` metadata in Markdown frontmatter. Work directly with t
For each requested component:

1. Confirm one component folder and derive its value from the folder name. For `controls/grid`, use `grid`.
2. Search recursively for `.md` files under that folder only.
2. Search recursively for `.md` files under that folder only. Include Markdown articles in directories named `templates`; do not exclude a file based only on its directory name. Exclude only clearly identified non-documentation assets, such as image directories.
3. Read every candidate's frontmatter before editing.
4. Present a dry-run summary: eligible, already correct, conflicts, malformed/missing frontmatter, and excluded files.
5. Do not edit if any conflict, malformed frontmatter, missing frontmatter, or ambiguous ownership is found. Report the exact files needing review.
Expand Down
2 changes: 1 addition & 1 deletion .github/skills/assign-component-metadata/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Use this skill to add the repository's `components` frontmatter field to article
## Workflow

1. Identify exactly one component folder, such as `controls/grid`. The component value is the folder name, `grid` in this example.
2. Recursively list Markdown files below that folder. Exclude image/template directories and do not process files outside the requested folder.
2. Recursively list Markdown files below that folder. Include Markdown articles in directories named `templates`; do not exclude a file based only on its directory name. Exclude only clearly identified non-documentation assets, such as image directories, and do not process files outside the requested folder.
3. Read the frontmatter of every candidate file before editing anything.
4. Build a dry-run report with these groups: eligible files, files already containing the requested component, files with another `components` value, malformed or missing frontmatter, and excluded files.
5. Stop and ask for guidance if any file has another component, a non-array `components` value, malformed/missing frontmatter, or unclear ownership.
Expand Down
1 change: 1 addition & 0 deletions controls/aiprompt/templates/FooterTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Footer Template
page_title: AIPrompt Footer Template
description: "Learn about how to use the Prompt Footer Template with the WebForms AIPrompt"
slug: templates/footertemplate
components: ["aiprompt"]
position: 4
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Prompt Suggestion Template
page_title: AIPrompt Suggestion Template
description: "Learn about how to use the Prompt Suggestion Template with the WebForms AIPrompt"
slug: templates/promptsuggestionitemtemplate
components: ["aiprompt"]
position: 2
---

Expand Down
1 change: 1 addition & 0 deletions controls/aiprompt/templates/ViewTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: View Template
page_title: AIPrompt View Template
description: "Learn about how to use the Prompt View Template with the WebForms AIPrompt"
slug: templates/viewtemplate
components: ["aiprompt"]
position: 3
---

Expand Down
1 change: 1 addition & 0 deletions controls/aiprompt/templates/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Overview
page_title: AIPrompt Templates
description: "Learn about how to use the Templates of the WebForms AIPrompt"
slug: aiprompt/templates/overview
components: ["aiprompt"]
position: 1
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Keyboard Support
page_title: Keyboard Support - RadAutoCompleteBox
description: Check our Web Forms article about Keyboard Support.
slug: autocompletebox/accessibility-and-internationalization/keyboard-support
components: ["autocompletebox"]
tags: keyboard,support
published: True
position: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: WAI-ARIA Support
page_title: WAI-ARIA Support - RadAutoCompleteBox
description: Check our Web Forms article about WAI-ARIA Support.
slug: autocompletebox/accessibility-and-internationalization/wai-aria-support
components: ["autocompletebox"]
tags: wai-aria,support
published: True
position: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Animations
page_title: Animations - RadAutoCompleteBox
description: Check our Web Forms article about Animations.
slug: autocompletebox/appearance-and-styling/animations
components: ["autocompletebox"]
tags: animations
published: True
position: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: CSS Skin File Selectors
page_title: CSS Skin File Selectors - RadAutoCompleteBox
description: Check our Web Forms article about CSS Skin File Selectors.
slug: autocompletebox/appearance-and-styling/css-skin-file-selectors
components: ["autocompletebox"]
tags: css,skin,file,selectors
published: True
position: 3
Expand Down
1 change: 1 addition & 0 deletions controls/autocompletebox/appearance-and-styling/skins.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Skins
page_title: Skins - RadAutoCompleteBox
description: Check our Web Forms article about Skins.
slug: autocompletebox/appearance-and-styling/skins
components: ["autocompletebox"]
tags: skins
published: False
position: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Understanding the HTML Output and CSS Styling
page_title: Understanding the HTML Output and CSS Styling - RadAutoCompleteBox
description: Check our Web Forms article about Understanding the HTML Output and CSS Styling.
slug: autocompletebox/appearance-and-styling/understanding-the-html-output-and-css-styling
components: ["autocompletebox"]
tags: understanding,the,html,output,and,css,styling
published: False
position: 1
Expand Down
1 change: 1 addition & 0 deletions controls/autocompletebox/client-side-programming/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Events
page_title: Client-Side Programming Events - RadAutoCompleteBox
description: Check our Web Forms article about Events.
slug: autocompletebox/client-side-programming/events
components: ["autocompletebox"]
tags: events
published: True
position: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientDropDownClosed
page_title: OnClientDropDownClosed - RadAutoCompleteBox
description: Check our Web Forms article about OnClientDropDownClosed.
slug: autocompletebox/client-side-programming/events/onclientdropdownclosed
components: ["autocompletebox"]
tags: onclientdropdownclosed
published: True
position: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientDropDownClosing
page_title: OnClientDropDownClosing - RadAutoCompleteBox
description: Check our Web Forms article about OnClientDropDownClosing.
slug: autocompletebox/client-side-programming/events/onclientdropdownclosing
components: ["autocompletebox"]
tags: onclientdropdownclosing
published: True
position: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientDropDownItemDataBound
page_title: OnClientDropDownItemDataBound - RadAutoCompleteBox
description: Check our Web Forms article about OnClientDropDownItemDataBound.
slug: autocompletebox/client-side-programming/events/onclientdropdownitemdatabound
components: ["autocompletebox"]
tags: onclientdropdownitemdatabound
published: True
position: 12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientDropDownOpened
page_title: OnClientDropDownOpened - RadAutoCompleteBox
description: Check our Web Forms article about OnClientDropDownOpened.
slug: autocompletebox/client-side-programming/events/onclientdropdownopened
components: ["autocompletebox"]
tags: onclientdropdownopened
published: True
position: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientDropDownOpening
page_title: OnClientDropDownOpening - RadAutoCompleteBox
description: Check our Web Forms article about OnClientDropDownOpening.
slug: autocompletebox/client-side-programming/events/onclientdropdownopening
components: ["autocompletebox"]
tags: onclientdropdownopening
published: True
position: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientEntryAdded
page_title: OnClientEntryAdded - RadAutoCompleteBox
description: Check our Web Forms article about OnClientEntryAdded.
slug: autocompletebox/client-side-programming/events/oncliententryadded
components: ["autocompletebox"]
tags: oncliententryadded
published: True
position: 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientEntryAdding
page_title: OnClientEntryAdding - RadAutoCompleteBox
description: Check our Web Forms article about OnClientEntryAdding.
slug: autocompletebox/client-side-programming/events/oncliententryadding
components: ["autocompletebox"]
tags: oncliententryadding
published: True
position: 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientEntryRemoved
page_title: OnClientEntryRemoved - RadAutoCompleteBox
description: Check our Web Forms article about OnClientEntryRemoved.
slug: autocompletebox/client-side-programming/events/oncliententryremoved
components: ["autocompletebox"]
tags: oncliententryremoved
published: True
position: 7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientEntryRemoving
page_title: OnClientEntryRemoving - RadAutoCompleteBox
description: Check our Web Forms article about OnClientEntryRemoving.
slug: autocompletebox/client-side-programming/events/oncliententryremoving
components: ["autocompletebox"]
tags: oncliententryremoving
published: True
position: 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientRequested
page_title: OnClientRequested - RadAutoCompleteBox
description: Check our Web Forms article about OnClientRequested.
slug: autocompletebox/client-side-programming/events/onclientrequested
components: ["autocompletebox"]
tags: onclientrequested
published: True
position: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientRequestFailed
page_title: OnClientRequestFailed - RadAutoCompleteBox
description: Check our Web Forms article about OnClientRequestFailed.
slug: autocompletebox/client-side-programming/events/onclientrequestfailed
components: ["autocompletebox"]
tags: onclientrequestfailed
published: True
position: 11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientRequesting
page_title: OnClientRequesting - RadAutoCompleteBox
description: Check our Web Forms article about OnClientRequesting.
slug: autocompletebox/client-side-programming/events/onclientrequesting
components: ["autocompletebox"]
tags: onclientrequesting
published: True
position: 9
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientTextChanged
page_title: OnClientTextChanged - RadAutoCompleteBox
description: Check our Web Forms article about OnClientTextChanged.
slug: autocompletebox/client-side-programming/events/onclienttextchanged
components: ["autocompletebox"]
tags: onclienttextchanged
published: True
position: 8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: RadAutoCompleteBox Object
page_title: RadAutoCompleteBox Object - AutoCompleteBox
description: Check our Web Forms article about RadAutoCompleteBox Object.
slug: autocompletebox/client-side-programming/objects/radautocompletebox-object
components: ["autocompletebox"]
tags: autocompletebox,object
published: True
position: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: AutoCompleteBoxEntry Object
page_title: AutoCompleteBoxEntry Object - AutoCompleteBox
description: Check our Web Forms article about AutoCompleteBoxEntry Object.
slug: autocompletebox/client-side-programming/objects/autocompleteboxentry-object
components: ["autocompletebox"]
tags: autocompletebox,object
published: True
position: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: AutoCompleteBoxEntryCollection Object
page_title: AutoCompleteBoxEntryCollection Object - AutoCompleteBox
description: Check our Web Forms article about AutoCompleteBoxEntryCollection Object.
slug: autocompletebox/client-side-programming/objects/autocompleteboxentrycollection-object
components: ["autocompletebox"]
tags: autocompletebox,object
published: True
position: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Overview
page_title: Client-Side Programming Overview - RadAutoCompleteBox
description: Check our Web Forms article about Telerik's ASP.NET AutoCompleteBox Client-Side Programming Overview.
slug: autocompletebox/client-side-programming/overview
components: ["autocompletebox"]
tags: overview
published: True
position: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Binding to Array, or ArrayList
page_title: Binding to Array, or ArrayList - RadAutoCompleteBox
description: Check our Web Forms article about Binding to Array, or ArrayList.
slug: autocompletebox/data-binding/binding-to-array,-or-arraylist
components: ["autocompletebox"]
tags: binding,to,array,,or,arraylist
published: True
position: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Binding to ASP DataSource components
page_title: Binding to ASP DataSource components - RadAutoCompleteBox
description: Check our Web Forms article about Binding to ASP DataSource components.
slug: autocompletebox/data-binding/binding-to-asp-datasource-components
components: ["autocompletebox"]
tags: binding,to,asp,datasource,components
published: True
position: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Binding to DataTable, DataSet, or DataView
page_title: Binding to DataTable, DataSet, or DataView - RadAutoCompleteBox
description: Check our Web Forms article about Binding to DataTable, DataSet, or DataView.
slug: autocompletebox/data-binding/binding-to-datatable,-dataset,-or-dataview
components: ["autocompletebox"]
tags: binding,to,datatable,,dataset,,or,dataview
published: True
position: 2
Expand Down
1 change: 1 addition & 0 deletions controls/autocompletebox/data-binding/binding-to-odata.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Binding to OData
page_title: Binding to OData - RadAutoCompleteBox
description: Check our Web Forms article about Binding to OData.
slug: autocompletebox/data-binding/binding-to-odata
components: ["autocompletebox"]
tags: binding,to,odata
published: True
position: 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Binding to RadClientDataSource
page_title: Binding to RadClientDataSource - RadAutoCompleteBox
description: Check our Web Forms article about Binding to RadClientDataSource.
slug: autocompletebox/data-binding/binding-to-radclientdatasource
components: ["autocompletebox"]
tags: binding,to,radclientdatasource
published: True
position: 7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Binding to WCF service
page_title: Binding to WCF service - RadAutoCompleteBox
description: Check our Web Forms article about Binding to WCF service.
slug: autocompletebox/data-binding/binding-to-wcf-service
components: ["autocompletebox"]
tags: binding,to,wcf,service
published: True
position: 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Binding to Web service
page_title: Binding to Web service - RadAutoCompleteBox
description: Check our Web Forms article about Binding to Web service.
slug: autocompletebox/data-binding/binding-to-web-service
components: ["autocompletebox"]
tags: binding,to,web,service
published: True
position: 4
Expand Down
1 change: 1 addition & 0 deletions controls/autocompletebox/data-binding/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Overview
page_title: Data Binding Overview - RadAutoCompleteBox
description: Check our Web Forms article about Telerik's ASP.NET AutoCompleteBox Data Binding Overview.
slug: autocompletebox/data-binding/overview
components: ["autocompletebox"]
tags: overview, autocompletebox
published: True
position: 0
Expand Down
1 change: 1 addition & 0 deletions controls/autocompletebox/functionality/client-filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Client Filtering
page_title: Client Filtering - RadAutoCompleteBox
description: Check our Web Forms article about Client Filtering.
slug: autocompletebox/functionality/client-filtering
components: ["autocompletebox"]
tags: client,filtering
published: True
position: 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: DropDown Position
page_title: DropDown Position - RadAutoCompleteBox
description: Check our Web Forms article about DropDown Position.
slug: autocompletebox/functionality/dropdown-position
components: ["autocompletebox"]
tags: dropdown,position
published: True
position: 5
Expand Down
1 change: 1 addition & 0 deletions controls/autocompletebox/functionality/filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Filtering
page_title: Filtering - RadAutoCompleteBox
description: Check our Web Forms article about Filtering.
slug: autocompletebox/functionality/filtering
components: ["autocompletebox"]
tags: filtering
published: True
position: 1
Expand Down
1 change: 1 addition & 0 deletions controls/autocompletebox/functionality/input-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Input Types
page_title: Input Types - RadAutoCompleteBox
description: Check our Web Forms article about Input Types.
slug: autocompletebox/functionality/input-types
components: ["autocompletebox"]
tags: input,types
published: True
position: 0
Expand Down
1 change: 1 addition & 0 deletions controls/autocompletebox/functionality/items-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Items Selection
page_title: Items Selection - RadAutoCompleteBox
description: Check our Web Forms article about Items Selection.
slug: autocompletebox/functionality/items-selection
components: ["autocompletebox"]
tags: items,selection
published: True
position: 2
Expand Down
1 change: 1 addition & 0 deletions controls/autocompletebox/functionality/selection-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Selection Mode
page_title: Selection Mode - RadAutoCompleteBox
description: Check our Web Forms article about Selection Mode.
slug: autocompletebox/functionality/selection-mode
components: ["autocompletebox"]
tags: selection,mode
published: True
position: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Single Line Entries
page_title: Single Line Entries - RadAutoCompleteBox
description: The Single Line Entries feature allows displaying the entries inline or wrapped in multiple lines.
slug: autocompletebox/functionality/single-line-entries
components: ["autocompletebox"]
tags: items,selection
published: True
---
Expand Down
1 change: 1 addition & 0 deletions controls/autocompletebox/functionality/token-editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Token Editing
page_title: Token Editing - RadAutoCompleteBox
description: Check our Web Forms article about Token Editing.
slug: autocompletebox/functionality/token-editing
components: ["autocompletebox"]
tags: token,editing
published: True
position: 4
Expand Down
1 change: 1 addition & 0 deletions controls/autocompletebox/mobile-support/render-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Render Modes
page_title: Render Modes - RadAutoCompleteBox
description: Check our Web Forms article about Render Modes.
slug: autocompletebox/mobile-support/render-modes
components: ["autocompletebox"]
tags: render,modes
published: True
position: 5
Expand Down
1 change: 1 addition & 0 deletions controls/autocompletebox/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Overview
page_title: RadAutoCompleteBox Overview
description: Discover the AutoCompleteBox control and its features for providing suggestions as users type input.
slug: autocompletebox/overview
components: ["autocompletebox"]
tags: overview
published: True
position: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: RadAutoCompleteBox vs RadComboBox
page_title: RadAutoCompleteBox vs RadComboBox - RadAutoCompleteBox
description: Check our Web Forms article about RadAutoCompleteBox vs RadComboBox.
slug: autocompletebox/radautocompletebox-vs-radcombobox
components: ["autocompletebox"]
tags: radautocompletebox,vs,radcombobox
published: True
position: 1
Expand Down
Loading