diff --git a/.github/agents/component-metadata.agent.md b/.github/agents/component-metadata.agent.md index 09c63a5f23..383e9869ae 100644 --- a/.github/agents/component-metadata.agent.md +++ b/.github/agents/component-metadata.agent.md @@ -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. diff --git a/.github/skills/assign-component-metadata/SKILL.md b/.github/skills/assign-component-metadata/SKILL.md index fd50794153..82cf434f0f 100644 --- a/.github/skills/assign-component-metadata/SKILL.md +++ b/.github/skills/assign-component-metadata/SKILL.md @@ -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. diff --git a/controls/aiprompt/templates/FooterTemplate.md b/controls/aiprompt/templates/FooterTemplate.md index c2e6780fcc..d04a2654fc 100644 --- a/controls/aiprompt/templates/FooterTemplate.md +++ b/controls/aiprompt/templates/FooterTemplate.md @@ -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 --- diff --git a/controls/aiprompt/templates/PromptSuggestionItemTemplate.md b/controls/aiprompt/templates/PromptSuggestionItemTemplate.md index ad05efb741..4d3cfda315 100644 --- a/controls/aiprompt/templates/PromptSuggestionItemTemplate.md +++ b/controls/aiprompt/templates/PromptSuggestionItemTemplate.md @@ -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 --- diff --git a/controls/aiprompt/templates/ViewTemplate.md b/controls/aiprompt/templates/ViewTemplate.md index 6a0865564c..3932719b70 100644 --- a/controls/aiprompt/templates/ViewTemplate.md +++ b/controls/aiprompt/templates/ViewTemplate.md @@ -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 --- diff --git a/controls/aiprompt/templates/overview.md b/controls/aiprompt/templates/overview.md index 1ea2dcd7bf..d90b9cda3c 100644 --- a/controls/aiprompt/templates/overview.md +++ b/controls/aiprompt/templates/overview.md @@ -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 --- diff --git a/controls/autocompletebox/accessibility-and-internationalization/keyboard-support.md b/controls/autocompletebox/accessibility-and-internationalization/keyboard-support.md index f03d139987..c50373fb6e 100644 --- a/controls/autocompletebox/accessibility-and-internationalization/keyboard-support.md +++ b/controls/autocompletebox/accessibility-and-internationalization/keyboard-support.md @@ -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 diff --git a/controls/autocompletebox/accessibility-and-internationalization/wai-aria-support.md b/controls/autocompletebox/accessibility-and-internationalization/wai-aria-support.md index 1c85fb7633..469a05c79b 100644 --- a/controls/autocompletebox/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/autocompletebox/accessibility-and-internationalization/wai-aria-support.md @@ -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 diff --git a/controls/autocompletebox/appearance-and-styling/animations.md b/controls/autocompletebox/appearance-and-styling/animations.md index ad7154ec59..8ba8979bf1 100644 --- a/controls/autocompletebox/appearance-and-styling/animations.md +++ b/controls/autocompletebox/appearance-and-styling/animations.md @@ -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 diff --git a/controls/autocompletebox/appearance-and-styling/css-skin-file-selectors.md b/controls/autocompletebox/appearance-and-styling/css-skin-file-selectors.md index c86c255e14..ac1826530e 100644 --- a/controls/autocompletebox/appearance-and-styling/css-skin-file-selectors.md +++ b/controls/autocompletebox/appearance-and-styling/css-skin-file-selectors.md @@ -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 diff --git a/controls/autocompletebox/appearance-and-styling/skins.md b/controls/autocompletebox/appearance-and-styling/skins.md index 2158497fb7..f9b30f5d81 100644 --- a/controls/autocompletebox/appearance-and-styling/skins.md +++ b/controls/autocompletebox/appearance-and-styling/skins.md @@ -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 diff --git a/controls/autocompletebox/appearance-and-styling/understanding-the-html-output-and-css-styling.md b/controls/autocompletebox/appearance-and-styling/understanding-the-html-output-and-css-styling.md index 0ba1f77759..f12978c806 100644 --- a/controls/autocompletebox/appearance-and-styling/understanding-the-html-output-and-css-styling.md +++ b/controls/autocompletebox/appearance-and-styling/understanding-the-html-output-and-css-styling.md @@ -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 diff --git a/controls/autocompletebox/client-side-programming/events.md b/controls/autocompletebox/client-side-programming/events.md index 287690801c..13d68f8e33 100644 --- a/controls/autocompletebox/client-side-programming/events.md +++ b/controls/autocompletebox/client-side-programming/events.md @@ -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 diff --git a/controls/autocompletebox/client-side-programming/events/onclientdropdownclosed.md b/controls/autocompletebox/client-side-programming/events/onclientdropdownclosed.md index 07daba6742..bb3e586517 100644 --- a/controls/autocompletebox/client-side-programming/events/onclientdropdownclosed.md +++ b/controls/autocompletebox/client-side-programming/events/onclientdropdownclosed.md @@ -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 diff --git a/controls/autocompletebox/client-side-programming/events/onclientdropdownclosing.md b/controls/autocompletebox/client-side-programming/events/onclientdropdownclosing.md index f7c5a38895..9f93cba964 100644 --- a/controls/autocompletebox/client-side-programming/events/onclientdropdownclosing.md +++ b/controls/autocompletebox/client-side-programming/events/onclientdropdownclosing.md @@ -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 diff --git a/controls/autocompletebox/client-side-programming/events/onclientdropdownitemdatabound.md b/controls/autocompletebox/client-side-programming/events/onclientdropdownitemdatabound.md index b1f15eefe7..45c172529a 100644 --- a/controls/autocompletebox/client-side-programming/events/onclientdropdownitemdatabound.md +++ b/controls/autocompletebox/client-side-programming/events/onclientdropdownitemdatabound.md @@ -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 diff --git a/controls/autocompletebox/client-side-programming/events/onclientdropdownopened.md b/controls/autocompletebox/client-side-programming/events/onclientdropdownopened.md index 0dfd407a17..20d287d6cd 100644 --- a/controls/autocompletebox/client-side-programming/events/onclientdropdownopened.md +++ b/controls/autocompletebox/client-side-programming/events/onclientdropdownopened.md @@ -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 diff --git a/controls/autocompletebox/client-side-programming/events/onclientdropdownopening.md b/controls/autocompletebox/client-side-programming/events/onclientdropdownopening.md index 2405cbed04..3cc389de15 100644 --- a/controls/autocompletebox/client-side-programming/events/onclientdropdownopening.md +++ b/controls/autocompletebox/client-side-programming/events/onclientdropdownopening.md @@ -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 diff --git a/controls/autocompletebox/client-side-programming/events/oncliententryadded.md b/controls/autocompletebox/client-side-programming/events/oncliententryadded.md index 554d695b4e..b94deb0e1c 100644 --- a/controls/autocompletebox/client-side-programming/events/oncliententryadded.md +++ b/controls/autocompletebox/client-side-programming/events/oncliententryadded.md @@ -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 diff --git a/controls/autocompletebox/client-side-programming/events/oncliententryadding.md b/controls/autocompletebox/client-side-programming/events/oncliententryadding.md index f07115bb18..337edd9fde 100644 --- a/controls/autocompletebox/client-side-programming/events/oncliententryadding.md +++ b/controls/autocompletebox/client-side-programming/events/oncliententryadding.md @@ -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 diff --git a/controls/autocompletebox/client-side-programming/events/oncliententryremoved.md b/controls/autocompletebox/client-side-programming/events/oncliententryremoved.md index bff9f239a8..d89cd0a481 100644 --- a/controls/autocompletebox/client-side-programming/events/oncliententryremoved.md +++ b/controls/autocompletebox/client-side-programming/events/oncliententryremoved.md @@ -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 diff --git a/controls/autocompletebox/client-side-programming/events/oncliententryremoving.md b/controls/autocompletebox/client-side-programming/events/oncliententryremoving.md index 97594a147d..bc19db800a 100644 --- a/controls/autocompletebox/client-side-programming/events/oncliententryremoving.md +++ b/controls/autocompletebox/client-side-programming/events/oncliententryremoving.md @@ -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 diff --git a/controls/autocompletebox/client-side-programming/events/onclientrequested.md b/controls/autocompletebox/client-side-programming/events/onclientrequested.md index 49cd5bd860..be1abbfd80 100644 --- a/controls/autocompletebox/client-side-programming/events/onclientrequested.md +++ b/controls/autocompletebox/client-side-programming/events/onclientrequested.md @@ -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 diff --git a/controls/autocompletebox/client-side-programming/events/onclientrequestfailed.md b/controls/autocompletebox/client-side-programming/events/onclientrequestfailed.md index 9fa4d5d81f..692a15c056 100644 --- a/controls/autocompletebox/client-side-programming/events/onclientrequestfailed.md +++ b/controls/autocompletebox/client-side-programming/events/onclientrequestfailed.md @@ -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 diff --git a/controls/autocompletebox/client-side-programming/events/onclientrequesting.md b/controls/autocompletebox/client-side-programming/events/onclientrequesting.md index 3a4dfbfc37..afc7727279 100644 --- a/controls/autocompletebox/client-side-programming/events/onclientrequesting.md +++ b/controls/autocompletebox/client-side-programming/events/onclientrequesting.md @@ -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 diff --git a/controls/autocompletebox/client-side-programming/events/onclienttextchanged.md b/controls/autocompletebox/client-side-programming/events/onclienttextchanged.md index 623a0153a5..f3ab66477e 100644 --- a/controls/autocompletebox/client-side-programming/events/onclienttextchanged.md +++ b/controls/autocompletebox/client-side-programming/events/onclienttextchanged.md @@ -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 diff --git a/controls/autocompletebox/client-side-programming/objects/radautocompletebox-object.md b/controls/autocompletebox/client-side-programming/objects/radautocompletebox-object.md index 9576340dbe..ee1ebcd66c 100644 --- a/controls/autocompletebox/client-side-programming/objects/radautocompletebox-object.md +++ b/controls/autocompletebox/client-side-programming/objects/radautocompletebox-object.md @@ -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 diff --git a/controls/autocompletebox/client-side-programming/objects/radautocompleteboxentry-object.md b/controls/autocompletebox/client-side-programming/objects/radautocompleteboxentry-object.md index edb3d2461d..5458f7f286 100644 --- a/controls/autocompletebox/client-side-programming/objects/radautocompleteboxentry-object.md +++ b/controls/autocompletebox/client-side-programming/objects/radautocompleteboxentry-object.md @@ -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 diff --git a/controls/autocompletebox/client-side-programming/objects/radautocompleteboxentrycollection-object.md b/controls/autocompletebox/client-side-programming/objects/radautocompleteboxentrycollection-object.md index 929b4cc8d1..d59a25ae3b 100644 --- a/controls/autocompletebox/client-side-programming/objects/radautocompleteboxentrycollection-object.md +++ b/controls/autocompletebox/client-side-programming/objects/radautocompleteboxentrycollection-object.md @@ -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 diff --git a/controls/autocompletebox/client-side-programming/overview.md b/controls/autocompletebox/client-side-programming/overview.md index ecc36792ba..67746082b2 100644 --- a/controls/autocompletebox/client-side-programming/overview.md +++ b/controls/autocompletebox/client-side-programming/overview.md @@ -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 diff --git a/controls/autocompletebox/data-binding/binding-to-array,-or-arraylist.md b/controls/autocompletebox/data-binding/binding-to-array,-or-arraylist.md index be09e1297a..37ab627736 100644 --- a/controls/autocompletebox/data-binding/binding-to-array,-or-arraylist.md +++ b/controls/autocompletebox/data-binding/binding-to-array,-or-arraylist.md @@ -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 diff --git a/controls/autocompletebox/data-binding/binding-to-asp-datasource-components.md b/controls/autocompletebox/data-binding/binding-to-asp-datasource-components.md index 03e033ac91..a1aadf9e43 100644 --- a/controls/autocompletebox/data-binding/binding-to-asp-datasource-components.md +++ b/controls/autocompletebox/data-binding/binding-to-asp-datasource-components.md @@ -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 diff --git a/controls/autocompletebox/data-binding/binding-to-datatable,-dataset,-or-dataview.md b/controls/autocompletebox/data-binding/binding-to-datatable,-dataset,-or-dataview.md index b314b0f76b..c3ee842ae5 100644 --- a/controls/autocompletebox/data-binding/binding-to-datatable,-dataset,-or-dataview.md +++ b/controls/autocompletebox/data-binding/binding-to-datatable,-dataset,-or-dataview.md @@ -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 diff --git a/controls/autocompletebox/data-binding/binding-to-odata.md b/controls/autocompletebox/data-binding/binding-to-odata.md index 5035d57d16..ada9a0567b 100644 --- a/controls/autocompletebox/data-binding/binding-to-odata.md +++ b/controls/autocompletebox/data-binding/binding-to-odata.md @@ -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 diff --git a/controls/autocompletebox/data-binding/binding-to-radclientdatasource.md b/controls/autocompletebox/data-binding/binding-to-radclientdatasource.md index 3f08519281..519dffee87 100644 --- a/controls/autocompletebox/data-binding/binding-to-radclientdatasource.md +++ b/controls/autocompletebox/data-binding/binding-to-radclientdatasource.md @@ -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 diff --git a/controls/autocompletebox/data-binding/binding-to-wcf-service.md b/controls/autocompletebox/data-binding/binding-to-wcf-service.md index a29b4dbb02..a605b3b46e 100644 --- a/controls/autocompletebox/data-binding/binding-to-wcf-service.md +++ b/controls/autocompletebox/data-binding/binding-to-wcf-service.md @@ -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 diff --git a/controls/autocompletebox/data-binding/binding-to-web-service.md b/controls/autocompletebox/data-binding/binding-to-web-service.md index 5322c7960b..c954ae4a76 100644 --- a/controls/autocompletebox/data-binding/binding-to-web-service.md +++ b/controls/autocompletebox/data-binding/binding-to-web-service.md @@ -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 diff --git a/controls/autocompletebox/data-binding/overview.md b/controls/autocompletebox/data-binding/overview.md index 476bbd589e..7d68c7e528 100644 --- a/controls/autocompletebox/data-binding/overview.md +++ b/controls/autocompletebox/data-binding/overview.md @@ -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 diff --git a/controls/autocompletebox/functionality/client-filtering.md b/controls/autocompletebox/functionality/client-filtering.md index feee093b2a..84d9aff22a 100644 --- a/controls/autocompletebox/functionality/client-filtering.md +++ b/controls/autocompletebox/functionality/client-filtering.md @@ -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 diff --git a/controls/autocompletebox/functionality/dropdown-position.md b/controls/autocompletebox/functionality/dropdown-position.md index 82dca91ab2..271001877f 100644 --- a/controls/autocompletebox/functionality/dropdown-position.md +++ b/controls/autocompletebox/functionality/dropdown-position.md @@ -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 diff --git a/controls/autocompletebox/functionality/filtering.md b/controls/autocompletebox/functionality/filtering.md index 30dfef9512..1515b5b4e7 100644 --- a/controls/autocompletebox/functionality/filtering.md +++ b/controls/autocompletebox/functionality/filtering.md @@ -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 diff --git a/controls/autocompletebox/functionality/input-types.md b/controls/autocompletebox/functionality/input-types.md index 170b4630de..8d01326800 100644 --- a/controls/autocompletebox/functionality/input-types.md +++ b/controls/autocompletebox/functionality/input-types.md @@ -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 diff --git a/controls/autocompletebox/functionality/items-selection.md b/controls/autocompletebox/functionality/items-selection.md index 39f87822f0..1923302fa4 100644 --- a/controls/autocompletebox/functionality/items-selection.md +++ b/controls/autocompletebox/functionality/items-selection.md @@ -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 diff --git a/controls/autocompletebox/functionality/selection-mode.md b/controls/autocompletebox/functionality/selection-mode.md index 703d69433b..02bbadd59e 100644 --- a/controls/autocompletebox/functionality/selection-mode.md +++ b/controls/autocompletebox/functionality/selection-mode.md @@ -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 diff --git a/controls/autocompletebox/functionality/single-line-entries.md b/controls/autocompletebox/functionality/single-line-entries.md index 31b6a33883..cca78b4f12 100644 --- a/controls/autocompletebox/functionality/single-line-entries.md +++ b/controls/autocompletebox/functionality/single-line-entries.md @@ -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 --- diff --git a/controls/autocompletebox/functionality/token-editing.md b/controls/autocompletebox/functionality/token-editing.md index 95eefe83f4..1824ca9f13 100644 --- a/controls/autocompletebox/functionality/token-editing.md +++ b/controls/autocompletebox/functionality/token-editing.md @@ -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 diff --git a/controls/autocompletebox/mobile-support/render-modes.md b/controls/autocompletebox/mobile-support/render-modes.md index 9d99d9ae6f..b23d54da7a 100644 --- a/controls/autocompletebox/mobile-support/render-modes.md +++ b/controls/autocompletebox/mobile-support/render-modes.md @@ -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 diff --git a/controls/autocompletebox/overview.md b/controls/autocompletebox/overview.md index d32c1010b5..9a9a353c5e 100644 --- a/controls/autocompletebox/overview.md +++ b/controls/autocompletebox/overview.md @@ -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 diff --git a/controls/autocompletebox/radautocompletebox-vs-radcombobox.md b/controls/autocompletebox/radautocompletebox-vs-radcombobox.md index d18b1a3e37..0a3b7c20ad 100644 --- a/controls/autocompletebox/radautocompletebox-vs-radcombobox.md +++ b/controls/autocompletebox/radautocompletebox-vs-radcombobox.md @@ -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 diff --git a/controls/autocompletebox/server-side-programming/events/ondatasourceselect.md b/controls/autocompletebox/server-side-programming/events/ondatasourceselect.md index a3014c1804..555476e180 100644 --- a/controls/autocompletebox/server-side-programming/events/ondatasourceselect.md +++ b/controls/autocompletebox/server-side-programming/events/ondatasourceselect.md @@ -3,6 +3,7 @@ title: OnDataSourceSelect page_title: OnDataSourceSelect - RadAutoCompleteBox description: Check our Web Forms article about OnDataSourceSelect. slug: autocompletebox/server-side-programming/events/ondatasourceselect +components: ["autocompletebox"] tags: ondatasourceselect published: True position: 4 diff --git a/controls/autocompletebox/server-side-programming/events/ondropdowntemplateneeded.md b/controls/autocompletebox/server-side-programming/events/ondropdowntemplateneeded.md index e61dbf5390..7433252714 100644 --- a/controls/autocompletebox/server-side-programming/events/ondropdowntemplateneeded.md +++ b/controls/autocompletebox/server-side-programming/events/ondropdowntemplateneeded.md @@ -3,6 +3,7 @@ title: OnDropDownTemplateNeeded page_title: OnDropDownTemplateNeeded - RadAutoCompleteBox description: Check our Web Forms article about OnDropDownTemplateNeeded. slug: autocompletebox/server-side-programming/events/ondropdowntemplateneeded +components: ["autocompletebox"] tags: ondropdowntemplateneeded published: True position: 3 diff --git a/controls/autocompletebox/server-side-programming/events/onentryadded.md b/controls/autocompletebox/server-side-programming/events/onentryadded.md index ca2fb080ed..dffd656366 100644 --- a/controls/autocompletebox/server-side-programming/events/onentryadded.md +++ b/controls/autocompletebox/server-side-programming/events/onentryadded.md @@ -3,6 +3,7 @@ title: OnEntryAdded page_title: OnEntryAdded - RadAutoCompleteBox description: Check our Web Forms article about OnEntryAdded. slug: autocompletebox/server-side-programming/events/onentryadded +components: ["autocompletebox"] tags: onentryadded published: True position: 0 diff --git a/controls/autocompletebox/server-side-programming/events/onentryremoved.md b/controls/autocompletebox/server-side-programming/events/onentryremoved.md index 92a3491e9b..8080b606ba 100644 --- a/controls/autocompletebox/server-side-programming/events/onentryremoved.md +++ b/controls/autocompletebox/server-side-programming/events/onentryremoved.md @@ -3,6 +3,7 @@ title: OnEntryRemoved page_title: OnEntryRemoved - RadAutoCompleteBox description: Check our Web Forms article about OnEntryRemoved. slug: autocompletebox/server-side-programming/events/onentryremoved +components: ["autocompletebox"] tags: onentryremoved published: True position: 1 diff --git a/controls/autocompletebox/server-side-programming/events/ontextchanged.md b/controls/autocompletebox/server-side-programming/events/ontextchanged.md index 3fed33bc8a..e2385809a6 100644 --- a/controls/autocompletebox/server-side-programming/events/ontextchanged.md +++ b/controls/autocompletebox/server-side-programming/events/ontextchanged.md @@ -3,6 +3,7 @@ title: OnTextChanged page_title: OnTextChanged - RadAutoCompleteBox description: Check our Web Forms article about OnTextChanged. slug: autocompletebox/server-side-programming/events/ontextchanged +components: ["autocompletebox"] tags: ontextchanged published: True position: 2 diff --git a/controls/autocompletebox/server-side-programming/overview.md b/controls/autocompletebox/server-side-programming/overview.md index f33ba956a0..f329af8894 100644 --- a/controls/autocompletebox/server-side-programming/overview.md +++ b/controls/autocompletebox/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-Side Programming Overview - RadAutoCompleteBox description: Check our Web Forms article about Telerik's ASP.NET AutoCompleteBox Server-Side Programming Overview. slug: autocompletebox/server-side-programming/overview +components: ["autocompletebox"] tags: overview published: True position: 0 diff --git a/controls/autocompletebox/templates/client-templates.md b/controls/autocompletebox/templates/client-templates.md index e4b1afbf5d..2a2489cdfe 100644 --- a/controls/autocompletebox/templates/client-templates.md +++ b/controls/autocompletebox/templates/client-templates.md @@ -3,6 +3,7 @@ title: Client Templates page_title: Client Templates - RadAutoCompleteBox description: Check our Web Forms article about Client Templates. slug: autocompletebox/templates/client-templates +components: ["autocompletebox"] tags: client,templates published: True position: 0 diff --git a/controls/autocompletebox/templates/server-templates.md b/controls/autocompletebox/templates/server-templates.md index e4137e62f7..e03104f98f 100644 --- a/controls/autocompletebox/templates/server-templates.md +++ b/controls/autocompletebox/templates/server-templates.md @@ -3,6 +3,7 @@ title: Server Templates page_title: Server Templates - RadAutoCompleteBox description: Check our Web Forms article about Server Templates. slug: autocompletebox/templates/server-templates +components: ["autocompletebox"] tags: server,templates published: True position: 1 diff --git a/controls/autocompletebox/working-with-entries/on-the-client.md b/controls/autocompletebox/working-with-entries/on-the-client.md index dc7c39bfa9..ed29e466d2 100644 --- a/controls/autocompletebox/working-with-entries/on-the-client.md +++ b/controls/autocompletebox/working-with-entries/on-the-client.md @@ -3,6 +3,7 @@ title: On the Client page_title: On the Client - RadAutoCompleteBox description: Check our Web Forms article about On the Client. slug: autocompletebox/working-with-entries/on-the-client +components: ["autocompletebox"] tags: on,the,client published: True position: 1 diff --git a/controls/autocompletebox/working-with-entries/on-the-server.md b/controls/autocompletebox/working-with-entries/on-the-server.md index 33da3ad52d..18f86a3e67 100644 --- a/controls/autocompletebox/working-with-entries/on-the-server.md +++ b/controls/autocompletebox/working-with-entries/on-the-server.md @@ -3,6 +3,7 @@ title: On the Server page_title: On the Server - RadAutoCompleteBox description: Check our Web Forms article about On the Server. slug: autocompletebox/working-with-entries/on-the-server +components: ["autocompletebox"] tags: on,the,server published: True position: 0 diff --git a/controls/avatar/appearance.md b/controls/avatar/appearance.md index 26d93f7d4c..87e68e6de3 100644 --- a/controls/avatar/appearance.md +++ b/controls/avatar/appearance.md @@ -3,6 +3,7 @@ title: Appearance page_title: Avatar Appearance description: "Learn how to set the options to change the appearance such as, sizes, border radiuses, fill modes and theme colors." slug: avatar/appearance +components: ["avatar"] tags: overview published: True position: 1 diff --git a/controls/avatar/client-side-programming/enums.md b/controls/avatar/client-side-programming/enums.md index a3c337099a..7567b8eb5d 100644 --- a/controls/avatar/client-side-programming/enums.md +++ b/controls/avatar/client-side-programming/enums.md @@ -3,6 +3,7 @@ title: Enums page_title: Avatar JavaScript Enums description: "Client-side Enums of the Telerik WebForms Avatar component" slug: avatar/client-side-programming/enums +components: ["avatar"] tags: enums published: True position: 2 diff --git a/controls/avatar/client-side-programming/overview.md b/controls/avatar/client-side-programming/overview.md index 1b8d0a0bb9..64ca5525da 100644 --- a/controls/avatar/client-side-programming/overview.md +++ b/controls/avatar/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Avatar Client-side Programming description: "Overview of the Client-side APIs you can use to create and configure the Telerik WebForms Avatar Control." slug: avatar/client-side-programming/overview +components: ["avatar"] tags: overview published: True position: 0 diff --git a/controls/avatar/client-side-programming/properties.md b/controls/avatar/client-side-programming/properties.md index 922463a061..a001eea088 100644 --- a/controls/avatar/client-side-programming/properties.md +++ b/controls/avatar/client-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: Avatar JavaScript Properties description: "Client-side Properties of the Telerik WebForms Avatar Control." slug: avatar/client-side-programming/properties +components: ["avatar"] tags: properties published: True position: 1 diff --git a/controls/avatar/overview.md b/controls/avatar/overview.md index 07ad0a8184..56bcf6f7c8 100644 --- a/controls/avatar/overview.md +++ b/controls/avatar/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Avatar Overview description: "The Telerik WebForms Avatar is typically used to display images, icons or initials representing people or other entities. It also gives you the flexibility to customize its border radius, size, color, etc. This component is a server-side, ASP.NET WebForms wrapper over the Kendo UI Avatar widget." slug: avatar/overview +components: ["avatar"] tags: overview published: True position: 0 diff --git a/controls/avatar/server-side-programming/enums.md b/controls/avatar/server-side-programming/enums.md index e36399bf1c..52e4e63d15 100644 --- a/controls/avatar/server-side-programming/enums.md +++ b/controls/avatar/server-side-programming/enums.md @@ -3,6 +3,7 @@ title: Enums page_title: Avatar Server-side Enums description: "Overview of the Client-side APIs you can use to create and configure the Telerik WebForms Avatar Control." slug: avatar/server-side-programming/enums +components: ["avatar"] tags: enums published: True position: 2 diff --git a/controls/avatar/server-side-programming/overview.md b/controls/avatar/server-side-programming/overview.md index e8d9e2a87b..ba9e7be8e4 100644 --- a/controls/avatar/server-side-programming/overview.md +++ b/controls/avatar/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Avatar Server-side Programming description: "Overview of the Server-side APIs you can use to create and configure the Telerik WebForms Avatar Control." slug: avatar/server-side-programming/overview +components: ["avatar"] tags: overview published: True position: 0 diff --git a/controls/avatar/server-side-programming/properties.md b/controls/avatar/server-side-programming/properties.md index de7d73ed80..5277370467 100644 --- a/controls/avatar/server-side-programming/properties.md +++ b/controls/avatar/server-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: Avatar Server-side Properties description: "The Server-side properties of the WebForms Avatar component." slug: avatar/server-side-programming/properties +components: ["avatar"] tags: properties published: True position: 1 diff --git a/controls/badge/appearance.md b/controls/badge/appearance.md index 037584a854..86ca1048c5 100644 --- a/controls/badge/appearance.md +++ b/controls/badge/appearance.md @@ -3,6 +3,7 @@ title: Appearance page_title: Badge Appearance description: "Learn how to apply different styling options to the Badge control." slug: badge/appearance +components: ["badge"] tags: badge,appearance published: True position: 2 diff --git a/controls/badge/client-side-programming/enums.md b/controls/badge/client-side-programming/enums.md index 8063354384..9af695b7cc 100644 --- a/controls/badge/client-side-programming/enums.md +++ b/controls/badge/client-side-programming/enums.md @@ -3,6 +3,7 @@ title: Enums page_title: Badge Client-side Enums description: Client-side Enums of the Telerik WebForms Badge component slug: badge/client-side-programming/enums +components: ["badge"] tags: badge,javascript,enums published: True position: 3 diff --git a/controls/badge/client-side-programming/overview.md b/controls/badge/client-side-programming/overview.md index 6cafc2ae98..bfd8b453ba 100644 --- a/controls/badge/client-side-programming/overview.md +++ b/controls/badge/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Badge Client-side Programming description: "Overview of the Client-side APIs you can use to create and configure the Telerik WebForms Badge Control." slug: badge/client-side-programming/overview +components: ["badge"] tags: overview published: True position: 0 diff --git a/controls/badge/client-side-programming/properties.md b/controls/badge/client-side-programming/properties.md index 858ccbdaea..15c709b9ae 100644 --- a/controls/badge/client-side-programming/properties.md +++ b/controls/badge/client-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: Badge JavaScript Properties description: "JavaScript properties of the Telerik WebForms Badge component." slug: badge/client-side-programming/properties +components: ["badge"] tags: properties published: True position: 1 diff --git a/controls/badge/getting-started.md b/controls/badge/getting-started.md index ce57cd9729..75a835a62a 100644 --- a/controls/badge/getting-started.md +++ b/controls/badge/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started with the Badge description: "Get started with the WebForms Badge by Telerik UI for ASP.NET AJAX and learn how to create, initialize, and enable the component." slug: badge/getting-started +components: ["badge"] tags: badge,getting started published: True position: 1 diff --git a/controls/badge/overview.md b/controls/badge/overview.md index 9f95fc1469..55b50885a1 100644 --- a/controls/badge/overview.md +++ b/controls/badge/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Badge Overview description: Try now the ASP.NET WebForms Badge component to decorate buttons, menus, avatars and other components. This component is a server-side, ASP.NET WebForms wrapper over the Kendo UI Badge widget. slug: badge/overview +components: ["badge"] tags: badge, overview published: True position: 0 diff --git a/controls/badge/server-side-programming/enums.md b/controls/badge/server-side-programming/enums.md index b3be9cfc79..57a6bbcea7 100644 --- a/controls/badge/server-side-programming/enums.md +++ b/controls/badge/server-side-programming/enums.md @@ -3,6 +3,7 @@ title: Enums page_title: Badge Server-side Enums description: Server-side Enums of the Telerik WebForms Badge component slug: badge/server-side-programming/enums +components: ["badge"] tags: enums published: True position: 2 diff --git a/controls/badge/server-side-programming/overview.md b/controls/badge/server-side-programming/overview.md index 290978bfac..87676e72ea 100644 --- a/controls/badge/server-side-programming/overview.md +++ b/controls/badge/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Badge Server-side Programming description: "Overview of the Server-side APIs you can use to create and configure the Telerik WebForms Badge Control." slug: badge/server-side-programming/overview +components: ["badge"] tags: overview published: True position: 0 diff --git a/controls/badge/server-side-programming/properties.md b/controls/badge/server-side-programming/properties.md index abe940c3d4..b3380141db 100644 --- a/controls/badge/server-side-programming/properties.md +++ b/controls/badge/server-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: Chip Server-side Properties description: "Server-side properties of the WebForms Chip component." slug: badge/server-side-programming/properties +components: ["badge"] tags: badge,server-side,properties published: True position: 1 diff --git a/controls/barcode/design-time.md b/controls/barcode/design-time.md index a361159b9f..8b2c1582da 100644 --- a/controls/barcode/design-time.md +++ b/controls/barcode/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadBarcode description: Check our Web Forms article about Design Time. slug: barcode/design-time +components: ["barcode"] tags: design,time published: True position: 1 diff --git a/controls/barcode/outputtype.md b/controls/barcode/outputtype.md index af7b6a0db6..24e7e75526 100644 --- a/controls/barcode/outputtype.md +++ b/controls/barcode/outputtype.md @@ -3,6 +3,7 @@ title: OutputType page_title: OutputType description: Check our Web Forms article about OutputType. slug: barcode/outputtype +components: ["barcode"] tags: outputtype published: True position: 3 diff --git a/controls/barcode/overview.md b/controls/barcode/overview.md index 1868a2e074..c5a03cc59f 100644 --- a/controls/barcode/overview.md +++ b/controls/barcode/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadBarcode Overview description: Check our Web Forms article about Overview. slug: barcode/overview +components: ["barcode"] tags: overview published: True position: 0 diff --git a/controls/barcode/qrcode.md b/controls/barcode/qrcode.md index 7c19f03c95..601f5a1022 100644 --- a/controls/barcode/qrcode.md +++ b/controls/barcode/qrcode.md @@ -3,6 +3,7 @@ title: QRCode page_title: QRCode - RadBarcode description: Check our Web Forms article about QRCode. slug: barcode/qrcode +components: ["barcode"] tags: qrcode published: True position: 5 diff --git a/controls/barcode/specifications.md b/controls/barcode/specifications.md index 90099fe654..145b2dfd92 100644 --- a/controls/barcode/specifications.md +++ b/controls/barcode/specifications.md @@ -3,6 +3,7 @@ title: Specifications page_title: Specifications - RadBarcode description: Check our Web Forms article about Specifications. slug: barcode/specifications +components: ["barcode"] tags: specifications published: True position: 4 diff --git a/controls/barcode/types.md b/controls/barcode/types.md index b7ef2b43ec..c02ff9b014 100644 --- a/controls/barcode/types.md +++ b/controls/barcode/types.md @@ -3,6 +3,7 @@ title: Types page_title: Types - RadBarcode description: Check our Web Forms article about Types. slug: barcode/types +components: ["barcode"] tags: types published: True position: 2 diff --git a/controls/barcode/wai-aria-support.md b/controls/barcode/wai-aria-support.md index f751aa0534..053cc7f942 100644 --- a/controls/barcode/wai-aria-support.md +++ b/controls/barcode/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadBarcode description: Check our Web Forms article about WAI-ARIA Support. slug: barcode/wai-aria-support +components: ["barcode"] tags: wai-aria,support published: True position: 6 diff --git a/controls/binaryimage/overview.md b/controls/binaryimage/overview.md index 9c14dcb77a..0250c5ae04 100644 --- a/controls/binaryimage/overview.md +++ b/controls/binaryimage/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadBinaryImage Overview description: Check our Web Forms article about RadBinaryImage. slug: binaryimage/overview +components: ["binaryimage"] previous_url: controls/radbinaryimage published: True position: 0 diff --git a/controls/breadcrumb/accessibility-and-internationalization/keyboard-support.md b/controls/breadcrumb/accessibility-and-internationalization/keyboard-support.md index 799204eaab..0cd9547c81 100644 --- a/controls/breadcrumb/accessibility-and-internationalization/keyboard-support.md +++ b/controls/breadcrumb/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadBreadcrumb description: Check our Web Forms article about Keyboard Support. slug: breadcrumb/accessibility-and-internationalization/keyboard-support +components: ["breadcrumb"] tags: keyboard,support published: True position: 1 diff --git a/controls/breadcrumb/accessibility-and-internationalization/right-to-left-support.md b/controls/breadcrumb/accessibility-and-internationalization/right-to-left-support.md index c785ff6482..971a0e3a68 100644 --- a/controls/breadcrumb/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/breadcrumb/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadBreadcrumb description: Check our Web Forms article about Right-to-left Support. slug: breadcrumb/accessibility-and-internationalization/right-to-left-support +components: ["breadcrumb"] tags: right-to-left,support published: True position: 0 diff --git a/controls/breadcrumb/accessibility-and-internationalization/wai-aria-support.md b/controls/breadcrumb/accessibility-and-internationalization/wai-aria-support.md index 3f08ac3168..8fbc500deb 100644 --- a/controls/breadcrumb/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/breadcrumb/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadBreadcrumb description: Check our Web Forms article about WAI-ARIA Support. slug: breadcrumb/accessibility-and-internationalization/wai-aria-support +components: ["breadcrumb"] tags: wai-aria,support published: True position: 3 diff --git a/controls/breadcrumb/accessibility-and-internationalization/wcag-2.1-and-section-508-accessibility-compliance.md b/controls/breadcrumb/accessibility-and-internationalization/wcag-2.1-and-section-508-accessibility-compliance.md index ec4a7c507a..7003ce95b6 100644 --- a/controls/breadcrumb/accessibility-and-internationalization/wcag-2.1-and-section-508-accessibility-compliance.md +++ b/controls/breadcrumb/accessibility-and-internationalization/wcag-2.1-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.1 and Section 508 Accessibility Compliance page_title: WCAG 2.1 and Section 508 Accessibility Compliance - RadBreadcrumb description: Check our Web Forms article about WCAG 2.1 and Section 508 Accessibility Compliance. slug: breadcrumb/accessibility-and-internationalization/wcag-2.1-and-section-508-accessibility-compliance +components: ["breadcrumb"] tags: wcag,2.1,and,section,508,accessibility,compliance published: True position: 3 diff --git a/controls/breadcrumb/client-side-programming/events.md b/controls/breadcrumb/client-side-programming/events.md index 636c9469e8..5c60f6a71d 100644 --- a/controls/breadcrumb/client-side-programming/events.md +++ b/controls/breadcrumb/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Client-side Events - RadBreadcrumb description: Check our Web Forms article about Events. slug: breadcrumb/client-side-programming/events +components: ["breadcrumb"] tags: events published: True position: 1 diff --git a/controls/breadcrumb/client-side-programming/overview.md b/controls/breadcrumb/client-side-programming/overview.md index 6b79c66008..3a7085b9f9 100644 --- a/controls/breadcrumb/client-side-programming/overview.md +++ b/controls/breadcrumb/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: RadBreadcrumb object page_title: RadBreadcrumb object - RadBreadcrumb description: Check our Web Forms article about RadBreadcrumb object. slug: breadcrumb/client-side-programming/overview +components: ["breadcrumb"] tags: radbreadcrumb,object published: True position: 0 diff --git a/controls/breadcrumb/functionality/editing.md b/controls/breadcrumb/functionality/editing.md index 201c0759fb..1a6f3ac103 100644 --- a/controls/breadcrumb/functionality/editing.md +++ b/controls/breadcrumb/functionality/editing.md @@ -3,6 +3,7 @@ title: Editing page_title: Editing - RadBreadcrumb description: Check our Web Forms article about Editing. slug: breadcrumb/functionality/editing +components: ["breadcrumb"] tags: editing published: True position: 2 diff --git a/controls/breadcrumb/functionality/icons.md b/controls/breadcrumb/functionality/icons.md index 5f26128019..29a6a00eff 100644 --- a/controls/breadcrumb/functionality/icons.md +++ b/controls/breadcrumb/functionality/icons.md @@ -3,6 +3,7 @@ title: Icons page_title: Icons - RadBreadcrumb description: Check our Web Forms article about Icons. slug: breadcrumb/functionality/icons +components: ["breadcrumb"] tags: icons published: True position: 1 diff --git a/controls/breadcrumb/functionality/items.md b/controls/breadcrumb/functionality/items.md index 68333203ac..859f24acad 100644 --- a/controls/breadcrumb/functionality/items.md +++ b/controls/breadcrumb/functionality/items.md @@ -3,6 +3,7 @@ title: Items page_title: Items - RadBreadcrumb description: Check our Web Forms article about Items. slug: breadcrumb/functionality/items +components: ["breadcrumb"] tags: items published: True position: 0 diff --git a/controls/breadcrumb/functionality/navigation.md b/controls/breadcrumb/functionality/navigation.md index 61cb594277..7e80ec136a 100644 --- a/controls/breadcrumb/functionality/navigation.md +++ b/controls/breadcrumb/functionality/navigation.md @@ -3,6 +3,7 @@ title: Navigation page_title: Navigation - RadBreadcrumb description: Check our Web Forms article about Navigation. slug: breadcrumb/functionality/navigation +components: ["breadcrumb"] tags: navigation published: True position: 3 diff --git a/controls/breadcrumb/functionality/overflowing.md b/controls/breadcrumb/functionality/overflowing.md index 8f02eadaf7..f88be681f6 100644 --- a/controls/breadcrumb/functionality/overflowing.md +++ b/controls/breadcrumb/functionality/overflowing.md @@ -3,6 +3,7 @@ title: Overflowing page_title: Overflowing - RadBreadcrumb description: Check our Web Forms article about Overflowing. slug: breadcrumb/functionality/overflowing +components: ["breadcrumb"] tags: overflowing published: True position: 4 diff --git a/controls/breadcrumb/getting-started.md b/controls/breadcrumb/getting-started.md index 19bf02632a..c99f745ab4 100644 --- a/controls/breadcrumb/getting-started.md +++ b/controls/breadcrumb/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadBreadcrumb description: Check our Web Forms article about Getting Started. slug: breadcrumb/getting-started +components: ["breadcrumb"] tags: getting,started, published: True position: 1 diff --git a/controls/breadcrumb/how-to/fontawesome-integration.md b/controls/breadcrumb/how-to/fontawesome-integration.md index c04f508834..a1e27969cc 100644 --- a/controls/breadcrumb/how-to/fontawesome-integration.md +++ b/controls/breadcrumb/how-to/fontawesome-integration.md @@ -3,6 +3,7 @@ title: How to integrate the RadBreadcrumb with FontAwesome icons page_title: How to integrate the RadBreadcrumb with FontAwesome icons - RadBreadcrumb description: Check our Web Forms article about How to integrate the RadBreadcrumb with FontAwesome icons. slug: breadcrumb/how-to/how-to-integrate-radbreadcrumb-with-fontawesome-icons +components: ["breadcrumb"] tags: how,to,integrate,radbreadcrumb,breadcrumb,fontawesome,icons published: True position: 0 diff --git a/controls/breadcrumb/overview.md b/controls/breadcrumb/overview.md index d071e28870..dbf2e33a5e 100644 --- a/controls/breadcrumb/overview.md +++ b/controls/breadcrumb/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadBreadcrumb Overview description: Check our Web Forms article about Overview. slug: breadcrumb/overview +components: ["breadcrumb"] tags: overview published: True position: 0 diff --git a/controls/breadcrumb/server-side-programming/overview.md b/controls/breadcrumb/server-side-programming/overview.md index 39a2d963a3..7980e36da1 100644 --- a/controls/breadcrumb/server-side-programming/overview.md +++ b/controls/breadcrumb/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadBreadcrumb description: Check our Web Forms article about Overview. slug: breadcrumb/server-side-programming/overview +components: ["breadcrumb"] tags: overview published: True position: 0 diff --git a/controls/breadcrumb/structure.md b/controls/breadcrumb/structure.md index a82237d214..cbbb5b0287 100644 --- a/controls/breadcrumb/structure.md +++ b/controls/breadcrumb/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadBreadcrumb description: Check our Web Forms article about Structure. slug: breadcrumb/structure +components: ["breadcrumb"] tags: structure published: True position: 2 diff --git a/controls/button/accessibility-and-internationalization/keyboard-support.md b/controls/button/accessibility-and-internationalization/keyboard-support.md index d58a3b773b..a183830e99 100644 --- a/controls/button/accessibility-and-internationalization/keyboard-support.md +++ b/controls/button/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadButton description: Check our Web Forms article about Keyboard Support. slug: button/accessibility-and-internationalization/keyboard-support +components: ["button"] tags: keyboard,support published: True position: 2 diff --git a/controls/button/accessibility-and-internationalization/right-to-left-support.md b/controls/button/accessibility-and-internationalization/right-to-left-support.md index 1dc3c858d0..71c1621e57 100644 --- a/controls/button/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/button/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-Left Support page_title: Right-to-Left Support - RadButton description: Check our Web Forms article about Right-to-Left Support. slug: button/accessibility-and-internationalization/right-to-left-support +components: ["button"] tags: right-to-left,support published: True position: 1 diff --git a/controls/button/accessibility-and-internationalization/wai-aria-support.md b/controls/button/accessibility-and-internationalization/wai-aria-support.md index 4b4a9c1e02..0c9c56b05a 100644 --- a/controls/button/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/button/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadButton description: Check our Web Forms article about WAI-ARIA Support. slug: button/accessibility-and-internationalization/wai-aria-support +components: ["button"] tags: wai-aria,support published: True position: 3 diff --git a/controls/button/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/button/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 3c9a0fa21d..2ddb00a229 100644 --- a/controls/button/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/button/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadButton description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: button/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["button"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/button/appearance-and-styling/creating-a-custom-lightweight-skin.md b/controls/button/appearance-and-styling/creating-a-custom-lightweight-skin.md index 522fac6112..2fc151cca4 100644 --- a/controls/button/appearance-and-styling/creating-a-custom-lightweight-skin.md +++ b/controls/button/appearance-and-styling/creating-a-custom-lightweight-skin.md @@ -3,6 +3,7 @@ title: Creating a Custom LightWeight Skin page_title: Creating a Custom LightWeight Skin - RadButton description: Check our Web Forms article about Creating a Custom LightWeight Skin. slug: button/appearance-and-styling/creating-a-custom-lightweight-skin +components: ["button"] tags: creating,a,custom,lightweight,skin published: True position: 4 diff --git a/controls/button/appearance-and-styling/creating-a-custom-skin.md b/controls/button/appearance-and-styling/creating-a-custom-skin.md index ab515924c7..1d7e3be5c1 100644 --- a/controls/button/appearance-and-styling/creating-a-custom-skin.md +++ b/controls/button/appearance-and-styling/creating-a-custom-skin.md @@ -3,6 +3,7 @@ title: Creating a Custom Skin page_title: Creating a Custom Skin - RadButton description: Check our Web Forms article about Creating a Custom Skin. slug: button/appearance-and-styling/creating-a-custom-skin +components: ["button"] tags: creating,a,custom,skin published: True position: 4 diff --git a/controls/button/appearance-and-styling/css-classes.md b/controls/button/appearance-and-styling/css-classes.md index ba3c44c017..d72bc17ca2 100644 --- a/controls/button/appearance-and-styling/css-classes.md +++ b/controls/button/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadButton description: Check our Web Forms article about CSS Classes. slug: button/appearance-and-styling/css-classes +components: ["button"] tags: css,classes published: True position: 3 diff --git a/controls/button/appearance-and-styling/custom-height-tutorial.md b/controls/button/appearance-and-styling/custom-height-tutorial.md index da0ab3e643..f8a7ca314b 100644 --- a/controls/button/appearance-and-styling/custom-height-tutorial.md +++ b/controls/button/appearance-and-styling/custom-height-tutorial.md @@ -3,6 +3,7 @@ title: Custom Height Tutorial page_title: Custom Height Tutorial - RadButton description: Check our Web Forms article about Custom Height Tutorial. slug: button/appearance-and-styling/custom-height-tutorial +components: ["button"] tags: custom,height,tutorial published: True position: 6 diff --git a/controls/button/appearance-and-styling/flat-button.md b/controls/button/appearance-and-styling/flat-button.md index 4df6cd08b1..21a3c9dff0 100644 --- a/controls/button/appearance-and-styling/flat-button.md +++ b/controls/button/appearance-and-styling/flat-button.md @@ -3,6 +3,7 @@ title: Flat Button page_title: Flat Button - RadButton description: Check our Web Forms article about Flat Button. slug: button/appearance-and-styling/flat-button +components: ["button"] tags: material, skin, flat, button published: True position: 2 diff --git a/controls/button/appearance-and-styling/primary-and-secondary-action-buttons.md b/controls/button/appearance-and-styling/primary-and-secondary-action-buttons.md index b037e1eb88..caa90a3338 100644 --- a/controls/button/appearance-and-styling/primary-and-secondary-action-buttons.md +++ b/controls/button/appearance-and-styling/primary-and-secondary-action-buttons.md @@ -3,6 +3,7 @@ title: Primary Action Button page_title: Primary Action Button - RadButton description: Check our Web Forms article about Primary Action Button. slug: button/appearance-and-styling/primary-and-secondary-action-buttons +components: ["button"] tags: primary,and,secondary,action,buttons,state published: True position: 1 diff --git a/controls/button/appearance-and-styling/skins.md b/controls/button/appearance-and-styling/skins.md index 6771d1610f..b33e93802c 100644 --- a/controls/button/appearance-and-styling/skins.md +++ b/controls/button/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadButton description: Check our Web Forms article about Skins. slug: button/appearance-and-styling/skins +components: ["button"] tags: skins published: True position: 0 diff --git a/controls/button/button-types/contenttemplate.md b/controls/button/button-types/contenttemplate.md index fd342e0b6c..bb7e332e4b 100644 --- a/controls/button/button-types/contenttemplate.md +++ b/controls/button/button-types/contenttemplate.md @@ -3,6 +3,7 @@ title: ContentTemplate page_title: ContentTemplate - RadButton description: Check our Web Forms article about ContentTemplate. slug: button/button-types/contenttemplate +components: ["button"] tags: contenttemplate published: True position: 4 diff --git a/controls/button/button-types/icons/embedded-icons.md b/controls/button/button-types/icons/embedded-icons.md index 1792f729e2..273f404863 100644 --- a/controls/button/button-types/icons/embedded-icons.md +++ b/controls/button/button-types/icons/embedded-icons.md @@ -3,6 +3,7 @@ title: Embedded Icons page_title: Embedded Icons - RadButton description: Learn how to use embedded icons in Button controls to enhance visual appeal and improve user experience. slug: button/button-types/icons/embedded-icons +components: ["button"] tags: embedded,icons published: True position: 1 diff --git a/controls/button/button-types/icons/overview.md b/controls/button/button-types/icons/overview.md index 95a242b1bb..5ab9d6e9a5 100644 --- a/controls/button/button-types/icons/overview.md +++ b/controls/button/button-types/icons/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadButton description: Discover how to use icons in the Button control to enhance visual appeal and improve user experience. slug: button/button-types/icons/overview +components: ["button"] tags: overview published: True position: 0 diff --git a/controls/button/button-types/image-button.md b/controls/button/button-types/image-button.md index 8376dbbe98..121bec2fa1 100644 --- a/controls/button/button-types/image-button.md +++ b/controls/button/button-types/image-button.md @@ -3,6 +3,7 @@ title: Image Button page_title: Image Button - RadButton description: Learn how to use the Image Button type in the Button control for creating visually appealing buttons. slug: button/button-types/image-button +components: ["button"] tags: image,button published: True position: 2 diff --git a/controls/button/button-types/overview.md b/controls/button/button-types/overview.md index ca4358a327..2bb14d818c 100644 --- a/controls/button/button-types/overview.md +++ b/controls/button/button-types/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadButton description: Discover the different button types available in the Button control for various user interaction needs. slug: button/button-types/overview +components: ["button"] tags: overview published: True position: 0 diff --git a/controls/button/button-types/split-button.md b/controls/button/button-types/split-button.md index ea886b9b92..80253406d6 100644 --- a/controls/button/button-types/split-button.md +++ b/controls/button/button-types/split-button.md @@ -3,6 +3,7 @@ title: Split Button page_title: Split Button - RadButton description: Check our Web Forms article about Split Button. slug: button/button-types/split-button +components: ["button"] tags: split,button published: True position: 1 diff --git a/controls/button/button-types/toggle-button.md b/controls/button/button-types/toggle-button.md index b5af522805..c424df03dd 100644 --- a/controls/button/button-types/toggle-button.md +++ b/controls/button/button-types/toggle-button.md @@ -3,6 +3,7 @@ title: Toggle button page_title: Toggle button - RadButton description: Learn how to use the Toggle Button type in the Button control for toggling states in your application. slug: button/button-types/toggle-button +components: ["button"] tags: toggle,button published: True position: 3 diff --git a/controls/button/changes-and-backward-compatibility.md b/controls/button/changes-and-backward-compatibility.md index 1c4851b958..5cf150c5fc 100644 --- a/controls/button/changes-and-backward-compatibility.md +++ b/controls/button/changes-and-backward-compatibility.md @@ -3,6 +3,7 @@ title: Changes and Backward Compatibility page_title: Changes and Backward Compatibility - RadButton description: Check our Web Forms article about Changes and Backward Compatibility. slug: button/changes-and-backward-compatibility +components: ["button"] tags: changes,and,backward,compatibility published: True position: 1 diff --git a/controls/button/client-side-programming/events/onclientcheckedchanged.md b/controls/button/client-side-programming/events/onclientcheckedchanged.md index cad8d9c0e6..9336f8e2e6 100644 --- a/controls/button/client-side-programming/events/onclientcheckedchanged.md +++ b/controls/button/client-side-programming/events/onclientcheckedchanged.md @@ -3,6 +3,7 @@ title: OnClientCheckedChanged page_title: OnClientCheckedChanged - RadButton description: Check our Web Forms article about OnClientCheckedChanged. slug: button/client-side-programming/events/onclientcheckedchanged +components: ["button"] tags: onclientcheckedchanged published: True position: 1 diff --git a/controls/button/client-side-programming/events/onclientcheckedchanging.md b/controls/button/client-side-programming/events/onclientcheckedchanging.md index 762e859732..a7ba47dad0 100644 --- a/controls/button/client-side-programming/events/onclientcheckedchanging.md +++ b/controls/button/client-side-programming/events/onclientcheckedchanging.md @@ -3,6 +3,7 @@ title: OnClientCheckedChanging page_title: OnClientCheckedChanging - RadButton description: Check our Web Forms article about OnClientCheckedChanging. slug: button/client-side-programming/events/onclientcheckedchanging +components: ["button"] tags: onclientcheckedchanging published: True position: 2 diff --git a/controls/button/client-side-programming/events/onclientclicked.md b/controls/button/client-side-programming/events/onclientclicked.md index 1be3b1c69d..d97b074bec 100644 --- a/controls/button/client-side-programming/events/onclientclicked.md +++ b/controls/button/client-side-programming/events/onclientclicked.md @@ -3,6 +3,7 @@ title: OnClientClicked page_title: OnClientClicked - RadButton description: Explore how to handle the OnClientClicked event in the Button control for custom client-side logic. slug: button/client-side-programming/events/onclientclicked +components: ["button"] tags: onclientclicked published: True position: 4 diff --git a/controls/button/client-side-programming/events/onclientclicking.md b/controls/button/client-side-programming/events/onclientclicking.md index 3a5e045a33..dcfbeb6473 100644 --- a/controls/button/client-side-programming/events/onclientclicking.md +++ b/controls/button/client-side-programming/events/onclientclicking.md @@ -3,6 +3,7 @@ title: OnClientClicking page_title: OnClientClicking - RadButton description: Learn how to handle the OnClientClicking event in the Button control for custom client-side logic. slug: button/client-side-programming/events/onclientclicking +components: ["button"] tags: onclientclicking published: True position: 3 diff --git a/controls/button/client-side-programming/events/onclientmouseout.md b/controls/button/client-side-programming/events/onclientmouseout.md index b3041aad67..e6673ca584 100644 --- a/controls/button/client-side-programming/events/onclientmouseout.md +++ b/controls/button/client-side-programming/events/onclientmouseout.md @@ -3,6 +3,7 @@ title: OnClientMouseOut page_title: OnClientMouseOut - RadButton description: Check our Web Forms article about OnClientMouseOut. slug: button/client-side-programming/events/onclientmouseout +components: ["button"] tags: onclientmouseout published: True position: 6 diff --git a/controls/button/client-side-programming/events/onclientmouseover.md b/controls/button/client-side-programming/events/onclientmouseover.md index afc3d80659..9494891e6d 100644 --- a/controls/button/client-side-programming/events/onclientmouseover.md +++ b/controls/button/client-side-programming/events/onclientmouseover.md @@ -3,6 +3,7 @@ title: OnClientMouseOver page_title: OnClientMouseOver - RadButton description: Check our Web Forms article about OnClientMouseOver. slug: button/client-side-programming/events/onclientmouseover +components: ["button"] tags: onclientmouseover published: True position: 5 diff --git a/controls/button/client-side-programming/events/onclienttogglestatechanged.md b/controls/button/client-side-programming/events/onclienttogglestatechanged.md index 5b46206928..0ccfcad102 100644 --- a/controls/button/client-side-programming/events/onclienttogglestatechanged.md +++ b/controls/button/client-side-programming/events/onclienttogglestatechanged.md @@ -3,6 +3,7 @@ title: OnClientToggleStateChanged page_title: OnClientToggleStateChanged - RadButton description: Check our Web Forms article about OnClientToggleStateChanged. slug: button/client-side-programming/events/onclienttogglestatechanged +components: ["button"] tags: onclienttogglestatechanged published: True position: 8 diff --git a/controls/button/client-side-programming/events/onclienttogglestatechanging.md b/controls/button/client-side-programming/events/onclienttogglestatechanging.md index d10af71062..69a4070af8 100644 --- a/controls/button/client-side-programming/events/onclienttogglestatechanging.md +++ b/controls/button/client-side-programming/events/onclienttogglestatechanging.md @@ -3,6 +3,7 @@ title: OnClientToggleStateChanging page_title: OnClientToggleStateChanging - RadButton description: Check our Web Forms article about OnClientToggleStateChanging. slug: button/client-side-programming/events/onclienttogglestatechanging +components: ["button"] tags: onclienttogglestatechanging published: True position: 7 diff --git a/controls/button/client-side-programming/events/overview.md b/controls/button/client-side-programming/events/overview.md index 029487e972..ce8eeddd73 100644 --- a/controls/button/client-side-programming/events/overview.md +++ b/controls/button/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadButton description: Check our Web Forms article about Overview. slug: button/client-side-programming/events/overview +components: ["button"] tags: overview published: True position: 0 diff --git a/controls/button/client-side-programming/overview.md b/controls/button/client-side-programming/overview.md index f0022e2ad2..5a966665c2 100644 --- a/controls/button/client-side-programming/overview.md +++ b/controls/button/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadButton description: Learn about the client-side programming features of the Button control for dynamic user interactions. slug: button/client-side-programming/overview +components: ["button"] tags: overview published: True position: 0 diff --git a/controls/button/design-time.md b/controls/button/design-time.md index d77a8420d9..b21b46a3e0 100644 --- a/controls/button/design-time.md +++ b/controls/button/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadButton description: Check our Web Forms article about Design Time. slug: button/design-time +components: ["button"] tags: design,time published: True position: 3 diff --git a/controls/button/functionality/confirm-dialog.md b/controls/button/functionality/confirm-dialog.md index 8d21324cce..a2b245373b 100644 --- a/controls/button/functionality/confirm-dialog.md +++ b/controls/button/functionality/confirm-dialog.md @@ -3,6 +3,7 @@ title: Button Confirm Dialog page_title: Button Confirm Dialog - RadButton description: Explore how to implement a confirm dialog with the Button control for user confirmation scenarios. slug: button/functionality/button-confirm-dialog +components: ["button"] tags: confirm,dialog,button published: True position: 0 diff --git a/controls/button/functionality/single-click-button.md b/controls/button/functionality/single-click-button.md index 1ae5423c1c..2c4e361eee 100644 --- a/controls/button/functionality/single-click-button.md +++ b/controls/button/functionality/single-click-button.md @@ -3,6 +3,7 @@ title: Single Click Button page_title: Single Click Button - RadButton description: Learn how to configure a single-click button in the Button control to prevent duplicate submissions. slug: button/functionality/single-click-button +components: ["button"] tags: single,click,button published: True position: 0 diff --git a/controls/button/getting-started.md b/controls/button/getting-started.md index 314a4a2394..991157f6f7 100644 --- a/controls/button/getting-started.md +++ b/controls/button/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadButton description: Discover how to set up and configure the Button control for interactive user actions in your application. slug: button/getting-started +components: ["button"] tags: getting,started published: True position: 2 diff --git a/controls/button/how-to/radbutton-validation-and-client-side-event-handlers.md b/controls/button/how-to/radbutton-validation-and-client-side-event-handlers.md index c268b8043a..fa7a4a9734 100644 --- a/controls/button/how-to/radbutton-validation-and-client-side-event-handlers.md +++ b/controls/button/how-to/radbutton-validation-and-client-side-event-handlers.md @@ -3,6 +3,7 @@ title: RadButton Validation and Client-side Event Handlers page_title: RadButton Validation and Client-side Event Handlers - RadButton description: Check our Web Forms article about RadButton Validation and Client-side Event Handlers. slug: button/how-to/radbutton-validation-and-client-side-event-handlers +components: ["button"] tags: radbutton,validation,and,client-side,event,handlers published: True position: 0 diff --git a/controls/button/how-to/use-navigateurl-with-standardbutton-type.md b/controls/button/how-to/use-navigateurl-with-standardbutton-type.md index f6f5380a8c..c7b73737b7 100644 --- a/controls/button/how-to/use-navigateurl-with-standardbutton-type.md +++ b/controls/button/how-to/use-navigateurl-with-standardbutton-type.md @@ -3,6 +3,7 @@ title: Use NavigateUrl with StandardButton Type page_title: Use NavigateUrl with StandardButton Type - RadButton description: Check our Web Forms article about Use NavigateUrl with StandardButton Type. slug: button/how-to/use-navigateurl-with-standardbutton-type +components: ["button"] tags: use,navigateurl,with,standardbutton,type published: True position: 1 diff --git a/controls/button/mobile-support/elastic-design.md b/controls/button/mobile-support/elastic-design.md index 2ff78db19b..a442692fd3 100644 --- a/controls/button/mobile-support/elastic-design.md +++ b/controls/button/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadButton description: Check our Web Forms article about Elastic Design. slug: button/mobile-support/elastic-design +components: ["button"] tags: elastic,design published: True position: 1 diff --git a/controls/button/mobile-support/fluid-design.md b/controls/button/mobile-support/fluid-design.md index e25bc57a7d..8afe37d812 100644 --- a/controls/button/mobile-support/fluid-design.md +++ b/controls/button/mobile-support/fluid-design.md @@ -3,6 +3,7 @@ title: Fluid Design page_title: Fluid Design - RadButton description: Check our Web Forms article about Fluid Design. slug: button/mobile-support/fluid-design +components: ["button"] tags: fluid,design published: True position: 2 diff --git a/controls/button/mobile-support/overview.md b/controls/button/mobile-support/overview.md index c89ce71357..766756b6e2 100644 --- a/controls/button/mobile-support/overview.md +++ b/controls/button/mobile-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadButton description: Check our Web Forms article about Overview. slug: button/mobile-support/overview +components: ["button"] tags: overview published: True position: 0 diff --git a/controls/button/mobile-support/render-modes.md b/controls/button/mobile-support/render-modes.md index 8846bc18af..357f53541e 100644 --- a/controls/button/mobile-support/render-modes.md +++ b/controls/button/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadButton description: Check our Web Forms article about Render Modes. slug: button/mobile-support/render-modes +components: ["button"] tags: render,modes published: True position: 3 diff --git a/controls/button/overview.md b/controls/button/overview.md index 2b2f2d4fe5..8a5816ed17 100644 --- a/controls/button/overview.md +++ b/controls/button/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadButton Overview - RadButton description: Explore the Button control's features, including styling, events, and advanced customization options. slug: button/telerik's-asp.net-button-overview +components: ["button"] tags: telerik's,asp.net,button,overview published: True position: 0 diff --git a/controls/button/server-side-programming/methods.md b/controls/button/server-side-programming/methods.md index 270e8041ba..22fca1f262 100644 --- a/controls/button/server-side-programming/methods.md +++ b/controls/button/server-side-programming/methods.md @@ -3,6 +3,7 @@ title: Methods page_title: Methods - RadButton description: Check our Web Forms article about Methods. slug: button/server-side-programming/methods +components: ["button"] tags: methods published: True position: 1 diff --git a/controls/button/server-side-programming/properties-and-events.md b/controls/button/server-side-programming/properties-and-events.md index f27da1781d..c01a62fdc0 100644 --- a/controls/button/server-side-programming/properties-and-events.md +++ b/controls/button/server-side-programming/properties-and-events.md @@ -3,6 +3,7 @@ title: Properties and Events page_title: Properties and Events - RadButton description: Learn about the server-side properties and events of the Button control for advanced customization. slug: button/server-side-programming/properties-and-events +components: ["button"] tags: properties,and,events published: True position: 0 diff --git a/controls/button/troubleshooting/client-side-click-event-handler-is-not-executed.md b/controls/button/troubleshooting/client-side-click-event-handler-is-not-executed.md index ec4645a295..63c5fbbb32 100644 --- a/controls/button/troubleshooting/client-side-click-event-handler-is-not-executed.md +++ b/controls/button/troubleshooting/client-side-click-event-handler-is-not-executed.md @@ -3,6 +3,7 @@ title: Client-side Click Event Handler Is Not Executed page_title: Client-side Click Event Handler Is Not Executed - RadButton description: Check our Web Forms article about Client-side Click Event Handler Is Not Executed. slug: button/troubleshooting/client-side-click-event-handler-is-not-executed +components: ["button"] tags: client-side,click,event,handler,is,not,executed published: True position: 3 diff --git a/controls/button/troubleshooting/event-handlers-are-not-raised.md b/controls/button/troubleshooting/event-handlers-are-not-raised.md index 96f9485d05..9bd986199d 100644 --- a/controls/button/troubleshooting/event-handlers-are-not-raised.md +++ b/controls/button/troubleshooting/event-handlers-are-not-raised.md @@ -3,6 +3,7 @@ title: Event Handlers Are Not Raised page_title: Event Handlers Are Not Raised - RadButton description: Check our Web Forms article about Event Handlers Are Not Raised. slug: button/troubleshooting/event-handlers-are-not-raised +components: ["button"] tags: event,handlers,are,not,raised published: True position: 2 diff --git a/controls/button/troubleshooting/radbutton-known-issues-in-ie6-and-ie7.md b/controls/button/troubleshooting/radbutton-known-issues-in-ie6-and-ie7.md index 81692447a6..ef6b6b5481 100644 --- a/controls/button/troubleshooting/radbutton-known-issues-in-ie6-and-ie7.md +++ b/controls/button/troubleshooting/radbutton-known-issues-in-ie6-and-ie7.md @@ -3,6 +3,7 @@ title: RadButton Known Issues in IE6 and IE7 page_title: RadButton Known Issues in IE6 and IE7 - RadButton description: Check our Web Forms article about RadButton Known Issues in IE6 and IE7. slug: button/troubleshooting/radbutton-known-issues-in-ie6-and-ie7 +components: ["button"] tags: radbutton,known,issues,in,ie6,and,ie7 published: True position: 0 diff --git a/controls/button/troubleshooting/radbutton-not-performing-postback.md b/controls/button/troubleshooting/radbutton-not-performing-postback.md index d8cfd01697..b838b0641e 100644 --- a/controls/button/troubleshooting/radbutton-not-performing-postback.md +++ b/controls/button/troubleshooting/radbutton-not-performing-postback.md @@ -3,6 +3,7 @@ title: RadButton Not Performing Postback page_title: RadButton Not Performing Postback - RadButton description: Check our Web Forms article about RadButton Not Performing Postback. slug: button/troubleshooting/radbutton-not-performing-postback +components: ["button"] tags: radbutton,not,performing,postback published: True position: 1 diff --git a/controls/calendar/accessibility-and-internationalization/date-format-patterns.md b/controls/calendar/accessibility-and-internationalization/date-format-patterns.md index 727003e51a..f201949784 100644 --- a/controls/calendar/accessibility-and-internationalization/date-format-patterns.md +++ b/controls/calendar/accessibility-and-internationalization/date-format-patterns.md @@ -3,6 +3,7 @@ title: Date Format Patterns page_title: Date Format Patterns - RadCalendar description: Check our Web Forms article about Date Format Patterns. slug: calendar/accessibility-and-internationalization/date-format-patterns +components: ["calendar"] tags: date,format,patterns published: True position: 1 diff --git a/controls/calendar/accessibility-and-internationalization/keyboard-support.md b/controls/calendar/accessibility-and-internationalization/keyboard-support.md index b3d3d636d3..4ece2a4bbc 100644 --- a/controls/calendar/accessibility-and-internationalization/keyboard-support.md +++ b/controls/calendar/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadCalendar description: Check our Web Forms article about Keyboard Support. slug: calendar/accessibility-and-internationalization/keyboard-support +components: ["calendar"] tags: keyboard,support published: True position: 5 diff --git a/controls/calendar/accessibility-and-internationalization/localization-through-global-resources.md b/controls/calendar/accessibility-and-internationalization/localization-through-global-resources.md index 2966ea03d8..4ac834ee0b 100644 --- a/controls/calendar/accessibility-and-internationalization/localization-through-global-resources.md +++ b/controls/calendar/accessibility-and-internationalization/localization-through-global-resources.md @@ -3,6 +3,7 @@ title: Localization Through Global Resources page_title: Localization Through Global Resources - RadCalendar description: Check our Web Forms article about Localization Through Global Resources. slug: calendar/accessibility-and-internationalization/localization-through-global-resources +components: ["calendar"] tags: localization,through,global,resources published: True position: 2 diff --git a/controls/calendar/accessibility-and-internationalization/localizing-strings.md b/controls/calendar/accessibility-and-internationalization/localizing-strings.md index 780b82b0d4..3c3d12404f 100644 --- a/controls/calendar/accessibility-and-internationalization/localizing-strings.md +++ b/controls/calendar/accessibility-and-internationalization/localizing-strings.md @@ -3,6 +3,7 @@ title: Localizing Strings page_title: Localizing Strings - RadCalendar description: Check our Web Forms article about Localizing Strings. slug: calendar/accessibility-and-internationalization/localizing-strings +components: ["calendar"] tags: localizing,strings published: True position: 3 diff --git a/controls/calendar/accessibility-and-internationalization/specifying-a-culture.md b/controls/calendar/accessibility-and-internationalization/specifying-a-culture.md index 735df1f7a2..7d8e346554 100644 --- a/controls/calendar/accessibility-and-internationalization/specifying-a-culture.md +++ b/controls/calendar/accessibility-and-internationalization/specifying-a-culture.md @@ -3,6 +3,7 @@ title: Specifying a Culture page_title: Specifying a Culture - RadCalendar description: Check our Web Forms article about Specifying a Culture. slug: calendar/accessibility-and-internationalization/specifying-a-culture +components: ["calendar"] tags: specifying,a,culture published: True position: 0 diff --git a/controls/calendar/accessibility-and-internationalization/using-iso-standard-week-numbers.md b/controls/calendar/accessibility-and-internationalization/using-iso-standard-week-numbers.md index 49f9e9b877..9e541c7867 100644 --- a/controls/calendar/accessibility-and-internationalization/using-iso-standard-week-numbers.md +++ b/controls/calendar/accessibility-and-internationalization/using-iso-standard-week-numbers.md @@ -3,6 +3,7 @@ title: Using ISO Standard Week Numbers page_title: Using ISO Standard Week Numbers - RadCalendar description: Check our Web Forms article about Using ISO Standard Week Numbers. slug: calendar/accessibility-and-internationalization/using-iso-standard-week-numbers +components: ["calendar"] tags: using,iso,standard,week,numbers published: True position: 4 diff --git a/controls/calendar/accessibility-and-internationalization/wai-aria-support.md b/controls/calendar/accessibility-and-internationalization/wai-aria-support.md index 60da4a36f6..052f29d0b9 100644 --- a/controls/calendar/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/calendar/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadCalendar description: Check our Web Forms article about WAI-ARIA Support. slug: calendar/accessibility-and-internationalization/wai-aria-support +components: ["calendar"] tags: wai-aria,support published: True position: 6 diff --git a/controls/calendar/accessibility-and-internationalization/wcag-2.0-and-section-508-compliance.md b/controls/calendar/accessibility-and-internationalization/wcag-2.0-and-section-508-compliance.md index a33be935f8..75d6115a01 100644 --- a/controls/calendar/accessibility-and-internationalization/wcag-2.0-and-section-508-compliance.md +++ b/controls/calendar/accessibility-and-internationalization/wcag-2.0-and-section-508-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadCalendar description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: calendar/accessibility-and-internationalization/wcag-2.0-and-section-508-compliance +components: ["calendar"] tags: wcag,2.0,and,section,508,accessibility,compliance, published: True position: 7 diff --git a/controls/calendar/appearance-and-styling/controlling-appearance.md b/controls/calendar/appearance-and-styling/controlling-appearance.md index 278b01fa46..aaf5bed01d 100644 --- a/controls/calendar/appearance-and-styling/controlling-appearance.md +++ b/controls/calendar/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadCalendar description: Check our Web Forms article about Controlling Appearance. slug: calendar/appearance-and-styling/controlling-appearance +components: ["calendar"] tags: controlling,appearance published: True position: 0 diff --git a/controls/calendar/appearance-and-styling/creating-a-custom-skin.md b/controls/calendar/appearance-and-styling/creating-a-custom-skin.md index 8a42821098..b39cb59ac9 100644 --- a/controls/calendar/appearance-and-styling/creating-a-custom-skin.md +++ b/controls/calendar/appearance-and-styling/creating-a-custom-skin.md @@ -3,6 +3,7 @@ title: Creating a Custom Skin page_title: Creating a Custom Skin - RadCalendar description: Check our Web Forms article about Creating a Custom Skin. slug: calendar/appearance-and-styling/creating-a-custom-skin +components: ["calendar"] tags: creating,a,custom,skin published: True position: 3 diff --git a/controls/calendar/appearance-and-styling/css-skin-selectors.md b/controls/calendar/appearance-and-styling/css-skin-selectors.md index 67044cd7d2..aec65236d0 100644 --- a/controls/calendar/appearance-and-styling/css-skin-selectors.md +++ b/controls/calendar/appearance-and-styling/css-skin-selectors.md @@ -3,6 +3,7 @@ title: CSS Skin Selectors page_title: CSS Skin Selectors - RadCalendar description: Check our Web Forms article about CSS Skin Selectors. slug: calendar/appearance-and-styling/css-skin-selectors +components: ["calendar"] tags: css,skin,selectors published: True position: 5 diff --git a/controls/calendar/appearance-and-styling/html-output.md b/controls/calendar/appearance-and-styling/html-output.md index 48177f5fdb..9d6b1d34d5 100644 --- a/controls/calendar/appearance-and-styling/html-output.md +++ b/controls/calendar/appearance-and-styling/html-output.md @@ -3,6 +3,7 @@ title: HTML Output page_title: HTML Output - RadCalendar description: Check our Web Forms article about HTML Output. slug: calendar/appearance-and-styling/html-output +components: ["calendar"] tags: html,output published: True position: 4 diff --git a/controls/calendar/appearance-and-styling/skins.md b/controls/calendar/appearance-and-styling/skins.md index 76622cf321..62c7976832 100644 --- a/controls/calendar/appearance-and-styling/skins.md +++ b/controls/calendar/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadCalendar description: Check our Web Forms article about Skins. slug: calendar/appearance-and-styling/skins +components: ["calendar"] tags: skins published: True position: 2 diff --git a/controls/calendar/appearance-and-styling/styles.md b/controls/calendar/appearance-and-styling/styles.md index 66897e551d..d9f668e971 100644 --- a/controls/calendar/appearance-and-styling/styles.md +++ b/controls/calendar/appearance-and-styling/styles.md @@ -3,6 +3,7 @@ title: Styles page_title: Styles - RadCalendar description: Check our Web Forms article about Styles. slug: calendar/appearance-and-styling/styles +components: ["calendar"] tags: styles published: True position: 1 diff --git a/controls/calendar/client-side-programming/datetimeformatinfo-object.md b/controls/calendar/client-side-programming/datetimeformatinfo-object.md index e6ed2140a7..bce1fa2113 100644 --- a/controls/calendar/client-side-programming/datetimeformatinfo-object.md +++ b/controls/calendar/client-side-programming/datetimeformatinfo-object.md @@ -3,6 +3,7 @@ title: DateTimeFormatInfo object page_title: DateTimeFormatInfo object - RadCalendar description: Check our Web Forms article about DateTimeFormatInfo object. slug: calendar/client-side-programming/datetimeformatinfo-object +components: ["calendar"] tags: datetimeformatinfo,object published: True position: 8 diff --git a/controls/calendar/client-side-programming/events/oncalendarviewchanged.md b/controls/calendar/client-side-programming/events/oncalendarviewchanged.md index 26112c8158..5f6e88b2e3 100644 --- a/controls/calendar/client-side-programming/events/oncalendarviewchanged.md +++ b/controls/calendar/client-side-programming/events/oncalendarviewchanged.md @@ -3,6 +3,7 @@ title: OnCalendarViewChanged page_title: OnCalendarViewChanged - RadCalendar description: Check our Web Forms article about OnCalendarViewChanged. slug: calendar/client-side-programming/events/oncalendarviewchanged +components: ["calendar"] tags: oncalendarviewchanged published: True position: 8 diff --git a/controls/calendar/client-side-programming/events/oncalendarviewchanging.md b/controls/calendar/client-side-programming/events/oncalendarviewchanging.md index 3c56a104a0..66e14503d5 100644 --- a/controls/calendar/client-side-programming/events/oncalendarviewchanging.md +++ b/controls/calendar/client-side-programming/events/oncalendarviewchanging.md @@ -3,6 +3,7 @@ title: OnCalendarViewChanging page_title: OnCalendarViewChanging - RadCalendar description: Check our Web Forms article about OnCalendarViewChanging. slug: calendar/client-side-programming/events/oncalendarviewchanging +components: ["calendar"] tags: oncalendarviewchanging published: True position: 7 diff --git a/controls/calendar/client-side-programming/events/oncolumnheaderclick.md b/controls/calendar/client-side-programming/events/oncolumnheaderclick.md index 40c0789acc..40531fecfd 100644 --- a/controls/calendar/client-side-programming/events/oncolumnheaderclick.md +++ b/controls/calendar/client-side-programming/events/oncolumnheaderclick.md @@ -3,6 +3,7 @@ title: OnColumnHeaderClick page_title: OnColumnHeaderClick - RadCalendar description: Check our Web Forms article about OnColumnHeaderClick. slug: calendar/client-side-programming/events/oncolumnheaderclick +components: ["calendar"] tags: oncolumnheaderclick published: True position: 9 diff --git a/controls/calendar/client-side-programming/events/ondateclick.md b/controls/calendar/client-side-programming/events/ondateclick.md index 1e25a475b3..c2c61fd821 100644 --- a/controls/calendar/client-side-programming/events/ondateclick.md +++ b/controls/calendar/client-side-programming/events/ondateclick.md @@ -3,6 +3,7 @@ title: OnDateClick page_title: OnDateClick - RadCalendar description: Check our Web Forms article about OnDateClick. slug: calendar/client-side-programming/events/ondateclick +components: ["calendar"] tags: ondateclick published: True position: 6 diff --git a/controls/calendar/client-side-programming/events/ondateselected.md b/controls/calendar/client-side-programming/events/ondateselected.md index dbb7235305..e63cc08bc6 100644 --- a/controls/calendar/client-side-programming/events/ondateselected.md +++ b/controls/calendar/client-side-programming/events/ondateselected.md @@ -3,6 +3,7 @@ title: OnDateSelected page_title: OnDateSelected - RadCalendar description: Check our Web Forms article about OnDateSelected. slug: calendar/client-side-programming/events/ondateselected +components: ["calendar"] tags: ondateselected published: True position: 5 diff --git a/controls/calendar/client-side-programming/events/ondateselecting.md b/controls/calendar/client-side-programming/events/ondateselecting.md index 4e4359bbca..d3b4d0c9d4 100644 --- a/controls/calendar/client-side-programming/events/ondateselecting.md +++ b/controls/calendar/client-side-programming/events/ondateselecting.md @@ -3,6 +3,7 @@ title: OnDateSelecting page_title: OnDateSelecting - RadCalendar description: Check our Web Forms article about OnDateSelecting. slug: calendar/client-side-programming/events/ondateselecting +components: ["calendar"] tags: ondateselecting published: True position: 4 diff --git a/controls/calendar/client-side-programming/events/ondayrender.md b/controls/calendar/client-side-programming/events/ondayrender.md index 350f7ab081..539a8374ab 100644 --- a/controls/calendar/client-side-programming/events/ondayrender.md +++ b/controls/calendar/client-side-programming/events/ondayrender.md @@ -3,6 +3,7 @@ title: OnDayRender page_title: OnDayRender - RadCalendar description: Check our Web Forms article about OnDayRender. slug: calendar/client-side-programming/events/ondayrender +components: ["calendar"] tags: ondayrender published: True position: 3 diff --git a/controls/calendar/client-side-programming/events/oninit.md b/controls/calendar/client-side-programming/events/oninit.md index faa834e92b..a9459189b0 100644 --- a/controls/calendar/client-side-programming/events/oninit.md +++ b/controls/calendar/client-side-programming/events/oninit.md @@ -3,6 +3,7 @@ title: OnInit page_title: OnInit - RadCalendar description: Check our Web Forms article about OnInit. slug: calendar/client-side-programming/events/oninit +components: ["calendar"] tags: oninit published: True position: 1 diff --git a/controls/calendar/client-side-programming/events/onload.md b/controls/calendar/client-side-programming/events/onload.md index 41876c2944..d994b43ba2 100644 --- a/controls/calendar/client-side-programming/events/onload.md +++ b/controls/calendar/client-side-programming/events/onload.md @@ -3,6 +3,7 @@ title: OnLoad page_title: OnLoad - RadCalendar description: Check our Web Forms article about OnLoad. slug: calendar/client-side-programming/events/onload +components: ["calendar"] tags: onload published: True position: 2 diff --git a/controls/calendar/client-side-programming/events/onrowheaderclick.md b/controls/calendar/client-side-programming/events/onrowheaderclick.md index 8c8693a7e4..b96d3a0706 100644 --- a/controls/calendar/client-side-programming/events/onrowheaderclick.md +++ b/controls/calendar/client-side-programming/events/onrowheaderclick.md @@ -3,6 +3,7 @@ title: OnRowHeaderClick page_title: OnRowHeaderClick - RadCalendar description: Check our Web Forms article about OnRowHeaderClick. slug: calendar/client-side-programming/events/onrowheaderclick +components: ["calendar"] tags: onrowheaderclick published: True position: 10 diff --git a/controls/calendar/client-side-programming/events/onviewselectorclick.md b/controls/calendar/client-side-programming/events/onviewselectorclick.md index b7cb9170e8..38e0d3ce32 100644 --- a/controls/calendar/client-side-programming/events/onviewselectorclick.md +++ b/controls/calendar/client-side-programming/events/onviewselectorclick.md @@ -3,6 +3,7 @@ title: OnViewSelectorClick page_title: OnViewSelectorClick - RadCalendar description: Check our Web Forms article about OnViewSelectorClick. slug: calendar/client-side-programming/events/onviewselectorclick +components: ["calendar"] tags: onviewselectorclick published: True position: 11 diff --git a/controls/calendar/client-side-programming/events/overview.md b/controls/calendar/client-side-programming/events/overview.md index 75e89953a8..d0aaf1b2ce 100644 --- a/controls/calendar/client-side-programming/events/overview.md +++ b/controls/calendar/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadCalendar description: Check our Web Forms article about Overview. slug: calendar/client-side-programming/events/overview +components: ["calendar"] tags: overview published: True position: 0 diff --git a/controls/calendar/client-side-programming/overview.md b/controls/calendar/client-side-programming/overview.md index 8ce8b482d4..6c4ae5b0ef 100644 --- a/controls/calendar/client-side-programming/overview.md +++ b/controls/calendar/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadCalendar description: Check our Web Forms article about RadCalendar Client-side Programming Overview. slug: calendar/client-side-programming/overview +components: ["calendar"] tags: overview published: True position: 0 diff --git a/controls/calendar/client-side-programming/radcalendar-object.md b/controls/calendar/client-side-programming/radcalendar-object.md index 0e9bf722a3..c0151149bd 100644 --- a/controls/calendar/client-side-programming/radcalendar-object.md +++ b/controls/calendar/client-side-programming/radcalendar-object.md @@ -3,6 +3,7 @@ title: RadCalendar object page_title: RadCalendar object - RadCalendar description: Learn about the RadCalendar object and its client-side API for managing calendar functionality. slug: calendar/client-side-programming/radcalendar-object +components: ["calendar"] tags: radcalendar,object published: True position: 1 diff --git a/controls/calendar/client-side-programming/renderday-object.md b/controls/calendar/client-side-programming/renderday-object.md index e1a19ab0f4..7af2e7d0e4 100644 --- a/controls/calendar/client-side-programming/renderday-object.md +++ b/controls/calendar/client-side-programming/renderday-object.md @@ -3,6 +3,7 @@ title: RenderDay object page_title: RenderDay object - RadCalendar description: Check our Web Forms article about RenderDay object. slug: calendar/client-side-programming/renderday-object +components: ["calendar"] tags: renderday,object published: True position: 7 diff --git a/controls/calendar/design-time/daytemplate-collection-editor.md b/controls/calendar/design-time/daytemplate-collection-editor.md index 04e593c299..68db6e318b 100644 --- a/controls/calendar/design-time/daytemplate-collection-editor.md +++ b/controls/calendar/design-time/daytemplate-collection-editor.md @@ -3,6 +3,7 @@ title: DayTemplate Collection Editor page_title: DayTemplate Collection Editor - RadCalendar description: Check our Web Forms article about DayTemplate Collection Editor. slug: calendar/design-time/daytemplate-collection-editor +components: ["calendar"] tags: daytemplate,collection,editor published: True position: 5 diff --git a/controls/calendar/design-time/radcalendarday-collection-editor.md b/controls/calendar/design-time/radcalendarday-collection-editor.md index 08eafe01be..c1fa344341 100644 --- a/controls/calendar/design-time/radcalendarday-collection-editor.md +++ b/controls/calendar/design-time/radcalendarday-collection-editor.md @@ -3,6 +3,7 @@ title: RadCalendarDay Collection Editor page_title: RadCalendarDay Collection Editor - RadCalendar description: Check our Web Forms article about RadCalendarDay Collection Editor. slug: calendar/design-time/radcalendarday-collection-editor +components: ["calendar"] tags: radcalendarday,collection,editor published: True position: 3 diff --git a/controls/calendar/design-time/raddate-collection-editor.md b/controls/calendar/design-time/raddate-collection-editor.md index 7cf8ada6ea..d40fca6b8e 100644 --- a/controls/calendar/design-time/raddate-collection-editor.md +++ b/controls/calendar/design-time/raddate-collection-editor.md @@ -3,6 +3,7 @@ title: RadDate Collection Editor page_title: RadDate Collection Editor - RadCalendar description: Check our Web Forms article about RadDate Collection Editor. slug: calendar/design-time/raddate-collection-editor +components: ["calendar"] tags: raddate,collection,editor published: True position: 2 diff --git a/controls/calendar/design-time/smart-tag.md b/controls/calendar/design-time/smart-tag.md index abe01855f7..8f23b09c0f 100644 --- a/controls/calendar/design-time/smart-tag.md +++ b/controls/calendar/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadCalendar description: Check our Web Forms article about Smart Tag. slug: calendar/design-time/smart-tag +components: ["calendar"] tags: smart,tag published: True position: 1 diff --git a/controls/calendar/design-time/template-design-surface.md b/controls/calendar/design-time/template-design-surface.md index 1ab8dd4044..f30f922469 100644 --- a/controls/calendar/design-time/template-design-surface.md +++ b/controls/calendar/design-time/template-design-surface.md @@ -3,6 +3,7 @@ title: Template Design Surface page_title: Template Design Surface - RadCalendar description: Check our Web Forms article about Template Design Surface. slug: calendar/design-time/template-design-surface +components: ["calendar"] tags: template,design,surface published: True position: 4 diff --git a/controls/calendar/functionality/column-and-row-headers-settings.md b/controls/calendar/functionality/column-and-row-headers-settings.md index 7945575785..c2eae1145b 100644 --- a/controls/calendar/functionality/column-and-row-headers-settings.md +++ b/controls/calendar/functionality/column-and-row-headers-settings.md @@ -3,6 +3,7 @@ title: Column And Row Headers Settings page_title: Column And Row Headers Settings - RadCalendar description: Check our Web Forms article about Column And Row Headers Settings. slug: calendar/functionality/column-and-row-headers-settings +components: ["calendar"] tags: column,and,row,headers,settings published: True position: 2 diff --git a/controls/calendar/functionality/customizing-the-day-matrix.md b/controls/calendar/functionality/customizing-the-day-matrix.md index 489f58ecf9..10f0702d67 100644 --- a/controls/calendar/functionality/customizing-the-day-matrix.md +++ b/controls/calendar/functionality/customizing-the-day-matrix.md @@ -3,6 +3,7 @@ title: Customizing the Day Matrix page_title: Customizing the Day Matrix - RadCalendar description: Check our Web Forms article about Customizing the Day Matrix. slug: calendar/functionality/customizing-the-day-matrix +components: ["calendar"] tags: customizing,the,day,matrix published: True position: 3 diff --git a/controls/calendar/functionality/date-range-selection.md b/controls/calendar/functionality/date-range-selection.md index 02acc5efce..9df9510e6f 100644 --- a/controls/calendar/functionality/date-range-selection.md +++ b/controls/calendar/functionality/date-range-selection.md @@ -3,6 +3,7 @@ title: Date Range Selection page_title: Date Range Selection - RadCalendar description: Check our Web Forms article about Date Range Selection. slug: calendar/functionality/date-range-selection +components: ["calendar"] tags: date,range,selection published: True position: 8 diff --git a/controls/calendar/functionality/date-selection.md b/controls/calendar/functionality/date-selection.md index 6304884134..9907e2982b 100644 --- a/controls/calendar/functionality/date-selection.md +++ b/controls/calendar/functionality/date-selection.md @@ -3,6 +3,7 @@ title: Date Selection page_title: Date Selection - RadCalendar description: Check our Web Forms article about Date Selection. slug: calendar/functionality/date-selection +components: ["calendar"] tags: date,selection published: True position: 7 diff --git a/controls/calendar/functionality/dates-configuration.md b/controls/calendar/functionality/dates-configuration.md index 4703f4481e..c359494b46 100644 --- a/controls/calendar/functionality/dates-configuration.md +++ b/controls/calendar/functionality/dates-configuration.md @@ -3,6 +3,7 @@ title: Dates Configuration page_title: Dates Configuration - RadCalendar description: Check our Web Forms article about Dates Configuration. slug: calendar/functionality/dates-configuration +components: ["calendar"] tags: managing,dates published: True position: 6 diff --git a/controls/calendar/functionality/multi-view-mode.md b/controls/calendar/functionality/multi-view-mode.md index 6887dadd65..cfcc6277d8 100644 --- a/controls/calendar/functionality/multi-view-mode.md +++ b/controls/calendar/functionality/multi-view-mode.md @@ -3,6 +3,7 @@ title: Multi-View Mode page_title: Multi-View Mode - RadCalendar description: Check our Web Forms article about Multi-View Mode. slug: calendar/functionality/multi-view-mode +components: ["calendar"] tags: multi-view,mode published: True position: 4 diff --git a/controls/calendar/functionality/navigation-controls-settings.md b/controls/calendar/functionality/navigation-controls-settings.md index b1d38b2199..3c20b34f8d 100644 --- a/controls/calendar/functionality/navigation-controls-settings.md +++ b/controls/calendar/functionality/navigation-controls-settings.md @@ -3,6 +3,7 @@ title: Navigation Controls Settings page_title: Navigation Controls Settings - RadCalendar description: Check our Web Forms article about Navigation Controls Settings. slug: calendar/functionality/navigation-controls-settings +components: ["calendar"] tags: navigation,controls,settings published: True position: 1 diff --git a/controls/calendar/functionality/title-settings.md b/controls/calendar/functionality/title-settings.md index eda240c9c0..fefd3f7a10 100644 --- a/controls/calendar/functionality/title-settings.md +++ b/controls/calendar/functionality/title-settings.md @@ -3,6 +3,7 @@ title: Title Settings page_title: Title Settings - RadCalendar description: Check our Web Forms article about Title Settings. slug: calendar/functionality/title-settings +components: ["calendar"] tags: title,settings published: True position: 0 diff --git a/controls/calendar/getting-started/month-navigation.md b/controls/calendar/getting-started/month-navigation.md index dd9b2bc44f..b194e4f058 100644 --- a/controls/calendar/getting-started/month-navigation.md +++ b/controls/calendar/getting-started/month-navigation.md @@ -3,6 +3,7 @@ title: Month Navigation page_title: RadCalendar Month Navigation - RadCalendar description: Check our Web Forms article about RadCalendar Month Navigation. slug: calendar/accessibility-and-internationalization/radcalendar-month-navigation +components: ["calendar"] tags: radcalendar,month,navigation published: True position: 2 diff --git a/controls/calendar/getting-started/overview.md b/controls/calendar/getting-started/overview.md index 4c08ce0a0d..dd42e1009c 100644 --- a/controls/calendar/getting-started/overview.md +++ b/controls/calendar/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadCalendar description: Check our Web Forms article about Overview. slug: calendar/getting-started/overview +components: ["calendar"] tags: overview published: True position: 0 diff --git a/controls/calendar/getting-started/structure.md b/controls/calendar/getting-started/structure.md index c6be978916..579595e288 100644 --- a/controls/calendar/getting-started/structure.md +++ b/controls/calendar/getting-started/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: RadCalendar Structure - RadCalendar description: Check our Web Forms article about RadCalendar Structure. slug: calendar/getting-started/structure +components: ["calendar"] tags: radcalendar,structure published: True position: 1 diff --git a/controls/calendar/how-to/adding-controls-to-a-calendar-cell.md b/controls/calendar/how-to/adding-controls-to-a-calendar-cell.md index 1ca64a1b83..c9881634d8 100644 --- a/controls/calendar/how-to/adding-controls-to-a-calendar-cell.md +++ b/controls/calendar/how-to/adding-controls-to-a-calendar-cell.md @@ -3,6 +3,7 @@ title: Adding Controls to a Calendar Cell page_title: Adding Controls to a Calendar Cell - RadCalendar description: Check our Web Forms article about Adding Controls to a Calendar Cell. slug: calendar/how-to/adding-controls-to-a-calendar-cell +components: ["calendar"] tags: adding,controls,to,a,calendar,cell published: True position: 0 diff --git a/controls/calendar/how-to/highlight-today-date.md b/controls/calendar/how-to/highlight-today-date.md index 45cb0d1822..107ea0bfd4 100644 --- a/controls/calendar/how-to/highlight-today-date.md +++ b/controls/calendar/how-to/highlight-today-date.md @@ -3,6 +3,7 @@ title: Highlight Today Date page_title: Highlight Today Date - RadCalendar description: Check our Web Forms article about Highlight Today Date. slug: calendar/how-to/highlight-today-date +components: ["calendar"] tags: highlight,today,date published: True position: 2 diff --git a/controls/calendar/how-to/removing-radcalendar-from-the-tab-sequence.md b/controls/calendar/how-to/removing-radcalendar-from-the-tab-sequence.md index 2748a1cd7a..1e4fb5ca11 100644 --- a/controls/calendar/how-to/removing-radcalendar-from-the-tab-sequence.md +++ b/controls/calendar/how-to/removing-radcalendar-from-the-tab-sequence.md @@ -3,6 +3,7 @@ title: Removing RadCalendar from the Tab Sequence page_title: Removing RadCalendar from the Tab Sequence - RadCalendar description: Check our Web Forms article about Removing RadCalendar from the Tab Sequence. slug: calendar/how-to/removing-radcalendar-from-the-tab-sequence +components: ["calendar"] tags: removing,radcalendar,from,the,tab,sequence published: True position: 1 diff --git a/controls/calendar/mobile-support/fluid-and-elastic-capabilities.md b/controls/calendar/mobile-support/fluid-and-elastic-capabilities.md index 38a9f1869c..3cf414caa1 100644 --- a/controls/calendar/mobile-support/fluid-and-elastic-capabilities.md +++ b/controls/calendar/mobile-support/fluid-and-elastic-capabilities.md @@ -3,6 +3,7 @@ title: Fluid and Elastic Capabilities page_title: Fluid and Elastic Capabilities - RadCalendar description: Check our Web Forms article about Fluid and Elastic Capabilities. slug: calendar/mobile-support/fluid-and-elastic-capabilities +components: ["calendar"] tags: fluid,and,elastic,capabilities published: True position: 1 diff --git a/controls/calendar/mobile-support/render-mode.md b/controls/calendar/mobile-support/render-mode.md index 9dab191865..b99e684425 100644 --- a/controls/calendar/mobile-support/render-mode.md +++ b/controls/calendar/mobile-support/render-mode.md @@ -3,6 +3,7 @@ title: Render Mode page_title: Render Mode - RadCalendar description: Check our Web Forms article about Render Mode. slug: calendar/mobile-support/render-mode +components: ["calendar"] tags: render,mode published: True position: 0 diff --git a/controls/calendar/overview.md b/controls/calendar/overview.md index 2fca923888..cd9381f763 100644 --- a/controls/calendar/overview.md +++ b/controls/calendar/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadCalendar Overview description: Check our Web Forms article about Overview. slug: calendar/overview +components: ["calendar"] tags: overview published: True position: 0 diff --git a/controls/calendar/server-side-programming/events/dayrender.md b/controls/calendar/server-side-programming/events/dayrender.md index ea4656e2f2..2937fd5f07 100644 --- a/controls/calendar/server-side-programming/events/dayrender.md +++ b/controls/calendar/server-side-programming/events/dayrender.md @@ -3,6 +3,7 @@ title: DayRender page_title: DayRender - RadCalendar description: Check our Web Forms article about DayRender. slug: calendar/server-side-programming/events/dayrender +components: ["calendar"] tags: dayrender published: True position: 1 diff --git a/controls/calendar/server-side-programming/events/defaultviewchanged.md b/controls/calendar/server-side-programming/events/defaultviewchanged.md index 0d82d007a9..76ff819b9c 100644 --- a/controls/calendar/server-side-programming/events/defaultviewchanged.md +++ b/controls/calendar/server-side-programming/events/defaultviewchanged.md @@ -3,6 +3,7 @@ title: DefaultViewChanged page_title: DefaultViewChanged - RadCalendar description: Check our Web Forms article about DefaultViewChanged. slug: calendar/server-side-programming/events/defaultviewchanged +components: ["calendar"] tags: defaultviewchanged published: True position: 4 diff --git a/controls/calendar/server-side-programming/events/headercellrender.md b/controls/calendar/server-side-programming/events/headercellrender.md index 99dcbccbd7..1baba4af79 100644 --- a/controls/calendar/server-side-programming/events/headercellrender.md +++ b/controls/calendar/server-side-programming/events/headercellrender.md @@ -3,6 +3,7 @@ title: HeaderCellRender page_title: HeaderCellRender - RadCalendar description: Check our Web Forms article about HeaderCellRender. slug: calendar/server-side-programming/events/headercellrender +components: ["calendar"] tags: headercellrender published: True position: 2 diff --git a/controls/calendar/server-side-programming/events/overview.md b/controls/calendar/server-side-programming/events/overview.md index a6dd87ab33..b0ae91d07a 100644 --- a/controls/calendar/server-side-programming/events/overview.md +++ b/controls/calendar/server-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-Side Events Overview - RadCalendar description: Check our Web Forms article about Server-Side Events Overview. slug: calendar/server-side-programming/events/overview +components: ["calendar"] tags: server-side,events,basics published: True position: 0 diff --git a/controls/calendar/server-side-programming/events/selectionchanged.md b/controls/calendar/server-side-programming/events/selectionchanged.md index 40878ea2de..5e5c4c5ac9 100644 --- a/controls/calendar/server-side-programming/events/selectionchanged.md +++ b/controls/calendar/server-side-programming/events/selectionchanged.md @@ -3,6 +3,7 @@ title: SelectionChanged page_title: SelectionChanged - RadCalendar description: Check our Web Forms article about SelectionChanged. slug: calendar/server-side-programming/events/selectionchanged +components: ["calendar"] tags: selectionchanged published: True position: 3 diff --git a/controls/calendar/server-side-programming/radcalendar-object.md b/controls/calendar/server-side-programming/radcalendar-object.md index 5659b7fcad..eb43575549 100644 --- a/controls/calendar/server-side-programming/radcalendar-object.md +++ b/controls/calendar/server-side-programming/radcalendar-object.md @@ -3,6 +3,7 @@ title: RadCalendar Object page_title: RadCalendar Server-Side Objects - RadCalendar description: Check our Web Forms article about RadCalendar Server-Side Objects. slug: calendar/server-side-programming/radcalendar-object +components: ["calendar"] previous_url: calendar/server-side-programming/server-side-objects tags: server-side,objects published: True diff --git a/controls/calendar/templates/day-templates.md b/controls/calendar/templates/day-templates.md index 18594d5d6d..862d52dabc 100644 --- a/controls/calendar/templates/day-templates.md +++ b/controls/calendar/templates/day-templates.md @@ -3,6 +3,7 @@ title: Day Templates page_title: RadCalendar Day Templates - RadCalendar description: Check our Web Forms article about RadCalendar Day Templates. slug: calendar/functionality/templates/day-templates +components: ["calendar"] tags: radcalendar,day,templates published: True position: 0 diff --git a/controls/calendar/templates/header-and-footer-templates.md b/controls/calendar/templates/header-and-footer-templates.md index 3f78c19af4..738ffc18ab 100644 --- a/controls/calendar/templates/header-and-footer-templates.md +++ b/controls/calendar/templates/header-and-footer-templates.md @@ -3,6 +3,7 @@ title: Header and Footer Templates page_title: RadCalendar Header and Footer Templates - RadCalendar description: Check our Web Forms article about RadCalendar Header and Footer Templates. slug: calendar/functionality/templates/header-and-footer-templates +components: ["calendar"] tags: radcalendar,header,and,footer,templates published: True position: 1 diff --git a/controls/captcha/accessibility-and-internationalization/localization.md b/controls/captcha/accessibility-and-internationalization/localization.md index 3347fa5197..da7e23fc9c 100644 --- a/controls/captcha/accessibility-and-internationalization/localization.md +++ b/controls/captcha/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadCaptcha description: Check our Web Forms article about Localization. slug: captcha/accessibility-and-internationalization/localization +components: ["captcha"] tags: localization published: True position: 2 diff --git a/controls/captcha/accessibility-and-internationalization/right-to-left-support.md b/controls/captcha/accessibility-and-internationalization/right-to-left-support.md index 57ff0bbf61..081fa02d9a 100644 --- a/controls/captcha/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/captcha/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadCaptcha description: Check our Web Forms article about Right-to-left Support. slug: captcha/accessibility-and-internationalization/right-to-left-support +components: ["captcha"] tags: right-to-left,support published: True position: 1 diff --git a/controls/captcha/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/captcha/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 4ea46e415f..9732743c9a 100644 --- a/controls/captcha/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/captcha/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadCaptcha description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: captcha/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["captcha"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/captcha/appearance-and-styling/css-classes.md b/controls/captcha/appearance-and-styling/css-classes.md index 24aaacea37..bf4b65a986 100644 --- a/controls/captcha/appearance-and-styling/css-classes.md +++ b/controls/captcha/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadCaptcha description: Check our Web Forms article about CSS Classes. slug: captcha/appearance-and-styling/css-classes +components: ["captcha"] tags: css,classes published: True position: 0 diff --git a/controls/captcha/appearance-and-styling/textbox-and-label-decoration.md b/controls/captcha/appearance-and-styling/textbox-and-label-decoration.md index c2b62679c9..e5fd5606fb 100644 --- a/controls/captcha/appearance-and-styling/textbox-and-label-decoration.md +++ b/controls/captcha/appearance-and-styling/textbox-and-label-decoration.md @@ -3,6 +3,7 @@ title: TextBox and Label Decoration page_title: TextBox and Label Decoration - RadCaptcha description: Check our Web Forms article about TextBox and Label Decoration. slug: captcha/appearance-and-styling/textbox-and-label-decoration +components: ["captcha"] tags: textbox,and,label,decoration published: True position: 1 diff --git a/controls/captcha/changes-and-backward-compatibility/memory-consumption-increase.md b/controls/captcha/changes-and-backward-compatibility/memory-consumption-increase.md index 2f57091834..5eb6fa2f73 100644 --- a/controls/captcha/changes-and-backward-compatibility/memory-consumption-increase.md +++ b/controls/captcha/changes-and-backward-compatibility/memory-consumption-increase.md @@ -3,6 +3,7 @@ title: Memory Consumption Increase page_title: Memory Consumption Increase - RadCaptcha description: Check our Web Forms article about Memory Consumption Increase. slug: captcha/changes-and-backward-compatibility/memory-consumption-increase +components: ["captcha"] tags: memory,consumption,increase published: True position: 1 diff --git a/controls/captcha/changes-and-backward-compatibility/overview.md b/controls/captcha/changes-and-backward-compatibility/overview.md index 1670712c52..97b8c7bcd9 100644 --- a/controls/captcha/changes-and-backward-compatibility/overview.md +++ b/controls/captcha/changes-and-backward-compatibility/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadCaptcha description: Check our Web Forms article about Overview. slug: captcha/changes-and-backward-compatibility/overview +components: ["captcha"] tags: overview published: True position: 0 diff --git a/controls/captcha/client-side-programming/events/onclientload.md b/controls/captcha/client-side-programming/events/onclientload.md index 7d997c264e..7d82039d71 100644 --- a/controls/captcha/client-side-programming/events/onclientload.md +++ b/controls/captcha/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadCaptcha description: Check our Web Forms article about OnClientLoad. slug: captcha/client-side-programming/events/onclientload +components: ["captcha"] tags: onclientload published: True position: 0 diff --git a/controls/captcha/design-time.md b/controls/captcha/design-time.md index 0f6584db6a..ece49d90ca 100644 --- a/controls/captcha/design-time.md +++ b/controls/captcha/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadCaptcha description: Check our Web Forms article about Design Time. slug: captcha/design-time +components: ["captcha"] tags: design,time published: True position: 3 diff --git a/controls/captcha/functionality/caching-provider.md b/controls/captcha/functionality/caching-provider.md index 250602fe36..5bd15a986f 100644 --- a/controls/captcha/functionality/caching-provider.md +++ b/controls/captcha/functionality/caching-provider.md @@ -3,6 +3,7 @@ title: Caching Provider page_title: Caching Provider - RadCaptcha description: Check our Web Forms article about Caching Provider. slug: captcha/functionality/caching-provider +components: ["captcha"] tags: caching,provider published: True position: 0 diff --git a/controls/captcha/functionality/using-audio-code.md b/controls/captcha/functionality/using-audio-code.md index a4d8a55f4c..d4f3622c1a 100644 --- a/controls/captcha/functionality/using-audio-code.md +++ b/controls/captcha/functionality/using-audio-code.md @@ -3,6 +3,7 @@ title: Using Audio Code page_title: Using Audio Code - RadCaptcha description: Check our Web Forms article about Using Audio Code. slug: captcha/functionality/using-audio-code +components: ["captcha"] tags: using,audio,code published: True position: 1 diff --git a/controls/captcha/getting-started.md b/controls/captcha/getting-started.md index 0f46ecacf3..70a9f142c6 100644 --- a/controls/captcha/getting-started.md +++ b/controls/captcha/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadCaptcha description: Check our Web Forms article about Getting Started. slug: captcha/getting-started +components: ["captcha"] tags: getting,started published: True position: 2 diff --git a/controls/captcha/overview.md b/controls/captcha/overview.md index 94a02b784f..a499ce2623 100644 --- a/controls/captcha/overview.md +++ b/controls/captcha/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadCaptcha Overview description: Explore the Captcha control and its features for preventing automated submissions in web forms. slug: captcha/overview +components: ["captcha"] tags: overview published: True position: 0 diff --git a/controls/captcha/server-side-programming/events.md b/controls/captcha/server-side-programming/events.md index 8d98524963..f0525d62b8 100644 --- a/controls/captcha/server-side-programming/events.md +++ b/controls/captcha/server-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Events - RadCaptcha description: Check our Web Forms article about Events. slug: captcha/server-side-programming/events +components: ["captcha"] tags: events published: True position: 0 diff --git a/controls/captcha/server-side-programming/properties.md b/controls/captcha/server-side-programming/properties.md index 962c58be18..1107c2b666 100644 --- a/controls/captcha/server-side-programming/properties.md +++ b/controls/captcha/server-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: Properties - RadCaptcha description: Check our Web Forms article about Properties. slug: captcha/server-side-programming/properties +components: ["captcha"] tags: properties published: True position: 1 diff --git a/controls/captcha/troubleshooting/does-not-validate-the-first-time.md b/controls/captcha/troubleshooting/does-not-validate-the-first-time.md index 85df189563..54450cb771 100644 --- a/controls/captcha/troubleshooting/does-not-validate-the-first-time.md +++ b/controls/captcha/troubleshooting/does-not-validate-the-first-time.md @@ -3,6 +3,7 @@ title: Does not Validate the First Time page_title: Does not Validate the First Time - RadCaptcha description: Check our Web Forms article about Does not Validate the First Time only the second time after an ajax request or callback. slug: captcha/troubleshooting/does-not-validate-the-first-time +components: ["captcha"] tags: validate,ajax,callback,first,time,second,time,works published: True position: 3 diff --git a/controls/captcha/troubleshooting/missing-image.md b/controls/captcha/troubleshooting/missing-image.md index da7c98898f..8226db8b11 100644 --- a/controls/captcha/troubleshooting/missing-image.md +++ b/controls/captcha/troubleshooting/missing-image.md @@ -3,6 +3,7 @@ title: Missing Image page_title: Missing Image - RadCaptcha description: Check our Web Forms article about Missing Image. slug: captcha/troubleshooting/missing-image +components: ["captcha"] tags: missing,image published: True position: 2 diff --git a/controls/captcha/troubleshooting/optimize-application-performance-disable-audio.md b/controls/captcha/troubleshooting/optimize-application-performance-disable-audio.md index 4bf387f8d6..b1f61a8ba6 100644 --- a/controls/captcha/troubleshooting/optimize-application-performance-disable-audio.md +++ b/controls/captcha/troubleshooting/optimize-application-performance-disable-audio.md @@ -3,6 +3,7 @@ title: Performance Optimization by Disabling Audio Handler page_title: Performance Optimization by Disabling Audio Handler - RadCaptcha description: Check our Web Forms article about Improve the performance of your application by disabling the audio handler of RadCaptcha. slug: captcha/troubleshooting/optimize-application-performance-disable-audio +components: ["captcha"] tags: improve, performance, application, disabling, disable, audio, handler, RadCaptcha, captcha published: True position: 1 diff --git a/controls/captcha/troubleshooting/using-webfarm-or-webgarden-environment.md b/controls/captcha/troubleshooting/using-webfarm-or-webgarden-environment.md index d2348486d2..23249953c4 100644 --- a/controls/captcha/troubleshooting/using-webfarm-or-webgarden-environment.md +++ b/controls/captcha/troubleshooting/using-webfarm-or-webgarden-environment.md @@ -3,6 +3,7 @@ title: Using WebFarm or WebGarden Environment page_title: Using WebFarm or WebGarden Environment - RadCaptcha description: Check our Web Forms article about Using WebFarm or WebGarden Environment. slug: captcha/troubleshooting/using-webfarm-or-webgarden-environment +components: ["captcha"] tags: using,webfarm,or,webgarden,environment published: True position: 0 diff --git a/controls/card/components.md b/controls/card/components.md index 475c855f86..b437fc6702 100644 --- a/controls/card/components.md +++ b/controls/card/components.md @@ -3,6 +3,7 @@ title: Components page_title: RadCard Components description: Check our Web Forms article about Components. slug: card/components +components: ["card"] tags: components published: True position: 1 diff --git a/controls/card/layout.md b/controls/card/layout.md index 47baff9218..6f9c15196e 100644 --- a/controls/card/layout.md +++ b/controls/card/layout.md @@ -3,6 +3,7 @@ title: Layout page_title: RadCard Layout description: Check our Web Forms article about Layout. slug: card/layout +components: ["card"] tags: layout published: True position: 2 diff --git a/controls/card/orientation.md b/controls/card/orientation.md index ff6d3b6d25..a799c239e1 100644 --- a/controls/card/orientation.md +++ b/controls/card/orientation.md @@ -3,6 +3,7 @@ title: Orientation page_title: RadCard Orientation description: Check our Web Forms article about Orientation. slug: card/orientation +components: ["card"] tags: orientation published: True position: 3 diff --git a/controls/card/overview.md b/controls/card/overview.md index b34eabb3d5..4e6bd471d3 100644 --- a/controls/card/overview.md +++ b/controls/card/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadCard Overview description: Discover the Card control and its features for displaying content in a visually appealing card layout. slug: card/overview +components: ["card"] tags: overview published: True position: 0 diff --git a/controls/card/styles.md b/controls/card/styles.md index 63a4b31352..fa2ef202dd 100644 --- a/controls/card/styles.md +++ b/controls/card/styles.md @@ -3,6 +3,7 @@ title: Styles page_title: RadCard Styles description: Check our Web Forms article about Styles. slug: card/styles +components: ["card"] tags: styles published: True position: 4 diff --git a/controls/chart/advanced-topics/drill-down.md b/controls/chart/advanced-topics/drill-down.md index 8057ac1b0e..2ae97616b0 100644 --- a/controls/chart/advanced-topics/drill-down.md +++ b/controls/chart/advanced-topics/drill-down.md @@ -3,6 +3,7 @@ title: Drill-Down page_title: Drill-Down - RadChart description: Check our Web Forms article about Drill-Down. slug: chart/advanced-topics/drill-down +components: ["chart"] tags: drill-down published: True position: 1 diff --git a/controls/chart/advanced-topics/image-maps.md b/controls/chart/advanced-topics/image-maps.md index 39a3302728..cf5e9f700f 100644 --- a/controls/chart/advanced-topics/image-maps.md +++ b/controls/chart/advanced-topics/image-maps.md @@ -3,6 +3,7 @@ title: Image Maps page_title: Image Maps - RadChart description: Check our Web Forms article about Image Maps. slug: chart/advanced-topics/image-maps +components: ["chart"] tags: image,maps published: True position: 0 diff --git a/controls/chart/advanced-topics/localization-example-using-global-resources,-explicit-expression.md b/controls/chart/advanced-topics/localization-example-using-global-resources,-explicit-expression.md index b22c391d63..46e9fccb40 100644 --- a/controls/chart/advanced-topics/localization-example-using-global-resources,-explicit-expression.md +++ b/controls/chart/advanced-topics/localization-example-using-global-resources,-explicit-expression.md @@ -3,6 +3,7 @@ title: Localization Example Using Global Resources, Explicit Expression page_title: Localization Example Using Global Resources, Explicit Expression - RadChart description: Check our Web Forms article about Localization Example Using Global Resources, Explicit Expression. slug: chart/advanced-topics/localization-example-using-global-resources,-explicit-expression +components: ["chart"] tags: localization,example,using,global,resources,,explicit,expression published: True position: 6 diff --git a/controls/chart/advanced-topics/localization-example-using-local-resources,-implicit-expression.md b/controls/chart/advanced-topics/localization-example-using-local-resources,-implicit-expression.md index 58b8f1490a..2e120ee705 100644 --- a/controls/chart/advanced-topics/localization-example-using-local-resources,-implicit-expression.md +++ b/controls/chart/advanced-topics/localization-example-using-local-resources,-implicit-expression.md @@ -3,6 +3,7 @@ title: Localization Example Using Local Resources, Implicit Expression page_title: Localization Example Using Local Resources, Implicit Expression - RadChart description: Check our Web Forms article about Localization Example Using Local Resources, Implicit Expression. slug: chart/advanced-topics/localization-example-using-local-resources,-implicit-expression +components: ["chart"] tags: localization,example,using,local,resources,,implicit,expression published: True position: 5 diff --git a/controls/chart/advanced-topics/multi-language-support-for-radchart.md b/controls/chart/advanced-topics/multi-language-support-for-radchart.md index 4f3315a5cd..7aeaa45689 100644 --- a/controls/chart/advanced-topics/multi-language-support-for-radchart.md +++ b/controls/chart/advanced-topics/multi-language-support-for-radchart.md @@ -3,6 +3,7 @@ title: Multi-Language Support for RadChart page_title: Multi-Language Support for RadChart - RadChart description: Check our Web Forms article about Multi-Language Support for RadChart. slug: chart/advanced-topics/multi-language-support-for-radchart +components: ["chart"] tags: multi-language,support,for,radchart published: True position: 4 diff --git a/controls/chart/advanced-topics/multiple-chart-types-in-a-single-chart.md b/controls/chart/advanced-topics/multiple-chart-types-in-a-single-chart.md index e39844ceb9..cdceba8a73 100644 --- a/controls/chart/advanced-topics/multiple-chart-types-in-a-single-chart.md +++ b/controls/chart/advanced-topics/multiple-chart-types-in-a-single-chart.md @@ -3,6 +3,7 @@ title: Multiple Chart Types in a Single Chart page_title: Multiple Chart Types in a Single Chart - RadChart description: Check our Web Forms article about Multiple Chart Types in a Single Chart. slug: chart/advanced-topics/multiple-chart-types-in-a-single-chart +components: ["chart"] tags: multiple,chart,types,in,a,single,chart published: True position: 7 diff --git a/controls/chart/advanced-topics/open-a-popup-in-response-to-a-click.md b/controls/chart/advanced-topics/open-a-popup-in-response-to-a-click.md index d5dbe77a52..9103242bf6 100644 --- a/controls/chart/advanced-topics/open-a-popup-in-response-to-a-click.md +++ b/controls/chart/advanced-topics/open-a-popup-in-response-to-a-click.md @@ -3,6 +3,7 @@ title: Open a Popup in Response to a Click page_title: Open a Popup in Response to a Click - RadChart description: Check our Web Forms article about Open a Popup in Response to a Click. slug: chart/advanced-topics/open-a-popup-in-response-to-a-click +components: ["chart"] tags: open,a,popup,in,response,to,a,click published: True position: 2 diff --git a/controls/chart/advanced-topics/responding-to-server-events.md b/controls/chart/advanced-topics/responding-to-server-events.md index 5121583129..e72174d4a8 100644 --- a/controls/chart/advanced-topics/responding-to-server-events.md +++ b/controls/chart/advanced-topics/responding-to-server-events.md @@ -3,6 +3,7 @@ title: Responding to Server Events page_title: Responding to Server Events - RadChart description: Check our Web Forms article about Responding to Server Events. slug: chart/advanced-topics/responding-to-server-events +components: ["chart"] tags: responding,to,server,events published: True position: 3 diff --git a/controls/chart/advanced-topics/session-state-usage.md b/controls/chart/advanced-topics/session-state-usage.md index 238182f809..9d69a52a9f 100644 --- a/controls/chart/advanced-topics/session-state-usage.md +++ b/controls/chart/advanced-topics/session-state-usage.md @@ -3,6 +3,7 @@ title: Session State Usage page_title: Session State Usage - RadChart description: Check our Web Forms article about Session State Usage. slug: chart/advanced-topics/session-state-usage +components: ["chart"] tags: session,state,usage published: True position: 8 diff --git a/controls/chart/building-radcharts/binding-to-objectdatasource-at-run-time.md b/controls/chart/building-radcharts/binding-to-objectdatasource-at-run-time.md index bb161fff1b..1a619eace8 100644 --- a/controls/chart/building-radcharts/binding-to-objectdatasource-at-run-time.md +++ b/controls/chart/building-radcharts/binding-to-objectdatasource-at-run-time.md @@ -3,6 +3,7 @@ title: Binding to ObjectDataSource at Run-Time page_title: Binding to ObjectDataSource at Run-Time - RadChart description: Check our Web Forms article about Binding to ObjectDataSource at Run-Time. slug: chart/building-radcharts/binding-to-objectdatasource-at-run-time +components: ["chart"] tags: binding,to,objectdatasource,at,run-time published: True position: 13 diff --git a/controls/chart/building-radcharts/binding-to-xml-at-design-time-using-an-xmldatasource.md b/controls/chart/building-radcharts/binding-to-xml-at-design-time-using-an-xmldatasource.md index 8ebfffd920..2a5992d1af 100644 --- a/controls/chart/building-radcharts/binding-to-xml-at-design-time-using-an-xmldatasource.md +++ b/controls/chart/building-radcharts/binding-to-xml-at-design-time-using-an-xmldatasource.md @@ -3,6 +3,7 @@ title: Binding to XML at Design-Time using an XMLDataSource page_title: Binding to XML at Design-Time using an XMLDataSource - RadChart description: Check our Web Forms article about Binding to XML at Design-Time using an XMLDataSource. slug: chart/building-radcharts/binding-to-xml-at-design-time-using-an-xmldatasource +components: ["chart"] tags: binding,to,xml,at,design-time,using,an,xmldatasource published: True position: 16 diff --git a/controls/chart/building-radcharts/binding-to-xml-directly-at-run-time.md b/controls/chart/building-radcharts/binding-to-xml-directly-at-run-time.md index 4ee27667c1..d92e6fdaad 100644 --- a/controls/chart/building-radcharts/binding-to-xml-directly-at-run-time.md +++ b/controls/chart/building-radcharts/binding-to-xml-directly-at-run-time.md @@ -3,6 +3,7 @@ title: Binding to XML Directly at Run-Time page_title: Binding to XML Directly at Run-Time - RadChart description: Check our Web Forms article about Binding to XML Directly at Run-Time. slug: chart/building-radcharts/binding-to-xml-directly-at-run-time +components: ["chart"] tags: binding,to,xml,directly,at,run-time published: True position: 17 diff --git a/controls/chart/building-radcharts/creating-an-object-that-can-be-consumed-by-objectdatasource.md b/controls/chart/building-radcharts/creating-an-object-that-can-be-consumed-by-objectdatasource.md index f9e6861be7..904986185f 100644 --- a/controls/chart/building-radcharts/creating-an-object-that-can-be-consumed-by-objectdatasource.md +++ b/controls/chart/building-radcharts/creating-an-object-that-can-be-consumed-by-objectdatasource.md @@ -3,6 +3,7 @@ title: Creating an Object that can be Consumed by ObjectDataSource page_title: Creating an Object that can be Consumed by ObjectDataSource - RadChart description: Check our Web Forms article about Creating an Object that can be Consumed by ObjectDataSource. slug: chart/building-radcharts/creating-an-object-that-can-be-consumed-by-objectdatasource +components: ["chart"] tags: creating,an,object,that,can,be,consumed,by,objectdatasource published: True position: 12 diff --git a/controls/chart/building-radcharts/creating-radchart-declaratively.md b/controls/chart/building-radcharts/creating-radchart-declaratively.md index db21f546f8..f5f9d57737 100644 --- a/controls/chart/building-radcharts/creating-radchart-declaratively.md +++ b/controls/chart/building-radcharts/creating-radchart-declaratively.md @@ -3,6 +3,7 @@ title: Creating RadChart Declaratively page_title: Creating RadChart Declaratively - RadChart description: Check our Web Forms article about Creating RadChart Declaratively. slug: chart/building-radcharts/creating-radchart-declaratively +components: ["chart"] tags: creating,radchart,declaratively published: True position: 2 diff --git a/controls/chart/building-radcharts/creating-radchart-programmatically---more-complex-example.md b/controls/chart/building-radcharts/creating-radchart-programmatically---more-complex-example.md index 6f49db952d..6e0611b8f8 100644 --- a/controls/chart/building-radcharts/creating-radchart-programmatically---more-complex-example.md +++ b/controls/chart/building-radcharts/creating-radchart-programmatically---more-complex-example.md @@ -3,6 +3,7 @@ title: Creating RadChart Programmatically - more complex example page_title: Creating RadChart Programmatically - more complex example - RadChart description: Check our Web Forms article about Creating RadChart Programmatically - more complex example. slug: chart/building-radcharts/creating-radchart-programmatically---more-complex-example +components: ["chart"] tags: creating,radchart,programmatically,-,more,complex,example published: True position: 4 diff --git a/controls/chart/building-radcharts/creating-radchart-programmatically.md b/controls/chart/building-radcharts/creating-radchart-programmatically.md index 95a476e697..752628c1b3 100644 --- a/controls/chart/building-radcharts/creating-radchart-programmatically.md +++ b/controls/chart/building-radcharts/creating-radchart-programmatically.md @@ -3,6 +3,7 @@ title: Creating RadChart Programmatically page_title: Creating RadChart Programmatically - RadChart description: Check our Web Forms article about Creating RadChart Programmatically. slug: chart/building-radcharts/creating-radchart-programmatically +components: ["chart"] tags: creating,radchart,programmatically published: True position: 3 diff --git a/controls/chart/building-radcharts/data-binding-radchart-to-a-database-object.md b/controls/chart/building-radcharts/data-binding-radchart-to-a-database-object.md index 727e611f7d..8c87aa26ee 100644 --- a/controls/chart/building-radcharts/data-binding-radchart-to-a-database-object.md +++ b/controls/chart/building-radcharts/data-binding-radchart-to-a-database-object.md @@ -3,6 +3,7 @@ title: Data Binding RadChart to a Database Object page_title: Data Binding RadChart to a Database Object - RadChart description: Check our Web Forms article about Data Binding RadChart to a Database Object. slug: chart/building-radcharts/data-binding-radchart-to-a-database-object +components: ["chart"] tags: data,binding,radchart,to,a,database,object published: True position: 7 diff --git a/controls/chart/building-radcharts/data-binding-radchart-to-a-generic-list-of-objects.md b/controls/chart/building-radcharts/data-binding-radchart-to-a-generic-list-of-objects.md index 196229ca9b..170fee4269 100644 --- a/controls/chart/building-radcharts/data-binding-radchart-to-a-generic-list-of-objects.md +++ b/controls/chart/building-radcharts/data-binding-radchart-to-a-generic-list-of-objects.md @@ -3,6 +3,7 @@ title: Data Binding RadChart to a Generic List of Objects page_title: Data Binding RadChart to a Generic List of Objects - RadChart description: Check our Web Forms article about Data Binding RadChart to a Generic List of Objects. slug: chart/building-radcharts/data-binding-radchart-to-a-generic-list-of-objects +components: ["chart"] tags: data,binding,radchart,to,a,generic,list,of,objects published: True position: 10 diff --git a/controls/chart/building-radcharts/data-binding-radchart-to-a-generic-list-of-simple-types.md b/controls/chart/building-radcharts/data-binding-radchart-to-a-generic-list-of-simple-types.md index 68b97d2e60..cf25104039 100644 --- a/controls/chart/building-radcharts/data-binding-radchart-to-a-generic-list-of-simple-types.md +++ b/controls/chart/building-radcharts/data-binding-radchart-to-a-generic-list-of-simple-types.md @@ -3,6 +3,7 @@ title: Data Binding RadChart to a Generic List of Simple Types page_title: Data Binding RadChart to a Generic List of Simple Types - RadChart description: Check our Web Forms article about Data Binding RadChart to a Generic List of Simple Types. slug: chart/building-radcharts/data-binding-radchart-to-a-generic-list-of-simple-types +components: ["chart"] tags: data,binding,radchart,to,a,generic,list,of,simple,types published: True position: 9 diff --git a/controls/chart/building-radcharts/data-binding-radchart-to-a-generic-list.md b/controls/chart/building-radcharts/data-binding-radchart-to-a-generic-list.md index 23aa8b34c0..e8e99c6f0a 100644 --- a/controls/chart/building-radcharts/data-binding-radchart-to-a-generic-list.md +++ b/controls/chart/building-radcharts/data-binding-radchart-to-a-generic-list.md @@ -3,6 +3,7 @@ title: Data Binding RadChart to a Generic List page_title: Data Binding RadChart to a Generic List - RadChart description: Check our Web Forms article about Data Binding RadChart to a Generic List. slug: chart/building-radcharts/data-binding-radchart-to-a-generic-list +components: ["chart"] tags: data,binding,radchart,to,a,generic,list published: True position: 8 diff --git a/controls/chart/building-radcharts/data-binding-radchart-to-an-array.md b/controls/chart/building-radcharts/data-binding-radchart-to-an-array.md index a7994e83e6..1d57e4b7e9 100644 --- a/controls/chart/building-radcharts/data-binding-radchart-to-an-array.md +++ b/controls/chart/building-radcharts/data-binding-radchart-to-an-array.md @@ -3,6 +3,7 @@ title: Data Binding RadChart to an Array page_title: Data Binding RadChart to an Array - RadChart description: Check our Web Forms article about Data Binding RadChart to an Array. slug: chart/building-radcharts/data-binding-radchart-to-an-array +components: ["chart"] tags: data,binding,radchart,to,an,array published: True position: 6 diff --git a/controls/chart/building-radcharts/data-binding-radchart-to-an-objectdatasource.md b/controls/chart/building-radcharts/data-binding-radchart-to-an-objectdatasource.md index a2d705d268..b0c1b87963 100644 --- a/controls/chart/building-radcharts/data-binding-radchart-to-an-objectdatasource.md +++ b/controls/chart/building-radcharts/data-binding-radchart-to-an-objectdatasource.md @@ -3,6 +3,7 @@ title: Data Binding RadChart to an ObjectDataSource page_title: Data Binding RadChart to an ObjectDataSource - RadChart description: Check our Web Forms article about Data Binding RadChart to an ObjectDataSource. slug: chart/building-radcharts/data-binding-radchart-to-an-objectdatasource +components: ["chart"] tags: data,binding,radchart,to,an,objectdatasource published: True position: 11 diff --git a/controls/chart/building-radcharts/data-binding-radchart-to-an-xml-file.md b/controls/chart/building-radcharts/data-binding-radchart-to-an-xml-file.md index 2d2befdb8b..e9cda98914 100644 --- a/controls/chart/building-radcharts/data-binding-radchart-to-an-xml-file.md +++ b/controls/chart/building-radcharts/data-binding-radchart-to-an-xml-file.md @@ -3,6 +3,7 @@ title: Data Binding RadChart to an XML file page_title: Data Binding RadChart to an XML file - RadChart description: Check our Web Forms article about Data Binding RadChart to an XML file. slug: chart/building-radcharts/data-binding-radchart-to-an-xml-file +components: ["chart"] tags: data,binding,radchart,to,an,xml,file published: True position: 15 diff --git a/controls/chart/building-radcharts/data-binding-radchart-to-objectdatasource-at-design-time.md b/controls/chart/building-radcharts/data-binding-radchart-to-objectdatasource-at-design-time.md index f21571634e..1ab268252a 100644 --- a/controls/chart/building-radcharts/data-binding-radchart-to-objectdatasource-at-design-time.md +++ b/controls/chart/building-radcharts/data-binding-radchart-to-objectdatasource-at-design-time.md @@ -3,6 +3,7 @@ title: Data Binding RadChart to ObjectDataSource at Design-Time page_title: Data Binding RadChart to ObjectDataSource at Design-Time - RadChart description: Check our Web Forms article about Data Binding RadChart to ObjectDataSource at Design-Time. slug: chart/building-radcharts/data-binding-radchart-to-objectdatasource-at-design-time +components: ["chart"] tags: data,binding,radchart,to,objectdatasource,at,design-time published: True position: 14 diff --git a/controls/chart/building-radcharts/data-binding-radchart.md b/controls/chart/building-radcharts/data-binding-radchart.md index 5aa6539348..3b36b05e5a 100644 --- a/controls/chart/building-radcharts/data-binding-radchart.md +++ b/controls/chart/building-radcharts/data-binding-radchart.md @@ -3,6 +3,7 @@ title: Data Binding RadChart page_title: Data Binding RadChart - RadChart description: Check our Web Forms article about Data Binding RadChart. slug: chart/building-radcharts/data-binding-radchart +components: ["chart"] tags: data,binding,radchart published: True position: 5 diff --git a/controls/chart/building-radcharts/grouping-databound-items.md b/controls/chart/building-radcharts/grouping-databound-items.md index c669f5477a..a7db68e447 100644 --- a/controls/chart/building-radcharts/grouping-databound-items.md +++ b/controls/chart/building-radcharts/grouping-databound-items.md @@ -3,6 +3,7 @@ title: Grouping databound items page_title: Grouping databound items - RadChart description: Check our Web Forms article about Grouping databound items. slug: chart/building-radcharts/grouping-databound-items +components: ["chart"] tags: grouping,databound,items published: True position: 18 diff --git a/controls/chart/building-radcharts/overview.md b/controls/chart/building-radcharts/overview.md index 06886e3881..b793f14e3b 100644 --- a/controls/chart/building-radcharts/overview.md +++ b/controls/chart/building-radcharts/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Building RadCharts - RadChart description: Check our Web Forms article about Building RadCharts. slug: chart/building-radcharts/building-radcharts +components: ["chart"] tags: building,radcharts published: True position: 0 diff --git a/controls/chart/building-radcharts/populate-radchart-at-design-time.md b/controls/chart/building-radcharts/populate-radchart-at-design-time.md index 788845441e..72d8a73cdb 100644 --- a/controls/chart/building-radcharts/populate-radchart-at-design-time.md +++ b/controls/chart/building-radcharts/populate-radchart-at-design-time.md @@ -3,6 +3,7 @@ title: Populate RadChart at Design-Time page_title: Populate RadChart at Design-Time - RadChart description: Check our Web Forms article about Populate RadChart at Design-Time. slug: chart/building-radcharts/populate-radchart-at-design-time +components: ["chart"] tags: populate,radchart,at,design-time published: True position: 1 diff --git a/controls/chart/client-side/client-side-api.md b/controls/chart/client-side/client-side-api.md index 20a0a2ccb2..a99250e845 100644 --- a/controls/chart/client-side/client-side-api.md +++ b/controls/chart/client-side/client-side-api.md @@ -3,6 +3,7 @@ title: Client-Side API page_title: Client-Side API - RadChart description: Check our Web Forms article about Client-Side API. slug: chart/client-side/client-side-api +components: ["chart"] tags: client-side,api published: True position: 0 diff --git a/controls/chart/features/autolayout.md b/controls/chart/features/autolayout.md index a1420dadd9..96e266e684 100644 --- a/controls/chart/features/autolayout.md +++ b/controls/chart/features/autolayout.md @@ -3,6 +3,7 @@ title: AutoLayout page_title: AutoLayout - RadChart description: Check our Web Forms article about AutoLayout. slug: chart/features/autolayout +components: ["chart"] tags: autolayout published: True position: 0 diff --git a/controls/chart/features/automatic-text-wrapping.md b/controls/chart/features/automatic-text-wrapping.md index 04c0b47e0c..7fad0e74e9 100644 --- a/controls/chart/features/automatic-text-wrapping.md +++ b/controls/chart/features/automatic-text-wrapping.md @@ -3,6 +3,7 @@ title: Automatic Text-wrapping page_title: Automatic Text-wrapping - RadChart description: Check our Web Forms article about Automatic Text-wrapping. slug: chart/features/automatic-text-wrapping +components: ["chart"] tags: automatic,text-wrapping published: True position: 1 diff --git a/controls/chart/features/empty-values.md b/controls/chart/features/empty-values.md index f8d11170ac..af1a9bf84e 100644 --- a/controls/chart/features/empty-values.md +++ b/controls/chart/features/empty-values.md @@ -3,6 +3,7 @@ title: Empty Values page_title: Empty Values - RadChart description: Check our Web Forms article about Empty Values. slug: chart/features/empty-values +components: ["chart"] tags: empty,values published: True position: 4 diff --git a/controls/chart/features/intelligent-labels.md b/controls/chart/features/intelligent-labels.md index 0019e309cd..dfab432b44 100644 --- a/controls/chart/features/intelligent-labels.md +++ b/controls/chart/features/intelligent-labels.md @@ -3,6 +3,7 @@ title: Intelligent Labels page_title: Intelligent Labels - RadChart description: Check our Web Forms article about Intelligent Labels. slug: chart/features/intelligent-labels +components: ["chart"] tags: intelligent,labels published: True position: 7 diff --git a/controls/chart/features/marked-zones.md b/controls/chart/features/marked-zones.md index 79ac1123ef..3eddc7523b 100644 --- a/controls/chart/features/marked-zones.md +++ b/controls/chart/features/marked-zones.md @@ -3,6 +3,7 @@ title: Marked Zones page_title: Marked Zones - RadChart description: Check our Web Forms article about Marked Zones. slug: chart/features/marked-zones +components: ["chart"] tags: marked,zones published: True position: 9 diff --git a/controls/chart/features/multi-line-labels.md b/controls/chart/features/multi-line-labels.md index 2c169d2729..94cfb53993 100644 --- a/controls/chart/features/multi-line-labels.md +++ b/controls/chart/features/multi-line-labels.md @@ -3,6 +3,7 @@ title: Multi-Line Labels page_title: Multi-Line Labels - RadChart description: Check our Web Forms article about Multi-Line Labels. slug: chart/features/multi-line-labels +components: ["chart"] tags: multi-line,labels published: True position: 6 diff --git a/controls/chart/features/scale-breaks.md b/controls/chart/features/scale-breaks.md index 27f01ed8be..7aae230ed2 100644 --- a/controls/chart/features/scale-breaks.md +++ b/controls/chart/features/scale-breaks.md @@ -3,6 +3,7 @@ title: Scale Breaks page_title: Scale Breaks - RadChart description: Check our Web Forms article about Scale Breaks. slug: chart/features/scale-breaks +components: ["chart"] tags: scale,breaks published: True position: 5 diff --git a/controls/chart/features/spline-areas.md b/controls/chart/features/spline-areas.md index b025ee5813..7eeb9d8382 100644 --- a/controls/chart/features/spline-areas.md +++ b/controls/chart/features/spline-areas.md @@ -3,6 +3,7 @@ title: Spline Areas page_title: Spline Areas - RadChart description: Check our Web Forms article about Spline Areas. slug: chart/features/spline-areas +components: ["chart"] tags: spline,areas published: True position: 3 diff --git a/controls/chart/features/strict-mode.md b/controls/chart/features/strict-mode.md index a41bd560a0..5e43852285 100644 --- a/controls/chart/features/strict-mode.md +++ b/controls/chart/features/strict-mode.md @@ -3,6 +3,7 @@ title: Strict Mode page_title: Strict Mode - RadChart description: Check our Web Forms article about Strict Mode. slug: chart/features/strict-mode +components: ["chart"] tags: strict,mode published: True position: 8 diff --git a/controls/chart/features/zooming-and-scrolling.md b/controls/chart/features/zooming-and-scrolling.md index 379f7780fc..c189180e2e 100644 --- a/controls/chart/features/zooming-and-scrolling.md +++ b/controls/chart/features/zooming-and-scrolling.md @@ -3,6 +3,7 @@ title: Zooming and Scrolling page_title: Zooming and Scrolling - RadChart description: Check our Web Forms article about Zooming and Scrolling. slug: chart/features/zooming-and-scrolling +components: ["chart"] tags: zooming,and,scrolling published: True position: 2 diff --git a/controls/chart/getting-started/create-bar-chart-with-simple-static-data.md b/controls/chart/getting-started/create-bar-chart-with-simple-static-data.md index f350afd877..5b151683c8 100644 --- a/controls/chart/getting-started/create-bar-chart-with-simple-static-data.md +++ b/controls/chart/getting-started/create-bar-chart-with-simple-static-data.md @@ -3,6 +3,7 @@ title: Create a Bar Chart with Simple Static Data page_title: Create a Bar Chart with Simple Static Data description: Check our Web Forms article about Overview. slug: chart/getting-started/create-bar-chart-with-simple-static-data +components: ["chart"] tags: Create, static, Chart, getting started published: True position: 1 diff --git a/controls/chart/getting-started/create-data-bound-chart.md b/controls/chart/getting-started/create-data-bound-chart.md index d1fe935b9a..6254cd57a7 100644 --- a/controls/chart/getting-started/create-data-bound-chart.md +++ b/controls/chart/getting-started/create-data-bound-chart.md @@ -3,6 +3,7 @@ title: Create a Data Bound Chart page_title: Create a Data Bound Chart description: Check our Web Forms article about Overview. slug: chart/getting-started/create-data-bound-chart +components: ["chart"] tags: Create, Data Bound, Chart, getting started published: True position: 1 diff --git a/controls/chart/how-to/add-axis-labels-programmatically.md b/controls/chart/how-to/add-axis-labels-programmatically.md index 09f40536c4..7997605ad9 100644 --- a/controls/chart/how-to/add-axis-labels-programmatically.md +++ b/controls/chart/how-to/add-axis-labels-programmatically.md @@ -3,6 +3,7 @@ title: Add Axis Labels Programmatically page_title: How to Add Axis Labels Programmatically description: Check our Web Forms article about How to Extend the Displayable Area for YAxis Data. slug: chart/how-to/add-axis-labels-programmatically +components: ["chart"] tags: how to, add, axis, label, programmatically published: True position: 1 diff --git a/controls/chart/how-to/assign-individual-colors-to-bars.md b/controls/chart/how-to/assign-individual-colors-to-bars.md index 2ef367a03f..4fda38806f 100644 --- a/controls/chart/how-to/assign-individual-colors-to-bars.md +++ b/controls/chart/how-to/assign-individual-colors-to-bars.md @@ -3,6 +3,7 @@ title: Assign Individual Colors to Bars page_title: How to Assign Individual Colors to Bars description: Check our Web Forms article about How to Assign Individual Colors to Bars. slug: chart/how-to/assign-individual-colors-to-bars +components: ["chart"] tags: how to, assign, color, individual, bar published: True position: 2 diff --git a/controls/chart/how-to/extend-displayable-area-yaxis-data.md b/controls/chart/how-to/extend-displayable-area-yaxis-data.md index a5dae015c6..65fd3acdaf 100644 --- a/controls/chart/how-to/extend-displayable-area-yaxis-data.md +++ b/controls/chart/how-to/extend-displayable-area-yaxis-data.md @@ -3,6 +3,7 @@ title: Extend the Displayable Area for YAxis Data page_title: How to Extend the Displayable Area for YAxis Data description: Check our Web Forms article about How to Extend the Displayable Area for YAxis Data. slug: chart/how-to/extend-displayable-area-yaxis-data +components: ["chart"] tags: how to, extend, area, yaxis, data published: True position: 0 diff --git a/controls/chart/how-to/make-colors-display-with-partial-transparency.md b/controls/chart/how-to/make-colors-display-with-partial-transparency.md index a833d36442..6cad2f6d86 100644 --- a/controls/chart/how-to/make-colors-display-with-partial-transparency.md +++ b/controls/chart/how-to/make-colors-display-with-partial-transparency.md @@ -3,6 +3,7 @@ title: Make Colors Display with Partial Transparency page_title: How to Make Colors Display with Partial Transparency description: Check our Web Forms article about How to Make Colors Display with Partial Transparency. slug: chart/how-to/make-colors-display-with-partial-transparency +components: ["chart"] tags: how to, color, partial, transparency published: True position: 3 diff --git a/controls/chart/overview.md b/controls/chart/overview.md index 2cf838d473..bd3614db38 100644 --- a/controls/chart/overview.md +++ b/controls/chart/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadChart Overview description: Check our Web Forms article about Overview. slug: chart/overview +components: ["chart"] tags: overview published: True position: 0 diff --git a/controls/chart/standards-compliance/accessibility.md b/controls/chart/standards-compliance/accessibility.md index b1b07fc349..ed770e7092 100644 --- a/controls/chart/standards-compliance/accessibility.md +++ b/controls/chart/standards-compliance/accessibility.md @@ -3,6 +3,7 @@ title: Accessibility page_title: Accessibility - RadChart description: Check our Web Forms article about Accessibility. slug: chart/standards-compliance/accessibility +components: ["chart"] tags: accessibility published: True position: 0 diff --git a/controls/chart/standards-compliance/xhtml.md b/controls/chart/standards-compliance/xhtml.md index f1ed222d6c..8226255d3f 100644 --- a/controls/chart/standards-compliance/xhtml.md +++ b/controls/chart/standards-compliance/xhtml.md @@ -3,6 +3,7 @@ title: XHTML page_title: XHTML - RadChart description: Check our Web Forms article about XHTML. slug: chart/standards-compliance/xhtml +components: ["chart"] tags: xhtml published: True position: 1 diff --git a/controls/chart/styling-radcharts/chart-skin.md b/controls/chart/styling-radcharts/chart-skin.md index 0f0dbea8ce..7fd4103de2 100644 --- a/controls/chart/styling-radcharts/chart-skin.md +++ b/controls/chart/styling-radcharts/chart-skin.md @@ -3,6 +3,7 @@ title: Chart Skin page_title: Chart Skin - RadChart description: Check our Web Forms article about Chart Skin. slug: chart/styling-radcharts/chart-skin +components: ["chart"] tags: chart,skin published: True position: 3 diff --git a/controls/chart/styling-radcharts/custom-appearance-properties.md b/controls/chart/styling-radcharts/custom-appearance-properties.md index f041796470..f4f7407654 100644 --- a/controls/chart/styling-radcharts/custom-appearance-properties.md +++ b/controls/chart/styling-radcharts/custom-appearance-properties.md @@ -3,6 +3,7 @@ title: Custom Appearance Properties page_title: Custom Appearance Properties - RadChart description: Check our Web Forms article about Custom Appearance Properties. slug: chart/styling-radcharts/custom-appearance-properties +components: ["chart"] tags: custom,appearance,properties published: True position: 2 diff --git a/controls/chart/styling-radcharts/setting-the-background.md b/controls/chart/styling-radcharts/setting-the-background.md index a4a5243bc2..70182d3f24 100644 --- a/controls/chart/styling-radcharts/setting-the-background.md +++ b/controls/chart/styling-radcharts/setting-the-background.md @@ -3,6 +3,7 @@ title: Setting The Background page_title: Setting The Background - RadChart description: Check our Web Forms article about Setting The Background. slug: chart/styling-radcharts/setting-the-background +components: ["chart"] tags: setting,the,background published: True position: 1 diff --git a/controls/chart/styling-radcharts/step-by-step-skinning-example.md b/controls/chart/styling-radcharts/step-by-step-skinning-example.md index c19985522a..a1b156e339 100644 --- a/controls/chart/styling-radcharts/step-by-step-skinning-example.md +++ b/controls/chart/styling-radcharts/step-by-step-skinning-example.md @@ -3,6 +3,7 @@ title: Step-By-Step Skinning Example page_title: Step-By-Step Skinning Example - RadChart description: Check our Web Forms article about Step-By-Step Skinning Example. slug: chart/styling-radcharts/step-by-step-skinning-example +components: ["chart"] tags: step-by-step,skinning,example published: True position: 4 diff --git a/controls/chart/styling-radcharts/styling-chart-elements.md b/controls/chart/styling-radcharts/styling-chart-elements.md index 9cbb3a75c0..e038cc1ec5 100644 --- a/controls/chart/styling-radcharts/styling-chart-elements.md +++ b/controls/chart/styling-radcharts/styling-chart-elements.md @@ -3,6 +3,7 @@ title: Styling Chart Elements page_title: Styling Chart Elements - RadChart description: Check our Web Forms article about Styling Chart Elements. slug: chart/styling-radcharts/styling-chart-elements +components: ["chart"] tags: styling,chart,elements published: True position: 0 diff --git a/controls/chart/troubleshooting/chart-image-is-not-displayed-in-the-page.md b/controls/chart/troubleshooting/chart-image-is-not-displayed-in-the-page.md index cdcdd5f3af..3eb4689bd9 100644 --- a/controls/chart/troubleshooting/chart-image-is-not-displayed-in-the-page.md +++ b/controls/chart/troubleshooting/chart-image-is-not-displayed-in-the-page.md @@ -3,6 +3,7 @@ title: Chart Image is not displayed in the page page_title: Chart Image is not displayed in the page - RadChart description: Check our Web Forms article about Chart Image is not displayed in the page. slug: chart/troubleshooting/chart-image-is-not-displayed-in-the-page +components: ["chart"] tags: chart,image,is,not,displayed,in,the,page published: True position: 2 diff --git a/controls/chart/troubleshooting/telerik.charting-type-in-both-telerik.charting.dll-and-radchart.net2.dll.md b/controls/chart/troubleshooting/telerik.charting-type-in-both-telerik.charting.dll-and-radchart.net2.dll.md index 1ad7aacddc..19da8a21c7 100644 --- a/controls/chart/troubleshooting/telerik.charting-type-in-both-telerik.charting.dll-and-radchart.net2.dll.md +++ b/controls/chart/troubleshooting/telerik.charting-type-in-both-telerik.charting.dll-and-radchart.net2.dll.md @@ -3,6 +3,7 @@ title: Telerik.Charting. in both Telerik.Charting.dll and RadChart.Net2.dl page_title: Chart Image is not displayed in the page - RadChart description: Check our Web Forms article about Telerik.Charting. in both Telerik.Charting.dll and RadChart.Net2.dll. slug: chart/troubleshooting/telerik.charting-type-in-both-telerik.charting.dll-and-radchart.net2.dll +components: ["chart"] tags: chart,type,both,telerik.charting.dll,radchart.net2.dll published: True position: 1 diff --git a/controls/chart/troubleshooting/tooltips-not-updated-with-ajax-in-webkit-browsers.md b/controls/chart/troubleshooting/tooltips-not-updated-with-ajax-in-webkit-browsers.md index 14a786d78e..5569d9d549 100644 --- a/controls/chart/troubleshooting/tooltips-not-updated-with-ajax-in-webkit-browsers.md +++ b/controls/chart/troubleshooting/tooltips-not-updated-with-ajax-in-webkit-browsers.md @@ -3,6 +3,7 @@ title: Tooltips not updated with AJAX in Webkit browsers page_title: Tooltips not updated with AJAX in Webkit browsers - RadChart description: Check our Web Forms article about Tooltips not updated with AJAX in Webkit browsers. slug: chart/troubleshooting/tooltips-not-updated-with-ajax-in-webkit-browsers +components: ["chart"] tags: tooltips,not,updated,with,ajax,in,webkit,browsers published: True position: 3 diff --git a/controls/chart/understanding-radchart-elements/axes.md b/controls/chart/understanding-radchart-elements/axes.md index af6c26c40e..304bb370d4 100644 --- a/controls/chart/understanding-radchart-elements/axes.md +++ b/controls/chart/understanding-radchart-elements/axes.md @@ -3,6 +3,7 @@ title: Axes page_title: Axes - RadChart description: Check our Web Forms article about Axes. slug: chart/understanding-radchart-elements/axes +components: ["chart"] tags: axes published: True position: 2 diff --git a/controls/chart/understanding-radchart-elements/axis-labels.md b/controls/chart/understanding-radchart-elements/axis-labels.md index c3bc4c8569..376525cb18 100644 --- a/controls/chart/understanding-radchart-elements/axis-labels.md +++ b/controls/chart/understanding-radchart-elements/axis-labels.md @@ -3,6 +3,7 @@ title: Axis Labels page_title: Axis Labels - RadChart description: Check our Web Forms article about Axis Labels. slug: chart/understanding-radchart-elements/axis-labels +components: ["chart"] tags: axis,labels published: True position: 3 diff --git a/controls/chart/understanding-radchart-elements/background-and-plot-areas.md b/controls/chart/understanding-radchart-elements/background-and-plot-areas.md index 0c28ec8096..17b88c0d73 100644 --- a/controls/chart/understanding-radchart-elements/background-and-plot-areas.md +++ b/controls/chart/understanding-radchart-elements/background-and-plot-areas.md @@ -3,6 +3,7 @@ title: Background and Plot Areas page_title: Background and Plot Areas - RadChart description: Check our Web Forms article about Background and Plot Areas. slug: chart/understanding-radchart-elements/background-and-plot-areas +components: ["chart"] tags: background,and,plot,areas published: True position: 1 diff --git a/controls/chart/understanding-radchart-elements/baroverlappercent-and-barwidthpercent.md b/controls/chart/understanding-radchart-elements/baroverlappercent-and-barwidthpercent.md index 35a7e93649..7af3539213 100644 --- a/controls/chart/understanding-radchart-elements/baroverlappercent-and-barwidthpercent.md +++ b/controls/chart/understanding-radchart-elements/baroverlappercent-and-barwidthpercent.md @@ -3,6 +3,7 @@ title: BarOverLapPercent and BarWidthPercent page_title: BarOverLapPercent and BarWidthPercent - RadChart description: Check our Web Forms article about BarOverLapPercent and BarWidthPercent. slug: chart/understanding-radchart-elements/baroverlappercent-and-barwidthpercent +components: ["chart"] tags: baroverlappercent,and,barwidthpercent published: True position: 13 diff --git a/controls/chart/understanding-radchart-elements/data-table.md b/controls/chart/understanding-radchart-elements/data-table.md index 8087a58e05..cfae54c522 100644 --- a/controls/chart/understanding-radchart-elements/data-table.md +++ b/controls/chart/understanding-radchart-elements/data-table.md @@ -3,6 +3,7 @@ title: Data Table page_title: Data Table - RadChart description: Check our Web Forms article about Data Table. slug: chart/understanding-radchart-elements/data-table +components: ["chart"] tags: data,table published: True position: 15 diff --git a/controls/chart/understanding-radchart-elements/defaultlabelvalue.md b/controls/chart/understanding-radchart-elements/defaultlabelvalue.md index 1b6620de7f..2ecf928953 100644 --- a/controls/chart/understanding-radchart-elements/defaultlabelvalue.md +++ b/controls/chart/understanding-radchart-elements/defaultlabelvalue.md @@ -3,6 +3,7 @@ title: DefaultLabelValue page_title: DefaultLabelValue - RadChart description: Check our Web Forms article about DefaultLabelValue. slug: chart/understanding-radchart-elements/defaultlabelvalue +components: ["chart"] tags: defaultlabelvalue published: True position: 12 diff --git a/controls/chart/understanding-radchart-elements/gridlines.md b/controls/chart/understanding-radchart-elements/gridlines.md index 67dad51568..60814c32a2 100644 --- a/controls/chart/understanding-radchart-elements/gridlines.md +++ b/controls/chart/understanding-radchart-elements/gridlines.md @@ -3,6 +3,7 @@ title: Gridlines page_title: Gridlines - RadChart description: Check our Web Forms article about Gridlines. slug: chart/understanding-radchart-elements/gridlines +components: ["chart"] tags: gridlines published: True position: 4 diff --git a/controls/chart/understanding-radchart-elements/legend-display-mode.md b/controls/chart/understanding-radchart-elements/legend-display-mode.md index 7e06aac6a5..206e2e3146 100644 --- a/controls/chart/understanding-radchart-elements/legend-display-mode.md +++ b/controls/chart/understanding-radchart-elements/legend-display-mode.md @@ -3,6 +3,7 @@ title: Legend Display Mode page_title: Legend Display Mode - RadChart description: Check our Web Forms article about Legend Display Mode. slug: chart/understanding-radchart-elements/legend-display-mode +components: ["chart"] tags: legend,display,mode published: True position: 14 diff --git a/controls/chart/understanding-radchart-elements/legends.md b/controls/chart/understanding-radchart-elements/legends.md index 3735a940c7..1727324d3b 100644 --- a/controls/chart/understanding-radchart-elements/legends.md +++ b/controls/chart/understanding-radchart-elements/legends.md @@ -3,6 +3,7 @@ title: Legends page_title: Legends - RadChart description: Check our Web Forms article about Legends. slug: chart/understanding-radchart-elements/legends +components: ["chart"] tags: legends published: True position: 5 diff --git a/controls/chart/understanding-radchart-elements/margins.md b/controls/chart/understanding-radchart-elements/margins.md index 9e57a83b8f..04a7126520 100644 --- a/controls/chart/understanding-radchart-elements/margins.md +++ b/controls/chart/understanding-radchart-elements/margins.md @@ -3,6 +3,7 @@ title: Margins page_title: Margins - RadChart description: Check our Web Forms article about Margins. slug: chart/understanding-radchart-elements/margins +components: ["chart"] tags: margins published: True position: 6 diff --git a/controls/chart/understanding-radchart-elements/overview.md b/controls/chart/understanding-radchart-elements/overview.md index 8fa05f579d..1842713490 100644 --- a/controls/chart/understanding-radchart-elements/overview.md +++ b/controls/chart/understanding-radchart-elements/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Rad Chart Basics - RadChart description: Check our Web Forms article about Rad Chart Basics. slug: chart/understanding-radchart-elements/rad-chart-basics +components: ["chart"] tags: rad,chart,basics published: True position: 0 diff --git a/controls/chart/understanding-radchart-elements/series-items.md b/controls/chart/understanding-radchart-elements/series-items.md index 2eb3b8813d..7ea7359be7 100644 --- a/controls/chart/understanding-radchart-elements/series-items.md +++ b/controls/chart/understanding-radchart-elements/series-items.md @@ -3,6 +3,7 @@ title: Series Items page_title: Series Items - RadChart description: Check our Web Forms article about Series Items. slug: chart/understanding-radchart-elements/series-items +components: ["chart"] tags: series,items published: True position: 9 diff --git a/controls/chart/understanding-radchart-elements/series-overview.md b/controls/chart/understanding-radchart-elements/series-overview.md index d379635ef9..53b514d7b7 100644 --- a/controls/chart/understanding-radchart-elements/series-overview.md +++ b/controls/chart/understanding-radchart-elements/series-overview.md @@ -3,6 +3,7 @@ title: Series Overview page_title: Series Overview - RadChart description: Check our Web Forms article about Series Overview. slug: chart/understanding-radchart-elements/series-overview +components: ["chart"] tags: series,overview published: True position: 8 diff --git a/controls/chart/understanding-radchart-elements/series-specific-properties.md b/controls/chart/understanding-radchart-elements/series-specific-properties.md index 13af3364ee..cbf57f0bd8 100644 --- a/controls/chart/understanding-radchart-elements/series-specific-properties.md +++ b/controls/chart/understanding-radchart-elements/series-specific-properties.md @@ -3,6 +3,7 @@ title: Series-Specific Properties page_title: Series-Specific Properties - RadChart description: Check our Web Forms article about Series-Specific Properties. slug: chart/understanding-radchart-elements/series-specific-properties +components: ["chart"] tags: series-specific,properties published: True position: 10 diff --git a/controls/chart/understanding-radchart-elements/ticks.md b/controls/chart/understanding-radchart-elements/ticks.md index 6ed1834949..3a4f849885 100644 --- a/controls/chart/understanding-radchart-elements/ticks.md +++ b/controls/chart/understanding-radchart-elements/ticks.md @@ -3,6 +3,7 @@ title: Ticks page_title: Ticks - RadChart description: Check our Web Forms article about Ticks. slug: chart/understanding-radchart-elements/ticks +components: ["chart"] tags: ticks published: True position: 11 diff --git a/controls/chart/understanding-radchart-elements/titles.md b/controls/chart/understanding-radchart-elements/titles.md index 99489a2184..98e15d7dfa 100644 --- a/controls/chart/understanding-radchart-elements/titles.md +++ b/controls/chart/understanding-radchart-elements/titles.md @@ -3,6 +3,7 @@ title: Titles page_title: Titles - RadChart description: Check our Web Forms article about Titles. slug: chart/understanding-radchart-elements/titles +components: ["chart"] tags: titles published: True position: 7 diff --git a/controls/chart/understanding-radchart-types/area-charts.md b/controls/chart/understanding-radchart-types/area-charts.md index 06b420b3c4..71b36458b7 100644 --- a/controls/chart/understanding-radchart-types/area-charts.md +++ b/controls/chart/understanding-radchart-types/area-charts.md @@ -3,6 +3,7 @@ title: Area Charts page_title: Area Charts - RadChart description: Check our Web Forms article about Area Charts. slug: chart/understanding-radchart-types/area-charts +components: ["chart"] tags: area,charts published: True position: 14 diff --git a/controls/chart/understanding-radchart-types/bar-charts.md b/controls/chart/understanding-radchart-types/bar-charts.md index 4c530f17e8..76802b88e8 100644 --- a/controls/chart/understanding-radchart-types/bar-charts.md +++ b/controls/chart/understanding-radchart-types/bar-charts.md @@ -3,6 +3,7 @@ title: Bar Charts page_title: Bar Charts - RadChart description: Check our Web Forms article about Bar Charts. slug: chart/understanding-radchart-types/bar-charts +components: ["chart"] tags: bar,charts published: True position: 1 diff --git a/controls/chart/understanding-radchart-types/bezier-charts.md b/controls/chart/understanding-radchart-types/bezier-charts.md index 38e726fdba..042f8ac6a5 100644 --- a/controls/chart/understanding-radchart-types/bezier-charts.md +++ b/controls/chart/understanding-radchart-types/bezier-charts.md @@ -3,6 +3,7 @@ title: Bezier Charts page_title: Bezier Charts - RadChart description: Check our Web Forms article about Bezier Charts. slug: chart/understanding-radchart-types/bezier-charts +components: ["chart"] tags: bezier,charts published: True position: 6 diff --git a/controls/chart/understanding-radchart-types/bubble-charts.md b/controls/chart/understanding-radchart-types/bubble-charts.md index a325566209..58ddb15402 100644 --- a/controls/chart/understanding-radchart-types/bubble-charts.md +++ b/controls/chart/understanding-radchart-types/bubble-charts.md @@ -3,6 +3,7 @@ title: Bubble Charts page_title: Bubble Charts - RadChart description: Check our Web Forms article about Bubble Charts. slug: chart/understanding-radchart-types/bubble-charts +components: ["chart"] tags: bubble,charts published: True position: 8 diff --git a/controls/chart/understanding-radchart-types/candlestick-charts.md b/controls/chart/understanding-radchart-types/candlestick-charts.md index 0d9898466a..a3fe7a4f28 100644 --- a/controls/chart/understanding-radchart-types/candlestick-charts.md +++ b/controls/chart/understanding-radchart-types/candlestick-charts.md @@ -3,6 +3,7 @@ title: CandleStick Charts page_title: CandleStick Charts - RadChart description: Check our Web Forms article about CandleStick Charts. slug: chart/understanding-radchart-types/candlestick-charts +components: ["chart"] tags: candlestick,charts published: True position: 17 diff --git a/controls/chart/understanding-radchart-types/gantt-charts.md b/controls/chart/understanding-radchart-types/gantt-charts.md index 74eb85e601..f7723c8948 100644 --- a/controls/chart/understanding-radchart-types/gantt-charts.md +++ b/controls/chart/understanding-radchart-types/gantt-charts.md @@ -3,6 +3,7 @@ title: Gantt Charts page_title: Gantt Charts - RadChart description: Check our Web Forms article about Gantt Charts. slug: chart/understanding-radchart-types/gantt-charts +components: ["chart"] tags: gantt,charts published: True position: 5 diff --git a/controls/chart/understanding-radchart-types/line-charts.md b/controls/chart/understanding-radchart-types/line-charts.md index 080b317fb6..11ea35d3ab 100644 --- a/controls/chart/understanding-radchart-types/line-charts.md +++ b/controls/chart/understanding-radchart-types/line-charts.md @@ -3,6 +3,7 @@ title: Line Charts page_title: Line Charts - RadChart description: Check our Web Forms article about Line Charts. slug: chart/understanding-radchart-types/line-charts +components: ["chart"] tags: line,charts published: True position: 13 diff --git a/controls/chart/understanding-radchart-types/overview.md b/controls/chart/understanding-radchart-types/overview.md index 396c874763..4fe48b4b03 100644 --- a/controls/chart/understanding-radchart-types/overview.md +++ b/controls/chart/understanding-radchart-types/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadChart Types Overview - RadChart description: Check our Web Forms article about RadChart Types Overview. slug: chart/understanding-radchart-types/radchart-types-overview +components: ["chart"] tags: radchart,types,overview published: True position: 0 diff --git a/controls/chart/understanding-radchart-types/pie-charts.md b/controls/chart/understanding-radchart-types/pie-charts.md index 2875ea5c12..cfa41df509 100644 --- a/controls/chart/understanding-radchart-types/pie-charts.md +++ b/controls/chart/understanding-radchart-types/pie-charts.md @@ -3,6 +3,7 @@ title: Pie Charts page_title: Pie Charts - RadChart description: Check our Web Forms article about Pie Charts. slug: chart/understanding-radchart-types/pie-charts +components: ["chart"] tags: pie,charts published: True position: 4 diff --git a/controls/chart/understanding-radchart-types/point-charts.md b/controls/chart/understanding-radchart-types/point-charts.md index 56bf6ea197..2adab35eed 100644 --- a/controls/chart/understanding-radchart-types/point-charts.md +++ b/controls/chart/understanding-radchart-types/point-charts.md @@ -3,6 +3,7 @@ title: Point Charts page_title: Point Charts - RadChart description: Check our Web Forms article about Point Charts. slug: chart/understanding-radchart-types/point-charts +components: ["chart"] tags: point,charts published: True position: 9 diff --git a/controls/chart/understanding-radchart-types/spline-area-charts.md b/controls/chart/understanding-radchart-types/spline-area-charts.md index 538c394b7f..8de64143cf 100644 --- a/controls/chart/understanding-radchart-types/spline-area-charts.md +++ b/controls/chart/understanding-radchart-types/spline-area-charts.md @@ -3,6 +3,7 @@ title: Spline Area Charts page_title: Spline Area Charts - RadChart description: Check our Web Forms article about Spline Area Charts. slug: chart/understanding-radchart-types/spline-area-charts +components: ["chart"] tags: spline,area,charts published: True position: 10 diff --git a/controls/chart/understanding-radchart-types/spline-charts.md b/controls/chart/understanding-radchart-types/spline-charts.md index 88cf1efaf8..8b109c7fba 100644 --- a/controls/chart/understanding-radchart-types/spline-charts.md +++ b/controls/chart/understanding-radchart-types/spline-charts.md @@ -3,6 +3,7 @@ title: Spline Charts page_title: Spline Charts - RadChart description: Check our Web Forms article about Spline Charts. slug: chart/understanding-radchart-types/spline-charts +components: ["chart"] tags: spline,charts published: True position: 7 diff --git a/controls/chart/understanding-radchart-types/stacked-area-100-charts.md b/controls/chart/understanding-radchart-types/stacked-area-100-charts.md index b20a6d79fc..6d85ab9442 100644 --- a/controls/chart/understanding-radchart-types/stacked-area-100-charts.md +++ b/controls/chart/understanding-radchart-types/stacked-area-100-charts.md @@ -3,6 +3,7 @@ title: Stacked Area 100% Charts page_title: Stacked Area 100% Charts - RadChart description: Check our Web Forms article about Stacked Area 100% Charts. slug: chart/understanding-radchart-types/stacked-area-100%-charts +components: ["chart"] previous_url: controls/chart/understanding-radchart-types/stacked-area-100%-charts tags: stacked,area,100%,charts published: True diff --git a/controls/chart/understanding-radchart-types/stacked-area-charts.md b/controls/chart/understanding-radchart-types/stacked-area-charts.md index 64a2dc8599..cd5c616755 100644 --- a/controls/chart/understanding-radchart-types/stacked-area-charts.md +++ b/controls/chart/understanding-radchart-types/stacked-area-charts.md @@ -3,6 +3,7 @@ title: Stacked Area Charts page_title: Stacked Area Charts - RadChart description: Check our Web Forms article about Stacked Area Charts. slug: chart/understanding-radchart-types/stacked-area-charts +components: ["chart"] tags: stacked,area,charts published: True position: 15 diff --git a/controls/chart/understanding-radchart-types/stacked-bar-100-charts.md b/controls/chart/understanding-radchart-types/stacked-bar-100-charts.md index 837be4752c..37a45a35a0 100644 --- a/controls/chart/understanding-radchart-types/stacked-bar-100-charts.md +++ b/controls/chart/understanding-radchart-types/stacked-bar-100-charts.md @@ -3,6 +3,7 @@ title: Stacked Bar 100% Charts page_title: Stacked Bar 100% Charts - RadChart description: Check our Web Forms article about Stacked Bar 100% Charts. slug: chart/understanding-radchart-types/stacked-bar-100%-charts +components: ["chart"] previous_url: controls/chart/understanding-radchart-types/stacked-bar-100%-charts tags: stacked,bar,100%,charts published: True diff --git a/controls/chart/understanding-radchart-types/stacked-bar-charts.md b/controls/chart/understanding-radchart-types/stacked-bar-charts.md index 010a2617c0..209e529046 100644 --- a/controls/chart/understanding-radchart-types/stacked-bar-charts.md +++ b/controls/chart/understanding-radchart-types/stacked-bar-charts.md @@ -3,6 +3,7 @@ title: Stacked Bar Charts page_title: Stacked Bar Charts - RadChart description: Check our Web Forms article about Stacked Bar Charts. slug: chart/understanding-radchart-types/stacked-bar-charts +components: ["chart"] tags: stacked,bar,charts published: True position: 2 diff --git a/controls/chart/understanding-radchart-types/stacked-spline-area-100-charts.md b/controls/chart/understanding-radchart-types/stacked-spline-area-100-charts.md index f843e03fca..d910da60a7 100644 --- a/controls/chart/understanding-radchart-types/stacked-spline-area-100-charts.md +++ b/controls/chart/understanding-radchart-types/stacked-spline-area-100-charts.md @@ -3,6 +3,7 @@ title: Stacked Spline Area 100% Charts page_title: Stacked Spline Area 100% Charts - RadChart description: Check our Web Forms article about Stacked Spline Area 100% Charts. slug: chart/understanding-radchart-types/stacked-spline-area-100%-charts +components: ["chart"] previous_url: controls/chart/understanding-radchart-types/stacked-spline-area-100%-charts tags: stacked,spline,area,100%,charts published: True diff --git a/controls/chart/understanding-radchart-types/stacked-spline-area-charts.md b/controls/chart/understanding-radchart-types/stacked-spline-area-charts.md index f6c415ef39..7f13f65c13 100644 --- a/controls/chart/understanding-radchart-types/stacked-spline-area-charts.md +++ b/controls/chart/understanding-radchart-types/stacked-spline-area-charts.md @@ -3,6 +3,7 @@ title: Stacked Spline Area Charts page_title: Stacked Spline Area Charts - RadChart description: Check our Web Forms article about Stacked Spline Area Charts. slug: chart/understanding-radchart-types/stacked-spline-area-charts +components: ["chart"] tags: stacked,spline,area,charts published: True position: 11 diff --git a/controls/chart/understanding-radchart-ui/radchart-smarttag-menu.md b/controls/chart/understanding-radchart-ui/radchart-smarttag-menu.md index 77e44ef885..79d2335d64 100644 --- a/controls/chart/understanding-radchart-ui/radchart-smarttag-menu.md +++ b/controls/chart/understanding-radchart-ui/radchart-smarttag-menu.md @@ -3,6 +3,7 @@ title: RadChart SmartTag Menu page_title: RadChart SmartTag Menu - RadChart description: Check our Web Forms article about RadChart SmartTag Menu. slug: chart/understanding-radchart-ui/radchart-smarttag-menu +components: ["chart"] tags: radchart,smarttag,menu published: True position: 1 diff --git a/controls/chart/understanding-radchart-ui/radchart-wizard.md b/controls/chart/understanding-radchart-ui/radchart-wizard.md index 7cb965a4f3..1c0bf47e51 100644 --- a/controls/chart/understanding-radchart-ui/radchart-wizard.md +++ b/controls/chart/understanding-radchart-ui/radchart-wizard.md @@ -3,6 +3,7 @@ title: RadChart Wizard page_title: RadChart Wizard - RadChart description: Check our Web Forms article about RadChart Wizard. slug: chart/understanding-radchart-ui/radchart-wizard +components: ["chart"] tags: radchart,wizard published: True position: 2 diff --git a/controls/chart/understanding-radchart-ui/the-radchart-user-interface.md b/controls/chart/understanding-radchart-ui/the-radchart-user-interface.md index c1b5295d4b..b563b56d62 100644 --- a/controls/chart/understanding-radchart-ui/the-radchart-user-interface.md +++ b/controls/chart/understanding-radchart-ui/the-radchart-user-interface.md @@ -3,6 +3,7 @@ title: The RadChart User Interface page_title: The RadChart User Interface - RadChart description: Check our Web Forms article about The RadChart User Interface. slug: chart/understanding-radchart-ui/the-radchart-user-interface +components: ["chart"] tags: the,radchart,user,interface published: True position: 0 diff --git a/controls/chart/understanding-radchart-ui/the-wizard-axis-tab.md b/controls/chart/understanding-radchart-ui/the-wizard-axis-tab.md index 1991bc26d6..5698d46aa1 100644 --- a/controls/chart/understanding-radchart-ui/the-wizard-axis-tab.md +++ b/controls/chart/understanding-radchart-ui/the-wizard-axis-tab.md @@ -3,6 +3,7 @@ title: The Wizard Axis Tab page_title: The Wizard Axis Tab - RadChart description: Check our Web Forms article about The Wizard Axis Tab. slug: chart/understanding-radchart-ui/the-wizard-axis-tab +components: ["chart"] tags: the,wizard,axis,tab published: True position: 7 diff --git a/controls/chart/understanding-radchart-ui/the-wizard-data-tab.md b/controls/chart/understanding-radchart-ui/the-wizard-data-tab.md index f58144d3ec..826134fc5d 100644 --- a/controls/chart/understanding-radchart-ui/the-wizard-data-tab.md +++ b/controls/chart/understanding-radchart-ui/the-wizard-data-tab.md @@ -3,6 +3,7 @@ title: The Wizard Data Tab page_title: The Wizard Data Tab - RadChart description: Check our Web Forms article about The Wizard Data Tab. slug: chart/understanding-radchart-ui/the-wizard-data-tab +components: ["chart"] tags: the,wizard,data,tab published: True position: 4 diff --git a/controls/chart/understanding-radchart-ui/the-wizard-labels,-legend-and-titles-tab.md b/controls/chart/understanding-radchart-ui/the-wizard-labels,-legend-and-titles-tab.md index bde0e50971..cf71fbf7d4 100644 --- a/controls/chart/understanding-radchart-ui/the-wizard-labels,-legend-and-titles-tab.md +++ b/controls/chart/understanding-radchart-ui/the-wizard-labels,-legend-and-titles-tab.md @@ -3,6 +3,7 @@ title: The Wizard Labels, Legend and Titles Tab page_title: The Wizard Labels, Legend and Titles Tab - RadChart description: Check our Web Forms article about The Wizard Labels, Legend and Titles Tab. slug: chart/understanding-radchart-ui/the-wizard-labels,-legend-and-titles-tab +components: ["chart"] tags: the,wizard,labels,,legend,and,titles,tab published: True position: 6 diff --git a/controls/chart/understanding-radchart-ui/the-wizard-skin-tab.md b/controls/chart/understanding-radchart-ui/the-wizard-skin-tab.md index 70b2d811e4..8587c1d395 100644 --- a/controls/chart/understanding-radchart-ui/the-wizard-skin-tab.md +++ b/controls/chart/understanding-radchart-ui/the-wizard-skin-tab.md @@ -3,6 +3,7 @@ title: The Wizard Skin Tab page_title: The Wizard Skin Tab - RadChart description: Check our Web Forms article about The Wizard Skin Tab. slug: chart/understanding-radchart-ui/the-wizard-skin-tab +components: ["chart"] tags: the,wizard,skin,tab published: True position: 5 diff --git a/controls/chart/understanding-radchart-ui/the-wizard-type-tab.md b/controls/chart/understanding-radchart-ui/the-wizard-type-tab.md index 01f9c594d6..3ddeaf7ccf 100644 --- a/controls/chart/understanding-radchart-ui/the-wizard-type-tab.md +++ b/controls/chart/understanding-radchart-ui/the-wizard-type-tab.md @@ -3,6 +3,7 @@ title: The Wizard Type Tab page_title: The Wizard Type Tab - RadChart description: Check our Web Forms article about The Wizard Type Tab. slug: chart/understanding-radchart-ui/the-wizard-type-tab +components: ["chart"] tags: the,wizard,type,tab published: True position: 3 diff --git a/controls/chart/understanding-radchart-ui/understanding-wizard-values-data-table-tab.md b/controls/chart/understanding-radchart-ui/understanding-wizard-values-data-table-tab.md index 18d74b46fc..423cbb4d4c 100644 --- a/controls/chart/understanding-radchart-ui/understanding-wizard-values-data-table-tab.md +++ b/controls/chart/understanding-radchart-ui/understanding-wizard-values-data-table-tab.md @@ -3,6 +3,7 @@ title: Understanding Wizard Values Data Table Tab page_title: Understanding Wizard Values Data Table Tab - RadChart description: Check our Web Forms article about Understanding Wizard Values Data Table Tab. slug: chart/understanding-radchart-ui/understanding-wizard-values-data-table-tab +components: ["chart"] tags: understanding,wizard,values,data,table,tab published: True position: 8 diff --git a/controls/chat/client-side-programming/events.md b/controls/chat/client-side-programming/events.md index 778000648a..fd5614ad93 100644 --- a/controls/chat/client-side-programming/events.md +++ b/controls/chat/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Events - RadChat description: Check our Web Forms article about Events. slug: chat/client-side-programming/events +components: ["chat"] tags: events published: True position: 1 diff --git a/controls/chat/client-side-programming/events/onactionclick.md b/controls/chat/client-side-programming/events/onactionclick.md index 177e91993b..06cd4abb62 100644 --- a/controls/chat/client-side-programming/events/onactionclick.md +++ b/controls/chat/client-side-programming/events/onactionclick.md @@ -3,6 +3,7 @@ title: OnActionClick page_title: OnActionClick - RadChat description: Check our Web Forms article about OnActionClick. slug: chat/client-side-programming/events/onactionclick +components: ["chat"] tags: onactionclick published: True position: 0 diff --git a/controls/chat/client-side-programming/events/oninitialize.md b/controls/chat/client-side-programming/events/oninitialize.md index 079f95babf..0893811358 100644 --- a/controls/chat/client-side-programming/events/oninitialize.md +++ b/controls/chat/client-side-programming/events/oninitialize.md @@ -3,6 +3,7 @@ title: OnInitialize page_title: OnInitialize - RadChat description: Check our Web Forms article about OnInitialize. slug: chat/client-side-programming/events/oninitialize +components: ["chat"] tags: oninitialize published: True position: 1 diff --git a/controls/chat/client-side-programming/events/onload.md b/controls/chat/client-side-programming/events/onload.md index 47aefb3385..af1621a378 100644 --- a/controls/chat/client-side-programming/events/onload.md +++ b/controls/chat/client-side-programming/events/onload.md @@ -3,6 +3,7 @@ title: OnLoad page_title: OnLoad - RadChat description: Check our Web Forms article about OnLoad. slug: chat/client-side-programming/events/onload +components: ["chat"] tags: onload published: True position: 2 diff --git a/controls/chat/client-side-programming/events/onpost.md b/controls/chat/client-side-programming/events/onpost.md index 839565baec..89e9ea4aff 100644 --- a/controls/chat/client-side-programming/events/onpost.md +++ b/controls/chat/client-side-programming/events/onpost.md @@ -3,6 +3,7 @@ title: OnPost page_title: OnPost - RadChat description: Check our Web Forms article about OnPost. slug: chat/client-side-programming/events/onpost +components: ["chat"] tags: onpost published: True position: 3 diff --git a/controls/chat/client-side-programming/events/onsendmessage.md b/controls/chat/client-side-programming/events/onsendmessage.md index 6e029897ed..8e55f62af6 100644 --- a/controls/chat/client-side-programming/events/onsendmessage.md +++ b/controls/chat/client-side-programming/events/onsendmessage.md @@ -3,6 +3,7 @@ title: OnSendMessage page_title: OnSendMessage - RadChat description: Check our Web Forms article about OnSendMessage. slug: chat/client-side-programming/events/onsendmessage +components: ["chat"] tags: onsendmessage published: True position: 4 diff --git a/controls/chat/client-side-programming/events/ontoolclick.md b/controls/chat/client-side-programming/events/ontoolclick.md index ab2ecee453..e947b9f086 100644 --- a/controls/chat/client-side-programming/events/ontoolclick.md +++ b/controls/chat/client-side-programming/events/ontoolclick.md @@ -3,6 +3,7 @@ title: OnToolClick page_title: OnToolClick - RadChat description: Check our Web Forms article about OnToolClick. slug: chat/client-side-programming/events/ontoolclick +components: ["chat"] tags: ontoolclick published: True position: 0 diff --git a/controls/chat/client-side-programming/events/ontypingend.md b/controls/chat/client-side-programming/events/ontypingend.md index 00a81b3987..9381f9df74 100644 --- a/controls/chat/client-side-programming/events/ontypingend.md +++ b/controls/chat/client-side-programming/events/ontypingend.md @@ -3,6 +3,7 @@ title: OnTypingEnd page_title: OnTypingEnd - RadChat description: Check our Web Forms article about OnTypingEnd. slug: chat/client-side-programming/events/ontypingend +components: ["chat"] tags: ontypingend published: True position: 5 diff --git a/controls/chat/client-side-programming/events/ontypingstart.md b/controls/chat/client-side-programming/events/ontypingstart.md index b2741d7047..4c850dceae 100644 --- a/controls/chat/client-side-programming/events/ontypingstart.md +++ b/controls/chat/client-side-programming/events/ontypingstart.md @@ -3,6 +3,7 @@ title: OnTypingStart page_title: OnTypingStart - RadChat description: Check our Web Forms article about OnTypingStart. slug: chat/client-side-programming/events/ontypingstart +components: ["chat"] tags: ontypingstart published: True position: 6 diff --git a/controls/chat/client-side-programming/objects/radchat.md b/controls/chat/client-side-programming/objects/radchat.md index b7d41e0420..548194d124 100644 --- a/controls/chat/client-side-programming/objects/radchat.md +++ b/controls/chat/client-side-programming/objects/radchat.md @@ -3,6 +3,7 @@ title: Chat Object page_title: RadChat Object - RadChat description: Check our Web Forms article about RadChat Object. slug: chat/client-side-programming/objects/radchat +components: ["chat"] tags: chatobject published: True position: 0 diff --git a/controls/chat/client-side-programming/overview.md b/controls/chat/client-side-programming/overview.md index ec9e133b37..55087d5923 100644 --- a/controls/chat/client-side-programming/overview.md +++ b/controls/chat/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadChat description: Check our Web Forms article about Client-side Programming Overview. slug: chat/client-side-programming/overview +components: ["chat"] tags: overview published: True position: 0 diff --git a/controls/chat/functionality/actions.md b/controls/chat/functionality/actions.md index d9a3f4ab61..f59c4a3bbc 100644 --- a/controls/chat/functionality/actions.md +++ b/controls/chat/functionality/actions.md @@ -3,6 +3,7 @@ title: Default Actions page_title: Default Actions - RadChat description: Check our Web Forms article about Default Actions. slug: chat/functionality/actions +components: ["chat"] tags: default,actions published: True position: 0 diff --git a/controls/chat/functionality/cards.md b/controls/chat/functionality/cards.md index c9b9ceaa0e..43620fd08c 100644 --- a/controls/chat/functionality/cards.md +++ b/controls/chat/functionality/cards.md @@ -3,6 +3,7 @@ title: Default Cards page_title: Default Cards - RadChat description: Check our Web Forms article about Default Cards. slug: chat/functionality/cards +components: ["chat"] tags: default,cards published: True position: 1 diff --git a/controls/chat/functionality/components.md b/controls/chat/functionality/components.md index 4a2790b1dc..933f6fdfd1 100644 --- a/controls/chat/functionality/components.md +++ b/controls/chat/functionality/components.md @@ -3,6 +3,7 @@ title: Custom Components page_title: Custom Components - RadChat description: Check our Web Forms article about Custom Components. slug: chat/functionality/components +components: ["chat"] tags: custom,components published: True position: 3 diff --git a/controls/chat/functionality/templates.md b/controls/chat/functionality/templates.md index a78e459465..9ce62c00af 100644 --- a/controls/chat/functionality/templates.md +++ b/controls/chat/functionality/templates.md @@ -3,6 +3,7 @@ title: Custom Templates page_title: Custom Templates - RadChat description: Check our Web Forms article about Custom Templates. slug: chat/functionality/templates +components: ["chat"] tags: custom,templates published: True position: 2 diff --git a/controls/chat/functionality/toolbar.md b/controls/chat/functionality/toolbar.md index 2f1fb5b35a..e2c4cdde6d 100644 --- a/controls/chat/functionality/toolbar.md +++ b/controls/chat/functionality/toolbar.md @@ -3,6 +3,7 @@ title: Toolbar page_title: Toolbar - RadChat description: Check our Web Forms article about Toolbar. slug: chat/functionality/toolbar +components: ["chat"] tags: toolbar, buttons published: True position: 4 diff --git a/controls/chat/getting-started.md b/controls/chat/getting-started.md index 6289c7a8d7..18e9586f4e 100644 --- a/controls/chat/getting-started.md +++ b/controls/chat/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadChat description: Check our Web Forms article about Getting Started. slug: chat/getting-started +components: ["chat"] tags: getting,started published: True position: 1 diff --git a/controls/chat/how-to/configure-chat-agent.md b/controls/chat/how-to/configure-chat-agent.md index e88be0217b..f68fbda5ee 100644 --- a/controls/chat/how-to/configure-chat-agent.md +++ b/controls/chat/how-to/configure-chat-agent.md @@ -3,6 +3,7 @@ title: Connect to Chatbot Service via Chat Agent page_title: Connect to Chatbot Service via Chat Agent- RadChat description: Check our Web Forms article about Connect to Chatbot Service via Chat Agent. slug: chat/how-to/configure-chat-agent +components: ["chat"] tags: connect, chatbot, service, configure, agent published: True position: 0 diff --git a/controls/chat/overview.md b/controls/chat/overview.md index 5225f89230..d23e5fe1f6 100644 --- a/controls/chat/overview.md +++ b/controls/chat/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadChat Overview description: Learn about the Chat control and its features for creating conversational user interfaces in web apps. slug: chat/overview +components: ["chat"] tags: overview published: True position: 0 diff --git a/controls/chat/server-side-programming/overview.md b/controls/chat/server-side-programming/overview.md index 457bc36d2d..a868e3fdea 100644 --- a/controls/chat/server-side-programming/overview.md +++ b/controls/chat/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadChat description: Check our Web Forms article about Server-side Programming Overview. slug: chat/server-side-programming/overview +components: ["chat"] tags: overview published: True position: 0 diff --git a/controls/chat/structure.md b/controls/chat/structure.md index 1e27802fc8..3af6e52bf3 100644 --- a/controls/chat/structure.md +++ b/controls/chat/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure Overview - RadChat description: Check our Web Forms article about Structure Overview. slug: chat/structure +components: ["chat"] tags: structure published: True position: 2 diff --git a/controls/checkbox/accessibility-and-internationalization/keyboard-support.md b/controls/checkbox/accessibility-and-internationalization/keyboard-support.md index d25488420d..028821a57e 100644 --- a/controls/checkbox/accessibility-and-internationalization/keyboard-support.md +++ b/controls/checkbox/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadCheckBox description: Check our Web Forms article about Keyboard Support. slug: checkbox/accessibility-and-internationalization/keyboard-support +components: ["checkbox"] tags: keyboard,support published: True position: 2 diff --git a/controls/checkbox/accessibility-and-internationalization/right-to-left-support.md b/controls/checkbox/accessibility-and-internationalization/right-to-left-support.md index e0b0bec556..b66364db18 100644 --- a/controls/checkbox/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/checkbox/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-Left Support page_title: Right-to-Left Support - RadCheckBox description: Check our Web Forms article about Right-to-Left Support. slug: checkbox/accessibility-and-internationalization/right-to-left-support +components: ["checkbox"] tags: right-to-left,support published: True position: 1 diff --git a/controls/checkbox/accessibility-and-internationalization/wai-aria-support.md b/controls/checkbox/accessibility-and-internationalization/wai-aria-support.md index e307c37586..846062e70b 100644 --- a/controls/checkbox/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/checkbox/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadCheckBox description: Check our Web Forms article about WAI-ARIA Support. slug: checkbox/accessibility-and-internationalization/wai-aria-support +components: ["checkbox"] tags: wai-aria,support published: True position: 3 diff --git a/controls/checkbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/checkbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 4d5a66ceee..bd1ae96c46 100644 --- a/controls/checkbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/checkbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadCheckBox description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: checkbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["checkbox"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/checkbox/appearance-and-styling/create-a-custom-skin.md b/controls/checkbox/appearance-and-styling/create-a-custom-skin.md index 7f538e30a1..a6e4c0741d 100644 --- a/controls/checkbox/appearance-and-styling/create-a-custom-skin.md +++ b/controls/checkbox/appearance-and-styling/create-a-custom-skin.md @@ -3,6 +3,7 @@ title: Create a Custom Skin page_title: Create a Custom Skin - RadCheckBox description: Check our Web Forms article about Create a Custom Skin. slug: checkbox/appearance-and-styling/create-a-custom-skin +components: ["checkbox"] tags: create,a,custom,skin published: True position: 1 diff --git a/controls/checkbox/appearance-and-styling/skins.md b/controls/checkbox/appearance-and-styling/skins.md index 3dce468ed2..a8d15bff8f 100644 --- a/controls/checkbox/appearance-and-styling/skins.md +++ b/controls/checkbox/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadCheckBox description: Check our Web Forms article about Skins. slug: checkbox/appearance-and-styling/skins +components: ["checkbox"] tags: skins published: True position: 0 diff --git a/controls/checkbox/client-side-programming/checkbox-object.md b/controls/checkbox/client-side-programming/checkbox-object.md index 1b4f3b0a83..c1b78d5c61 100644 --- a/controls/checkbox/client-side-programming/checkbox-object.md +++ b/controls/checkbox/client-side-programming/checkbox-object.md @@ -3,6 +3,7 @@ title: CheckBox Object page_title: CheckBox Object - RadCheckBox description: Learn about the CheckBox client-side object and its API for managing checkbox states dynamically. slug: checkbox/client-side-programming/checkbox-object +components: ["checkbox"] tags: checkbox,object published: True position: 1 diff --git a/controls/checkbox/client-side-programming/events/onclientcheckedchanged.md b/controls/checkbox/client-side-programming/events/onclientcheckedchanged.md index 8fc0aa2802..cda41e12fd 100644 --- a/controls/checkbox/client-side-programming/events/onclientcheckedchanged.md +++ b/controls/checkbox/client-side-programming/events/onclientcheckedchanged.md @@ -3,6 +3,7 @@ title: OnClientCheckedChanged page_title: OnClientCheckedChanged - RadCheckBox description: Check our Web Forms article about OnClientCheckedChanged. slug: checkbox/client-side-programming/events/onclientcheckedchanged +components: ["checkbox"] tags: onclientcheckedchanged published: True position: 6 diff --git a/controls/checkbox/client-side-programming/events/onclientcheckedchanging.md b/controls/checkbox/client-side-programming/events/onclientcheckedchanging.md index 884cd48393..df1fee097c 100644 --- a/controls/checkbox/client-side-programming/events/onclientcheckedchanging.md +++ b/controls/checkbox/client-side-programming/events/onclientcheckedchanging.md @@ -3,6 +3,7 @@ title: OnClientCheckedChanging page_title: OnClientCheckedChanging - RadCheckBox description: Check our Web Forms article about OnClientCheckedChanging. slug: checkbox/client-side-programming/events/onclientcheckedchanging +components: ["checkbox"] tags: onclientcheckedchanging published: True position: 5 diff --git a/controls/checkbox/client-side-programming/events/onclientclicked.md b/controls/checkbox/client-side-programming/events/onclientclicked.md index d83f262cb9..ab8879794c 100644 --- a/controls/checkbox/client-side-programming/events/onclientclicked.md +++ b/controls/checkbox/client-side-programming/events/onclientclicked.md @@ -3,6 +3,7 @@ title: OnClientClicked page_title: OnClientClicked - RadCheckBox description: Check our Web Forms article about OnClientClicked. slug: checkbox/client-side-programming/events/onclientclicked +components: ["checkbox"] tags: onclientclicked published: True position: 4 diff --git a/controls/checkbox/client-side-programming/events/onclientclicking.md b/controls/checkbox/client-side-programming/events/onclientclicking.md index 3635da4bdd..65791a6814 100644 --- a/controls/checkbox/client-side-programming/events/onclientclicking.md +++ b/controls/checkbox/client-side-programming/events/onclientclicking.md @@ -3,6 +3,7 @@ title: OnClientClicking page_title: OnClientClicking - RadCheckBox description: Check our Web Forms article about OnClientClicking. slug: checkbox/client-side-programming/events/onclientclicking +components: ["checkbox"] tags: onclientclicking published: True position: 3 diff --git a/controls/checkbox/client-side-programming/events/onclientload.md b/controls/checkbox/client-side-programming/events/onclientload.md index 3c9c6dbd63..a4718eb46d 100644 --- a/controls/checkbox/client-side-programming/events/onclientload.md +++ b/controls/checkbox/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadCheckBox description: Check our Web Forms article about OnClientLoad. slug: checkbox/client-side-programming/events/onclientload +components: ["checkbox"] tags: onclientload published: True position: 2 diff --git a/controls/checkbox/client-side-programming/events/onclientmouseout.md b/controls/checkbox/client-side-programming/events/onclientmouseout.md index d791b5efb9..0f5be610e8 100644 --- a/controls/checkbox/client-side-programming/events/onclientmouseout.md +++ b/controls/checkbox/client-side-programming/events/onclientmouseout.md @@ -3,6 +3,7 @@ title: OnClientMouseOut page_title: OnClientMouseOut - RadCheckBox description: Check our Web Forms article about OnClientMouseOut. slug: checkbox/client-side-programming/events/onclientmouseout +components: ["checkbox"] tags: onclientmouseout published: True position: 8 diff --git a/controls/checkbox/client-side-programming/events/onclientmouseover.md b/controls/checkbox/client-side-programming/events/onclientmouseover.md index dcd8f6e65d..ea8838cbfa 100644 --- a/controls/checkbox/client-side-programming/events/onclientmouseover.md +++ b/controls/checkbox/client-side-programming/events/onclientmouseover.md @@ -3,6 +3,7 @@ title: OnClientMouseOver page_title: OnClientMouseOver - RadCheckBox description: Check our Web Forms article about OnClientMouseOver. slug: checkbox/client-side-programming/events/onclientmouseover +components: ["checkbox"] tags: onclientmouseover published: True position: 7 diff --git a/controls/checkbox/client-side-programming/events/overview.md b/controls/checkbox/client-side-programming/events/overview.md index 33d7ae201a..b2c726953a 100644 --- a/controls/checkbox/client-side-programming/events/overview.md +++ b/controls/checkbox/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadCheckBox description: Check our Web Forms article about Overview. slug: checkbox/client-side-programming/events/overview +components: ["checkbox"] tags: overview published: True position: 0 diff --git a/controls/checkbox/client-side-programming/events/setting-event-handlers-via-javascript.md b/controls/checkbox/client-side-programming/events/setting-event-handlers-via-javascript.md index a135046eb6..226197e593 100644 --- a/controls/checkbox/client-side-programming/events/setting-event-handlers-via-javascript.md +++ b/controls/checkbox/client-side-programming/events/setting-event-handlers-via-javascript.md @@ -3,6 +3,7 @@ title: Setting Event Handlers via JavaScript page_title: Setting Event Handlers via JavaScript - RadCheckBox description: Check our Web Forms article about Setting Event Handlers via JavaScript. slug: checkbox/client-side-programming/events/setting-event-handlers-via-javascript +components: ["checkbox"] tags: setting,event,handlers,via,javascript published: True position: 1 diff --git a/controls/checkbox/client-side-programming/overview.md b/controls/checkbox/client-side-programming/overview.md index bebfd9d6f3..13db89e1d1 100644 --- a/controls/checkbox/client-side-programming/overview.md +++ b/controls/checkbox/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadCheckBox description: Check our Web Forms article about Overview. slug: checkbox/client-side-programming/overview +components: ["checkbox"] tags: overview published: True position: 0 diff --git a/controls/checkbox/design-time.md b/controls/checkbox/design-time.md index e499560bcb..1a6fa9a241 100644 --- a/controls/checkbox/design-time.md +++ b/controls/checkbox/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadCheckBox description: Check our Web Forms article about Design Time. slug: checkbox/design-time +components: ["checkbox"] tags: design,time published: True position: 3 diff --git a/controls/checkbox/functionality/checked-state.md b/controls/checkbox/functionality/checked-state.md index 6b2f5a60c6..6f078e5145 100644 --- a/controls/checkbox/functionality/checked-state.md +++ b/controls/checkbox/functionality/checked-state.md @@ -3,6 +3,7 @@ title: Checked State page_title: Checked State - RadCheckBox description: Learn how to manage the checked state of the CheckBox control for capturing binary user input. slug: checkbox/functionality/checked-state +components: ["checkbox"] tags: checked,state published: True position: 0 diff --git a/controls/checkbox/getting-started.md b/controls/checkbox/getting-started.md index f17e6bb389..df49730fd1 100644 --- a/controls/checkbox/getting-started.md +++ b/controls/checkbox/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadCheckBox description: Check our Web Forms article about Getting Started. slug: checkbox/getting-started +components: ["checkbox"] tags: getting,started published: True position: 2 diff --git a/controls/checkbox/how-to/label-integration.md b/controls/checkbox/how-to/label-integration.md index c50c044c7c..62150cc55c 100644 --- a/controls/checkbox/how-to/label-integration.md +++ b/controls/checkbox/how-to/label-integration.md @@ -3,6 +3,7 @@ title: Label Integration page_title: Label Integration - RadCheckBox description: Check our Web Forms article about Label Integration. slug: checkbox/how-to/label-integration +components: ["checkbox"] tags: label,integration published: True position: 0 diff --git a/controls/checkbox/mobile-support/elastic-design.md b/controls/checkbox/mobile-support/elastic-design.md index 0d87e700a9..2fb0245dea 100644 --- a/controls/checkbox/mobile-support/elastic-design.md +++ b/controls/checkbox/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadCheckBox description: Check our Web Forms article about Elastic Design. slug: checkbox/mobile-support/elastic-design +components: ["checkbox"] tags: elastic,design published: True position: 1 diff --git a/controls/checkbox/mobile-support/overview.md b/controls/checkbox/mobile-support/overview.md index e4b3c18680..e72f257069 100644 --- a/controls/checkbox/mobile-support/overview.md +++ b/controls/checkbox/mobile-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadCheckBox description: Check our Web Forms article about Overview. slug: checkbox/mobile-support/overview +components: ["checkbox"] tags: overview published: True position: 0 diff --git a/controls/checkbox/mobile-support/render-modes.md b/controls/checkbox/mobile-support/render-modes.md index e0725687ae..797d8ce5c5 100644 --- a/controls/checkbox/mobile-support/render-modes.md +++ b/controls/checkbox/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadCheckBox description: Check our Web Forms article about Render Modes. slug: checkbox/mobile-support/render-modes +components: ["checkbox"] tags: render,modes published: True position: 2 diff --git a/controls/checkbox/overview.md b/controls/checkbox/overview.md index 8cf923bf6b..7d1e93dd10 100644 --- a/controls/checkbox/overview.md +++ b/controls/checkbox/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadCheckBox description: Learn about the CheckBox control and its features for capturing and managing binary user input effectively. slug: checkbox/overview +components: ["checkbox"] tags: overview published: True position: 0 diff --git a/controls/checkbox/server-side-programming/properties-and-events.md b/controls/checkbox/server-side-programming/properties-and-events.md index b2f1e6242c..833f221229 100644 --- a/controls/checkbox/server-side-programming/properties-and-events.md +++ b/controls/checkbox/server-side-programming/properties-and-events.md @@ -3,6 +3,7 @@ title: Properties and Events page_title: Properties and Events - RadCheckBox description: Check our Web Forms article about Properties and Events. slug: checkbox/server-side-programming/properties-and-events +components: ["checkbox"] tags: properties,and,events published: True position: 0 diff --git a/controls/checkbox/troubleshooting/common-issues.md b/controls/checkbox/troubleshooting/common-issues.md index ecbcc91a68..dc21399f5a 100644 --- a/controls/checkbox/troubleshooting/common-issues.md +++ b/controls/checkbox/troubleshooting/common-issues.md @@ -3,6 +3,7 @@ title: Common Issues page_title: Common Issues - RadCheckBox description: Check our Web Forms article about Common Issues. slug: checkbox/troubleshooting/common-issues +components: ["checkbox"] tags: common,issues published: True position: 0 diff --git a/controls/checkbox/troubleshooting/distorted-appearance.md b/controls/checkbox/troubleshooting/distorted-appearance.md index ee489e6df5..60724ea63d 100644 --- a/controls/checkbox/troubleshooting/distorted-appearance.md +++ b/controls/checkbox/troubleshooting/distorted-appearance.md @@ -3,6 +3,7 @@ title: Distorted Appearance page_title: Distorted Appearance - RadCheckBox description: Check our Web Forms article about Distorted Appearance. slug: checkbox/troubleshooting/distorted-appearance +components: ["checkbox"] tags: distorted,appearance published: True position: 1 diff --git a/controls/checkboxlist/accessibility-and-internationalization/keyboard-support.md b/controls/checkboxlist/accessibility-and-internationalization/keyboard-support.md index 420ae3ad75..cbd3fc6bf1 100644 --- a/controls/checkboxlist/accessibility-and-internationalization/keyboard-support.md +++ b/controls/checkboxlist/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadCheckBoxList description: Check our Web Forms article about Keyboard Support. slug: checkboxlist/accessibility-and-internationalization/keyboard-support +components: ["checkboxlist"] tags: keyboard,support published: True position: 2 diff --git a/controls/checkboxlist/accessibility-and-internationalization/right-to-left-support.md b/controls/checkboxlist/accessibility-and-internationalization/right-to-left-support.md index 6362026d36..116d6b03d0 100644 --- a/controls/checkboxlist/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/checkboxlist/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-Left Support page_title: Right-to-Left Support - RadCheckBoxList description: Check our Web Forms article about Right-to-Left Support. slug: checkboxlist/accessibility-and-internationalization/right-to-left-support +components: ["checkboxlist"] tags: right-to-left,support published: True position: 1 diff --git a/controls/checkboxlist/accessibility-and-internationalization/wai-aria-support.md b/controls/checkboxlist/accessibility-and-internationalization/wai-aria-support.md index 416318f62e..c896b7b391 100644 --- a/controls/checkboxlist/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/checkboxlist/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadCheckBoxList description: Check our Web Forms article about WAI-ARIA Support. slug: checkboxlist/accessibility-and-internationalization/wai-aria-support +components: ["checkboxlist"] tags: wai-aria,support published: True position: 3 diff --git a/controls/checkboxlist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/checkboxlist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 604baa8239..86de9c05bc 100644 --- a/controls/checkboxlist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/checkboxlist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadCheckBoxList description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: checkboxlist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["checkboxlist"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/checkboxlist/appearance-and-styling/create-a-custom-skin.md b/controls/checkboxlist/appearance-and-styling/create-a-custom-skin.md index 2123b073c4..a48e7d25c4 100644 --- a/controls/checkboxlist/appearance-and-styling/create-a-custom-skin.md +++ b/controls/checkboxlist/appearance-and-styling/create-a-custom-skin.md @@ -3,6 +3,7 @@ title: Create a Custom Skin page_title: Create a Custom Skin - RadCheckBoxList description: Check our Web Forms article about Create a Custom Skin. slug: checkboxlist/appearance-and-styling/create-a-custom-skin +components: ["checkboxlist"] tags: create,a,custom,skin published: True position: 1 diff --git a/controls/checkboxlist/appearance-and-styling/skins.md b/controls/checkboxlist/appearance-and-styling/skins.md index 874da7a1af..19d1e4dcbc 100644 --- a/controls/checkboxlist/appearance-and-styling/skins.md +++ b/controls/checkboxlist/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadCheckBoxList description: Check our Web Forms article about Skins. slug: checkboxlist/appearance-and-styling/skins +components: ["checkboxlist"] tags: skins published: True position: 0 diff --git a/controls/checkboxlist/client-side-programming/checkboxlist-object.md b/controls/checkboxlist/client-side-programming/checkboxlist-object.md index f55ad545f4..f00ad966d1 100644 --- a/controls/checkboxlist/client-side-programming/checkboxlist-object.md +++ b/controls/checkboxlist/client-side-programming/checkboxlist-object.md @@ -3,6 +3,7 @@ title: CheckBoxList Object page_title: CheckBoxList Object - RadCheckBoxList description: Check our Web Forms article about CheckBoxList Object. slug: checkboxlist/client-side-programming/checkboxlist-object +components: ["checkboxlist"] tags: checkboxbutton, button, checkboxlist, list, checkbox ,object published: True position: 1 diff --git a/controls/checkboxlist/client-side-programming/events/onitemcheckedchanged.md b/controls/checkboxlist/client-side-programming/events/onitemcheckedchanged.md index 8b186d6180..ab29033d3c 100644 --- a/controls/checkboxlist/client-side-programming/events/onitemcheckedchanged.md +++ b/controls/checkboxlist/client-side-programming/events/onitemcheckedchanged.md @@ -3,6 +3,7 @@ title: OnItemCheckedChanged page_title: OnItemCheckedChanged - RadCheckBoxList description: Check our Web Forms article about OnItemCheckedChanged. slug: checkboxlist/client-side-programming/events/onitemcheckedchanged +components: ["checkboxlist"] tags: onitemcheckedchanged published: True position: 9 diff --git a/controls/checkboxlist/client-side-programming/events/onitemcheckedchanging.md b/controls/checkboxlist/client-side-programming/events/onitemcheckedchanging.md index 0ad2cf3456..b02bc441d7 100644 --- a/controls/checkboxlist/client-side-programming/events/onitemcheckedchanging.md +++ b/controls/checkboxlist/client-side-programming/events/onitemcheckedchanging.md @@ -3,6 +3,7 @@ title: OnItemCheckedChanging page_title: OnItemCheckedChanging - RadCheckBoxList description: Check our Web Forms article about OnItemCheckedChanging. slug: checkboxlist/client-side-programming/events/onitemcheckedchanging +components: ["checkboxlist"] tags: onitemcheckedchanging published: True position: 8 diff --git a/controls/checkboxlist/client-side-programming/events/onitemclicked.md b/controls/checkboxlist/client-side-programming/events/onitemclicked.md index 6439c367aa..d3f776a9cb 100644 --- a/controls/checkboxlist/client-side-programming/events/onitemclicked.md +++ b/controls/checkboxlist/client-side-programming/events/onitemclicked.md @@ -3,6 +3,7 @@ title: OnItemClicked page_title: OnItemClicked - RadCheckBoxList description: Check our Web Forms article about OnItemClicked. slug: checkboxlist/client-side-programming/events/onitemclicked +components: ["checkboxlist"] tags: onitemclicked published: True position: 5 diff --git a/controls/checkboxlist/client-side-programming/events/onitemclicking.md b/controls/checkboxlist/client-side-programming/events/onitemclicking.md index 32b6a25d1c..f8d1161b52 100644 --- a/controls/checkboxlist/client-side-programming/events/onitemclicking.md +++ b/controls/checkboxlist/client-side-programming/events/onitemclicking.md @@ -3,6 +3,7 @@ title: OnItemClicking page_title: OnItemClicking - RadCheckBoxList description: Check our Web Forms article about OnItemClicking. slug: checkboxlist/client-side-programming/events/onitemclicking +components: ["checkboxlist"] tags: onitemclicking published: True position: 4 diff --git a/controls/checkboxlist/client-side-programming/events/onitemload.md b/controls/checkboxlist/client-side-programming/events/onitemload.md index 8b803e212e..54a4953db3 100644 --- a/controls/checkboxlist/client-side-programming/events/onitemload.md +++ b/controls/checkboxlist/client-side-programming/events/onitemload.md @@ -3,6 +3,7 @@ title: OnItemLoad page_title: OnItemLoad - RadCheckBoxList description: Check our Web Forms article about OnItemLoad. slug: checkboxlist/client-side-programming/events/onitemload +components: ["checkboxlist"] tags: onitemload published: True position: 3 diff --git a/controls/checkboxlist/client-side-programming/events/onitemmouseout.md b/controls/checkboxlist/client-side-programming/events/onitemmouseout.md index e0e9c30211..34315a7125 100644 --- a/controls/checkboxlist/client-side-programming/events/onitemmouseout.md +++ b/controls/checkboxlist/client-side-programming/events/onitemmouseout.md @@ -3,6 +3,7 @@ title: OnItemMouseOut page_title: OnItemMouseOut - RadCheckBoxList description: Check our Web Forms article about OnItemMouseOut. slug: checkboxlist/client-side-programming/events/onitemmouseout +components: ["checkboxlist"] tags: onitemmouseout published: True position: 11 diff --git a/controls/checkboxlist/client-side-programming/events/onitemmouseover.md b/controls/checkboxlist/client-side-programming/events/onitemmouseover.md index 362659c205..08265fedc2 100644 --- a/controls/checkboxlist/client-side-programming/events/onitemmouseover.md +++ b/controls/checkboxlist/client-side-programming/events/onitemmouseover.md @@ -3,6 +3,7 @@ title: OnItemMouseOver page_title: OnItemMouseOver - RadCheckBoxList description: Check our Web Forms article about OnItemMouseOver. slug: checkboxlist/client-side-programming/events/onitemmouseover +components: ["checkboxlist"] tags: onitemmouseover published: True position: 10 diff --git a/controls/checkboxlist/client-side-programming/events/onload.md b/controls/checkboxlist/client-side-programming/events/onload.md index 97730de3b9..5d38871a98 100644 --- a/controls/checkboxlist/client-side-programming/events/onload.md +++ b/controls/checkboxlist/client-side-programming/events/onload.md @@ -3,6 +3,7 @@ title: OnLoad page_title: OnLoad - RadCheckBoxList description: Check our Web Forms article about OnLoad. slug: checkboxlist/client-side-programming/events/onload +components: ["checkboxlist"] tags: onload published: True position: 2 diff --git a/controls/checkboxlist/client-side-programming/events/onselectedindexchanged.md b/controls/checkboxlist/client-side-programming/events/onselectedindexchanged.md index 8747165578..daaa4aeda1 100644 --- a/controls/checkboxlist/client-side-programming/events/onselectedindexchanged.md +++ b/controls/checkboxlist/client-side-programming/events/onselectedindexchanged.md @@ -3,6 +3,7 @@ title: OnSelectedIndexChanged page_title: OnSelectedIndexChanged - RadCheckBoxList description: Check our Web Forms article about OnSelectedIndexChanged. slug: checkboxlist/client-side-programming/events/onselectedindexchanged +components: ["checkboxlist"] tags: onselectedindexchanged published: True position: 7 diff --git a/controls/checkboxlist/client-side-programming/events/onselectedindexchanging.md b/controls/checkboxlist/client-side-programming/events/onselectedindexchanging.md index 6437c7d600..1f6ff218f1 100644 --- a/controls/checkboxlist/client-side-programming/events/onselectedindexchanging.md +++ b/controls/checkboxlist/client-side-programming/events/onselectedindexchanging.md @@ -3,6 +3,7 @@ title: OnSelectedIndexChanging page_title: OnSelectedIndexChanging - RadCheckBoxList description: Check our Web Forms article about OnSelectedIndexChanging. slug: checkboxlist/client-side-programming/events/onselectedindexchanging +components: ["checkboxlist"] tags: onselectedindexchanging published: True position: 6 diff --git a/controls/checkboxlist/client-side-programming/events/overview.md b/controls/checkboxlist/client-side-programming/events/overview.md index 6453aa2f3e..eb9ca22176 100644 --- a/controls/checkboxlist/client-side-programming/events/overview.md +++ b/controls/checkboxlist/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadCheckBoxList description: Check our Web Forms article about Overview. slug: checkboxlist/client-side-programming/events/overview +components: ["checkboxlist"] tags: overview published: True position: 0 diff --git a/controls/checkboxlist/client-side-programming/events/setting-event-handlers-via-javascript.md b/controls/checkboxlist/client-side-programming/events/setting-event-handlers-via-javascript.md index 320b123929..e669e07a62 100644 --- a/controls/checkboxlist/client-side-programming/events/setting-event-handlers-via-javascript.md +++ b/controls/checkboxlist/client-side-programming/events/setting-event-handlers-via-javascript.md @@ -3,6 +3,7 @@ title: Setting Event Handlers via JavaScript page_title: Setting Event Handlers via JavaScript - RadCheckBoxList description: Check our Web Forms article about Setting Event Handlers via JavaScript. slug: checkboxlist/client-side-programming/events/setting-event-handlers-via-javascript +components: ["checkboxlist"] tags: setting,event,handlers,via,javascript published: True position: 1 diff --git a/controls/checkboxlist/client-side-programming/overview.md b/controls/checkboxlist/client-side-programming/overview.md index 2ffb6139f5..37c8b30779 100644 --- a/controls/checkboxlist/client-side-programming/overview.md +++ b/controls/checkboxlist/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadCheckBoxList description: Check our Web Forms article about Overview. slug: checkboxlist/client-side-programming/overview +components: ["checkboxlist"] tags: overview published: True position: 0 diff --git a/controls/checkboxlist/data-binding/server-side-data-binding.md b/controls/checkboxlist/data-binding/server-side-data-binding.md index 5cb353278f..2690c949ed 100644 --- a/controls/checkboxlist/data-binding/server-side-data-binding.md +++ b/controls/checkboxlist/data-binding/server-side-data-binding.md @@ -3,6 +3,7 @@ title: Server-side Data Binding page_title: Server-side Data Binding - RadCheckBoxList description: Check our Web Forms article about Server-side Data Binding. slug: checkboxlist/data-binding/server-side-data-binding +components: ["checkboxlist"] tags: server,side,data,binding,sql,list,array,items published: True position: 0 diff --git a/controls/checkboxlist/design-time.md b/controls/checkboxlist/design-time.md index cfa1dcba30..d20dac7e90 100644 --- a/controls/checkboxlist/design-time.md +++ b/controls/checkboxlist/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadCheckBoxList description: Check our Web Forms article about Design Time. slug: checkboxlist/design-time +components: ["checkboxlist"] tags: design,time published: True position: 3 diff --git a/controls/checkboxlist/functionality/aspnet-validators-support.md b/controls/checkboxlist/functionality/aspnet-validators-support.md index 00f1ae18ba..a35691fad3 100644 --- a/controls/checkboxlist/functionality/aspnet-validators-support.md +++ b/controls/checkboxlist/functionality/aspnet-validators-support.md @@ -3,6 +3,7 @@ title: ASP.NET Validators Support page_title: ASP.NET Validators Support - RadCheckBoxList description: Check our Web Forms article about ASP.NET Validators Support. slug: checkboxlist/functionality/aspnet-validators-support +components: ["checkboxlist"] tags: checkboxlist, checkbox, aspnet,validators,support, validate, validation, native published: True position: 2 diff --git a/controls/checkboxlist/functionality/layout.md b/controls/checkboxlist/functionality/layout.md index a1abe811a5..fba00d2504 100644 --- a/controls/checkboxlist/functionality/layout.md +++ b/controls/checkboxlist/functionality/layout.md @@ -3,6 +3,7 @@ title: Layout page_title: Layout - RadCheckBoxList description: Check our Web Forms article about Layout. slug: checkboxlist/functionality/layout +components: ["checkboxlist"] tags: layout published: True position: 0 diff --git a/controls/checkboxlist/functionality/select-item.md b/controls/checkboxlist/functionality/select-item.md index b0f4b330eb..99b94fb527 100644 --- a/controls/checkboxlist/functionality/select-item.md +++ b/controls/checkboxlist/functionality/select-item.md @@ -3,6 +3,7 @@ title: Select Item page_title: Select Item - RadCheckBoxList description: Check our Web Forms article about Select Item. slug: checkboxlist/functionality/select-item +components: ["checkboxlist"] tags: select,item published: True position: 1 diff --git a/controls/checkboxlist/getting-started.md b/controls/checkboxlist/getting-started.md index 64aa00d597..71d2085f4a 100644 --- a/controls/checkboxlist/getting-started.md +++ b/controls/checkboxlist/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadCheckBoxList description: Check our Web Forms article about Getting Started. slug: checkboxlist/getting-started +components: ["checkboxlist"] tags: getting,started published: True position: 2 diff --git a/controls/checkboxlist/mobile-support/elastic-design.md b/controls/checkboxlist/mobile-support/elastic-design.md index 723bc0d8c8..a259d3dc33 100644 --- a/controls/checkboxlist/mobile-support/elastic-design.md +++ b/controls/checkboxlist/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadCheckBoxList description: Check our Web Forms article about Elastic Design. slug: checkboxlist/mobile-support/elastic-design +components: ["checkboxlist"] tags: elastic,design published: True position: 1 diff --git a/controls/checkboxlist/mobile-support/overview.md b/controls/checkboxlist/mobile-support/overview.md index f205dbc656..769b86e9af 100644 --- a/controls/checkboxlist/mobile-support/overview.md +++ b/controls/checkboxlist/mobile-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadCheckBoxList description: Check our Web Forms article about Overview. slug: checkboxlist/mobile-support/overview +components: ["checkboxlist"] tags: overview published: True position: 0 diff --git a/controls/checkboxlist/mobile-support/render-modes.md b/controls/checkboxlist/mobile-support/render-modes.md index 9b09925bde..0f16587eb3 100644 --- a/controls/checkboxlist/mobile-support/render-modes.md +++ b/controls/checkboxlist/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadCheckBoxList description: Check our Web Forms article about Render Modes. slug: checkboxlist/mobile-support/render-modes +components: ["checkboxlist"] tags: render,modes published: True position: 2 diff --git a/controls/checkboxlist/overview.md b/controls/checkboxlist/overview.md index ad1cb0d0fe..df9ec89f37 100644 --- a/controls/checkboxlist/overview.md +++ b/controls/checkboxlist/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadCheckBoxList description: Explore the CheckBoxList control and its features for presenting a list of selectable checkboxes. slug: checkboxlist/overview +components: ["checkboxlist"] tags: overview published: True position: 0 diff --git a/controls/checkboxlist/server-side-programming/properties-and-events.md b/controls/checkboxlist/server-side-programming/properties-and-events.md index fc33cbf7da..b9e9ef509b 100644 --- a/controls/checkboxlist/server-side-programming/properties-and-events.md +++ b/controls/checkboxlist/server-side-programming/properties-and-events.md @@ -3,6 +3,7 @@ title: Properties and Events page_title: Properties and Events - RadCheckBoxList description: Check our Web Forms article about Properties and Events. slug: checkboxlist/server-side-programming/properties-and-events +components: ["checkboxlist"] tags: properties,and,events published: True position: 0 diff --git a/controls/checkboxlist/troubleshooting/common-issues.md b/controls/checkboxlist/troubleshooting/common-issues.md index 4d8d797326..ddac701061 100644 --- a/controls/checkboxlist/troubleshooting/common-issues.md +++ b/controls/checkboxlist/troubleshooting/common-issues.md @@ -3,6 +3,7 @@ title: Common Issues page_title: Common Issues - RadCheckBoxList description: Check our Web Forms article about Common Issues. slug: checkboxlist/troubleshooting/common-issues +components: ["checkboxlist"] tags: common,issues published: True position: 0 diff --git a/controls/checkboxlist/troubleshooting/distorted-appearance.md b/controls/checkboxlist/troubleshooting/distorted-appearance.md index ba75849102..fe7fb11393 100644 --- a/controls/checkboxlist/troubleshooting/distorted-appearance.md +++ b/controls/checkboxlist/troubleshooting/distorted-appearance.md @@ -3,6 +3,7 @@ title: Distorted Appearance page_title: Distorted Appearance - RadCheckBoxList description: Check our Web Forms article about Distorted Appearance. slug: checkboxlist/troubleshooting/distorted-appearance +components: ["checkboxlist"] tags: distorted,appearance published: True position: 1 diff --git a/controls/chip/appearance.md b/controls/chip/appearance.md index 86d79b783c..5b24b69a34 100644 --- a/controls/chip/appearance.md +++ b/controls/chip/appearance.md @@ -3,6 +3,7 @@ title: Appearance page_title: Chip Appearance description: "Learn how to apply different styling options to the Chip widget." slug: chip/appearance +components: ["chip"] tags: chip,appearance published: True position: 2 diff --git a/controls/chip/client-side-programming/enums.md b/controls/chip/client-side-programming/enums.md index 952b0fff9d..4c2f24f86f 100644 --- a/controls/chip/client-side-programming/enums.md +++ b/controls/chip/client-side-programming/enums.md @@ -3,6 +3,7 @@ title: Enums page_title: Chip Client-side Enums description: Client-side Enums of the Telerik WebForms Chip component slug: chip/client-side-programming/enums +components: ["chip"] tags: chip,javascript,enums published: True position: 3 diff --git a/controls/chip/client-side-programming/events.md b/controls/chip/client-side-programming/events.md index d46d3a7e61..68005a5a74 100644 --- a/controls/chip/client-side-programming/events.md +++ b/controls/chip/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Chip Client-side Events description: "Client-side Events of the Telerik WebForms Chip component." slug: chip/client-side-programming/events +components: ["chip"] tags: chip,javascript,enums published: True position: 2 diff --git a/controls/chip/client-side-programming/overview.md b/controls/chip/client-side-programming/overview.md index 176029a52c..afa2b8b9d6 100644 --- a/controls/chip/client-side-programming/overview.md +++ b/controls/chip/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Chip Client-side Programming description: "Overview of the Client-side APIs you can use to create and configure the Telerik WebForms Chip Control." slug: chip/client-side-programming/overview +components: ["chip"] tags: overview published: True position: 0 diff --git a/controls/chip/client-side-programming/properties.md b/controls/chip/client-side-programming/properties.md index a6f1cd5969..7fde7c6054 100644 --- a/controls/chip/client-side-programming/properties.md +++ b/controls/chip/client-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: Chip JavaScript Properties description: "JavaScript properties of the Telerik WebForms Chip component." slug: chip/client-side-programming/properties +components: ["chip"] tags: properties published: True position: 1 diff --git a/controls/chip/customization.md b/controls/chip/customization.md index d6265a5148..30c75fb043 100644 --- a/controls/chip/customization.md +++ b/controls/chip/customization.md @@ -3,6 +3,7 @@ title: Customization page_title: Chip Customization description: "Try now the Telerik WebForms Chip component and learn how to customize it by configuring its icons and avatars." slug: chip/customization +components: ["chip"] tags: chip,customization published: True position: 3 diff --git a/controls/chip/getting-started.md b/controls/chip/getting-started.md index ce7ad120e8..ae6ab8abd2 100644 --- a/controls/chip/getting-started.md +++ b/controls/chip/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started with the Chip description: "Get started with the WebForms Chip by Telerik UI for ASP.NET AJAX and learn how to create, initialize, and enable the component." slug: chip/getting-started +components: ["chip"] tags: chip,getting started published: True position: 1 diff --git a/controls/chip/overview.md b/controls/chip/overview.md index 80b30dfaed..8d77739446 100644 --- a/controls/chip/overview.md +++ b/controls/chip/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Chip Overview description: The Chip is a compact element that represents an input, attribute, or action. The component enables user input and verifies that input by converting text into chips. This component is a server-side, ASP.NET WebForms wrapper over the Kendo UI Chip widget. slug: chip/overview +components: ["chip"] tags: chip, overview published: True position: 0 diff --git a/controls/chip/server-side-programming/enums.md b/controls/chip/server-side-programming/enums.md index cccc05f2b1..42e7af8da6 100644 --- a/controls/chip/server-side-programming/enums.md +++ b/controls/chip/server-side-programming/enums.md @@ -3,6 +3,7 @@ title: Enums page_title: Chip Server-side Enums description: Server-side Enums of the Telerik WebForms Chip component slug: chip/server-side-programming/enums +components: ["chip"] tags: enums published: True position: 2 diff --git a/controls/chip/server-side-programming/overview.md b/controls/chip/server-side-programming/overview.md index d02ac793bf..fbef6c54f1 100644 --- a/controls/chip/server-side-programming/overview.md +++ b/controls/chip/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Chip Server-side Programming description: "Overview of the Server-side APIs you can use to create and configure the Telerik WebForms Chip Control." slug: chip/server-side-programming/overview +components: ["chip"] tags: overview published: True position: 0 diff --git a/controls/chip/server-side-programming/properties.md b/controls/chip/server-side-programming/properties.md index 80c0e8e371..07426a1dfe 100644 --- a/controls/chip/server-side-programming/properties.md +++ b/controls/chip/server-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: Chip Server-side Properties description: "Server-side properties of the WebForms Chip component." slug: chip/server-side-programming/properties +components: ["chip"] tags: chip,server-side,properties published: True position: 1 diff --git a/controls/chiplist/appearance.md b/controls/chiplist/appearance.md index f5e51bbd3b..8c63dbc904 100644 --- a/controls/chiplist/appearance.md +++ b/controls/chiplist/appearance.md @@ -3,6 +3,7 @@ title: Appearance page_title: ChipList Appearance description: "Learn how to set the options to change the appearance such as, sizes, border radiuses, fill modes and theme colors." slug: chiplist/appearance +components: ["chiplist"] tags: chiplist,appearance published: True position: 2 diff --git a/controls/chiplist/client-side-programming/enums.md b/controls/chiplist/client-side-programming/enums.md index 56c410f9ab..aeacd281c6 100644 --- a/controls/chiplist/client-side-programming/enums.md +++ b/controls/chiplist/client-side-programming/enums.md @@ -3,6 +3,7 @@ title: Enums page_title: ChipList Client-side Enums description: Client-side Enums of the Telerik WebForms ChipList component slug: chiplist/client-side-programming/enums +components: ["chiplist"] tags: chiplist,javascript,enums published: True position: 5 diff --git a/controls/chiplist/client-side-programming/events.md b/controls/chiplist/client-side-programming/events.md index 3f487baee0..f46c854ab4 100644 --- a/controls/chiplist/client-side-programming/events.md +++ b/controls/chiplist/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: ChipList Client-side Events description: "Client-side Events of the Telerik WebForms ChipList component." slug: chiplist/client-side-programming/events +components: ["chiplist"] tags: chiplist,javascript,enums published: True position: 4 diff --git a/controls/chiplist/client-side-programming/methods.md b/controls/chiplist/client-side-programming/methods.md index 8340b2cef9..57345f20fc 100644 --- a/controls/chiplist/client-side-programming/methods.md +++ b/controls/chiplist/client-side-programming/methods.md @@ -3,6 +3,7 @@ title: Methods page_title: ChipList JavaScript Methods description: JavaScript Methods of the Telerik WebForms ChipList Control. slug: chiplist/client-side-programming/methods +components: ["chiplist"] tags: chiplist,client-side,methods published: True position: 3 diff --git a/controls/chiplist/client-side-programming/overview.md b/controls/chiplist/client-side-programming/overview.md index 770859e8ad..85ebace949 100644 --- a/controls/chiplist/client-side-programming/overview.md +++ b/controls/chiplist/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: ChipList Client-side Programming description: "Overview of the Client-side APIs you can use to create and configure the Telerik WebForms ChipList Control." slug: chiplist/client-side-programming/overview +components: ["chiplist"] tags: overview published: True position: 0 diff --git a/controls/chiplist/client-side-programming/properties.md b/controls/chiplist/client-side-programming/properties.md index 20ea586601..819ee17627 100644 --- a/controls/chiplist/client-side-programming/properties.md +++ b/controls/chiplist/client-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: ChipList JavaScript Properties description: "JavaScript Properties of the Telerik WebForms ChipList component." slug: chiplist/client-side-programming/properties +components: ["chiplist"] tags: chiplist,client-side,properties published: True position: 2 diff --git a/controls/chiplist/customization.md b/controls/chiplist/customization.md index 3c74cf58e5..d6da7fb41b 100644 --- a/controls/chiplist/customization.md +++ b/controls/chiplist/customization.md @@ -3,6 +3,7 @@ title: Customization page_title: ChipList Customization description: "Try now the Telerik WebForms ChipList component and learn how to customize it by configuring its icons and avatars." slug: chiplist/customization +components: ["chiplist"] tags: chiplist,customization published: True position: 3 diff --git a/controls/chiplist/getting-started.md b/controls/chiplist/getting-started.md index f8e7ebedce..df807e6be4 100644 --- a/controls/chiplist/getting-started.md +++ b/controls/chiplist/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started with the ChipList description: "Get started with the WebForms ChipList by Telerik UI for ASP.NET AJAX and learn how to create, initialize, and enable the component." slug: chiplist/getting-started +components: ["chiplist"] tags: chiplist,getting started published: True position: 1 diff --git a/controls/chiplist/overview.md b/controls/chiplist/overview.md index 0f152d2401..6898f292d9 100644 --- a/controls/chiplist/overview.md +++ b/controls/chiplist/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: ChipList Overview description: The ChipList is a container for two or more individual Chip components. This component is a server-side, ASP.NET WebForms wrapper over the Kendo UI ChipList widget. slug: chiplist/overview +components: ["chiplist"] tags: chiplist,overview published: True position: 0 diff --git a/controls/chiplist/removable.md b/controls/chiplist/removable.md index 0477c4258a..6a635755b5 100644 --- a/controls/chiplist/removable.md +++ b/controls/chiplist/removable.md @@ -3,6 +3,7 @@ title: Removable page_title: ChipList Removable description: "Learn how to make the items removable in the Telerik WebForms ChipList component." slug: chiplist/removable +components: ["chiplist"] tags: chiplist,removable published: True position: 5 diff --git a/controls/chiplist/selection-mode.md b/controls/chiplist/selection-mode.md index c057d79ccd..cb067fb969 100644 --- a/controls/chiplist/selection-mode.md +++ b/controls/chiplist/selection-mode.md @@ -3,6 +3,7 @@ title: Selection Mode page_title: ChipList Selection Mode description: "Learn how to set different selection modes for the Telerik WebForms ChipList component." slug: chiplist/selection-mode +components: ["chiplist"] tags: chiplist,selection mode published: True position: 4 diff --git a/controls/chiplist/server-side-programming/enums.md b/controls/chiplist/server-side-programming/enums.md index cf384d40e5..f274044294 100644 --- a/controls/chiplist/server-side-programming/enums.md +++ b/controls/chiplist/server-side-programming/enums.md @@ -3,6 +3,7 @@ title: Enums page_title: ChipList Server-side Enums description: Server-side Enums of the Telerik WebForms ChipList component slug: chiplist/server-side-programming/enums +components: ["chiplist"] tags: enums published: True position: 2 diff --git a/controls/chiplist/server-side-programming/overview.md b/controls/chiplist/server-side-programming/overview.md index 0d39d0f153..ebb5cc0d84 100644 --- a/controls/chiplist/server-side-programming/overview.md +++ b/controls/chiplist/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: ChipList Server-side Programming description: "Overview of the Server-side APIs you can use to create and configure the Telerik WebForms ChipList Control." slug: chiplist/server-side-programming/overview +components: ["chiplist"] tags: overview published: True position: 0 diff --git a/controls/chiplist/server-side-programming/properties.md b/controls/chiplist/server-side-programming/properties.md index 5686134cb2..e68175586d 100644 --- a/controls/chiplist/server-side-programming/properties.md +++ b/controls/chiplist/server-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: ChipList Server-side Properties description: "Server-side properties of the WebForms ChipList component." slug: chiplist/server-side-programming/properties +components: ["chiplist"] tags: chiplist,server-side,properties published: True position: 1 diff --git a/controls/clientdatasource/client-side-programming/client-side-api/methods/add.md b/controls/clientdatasource/client-side-programming/client-side-api/methods/add.md index 76d5cf2ec0..2c1d7f99b4 100644 --- a/controls/clientdatasource/client-side-programming/client-side-api/methods/add.md +++ b/controls/clientdatasource/client-side-programming/client-side-api/methods/add.md @@ -3,6 +3,7 @@ title: add page_title: ClientDataSource Object add() - RadClientDataSource description: Check our Web Forms article about add. slug: clientdatasource/client-side-programming/client-side-api/methods/add +components: ["clientdatasource"] tags: add published: True position: 0 diff --git a/controls/clientdatasource/client-side-programming/client-side-api/methods/aggregates.md b/controls/clientdatasource/client-side-programming/client-side-api/methods/aggregates.md index 674fb23b4f..bba51b9cc3 100644 --- a/controls/clientdatasource/client-side-programming/client-side-api/methods/aggregates.md +++ b/controls/clientdatasource/client-side-programming/client-side-api/methods/aggregates.md @@ -3,6 +3,7 @@ title: aggregates page_title: ClientDataSource Object aggregates() - RadClientDataSource description: Check our Web Forms article about aggregates. slug: clientdatasource/client-side-programming/client-side-api/methods/aggregates +components: ["clientdatasource"] tags: aggregates published: True position: 3 diff --git a/controls/clientdatasource/client-side-programming/client-side-api/methods/fetch.md b/controls/clientdatasource/client-side-programming/client-side-api/methods/fetch.md index 09b67f3835..ceb2c69b05 100644 --- a/controls/clientdatasource/client-side-programming/client-side-api/methods/fetch.md +++ b/controls/clientdatasource/client-side-programming/client-side-api/methods/fetch.md @@ -3,6 +3,7 @@ title: fetch page_title: ClientDataSource Object fetch() - RadClientDataSource description: Check our Web Forms article about fetch. slug: clientdatasource/client-side-programming/client-side-api/methods/fetch +components: ["clientdatasource"] tags: fetch published: True position: 4 diff --git a/controls/clientdatasource/client-side-programming/client-side-api/methods/remove.md b/controls/clientdatasource/client-side-programming/client-side-api/methods/remove.md index cbce89faf4..1d7f754c5d 100644 --- a/controls/clientdatasource/client-side-programming/client-side-api/methods/remove.md +++ b/controls/clientdatasource/client-side-programming/client-side-api/methods/remove.md @@ -3,6 +3,7 @@ title: remove page_title: ClientDataSource Object remove() - RadClientDataSource description: Check our Web Forms article about remove. slug: clientdatasource/client-side-programming/client-side-api/methods/remove +components: ["clientdatasource"] tags: remove published: True position: 2 diff --git a/controls/clientdatasource/client-side-programming/client-side-api/methods/update.md b/controls/clientdatasource/client-side-programming/client-side-api/methods/update.md index 0903fa1caf..cbe6fa3e8e 100644 --- a/controls/clientdatasource/client-side-programming/client-side-api/methods/update.md +++ b/controls/clientdatasource/client-side-programming/client-side-api/methods/update.md @@ -3,6 +3,7 @@ title: update page_title: ClientDataSource Object update() - RadClientDataSource description: Check our Web Forms article about update. slug: clientdatasource/client-side-programming/client-side-api/methods/update +components: ["clientdatasource"] tags: update published: True position: 1 diff --git a/controls/clientdatasource/client-side-programming/client-side-api/properties/get_aggregates().md b/controls/clientdatasource/client-side-programming/client-side-api/properties/get_aggregates().md index 3effaf9393..8c68bdc31b 100644 --- a/controls/clientdatasource/client-side-programming/client-side-api/properties/get_aggregates().md +++ b/controls/clientdatasource/client-side-programming/client-side-api/properties/get_aggregates().md @@ -3,6 +3,7 @@ title: get_aggregates() page_title: get_aggregates() - RadClientDataSource description: Check our Web Forms article about get_aggregates(). slug: clientdatasource/client-side-programming/client-side-api/properties/get_aggregates() +components: ["clientdatasource"] tags: get_aggregates() published: True position: 3 diff --git a/controls/clientdatasource/client-side-programming/client-side-api/properties/get_filterexpressions().md b/controls/clientdatasource/client-side-programming/client-side-api/properties/get_filterexpressions().md index 3ecea8018c..f74b91271a 100644 --- a/controls/clientdatasource/client-side-programming/client-side-api/properties/get_filterexpressions().md +++ b/controls/clientdatasource/client-side-programming/client-side-api/properties/get_filterexpressions().md @@ -3,6 +3,7 @@ title: get_filterExpressions() page_title: get_filterExpressions() - RadClientDataSource description: Check our Web Forms article about get_filterExpressions(). slug: clientdatasource/client-side-programming/client-side-api/properties/get_filterexpressions() +components: ["clientdatasource"] tags: get_filterexpressions() published: True position: 0 diff --git a/controls/clientdatasource/client-side-programming/client-side-api/properties/get_groupexpressions().md b/controls/clientdatasource/client-side-programming/client-side-api/properties/get_groupexpressions().md index 8efe8f3d14..b3686cfb77 100644 --- a/controls/clientdatasource/client-side-programming/client-side-api/properties/get_groupexpressions().md +++ b/controls/clientdatasource/client-side-programming/client-side-api/properties/get_groupexpressions().md @@ -3,6 +3,7 @@ title: get_groupExpressions() page_title: get_groupExpressions() - RadClientDataSource description: Check our Web Forms article about get_groupExpressions(). slug: clientdatasource/client-side-programming/client-side-api/properties/get_groupexpressions() +components: ["clientdatasource"] tags: get_groupexpressions() published: True position: 2 diff --git a/controls/clientdatasource/client-side-programming/client-side-api/properties/get_sortexpressions().md b/controls/clientdatasource/client-side-programming/client-side-api/properties/get_sortexpressions().md index ccfd60105d..7c1572bbbc 100644 --- a/controls/clientdatasource/client-side-programming/client-side-api/properties/get_sortexpressions().md +++ b/controls/clientdatasource/client-side-programming/client-side-api/properties/get_sortexpressions().md @@ -3,6 +3,7 @@ title: get_sortExpressions() page_title: get_sortExpressions() - RadClientDataSource description: Check our Web Forms article about get_sortExpressions(). slug: clientdatasource/client-side-programming/client-side-api/properties/get_sortexpressions() +components: ["clientdatasource"] tags: get_sortexpressions() published: True position: 1 diff --git a/controls/clientdatasource/client-side-programming/clientdatasource-object.md b/controls/clientdatasource/client-side-programming/clientdatasource-object.md index bd7dcfc45b..20e0535a48 100644 --- a/controls/clientdatasource/client-side-programming/clientdatasource-object.md +++ b/controls/clientdatasource/client-side-programming/clientdatasource-object.md @@ -3,6 +3,7 @@ title: ClientDataSource Object page_title: ClientDataSource Object - RadClientDataSource description: Check our Web Forms article about ClientDataSource Object. slug: clientdatasource/client-side-programming/clientdatasource-object +components: ["clientdatasource"] tags: clientdatasource,object published: True position: 1 diff --git a/controls/clientdatasource/client-side-programming/events/oncustomparameter.md b/controls/clientdatasource/client-side-programming/events/oncustomparameter.md index fe19d05e95..06ac033235 100644 --- a/controls/clientdatasource/client-side-programming/events/oncustomparameter.md +++ b/controls/clientdatasource/client-side-programming/events/oncustomparameter.md @@ -3,6 +3,7 @@ title: OnCustomParameter page_title: OnCustomParameter - RadClientDataSource description: Check our Web Forms article about OnCustomParameter. slug: clientdatasource/client-side-programming/events/oncustomparameter +components: ["clientdatasource"] tags: events published: True position: 2 diff --git a/controls/clientdatasource/client-side-programming/events/overview.md b/controls/clientdatasource/client-side-programming/events/overview.md index 59a61166f0..976ee1aff5 100644 --- a/controls/clientdatasource/client-side-programming/events/overview.md +++ b/controls/clientdatasource/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadClientDataSource description: Check our Web Forms article about Overview. slug: clientdatasource/client-side-programming/events/overview +components: ["clientdatasource"] previous_url: clientdatasource/client-side-programming/events tags: events, overview published: True diff --git a/controls/clientdatasource/client-side-programming/overview.md b/controls/clientdatasource/client-side-programming/overview.md index b230319715..2cf51afc81 100644 --- a/controls/clientdatasource/client-side-programming/overview.md +++ b/controls/clientdatasource/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadClientDataSource description: Check our Web Forms article about Overview. slug: clientdatasource/client-side-programming/overview +components: ["clientdatasource"] tags: overview published: True position: 0 diff --git a/controls/clientdatasource/connecting-to-various-data-sources.md b/controls/clientdatasource/connecting-to-various-data-sources.md index bdd7babbdc..d367cba49a 100644 --- a/controls/clientdatasource/connecting-to-various-data-sources.md +++ b/controls/clientdatasource/connecting-to-various-data-sources.md @@ -3,6 +3,7 @@ title: Connecting to Various DataSource controls page_title: Connecting to Various DataSource controls - RadClientDataSource description: Check our Web Forms article about Connecting to Various DataSource controls. slug: clientdatasource/connecting-to-various-data-sources +components: ["clientdatasource"] tags: connecting,to,various,data,source,controls published: True position: 4 diff --git a/controls/clientdatasource/connecting-to-web-service.md b/controls/clientdatasource/connecting-to-web-service.md index ae3893fd72..46cea057b3 100644 --- a/controls/clientdatasource/connecting-to-web-service.md +++ b/controls/clientdatasource/connecting-to-web-service.md @@ -3,6 +3,7 @@ title: Connecting to Web Service page_title: Connecting to Web Service - RadClientDataSource description: Check our Web Forms article about Connecting to Web Service. slug: clientdatasource/connecting-to-web-service +components: ["clientdatasource"] tags: connecting,to,web,service published: True position: 2 diff --git a/controls/clientdatasource/getting-started.md b/controls/clientdatasource/getting-started.md index 57e4d7e127..25d74dc591 100644 --- a/controls/clientdatasource/getting-started.md +++ b/controls/clientdatasource/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadClientDataSource description: Check our Web Forms article about Getting Started. slug: clientdatasource/getting-started +components: ["clientdatasource"] tags: getting,started published: True position: 1 diff --git a/controls/clientdatasource/how-to/using-clientdatasource-with-web-api.md b/controls/clientdatasource/how-to/using-clientdatasource-with-web-api.md index e9303ea0e2..e9f428fa50 100644 --- a/controls/clientdatasource/how-to/using-clientdatasource-with-web-api.md +++ b/controls/clientdatasource/how-to/using-clientdatasource-with-web-api.md @@ -3,6 +3,7 @@ title: Using ClientDataSource With Web API page_title: Using ClientDataSource With Web API - RadClientDataSource description: Check our Web Forms article about Using ClientDataSource With Web API. slug: clientdatasource/how-to/using-clientdatasource-with-web-api +components: ["clientdatasource"] tags: using,clientdatasource,with,web,api published: True position: 0 diff --git a/controls/clientdatasource/overview.md b/controls/clientdatasource/overview.md index 2ea1cd9363..a4ef5b92e0 100644 --- a/controls/clientdatasource/overview.md +++ b/controls/clientdatasource/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadClientDataSource Overview description: Check our Web Forms article about Overview. slug: clientdatasource/overview +components: ["clientdatasource"] tags: overview published: True position: 0 diff --git a/controls/clientdatasource/server-side-programming/overview.md b/controls/clientdatasource/server-side-programming/overview.md index 3806980e1c..6217367c46 100644 --- a/controls/clientdatasource/server-side-programming/overview.md +++ b/controls/clientdatasource/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadClientDataSource description: Check our Web Forms article about Overview. slug: clientdatasource/server-side-programming/overview +components: ["clientdatasource"] tags: overview published: True position: 0 diff --git a/controls/clientdatasource/service-configuration.md b/controls/clientdatasource/service-configuration.md index 6e6aaac0d9..2c27b1dddf 100644 --- a/controls/clientdatasource/service-configuration.md +++ b/controls/clientdatasource/service-configuration.md @@ -3,6 +3,7 @@ title: Service Configuration page_title: Service Configuration - RadClientDataSource description: Check our Web Forms article about Service Configuration. slug: clientdatasource/service-configuration +components: ["clientdatasource"] tags: service,configuration published: True position: 3 diff --git a/controls/clientexportmanager/browser-support.md b/controls/clientexportmanager/browser-support.md index c3c63bd748..63b0b6ded9 100644 --- a/controls/clientexportmanager/browser-support.md +++ b/controls/clientexportmanager/browser-support.md @@ -3,6 +3,7 @@ title: Browser Support page_title: Browser Support - RadClientExportManager description: Check our Web Forms article about Browser Support. slug: clientexportmanager/browser-support +components: ["clientexportmanager"] tags: browser,support published: True position: 3 diff --git a/controls/clientexportmanager/client-side-programming/events/imageexported.md b/controls/clientexportmanager/client-side-programming/events/imageexported.md index bd745f065b..75760e44ac 100644 --- a/controls/clientexportmanager/client-side-programming/events/imageexported.md +++ b/controls/clientexportmanager/client-side-programming/events/imageexported.md @@ -3,6 +3,7 @@ title: ImageExported page_title: ImageExported - RadClientExportManager description: Check our Web Forms article about ImageExported. slug: clientexportmanager/client-side-programming/events/imageexported +components: ["clientexportmanager"] tags: imageexported published: True position: 4 diff --git a/controls/clientexportmanager/client-side-programming/events/imageexporting.md b/controls/clientexportmanager/client-side-programming/events/imageexporting.md index ea860b4ae5..504e213a30 100644 --- a/controls/clientexportmanager/client-side-programming/events/imageexporting.md +++ b/controls/clientexportmanager/client-side-programming/events/imageexporting.md @@ -3,6 +3,7 @@ title: ImageExporting page_title: ImageExporting - RadClientExportManager description: Check our Web Forms article about ImageExporting. slug: clientexportmanager/client-side-programming/events/imageexporting +components: ["clientexportmanager"] tags: imageexporting published: True position: 3 diff --git a/controls/clientexportmanager/client-side-programming/events/load.md b/controls/clientexportmanager/client-side-programming/events/load.md index abafdc5903..a227f97779 100644 --- a/controls/clientexportmanager/client-side-programming/events/load.md +++ b/controls/clientexportmanager/client-side-programming/events/load.md @@ -3,6 +3,7 @@ title: Load page_title: Load - RadClientExportManager description: Check our Web Forms article about Load. slug: clientexportmanager/client-side-programming/events/load +components: ["clientexportmanager"] tags: load published: True position: 0 diff --git a/controls/clientexportmanager/client-side-programming/events/pdfexported.md b/controls/clientexportmanager/client-side-programming/events/pdfexported.md index b1217afe9d..b37ab14ad9 100644 --- a/controls/clientexportmanager/client-side-programming/events/pdfexported.md +++ b/controls/clientexportmanager/client-side-programming/events/pdfexported.md @@ -3,6 +3,7 @@ title: PdfExported page_title: PdfExported - RadClientExportManager description: Check our Web Forms article about PdfExported. slug: clientexportmanager/client-side-programming/events/pdfexported +components: ["clientexportmanager"] tags: pdfexported published: True position: 2 diff --git a/controls/clientexportmanager/client-side-programming/events/pdfexporting.md b/controls/clientexportmanager/client-side-programming/events/pdfexporting.md index 6ec9ebfb0b..7bd471aea3 100644 --- a/controls/clientexportmanager/client-side-programming/events/pdfexporting.md +++ b/controls/clientexportmanager/client-side-programming/events/pdfexporting.md @@ -3,6 +3,7 @@ title: PdfExporting page_title: PdfExporting - RadClientExportManager description: Check our Web Forms article about PdfExporting. slug: clientexportmanager/client-side-programming/events/pdfexporting +components: ["clientexportmanager"] tags: pdfexporting published: True position: 1 diff --git a/controls/clientexportmanager/client-side-programming/events/svgexported.md b/controls/clientexportmanager/client-side-programming/events/svgexported.md index ee2659ac90..c27d8c483a 100644 --- a/controls/clientexportmanager/client-side-programming/events/svgexported.md +++ b/controls/clientexportmanager/client-side-programming/events/svgexported.md @@ -3,6 +3,7 @@ title: SvgExported page_title: SvgExported - RadClientExportManager description: Check our Web Forms article about SvgExported. slug: clientexportmanager/client-side-programming/events/svgexported +components: ["clientexportmanager"] tags: svgexported published: True position: 6 diff --git a/controls/clientexportmanager/client-side-programming/events/svgexporting.md b/controls/clientexportmanager/client-side-programming/events/svgexporting.md index 6817bfd60c..e680873ffd 100644 --- a/controls/clientexportmanager/client-side-programming/events/svgexporting.md +++ b/controls/clientexportmanager/client-side-programming/events/svgexporting.md @@ -3,6 +3,7 @@ title: SvgExporting page_title: SvgExporting - RadClientExportManager description: Check our Web Forms article about SvgExporting. slug: clientexportmanager/client-side-programming/events/svgexporting +components: ["clientexportmanager"] tags: svgexporting published: True position: 5 diff --git a/controls/clientexportmanager/client-side-programming/overview.md b/controls/clientexportmanager/client-side-programming/overview.md index 408d4bd5de..f0455824f9 100644 --- a/controls/clientexportmanager/client-side-programming/overview.md +++ b/controls/clientexportmanager/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadClientExportManager description: Check our Web Forms article about Overview. slug: clientexportmanager/client-side-programming/overview +components: ["clientexportmanager"] tags: overview published: True position: 0 diff --git a/controls/clientexportmanager/design-time.md b/controls/clientexportmanager/design-time.md index 39af061cc5..2830953d1d 100644 --- a/controls/clientexportmanager/design-time.md +++ b/controls/clientexportmanager/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadClientExportManager description: Check our Web Forms article about Design Time. slug: clientexportmanager/design-time +components: ["clientexportmanager"] tags: design,time published: True position: 2 diff --git a/controls/clientexportmanager/functionality/export-html-elements.md b/controls/clientexportmanager/functionality/export-html-elements.md index 6e5a5bb4a7..29685724ce 100644 --- a/controls/clientexportmanager/functionality/export-html-elements.md +++ b/controls/clientexportmanager/functionality/export-html-elements.md @@ -3,6 +3,7 @@ title: Export HTML Elements page_title: Export HTML Elements - RadClientExportManager description: Check our Web Forms article about Export HTML Elements. slug: clientexportmanager/functionality/export-html-elements +components: ["clientexportmanager"] tags: export,html,elements published: True position: 2 diff --git a/controls/clientexportmanager/functionality/export-whole-pages.md b/controls/clientexportmanager/functionality/export-whole-pages.md index 33d28b423e..9931708e7e 100644 --- a/controls/clientexportmanager/functionality/export-whole-pages.md +++ b/controls/clientexportmanager/functionality/export-whole-pages.md @@ -3,6 +3,7 @@ title: Export Whole Pages page_title: Export Whole Pages - RadClientExportManager description: Check our Web Forms article about Export Whole Pages. slug: clientexportmanager/functionality/export-whole-pages +components: ["clientexportmanager"] tags: export,whole,pages published: True position: 1 diff --git a/controls/clientexportmanager/functionality/header-and-footer-templates.md b/controls/clientexportmanager/functionality/header-and-footer-templates.md index 91b744f387..0353982001 100644 --- a/controls/clientexportmanager/functionality/header-and-footer-templates.md +++ b/controls/clientexportmanager/functionality/header-and-footer-templates.md @@ -3,6 +3,7 @@ title: Page Templates page_title: Page Templates - RadClientExportManager description: Render header and footer templates on each page when you export content in PDF with RadClientExportManager for ASP.NET AJAX slug: clientexportmanager/functionality/header-and-footer-templates +components: ["clientexportmanager"] tags: header,footer,headers,export,template published: True position: 4 diff --git a/controls/clientexportmanager/functionality/pdf-multi-page-export.md b/controls/clientexportmanager/functionality/pdf-multi-page-export.md index 1acb14a2ee..c0cadb4ad0 100644 --- a/controls/clientexportmanager/functionality/pdf-multi-page-export.md +++ b/controls/clientexportmanager/functionality/pdf-multi-page-export.md @@ -3,6 +3,7 @@ title: PDF Multi-page Export page_title: PDF Multi-page Export - RadClientExportManager description: Check our Web Forms article about PDF Multi-page Export. slug: clientexportmanager/functionality/pdf-multi-page-export +components: ["clientexportmanager"] tags: pdf,multipage, multi, page published: True position: 4 diff --git a/controls/clientexportmanager/functionality/repeat-headers.md b/controls/clientexportmanager/functionality/repeat-headers.md index da9a1d360b..04c3f51d1b 100644 --- a/controls/clientexportmanager/functionality/repeat-headers.md +++ b/controls/clientexportmanager/functionality/repeat-headers.md @@ -3,6 +3,7 @@ title: Repeated Table Headers page_title: Repeated Table Headers - RadClientExportManager description: Render table headers on each page when you export content in PDF with RadClientExportManager for ASP.NET AJAX slug: clientexportmanager/functionality/repeat-headers +components: ["clientexportmanager"] tags: repeat,table,headers,export published: True position: 5 diff --git a/controls/clientexportmanager/functionality/supported-file-types.md b/controls/clientexportmanager/functionality/supported-file-types.md index 3605c661b3..3a958c2191 100644 --- a/controls/clientexportmanager/functionality/supported-file-types.md +++ b/controls/clientexportmanager/functionality/supported-file-types.md @@ -3,6 +3,7 @@ title: Supported File Types page_title: Supported File Types - RadClientExportManager description: Check our Web Forms article about Supported File Types. slug: clientexportmanager/functionality/supported-file-types +components: ["clientexportmanager"] tags: supported,file,types published: True position: 0 diff --git a/controls/clientexportmanager/getting-started/getting-started.md b/controls/clientexportmanager/getting-started/getting-started.md index f55f245d9f..163d59dab3 100644 --- a/controls/clientexportmanager/getting-started/getting-started.md +++ b/controls/clientexportmanager/getting-started/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadClientExportManager description: Check our Web Forms article about Getting Started. slug: clientexportmanager/getting-started/getting-started +components: ["clientexportmanager"] tags: getting,started published: True position: 0 diff --git a/controls/clientexportmanager/how-to/change-the-exported-content-before-export.md b/controls/clientexportmanager/how-to/change-the-exported-content-before-export.md index d2f1cbf529..5b8b4ebae1 100644 --- a/controls/clientexportmanager/how-to/change-the-exported-content-before-export.md +++ b/controls/clientexportmanager/how-to/change-the-exported-content-before-export.md @@ -3,6 +3,7 @@ title: Change the Exported Content before Export page_title: Change the Exported Content before Export - RadClientExportManager description: Check our Web Forms article about Change the Exported Content before Export. slug: clientexportmanager/how-to/change-the-exported-content-before-export +components: ["clientexportmanager"] tags: change,exported,content,before,export published: True position: 2 diff --git a/controls/clientexportmanager/how-to/exporting-special-characters.md b/controls/clientexportmanager/how-to/exporting-special-characters.md index 76bd874a78..7de7ddc192 100644 --- a/controls/clientexportmanager/how-to/exporting-special-characters.md +++ b/controls/clientexportmanager/how-to/exporting-special-characters.md @@ -3,6 +3,7 @@ title: Exporting Special Characters page_title: Exporting Special Characters - RadClientExportManager description: Check our Web Forms article about Exporting Special Characters. slug: clientexportmanager/how-to/exporting-special-characters +components: ["clientexportmanager"] tags: custom,font,ASCII,special,characters,pdf published: True position: 3 diff --git a/controls/clientexportmanager/how-to/save-exported-files.md b/controls/clientexportmanager/how-to/save-exported-files.md index 27066df3c2..11e7da3687 100644 --- a/controls/clientexportmanager/how-to/save-exported-files.md +++ b/controls/clientexportmanager/how-to/save-exported-files.md @@ -3,6 +3,7 @@ title: Save Exported Files page_title: Save Exported Files - RadClientExportManager description: Check our Web Forms article about Save Exported Files. slug: clientexportmanager/how-to/save-exported-files +components: ["clientexportmanager"] tags: save,exported,files published: True position: 0 diff --git a/controls/clientexportmanager/how-to/wysiwyg-export.md b/controls/clientexportmanager/how-to/wysiwyg-export.md index afae61d7bf..12159c862a 100644 --- a/controls/clientexportmanager/how-to/wysiwyg-export.md +++ b/controls/clientexportmanager/how-to/wysiwyg-export.md @@ -3,6 +3,7 @@ title: WYSIWYG Export page_title: WYSIWYG Export - RadClientExportManager description: Check our Web Forms article about WYSIWYG Export. slug: clientexportmanager/how-to/wysiwyg-export +components: ["clientexportmanager"] tags: wysiwyg,export published: True position: 1 diff --git a/controls/clientexportmanager/overview.md b/controls/clientexportmanager/overview.md index eb87ee971a..f8b535e40d 100644 --- a/controls/clientexportmanager/overview.md +++ b/controls/clientexportmanager/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadClientExportManager Overview description: Check our Web Forms article about Telerik's ASP.NET ClientExportManager Overview. slug: clientexportmanager/overview +components: ["clientexportmanager"] tags: overview, clientexportmanager, export published: True position: 0 diff --git a/controls/clientexportmanager/troubleshooting/browser-crashing.md b/controls/clientexportmanager/troubleshooting/browser-crashing.md index 9d3697fd8b..86f2e3293c 100644 --- a/controls/clientexportmanager/troubleshooting/browser-crashing.md +++ b/controls/clientexportmanager/troubleshooting/browser-crashing.md @@ -3,6 +3,7 @@ title: Browser Crashing page_title: Browser Crashing - RadClientExportManager description: Check our Web Forms article about Browser Crashing. slug: clientexportmanager/troubleshooting/browser-crashing +components: ["clientexportmanager"] tags: browser,crashing published: True position: 1 diff --git a/controls/clientexportmanager/troubleshooting/exporting-pseudo-elements.md b/controls/clientexportmanager/troubleshooting/exporting-pseudo-elements.md index e2e297dc36..d6f7e82169 100644 --- a/controls/clientexportmanager/troubleshooting/exporting-pseudo-elements.md +++ b/controls/clientexportmanager/troubleshooting/exporting-pseudo-elements.md @@ -3,6 +3,7 @@ title: Exporting Pseudo Elements page_title: Exporting Pseudo Elements - RadClientExportManager description: Check our Web Forms article about Exporting Pseudo Elements. slug: clientexportmanager/troubleshooting/exporting-pseudo-elements +components: ["clientexportmanager"] tags: exporting,pseudo,elements published: True position: 4 diff --git a/controls/clientexportmanager/troubleshooting/ie9-and-safari-compatibility.md b/controls/clientexportmanager/troubleshooting/ie9-and-safari-compatibility.md index 61361fdcbe..fbfa67678d 100644 --- a/controls/clientexportmanager/troubleshooting/ie9-and-safari-compatibility.md +++ b/controls/clientexportmanager/troubleshooting/ie9-and-safari-compatibility.md @@ -3,6 +3,7 @@ title: IE9 and Safari Compatibility page_title: IE9 and Safari Compatibility - RadClientExportManager description: Check our Web Forms article about IE9 and Safari Compatibility. slug: clientexportmanager/troubleshooting/ie9-and-safari-compatibility +components: ["clientexportmanager"] tags: ie9,and,safari,compatibility published: True position: 0 diff --git a/controls/clientexportmanager/troubleshooting/known-limitations.md b/controls/clientexportmanager/troubleshooting/known-limitations.md index 944e0567bc..343b2158a9 100644 --- a/controls/clientexportmanager/troubleshooting/known-limitations.md +++ b/controls/clientexportmanager/troubleshooting/known-limitations.md @@ -3,6 +3,7 @@ title: Known Limitations page_title: Known Limitations - RadClientExportManager description: Check our Web Forms article about Known Limitations. slug: clientexportmanager/troubleshooting/known-limitations +components: ["clientexportmanager"] tags: known,limitations published: True position: 3 diff --git a/controls/cloudupload/accessibility-and-internationalization/localizing-radcloudupload.md b/controls/cloudupload/accessibility-and-internationalization/localizing-radcloudupload.md index 3c52e491e3..16025e976d 100644 --- a/controls/cloudupload/accessibility-and-internationalization/localizing-radcloudupload.md +++ b/controls/cloudupload/accessibility-and-internationalization/localizing-radcloudupload.md @@ -3,6 +3,7 @@ title: Localizing RadCloudUpload page_title: Localizing RadCloudUpload - RadCloudUpload description: Check our Web Forms article about Localizing RadCloudUpload. slug: cloudupload/accessibility-and-internationalization/localizing-radcloudupload +components: ["cloudupload"] tags: localizing,radcloudupload published: True position: 0 diff --git a/controls/cloudupload/appearance-and-styling/skins.md b/controls/cloudupload/appearance-and-styling/skins.md index 01749fe7e6..a419dd246c 100644 --- a/controls/cloudupload/appearance-and-styling/skins.md +++ b/controls/cloudupload/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadCloudUpload description: Check our Web Forms article about Skins. slug: cloudupload/appearance-and-styling/skins +components: ["cloudupload"] tags: skins published: True position: 0 diff --git a/controls/cloudupload/changes-and-backwards-compatibility.md b/controls/cloudupload/changes-and-backwards-compatibility.md index c4c4db80e0..60e7b06592 100644 --- a/controls/cloudupload/changes-and-backwards-compatibility.md +++ b/controls/cloudupload/changes-and-backwards-compatibility.md @@ -3,6 +3,7 @@ title: Changes and Backward Compatibility page_title: Changes and backward compatibility - RadCloudUpload description: Check our Web Forms article about Changes and backward compatibility. slug: cloudupload/changes-and-backward-compatibility +components: ["cloudupload"] tags: changes,and,backward,compatibility published: True position: 2 diff --git a/controls/cloudupload/client-side-programming/events.md b/controls/cloudupload/client-side-programming/events.md index 72bb0b3d92..3581e12c5c 100644 --- a/controls/cloudupload/client-side-programming/events.md +++ b/controls/cloudupload/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Events - RadCloudUpload description: Check our Web Forms article about Events. slug: cloudupload/client-side-programming/events +components: ["cloudupload"] tags: events published: True position: 0 diff --git a/controls/cloudupload/client-side-programming/events/onclientfileselected.md b/controls/cloudupload/client-side-programming/events/onclientfileselected.md index dcea5c4839..3621de59c3 100644 --- a/controls/cloudupload/client-side-programming/events/onclientfileselected.md +++ b/controls/cloudupload/client-side-programming/events/onclientfileselected.md @@ -3,6 +3,7 @@ title: OnClientFileSelected page_title: OnClientFileSelected - RadCloudUpload description: Check our Web Forms article about OnClientFileSelected. slug: cloudupload/client-side-programming/events/onclientfileselected +components: ["cloudupload"] tags: onclientfileselected published: True position: 2 diff --git a/controls/cloudupload/client-side-programming/events/onclientfilesselecting.md b/controls/cloudupload/client-side-programming/events/onclientfilesselecting.md index 915f11a945..164430e3d5 100644 --- a/controls/cloudupload/client-side-programming/events/onclientfilesselecting.md +++ b/controls/cloudupload/client-side-programming/events/onclientfilesselecting.md @@ -3,6 +3,7 @@ title: OnClientFilesSelecting page_title: OnClientFilesSelecting - RadCloudUpload description: Check our Web Forms article about OnClientFilesSelecting. slug: cloudupload/client-side-programming/events/onclientfilesselecting +components: ["cloudupload"] tags: onclientfilesselecting published: True position: 1 diff --git a/controls/cloudupload/client-side-programming/events/onclientfilesuploaded.md b/controls/cloudupload/client-side-programming/events/onclientfilesuploaded.md index 7ec814565f..d3033f741d 100644 --- a/controls/cloudupload/client-side-programming/events/onclientfilesuploaded.md +++ b/controls/cloudupload/client-side-programming/events/onclientfilesuploaded.md @@ -3,6 +3,7 @@ title: OnClientFilesUploaded page_title: OnClientFilesUploaded - RadCloudUpload description: Check our Web Forms article about OnClientFilesUploaded. slug: cloudupload/client-side-programming/events/onclientfilesuploaded +components: ["cloudupload"] tags: onclientfilesuploaded published: True position: 5 diff --git a/controls/cloudupload/client-side-programming/events/onclientfileuploaded.md b/controls/cloudupload/client-side-programming/events/onclientfileuploaded.md index acba98af21..ff82a9ee55 100644 --- a/controls/cloudupload/client-side-programming/events/onclientfileuploaded.md +++ b/controls/cloudupload/client-side-programming/events/onclientfileuploaded.md @@ -3,6 +3,7 @@ title: OnClientFileUploaded page_title: OnClientFileUploaded - RadCloudUpload description: Check our Web Forms article about OnClientFileUploaded. slug: cloudupload/client-side-programming/events/onclientfileuploaded +components: ["cloudupload"] tags: onclientfileuploaded published: True position: 4 diff --git a/controls/cloudupload/client-side-programming/events/onclientfileuploading.md b/controls/cloudupload/client-side-programming/events/onclientfileuploading.md index b243d074ed..20324b4277 100644 --- a/controls/cloudupload/client-side-programming/events/onclientfileuploading.md +++ b/controls/cloudupload/client-side-programming/events/onclientfileuploading.md @@ -3,6 +3,7 @@ title: OnClientFileUploading page_title: OnClientFileUploading - RadCloudUpload description: Check our Web Forms article about OnClientFileUploading. slug: cloudupload/client-side-programming/events/onclientfileuploading +components: ["cloudupload"] tags: onclientfileuploading published: True position: 3 diff --git a/controls/cloudupload/client-side-programming/events/onclientfileuploadremoved.md b/controls/cloudupload/client-side-programming/events/onclientfileuploadremoved.md index e64ffac6dc..a558f1aa09 100644 --- a/controls/cloudupload/client-side-programming/events/onclientfileuploadremoved.md +++ b/controls/cloudupload/client-side-programming/events/onclientfileuploadremoved.md @@ -3,6 +3,7 @@ title: OnClientFileUploadRemoved page_title: OnClientFileUploadRemoved - RadCloudUpload description: Check our Web Forms article about OnClientFileUploadRemoved. slug: cloudupload/client-side-programming/events/onclientfileuploadremoved +components: ["cloudupload"] tags: onclientfileuploadremoved published: True position: 8 diff --git a/controls/cloudupload/client-side-programming/events/onclientfileuploadremoving.md b/controls/cloudupload/client-side-programming/events/onclientfileuploadremoving.md index 7ef23184a9..93ed8e9e65 100644 --- a/controls/cloudupload/client-side-programming/events/onclientfileuploadremoving.md +++ b/controls/cloudupload/client-side-programming/events/onclientfileuploadremoving.md @@ -3,6 +3,7 @@ title: OnClientFileUploadRemoving page_title: OnClientFileUploadRemoving - RadCloudUpload description: Check our Web Forms article about OnClientFileUploadRemoving. slug: cloudupload/client-side-programming/events/onclientfileuploadremoving +components: ["cloudupload"] tags: onclientfileuploadremoving published: True position: 7 diff --git a/controls/cloudupload/client-side-programming/events/onclientload.md b/controls/cloudupload/client-side-programming/events/onclientload.md index e5dad5c46d..c84fbdc9de 100644 --- a/controls/cloudupload/client-side-programming/events/onclientload.md +++ b/controls/cloudupload/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadCloudUpload description: Check our Web Forms article about OnClientLoad. slug: cloudupload/client-side-programming/events/onclientload +components: ["cloudupload"] tags: onclientload published: True position: 0 diff --git a/controls/cloudupload/client-side-programming/events/onclientuploadfailed.md b/controls/cloudupload/client-side-programming/events/onclientuploadfailed.md index f50a319a80..14d3b2e3d1 100644 --- a/controls/cloudupload/client-side-programming/events/onclientuploadfailed.md +++ b/controls/cloudupload/client-side-programming/events/onclientuploadfailed.md @@ -3,6 +3,7 @@ title: OnClientUploadFailed page_title: OnClientUploadFailed - RadCloudUpload description: Check our Web Forms article about OnClientUploadFailed. slug: cloudupload/client-side-programming/events/onclientuploadfailed +components: ["cloudupload"] tags: onclientuploadfailed published: True position: 6 diff --git a/controls/cloudupload/client-side-programming/events/onclientvalidationfailed.md b/controls/cloudupload/client-side-programming/events/onclientvalidationfailed.md index 9633baef31..08c1bcb30e 100644 --- a/controls/cloudupload/client-side-programming/events/onclientvalidationfailed.md +++ b/controls/cloudupload/client-side-programming/events/onclientvalidationfailed.md @@ -3,6 +3,7 @@ title: OnClientValidationFailed page_title: OnClientValidationFailed - RadCloudUpload description: Check our Web Forms article about OnClientValidationFailed. slug: cloudupload/client-side-programming/events/onclientvalidationfailed +components: ["cloudupload"] tags: onclientvalidationfailed published: True position: 9 diff --git a/controls/cloudupload/client-side-programming/radcloudupload-object.md b/controls/cloudupload/client-side-programming/radcloudupload-object.md index 6a3578e495..3f76878a5c 100644 --- a/controls/cloudupload/client-side-programming/radcloudupload-object.md +++ b/controls/cloudupload/client-side-programming/radcloudupload-object.md @@ -3,6 +3,7 @@ title: RadCloudUpload Object page_title: RadCloudUpload Object - RadCloudUpload description: Check our Web Forms article about RadCloudUpload Object. slug: cloudupload/client-side-programming/radcloudupload-object +components: ["cloudupload"] tags: radcloudupload,object published: True position: 1 diff --git a/controls/cloudupload/cloud-storage-providers/amazon-s3.md b/controls/cloudupload/cloud-storage-providers/amazon-s3.md index 509ed2887a..52f68cced5 100644 --- a/controls/cloudupload/cloud-storage-providers/amazon-s3.md +++ b/controls/cloudupload/cloud-storage-providers/amazon-s3.md @@ -3,6 +3,7 @@ title: Amazon S3 page_title: Amazon S3 - RadCloudUpload description: Check our Web Forms article about Amazon S3. slug: cloudupload/cloud-storage-providers/amazon-s3 +components: ["cloudupload"] tags: amazon,s3 published: True position: 0 diff --git a/controls/cloudupload/cloud-storage-providers/azure-blob-storage.md b/controls/cloudupload/cloud-storage-providers/azure-blob-storage.md index 14e67f2d12..b4bef2d20b 100644 --- a/controls/cloudupload/cloud-storage-providers/azure-blob-storage.md +++ b/controls/cloudupload/cloud-storage-providers/azure-blob-storage.md @@ -3,6 +3,7 @@ title: Azure Blob Storage page_title: Azure Blob Storage - RadCloudUpload description: Instructions for setting up the environment to upload files to Azure Blob Storage. slug: cloudupload/cloud-storage-providers/azure-blob-storage +components: ["cloudupload"] tags: azure,blob,storage published: True position: 1 diff --git a/controls/cloudupload/custom-cloud-storage-providers/custom-amazon-s3-provider.md b/controls/cloudupload/custom-cloud-storage-providers/custom-amazon-s3-provider.md index e8dafa9000..589b75ebc0 100644 --- a/controls/cloudupload/custom-cloud-storage-providers/custom-amazon-s3-provider.md +++ b/controls/cloudupload/custom-cloud-storage-providers/custom-amazon-s3-provider.md @@ -3,6 +3,7 @@ title: Custom Amazon S3 Provider page_title: Custom Amazon S3 Provider - RadCloudUpload description: Check our Web Forms article about Custom Amazon S3 Provider. slug: cloudupload/custom-cloud-storage-providers/custom-amazon-s3-provider +components: ["cloudupload"] tags: custom,amazon,s3,provider published: True position: 1 diff --git a/controls/cloudupload/custom-cloud-storage-providers/custom-azure-blob-storage-provider.md b/controls/cloudupload/custom-cloud-storage-providers/custom-azure-blob-storage-provider.md index bae1828619..a3e69decbb 100644 --- a/controls/cloudupload/custom-cloud-storage-providers/custom-azure-blob-storage-provider.md +++ b/controls/cloudupload/custom-cloud-storage-providers/custom-azure-blob-storage-provider.md @@ -3,6 +3,7 @@ title: Custom Azure Blob Storage Provider page_title: Custom Azure Blob Storage Provider - RadCloudUpload description: Create Custom Azure Blob Providers to extend or take over the built-in functionality. slug: cloudupload/custom-cloud-storage-providers/custom-azure-blob-storage-provider +components: ["cloudupload"] tags: custom,azure,blob,storage,provider published: True position: 2 diff --git a/controls/cloudupload/custom-cloud-storage-providers/overview.md b/controls/cloudupload/custom-cloud-storage-providers/overview.md index e415680991..cff1b1ac62 100644 --- a/controls/cloudupload/custom-cloud-storage-providers/overview.md +++ b/controls/cloudupload/custom-cloud-storage-providers/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Custom Cloud Storage Providers Overview - RadCloudUpload description: Check our Web Forms article about Overview. slug: cloudupload/custom-cloud-storage-providers/overview +components: ["cloudupload"] tags: overview published: True position: 0 diff --git a/controls/cloudupload/functionality/drag-and-drop-upload.md b/controls/cloudupload/functionality/drag-and-drop-upload.md index c559e625c3..160d1b0ac8 100644 --- a/controls/cloudupload/functionality/drag-and-drop-upload.md +++ b/controls/cloudupload/functionality/drag-and-drop-upload.md @@ -3,6 +3,7 @@ title: Drag and Drop Upload page_title: Drag and Drop Upload - RadCloudUpload description: Check our Web Forms article about Drag and Drop Upload. slug: cloudupload/functionality/drag-and-drop-upload +components: ["cloudupload"] tags: drag,and,drop,upload published: True position: 2 diff --git a/controls/cloudupload/functionality/file-list-panel.md b/controls/cloudupload/functionality/file-list-panel.md index 5befb8c9b5..b38817f974 100644 --- a/controls/cloudupload/functionality/file-list-panel.md +++ b/controls/cloudupload/functionality/file-list-panel.md @@ -3,6 +3,7 @@ title: File List Panel page_title: File List Panel - RadCloudUpload description: Check our Web Forms article about File List Panel. slug: cloudupload/functionality/file-list-panel +components: ["cloudupload"] tags: file,list,panel published: True position: 1 diff --git a/controls/cloudupload/functionality/multiple-file-selection.md b/controls/cloudupload/functionality/multiple-file-selection.md index 7d0c478e28..7eecbd6a83 100644 --- a/controls/cloudupload/functionality/multiple-file-selection.md +++ b/controls/cloudupload/functionality/multiple-file-selection.md @@ -3,6 +3,7 @@ title: Multiple File Selection page_title: Multiple File Selection - RadCloudUpload description: Check our Web Forms article about Multiple File Selection. slug: cloudupload/functionality/multiple-file-selection +components: ["cloudupload"] tags: multiple,file,selection published: True position: 0 diff --git a/controls/cloudupload/functionality/validation.md b/controls/cloudupload/functionality/validation.md index 0650ec4879..d62d4fc2bc 100644 --- a/controls/cloudupload/functionality/validation.md +++ b/controls/cloudupload/functionality/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadCloudUpload description: Check our Web Forms article about Validation. slug: cloudupload/functionality/validation +components: ["cloudupload"] tags: validation published: True position: 2 diff --git a/controls/cloudupload/getting-started.md b/controls/cloudupload/getting-started.md index d54fc3051c..6cc3a918f9 100644 --- a/controls/cloudupload/getting-started.md +++ b/controls/cloudupload/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadCloudUpload description: Check our Web Forms article about Getting Started. slug: cloudupload/getting-started +components: ["cloudupload"] tags: getting,started published: True position: 1 diff --git a/controls/cloudupload/how-to/files-uploading-in-custom-folder-at-runtime.md b/controls/cloudupload/how-to/files-uploading-in-custom-folder-at-runtime.md index 9dd7d800ae..280c9a910f 100644 --- a/controls/cloudupload/how-to/files-uploading-in-custom-folder-at-runtime.md +++ b/controls/cloudupload/how-to/files-uploading-in-custom-folder-at-runtime.md @@ -3,6 +3,7 @@ title: Files Uploading in Custom Folder at Runtime page_title: Files Uploading in Custom Folder at Runtime - RadCloudUpload description: Check our Web Forms article about Files Uploading in Custom Folder at Runtime. slug: cloudupload/how-to/files-uploading-in-custom-folder-at-runtime +components: ["cloudupload"] tags: files,uploading,in,custom,folder,at,runtime published: True position: 2 diff --git a/controls/cloudupload/how-to/limit-the-number-of-the-uploaded-files.md b/controls/cloudupload/how-to/limit-the-number-of-the-uploaded-files.md index 2afdc67537..f75b157e2d 100644 --- a/controls/cloudupload/how-to/limit-the-number-of-the-uploaded-files.md +++ b/controls/cloudupload/how-to/limit-the-number-of-the-uploaded-files.md @@ -3,6 +3,7 @@ title: Limit the Number of the Uploaded Files page_title: Limit the Number of the Uploaded Files - RadCloudUpload description: Check our Web Forms article about Limit the Number of the Uploaded Files. slug: cloudupload/how-to/limit-the-number-of-the-uploaded-files +components: ["cloudupload"] tags: limit,the,number,of,the,uploaded,files published: True position: 3 diff --git a/controls/cloudupload/how-to/prevent-dual-file-uploading.md b/controls/cloudupload/how-to/prevent-dual-file-uploading.md index 2713e44e11..0ad088752e 100644 --- a/controls/cloudupload/how-to/prevent-dual-file-uploading.md +++ b/controls/cloudupload/how-to/prevent-dual-file-uploading.md @@ -3,6 +3,7 @@ title: Prevent Dual File Uploading page_title: Prevent Dual File Uploading - RadCloudUpload description: Check our Web Forms article about Prevent Dual File Uploading. slug: cloudupload/how-to/prevent-dual-file-uploading +components: ["cloudupload"] tags: prevent,dual,file,uploading published: True position: 4 diff --git a/controls/cloudupload/how-to/uploading-large-files.md b/controls/cloudupload/how-to/uploading-large-files.md index 8e4377dd7c..fc3924c374 100644 --- a/controls/cloudupload/how-to/uploading-large-files.md +++ b/controls/cloudupload/how-to/uploading-large-files.md @@ -3,6 +3,7 @@ title: Uploading Large Files page_title: Uploading Large Files - RadCloudUpload description: Check our Web Forms article about Uploading Large Files. slug: cloudupload/how-to/uploading-large-files +components: ["cloudupload"] tags: uploading,large,files published: True position: 0 diff --git a/controls/cloudupload/how-to/using-amazonSDK-version2.md b/controls/cloudupload/how-to/using-amazonSDK-version2.md index d53345af92..6ff8362b4d 100644 --- a/controls/cloudupload/how-to/using-amazonSDK-version2.md +++ b/controls/cloudupload/how-to/using-amazonSDK-version2.md @@ -3,6 +3,7 @@ title: Using Amazon SDK v2 page_title: Using Amazon SDK v2 - RadCloudUpload description: Check our Web Forms article about Changes and backward compatibility. slug: cloudupload/how-to/using-amazonsdk-version2 +components: ["cloudupload"] tags: using,amazon,SDK,v2 published: True position: 6 diff --git a/controls/cloudupload/how-to/using-multiple-accounts-for-one-cloud-storage-provider.md b/controls/cloudupload/how-to/using-multiple-accounts-for-one-cloud-storage-provider.md index 9fec4f45f6..3065d0374c 100644 --- a/controls/cloudupload/how-to/using-multiple-accounts-for-one-cloud-storage-provider.md +++ b/controls/cloudupload/how-to/using-multiple-accounts-for-one-cloud-storage-provider.md @@ -3,6 +3,7 @@ title: Using Multiple Accounts for One Cloud Storage Provider page_title: Using Multiple Accounts for One Cloud Storage Provider - RadCloudUpload description: Check our Web Forms article about Using Multiple Accounts for One Cloud Storage Provider. slug: cloudupload/how-to/using-multiple-accounts-for-one-cloud-storage-provider +components: ["cloudupload"] tags: using,multiple,accounts,for,one,cloud,storage,provider published: True position: 1 diff --git a/controls/cloudupload/overview.md b/controls/cloudupload/overview.md index 9834173212..2393205505 100644 --- a/controls/cloudupload/overview.md +++ b/controls/cloudupload/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadCloudUpload Overview description: Check our Web Forms article about Telerik's ASP.NET CloudUpload Overview. slug: cloudupload/overview +components: ["cloudupload"] tags: overview, cloudupload, asp.net published: True position: 0 diff --git a/controls/cloudupload/security.md b/controls/cloudupload/security.md index 470e63c041..34e93443f8 100644 --- a/controls/cloudupload/security.md +++ b/controls/cloudupload/security.md @@ -3,6 +3,7 @@ title: Security page_title: Security - RadCloudUpload description: Check our Web Forms article about Apply security in RadCloudUpload and enforce information encryption to prevent attacks. slug: cloudupload-security +components: ["cloudupload"] tags: security published: True position: 14 diff --git a/controls/cloudupload/server-side-programming/events.md b/controls/cloudupload/server-side-programming/events.md index 64ebaa3f56..76cb6635d9 100644 --- a/controls/cloudupload/server-side-programming/events.md +++ b/controls/cloudupload/server-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Events - RadCloudUpload description: Check our Web Forms article about Events. slug: cloudupload/server-side-programming/events +components: ["cloudupload"] tags: events published: True position: 0 diff --git a/controls/cloudupload/server-side-programming/onfileuploaded.md b/controls/cloudupload/server-side-programming/onfileuploaded.md index 2f4f23d6a8..c6f2068d2f 100644 --- a/controls/cloudupload/server-side-programming/onfileuploaded.md +++ b/controls/cloudupload/server-side-programming/onfileuploaded.md @@ -3,6 +3,7 @@ title: OnFileUploaded page_title: OnFileUploaded - RadCloudUpload description: Check our Web Forms article about OnFileUploaded. slug: cloudupload/server-side-programming/onfileuploaded +components: ["cloudupload"] tags: onfileuploaded published: True position: 1 diff --git a/controls/cloudupload/troubleshooting.md b/controls/cloudupload/troubleshooting.md index 685a719006..c9ebbc804b 100644 --- a/controls/cloudupload/troubleshooting.md +++ b/controls/cloudupload/troubleshooting.md @@ -3,6 +3,7 @@ title: Troubleshooting page_title: Troubleshooting - RadCloudUpload description: Check our Web Forms article about Telerik's ASP.NET CloudUpload Overview. slug: cloudupload/troubleshooting +components: ["cloudupload"] tags: troubleshooting, cloudupload, asp.net published: True position: 60 diff --git a/controls/cloudupload/upload-modules.md b/controls/cloudupload/upload-modules.md index ac402134fd..41c7220d2f 100644 --- a/controls/cloudupload/upload-modules.md +++ b/controls/cloudupload/upload-modules.md @@ -3,6 +3,7 @@ title: Upload Modules page_title: Upload Modules - RadCloudUpload description: Check our Web Forms article about Upload Modules. slug: cloudupload/upload-modules +components: ["cloudupload"] tags: upload,modules published: True position: 10 diff --git a/controls/colorpicker/accessibility-and-internationalization/keyboard-support.md b/controls/colorpicker/accessibility-and-internationalization/keyboard-support.md index b8d4737460..aaf79f6e85 100644 --- a/controls/colorpicker/accessibility-and-internationalization/keyboard-support.md +++ b/controls/colorpicker/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadColorPicker description: Check our Web Forms article about Keyboard Support. slug: colorpicker/accessibility-and-internationalization/keyboard-support +components: ["colorpicker"] tags: keyboard,support published: True position: 1 diff --git a/controls/colorpicker/accessibility-and-internationalization/localization.md b/controls/colorpicker/accessibility-and-internationalization/localization.md index 7c0b63b9b5..a8071d7c48 100644 --- a/controls/colorpicker/accessibility-and-internationalization/localization.md +++ b/controls/colorpicker/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadColorPicker description: Check our Web Forms article about Localization. slug: colorpicker/accessibility-and-internationalization/localization +components: ["colorpicker"] tags: localization published: True position: 3 diff --git a/controls/colorpicker/accessibility-and-internationalization/right-to-left-support.md b/controls/colorpicker/accessibility-and-internationalization/right-to-left-support.md index 80e72f46b0..8d72453eb2 100644 --- a/controls/colorpicker/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/colorpicker/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadColorPicker description: Check our Web Forms article about Right-to-left Support. slug: colorpicker/accessibility-and-internationalization/right-to-left-support +components: ["colorpicker"] tags: right-to-left,support published: True position: 2 diff --git a/controls/colorpicker/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/colorpicker/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 64b8d900e5..17055d0239 100644 --- a/controls/colorpicker/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/colorpicker/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadColorPicker description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: colorpicker/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["colorpicker"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/colorpicker/appearance-and-styling/controlling-appearance.md b/controls/colorpicker/appearance-and-styling/controlling-appearance.md index 3cb964b4ab..7be33dd9d0 100644 --- a/controls/colorpicker/appearance-and-styling/controlling-appearance.md +++ b/controls/colorpicker/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadColorPicker description: Check our Web Forms article about Controlling Appearance. slug: colorpicker/appearance-and-styling/controlling-appearance +components: ["colorpicker"] tags: controlling,appearance published: True position: 1 diff --git a/controls/colorpicker/appearance-and-styling/creating-a-custom-skin.md b/controls/colorpicker/appearance-and-styling/creating-a-custom-skin.md index 640fdca255..f451efc9fa 100644 --- a/controls/colorpicker/appearance-and-styling/creating-a-custom-skin.md +++ b/controls/colorpicker/appearance-and-styling/creating-a-custom-skin.md @@ -3,6 +3,7 @@ title: Creating a Custom Skin page_title: Creating a Custom Skin - RadColorPicker description: Check our Web Forms article about Creating a Custom Skin. slug: colorpicker/appearance-and-styling/creating-a-custom-skin +components: ["colorpicker"] tags: creating,a,custom,skin published: True position: 4 diff --git a/controls/colorpicker/appearance-and-styling/css-classes.md b/controls/colorpicker/appearance-and-styling/css-classes.md index 576c2e5c76..60a8a3f610 100644 --- a/controls/colorpicker/appearance-and-styling/css-classes.md +++ b/controls/colorpicker/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadColorPicker description: Check our Web Forms article about CSS Classes. slug: colorpicker/appearance-and-styling/css-classes +components: ["colorpicker"] tags: css,classes published: True position: 3 diff --git a/controls/colorpicker/appearance-and-styling/skins.md b/controls/colorpicker/appearance-and-styling/skins.md index 19662c4a82..b1d74917b4 100644 --- a/controls/colorpicker/appearance-and-styling/skins.md +++ b/controls/colorpicker/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadColorPicker description: Check our Web Forms article about Skins. slug: colorpicker/appearance-and-styling/skins +components: ["colorpicker"] tags: skins published: True position: 0 diff --git a/controls/colorpicker/appearance-and-styling/understanding-the-skin-css-file.md b/controls/colorpicker/appearance-and-styling/understanding-the-skin-css-file.md index 3479cecdfe..815155b93a 100644 --- a/controls/colorpicker/appearance-and-styling/understanding-the-skin-css-file.md +++ b/controls/colorpicker/appearance-and-styling/understanding-the-skin-css-file.md @@ -3,6 +3,7 @@ title: Understanding the Skin CSS File page_title: Understanding the Skin CSS File - RadColorPicker description: Check our Web Forms article about Understanding the Skin CSS File. slug: colorpicker/appearance-and-styling/understanding-the-skin-css-file +components: ["colorpicker"] tags: understanding,the,skin,css,file published: True position: 2 diff --git a/controls/colorpicker/changes-and-backwards-compatibility/breaking-changes.md b/controls/colorpicker/changes-and-backwards-compatibility/breaking-changes.md index 681df3cdf8..7dbc5ce253 100644 --- a/controls/colorpicker/changes-and-backwards-compatibility/breaking-changes.md +++ b/controls/colorpicker/changes-and-backwards-compatibility/breaking-changes.md @@ -3,6 +3,7 @@ title: Breaking Changes page_title: Breaking Changes - RadColorPicker description: Check our Web Forms article about Breaking Changes. slug: colorpicker/changes-and-backwards-compatibility/breaking-changes +components: ["colorpicker"] tags: breaking,changes published: True position: 2 diff --git a/controls/colorpicker/changes-and-backwards-compatibility/migrating-to-radcolorpicker-for-asp.net-ajax.md b/controls/colorpicker/changes-and-backwards-compatibility/migrating-to-radcolorpicker-for-asp.net-ajax.md index 6d5f9dbaaf..7091fb5e2a 100644 --- a/controls/colorpicker/changes-and-backwards-compatibility/migrating-to-radcolorpicker-for-asp.net-ajax.md +++ b/controls/colorpicker/changes-and-backwards-compatibility/migrating-to-radcolorpicker-for-asp.net-ajax.md @@ -3,6 +3,7 @@ title: Migrating to RadColorPicker for ASP.NET AJAX page_title: Migrating to RadColorPicker - RadColorPicker description: Check our Web Forms article about Migrating to RadColorPicker for ASP.NET AJAX. slug: colorpicker/changes-and-backwards-compatibility/migrating-to-radcolorpicker-for-asp.net-ajax +components: ["colorpicker"] tags: migrating,to,radcolorpicker,for,asp.net,ajax published: True position: 1 diff --git a/controls/colorpicker/changes-and-backwards-compatibility/overview.md b/controls/colorpicker/changes-and-backwards-compatibility/overview.md index ec9691b8f1..d911155cc5 100644 --- a/controls/colorpicker/changes-and-backwards-compatibility/overview.md +++ b/controls/colorpicker/changes-and-backwards-compatibility/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Changes and Backwards Compatibility Overview - RadColorPicker description: Check our Web Forms article about Overview. slug: colorpicker/changes-and-backwards-compatibility/overview +components: ["colorpicker"] tags: overview published: True position: 0 diff --git a/controls/colorpicker/client-side-programming/colorpicker-object.md b/controls/colorpicker/client-side-programming/colorpicker-object.md index 3871c5ff5f..3d1ae79090 100644 --- a/controls/colorpicker/client-side-programming/colorpicker-object.md +++ b/controls/colorpicker/client-side-programming/colorpicker-object.md @@ -3,6 +3,7 @@ title: ColorPicker Object page_title: ColorPicker Object - RadColorPicker description: Check our Web Forms article about ColorPicker Object. slug: colorpicker/client-side-programming/colorpicker-object +components: ["colorpicker"] tags: colorpicker,object published: True position: 1 diff --git a/controls/colorpicker/client-side-programming/events/onclientcolorchange.md b/controls/colorpicker/client-side-programming/events/onclientcolorchange.md index 4c98fd34ad..e41ef9b0d0 100644 --- a/controls/colorpicker/client-side-programming/events/onclientcolorchange.md +++ b/controls/colorpicker/client-side-programming/events/onclientcolorchange.md @@ -3,6 +3,7 @@ title: OnClientColorChange page_title: OnClientColorChange - RadColorPicker description: Check our Web Forms article about OnClientColorChange. slug: colorpicker/client-side-programming/events/onclientcolorchange +components: ["colorpicker"] tags: onclientcolorchange published: True position: 4 diff --git a/controls/colorpicker/client-side-programming/events/onclientcolorchanging.md b/controls/colorpicker/client-side-programming/events/onclientcolorchanging.md index 83b9222cc3..0acf9db696 100644 --- a/controls/colorpicker/client-side-programming/events/onclientcolorchanging.md +++ b/controls/colorpicker/client-side-programming/events/onclientcolorchanging.md @@ -3,6 +3,7 @@ title: OnClientColorChanging page_title: OnClientColorChanging - RadColorPicker description: Check our Web Forms article about OnClientColorChanging. slug: colorpicker/client-side-programming/events/onclientcolorchanging +components: ["colorpicker"] tags: onclientcolorchanging published: True position: 3 diff --git a/controls/colorpicker/client-side-programming/events/onclientcolorpreview.md b/controls/colorpicker/client-side-programming/events/onclientcolorpreview.md index 96b6b50632..560ab46440 100644 --- a/controls/colorpicker/client-side-programming/events/onclientcolorpreview.md +++ b/controls/colorpicker/client-side-programming/events/onclientcolorpreview.md @@ -3,6 +3,7 @@ title: OnClientColorPreview page_title: OnClientColorPreview - RadColorPicker description: Check our Web Forms article about OnClientColorPreview. slug: colorpicker/client-side-programming/events/onclientcolorpreview +components: ["colorpicker"] tags: onclientcolorpreview published: True position: 2 diff --git a/controls/colorpicker/client-side-programming/events/onclientload.md b/controls/colorpicker/client-side-programming/events/onclientload.md index a148ace525..50380fe904 100644 --- a/controls/colorpicker/client-side-programming/events/onclientload.md +++ b/controls/colorpicker/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadColorPicker description: Check our Web Forms article about OnClientLoad. slug: colorpicker/client-side-programming/events/onclientload +components: ["colorpicker"] tags: onclientload published: True position: 1 diff --git a/controls/colorpicker/client-side-programming/events/onclientpopupshow.md b/controls/colorpicker/client-side-programming/events/onclientpopupshow.md index e337a61533..b308587dd9 100644 --- a/controls/colorpicker/client-side-programming/events/onclientpopupshow.md +++ b/controls/colorpicker/client-side-programming/events/onclientpopupshow.md @@ -3,6 +3,7 @@ title: OnClientPopUpShow page_title: OnClientPopUpShow - RadColorPicker description: Check our Web Forms article about OnClientPopUpShow. slug: colorpicker/client-side-programming/events/onclientpopupshow +components: ["colorpicker"] tags: onclientpopupshow published: True position: 5 diff --git a/controls/colorpicker/client-side-programming/events/overview.md b/controls/colorpicker/client-side-programming/events/overview.md index 7430fc73de..8213a85079 100644 --- a/controls/colorpicker/client-side-programming/events/overview.md +++ b/controls/colorpicker/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Events Overview - RadColorPicker description: Check our Web Forms article about Overview. slug: colorpicker/client-side-programming/events/overview +components: ["colorpicker"] tags: overview published: True position: 0 diff --git a/controls/colorpicker/client-side-programming/overview.md b/controls/colorpicker/client-side-programming/overview.md index 0704051ab1..f0accaf235 100644 --- a/controls/colorpicker/client-side-programming/overview.md +++ b/controls/colorpicker/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadColorPicker description: Check our Web Forms article about Overview. slug: colorpicker/client-side-programming/overview +components: ["colorpicker"] tags: overview published: True position: 0 diff --git a/controls/colorpicker/design-time.md b/controls/colorpicker/design-time.md index 5cfca2c5c8..08fc539b53 100644 --- a/controls/colorpicker/design-time.md +++ b/controls/colorpicker/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadColorPicker description: Check our Web Forms article about Design Time. slug: colorpicker/design-time +components: ["colorpicker"] tags: design,time published: True position: 3 diff --git a/controls/colorpicker/functionality/color-presets.md b/controls/colorpicker/functionality/color-presets.md index 35cb3ecc05..39a8e2ce36 100644 --- a/controls/colorpicker/functionality/color-presets.md +++ b/controls/colorpicker/functionality/color-presets.md @@ -3,6 +3,7 @@ title: Color Presets page_title: Color Presets - RadColorPicker description: Check our Web Forms article about Color Presets. slug: colorpicker/functionality/color-presets +components: ["colorpicker"] tags: color,presets published: True position: 2 diff --git a/controls/colorpicker/functionality/columns.md b/controls/colorpicker/functionality/columns.md index 360a04c1c6..72010e89fb 100644 --- a/controls/colorpicker/functionality/columns.md +++ b/controls/colorpicker/functionality/columns.md @@ -3,6 +3,7 @@ title: Columns page_title: Columns - RadColorPicker description: Check our Web Forms article about Columns. slug: colorpicker/functionality/columns +components: ["colorpicker"] tags: columns published: True position: 5 diff --git a/controls/colorpicker/functionality/defining-color-palettes.md b/controls/colorpicker/functionality/defining-color-palettes.md index 04890fe5cb..fb56cbb92a 100644 --- a/controls/colorpicker/functionality/defining-color-palettes.md +++ b/controls/colorpicker/functionality/defining-color-palettes.md @@ -3,6 +3,7 @@ title: Defining Color Palettes page_title: Defining Color Palettes - RadColorPicker description: Check our Web Forms article about Defining Color Palettes. slug: colorpicker/functionality/defining-color-palettes +components: ["colorpicker"] tags: defining,color,palettes published: True position: 0 diff --git a/controls/colorpicker/functionality/hiding-and-displaying-color-picker-elements.md b/controls/colorpicker/functionality/hiding-and-displaying-color-picker-elements.md index 411fa9a62e..651957a5a5 100644 --- a/controls/colorpicker/functionality/hiding-and-displaying-color-picker-elements.md +++ b/controls/colorpicker/functionality/hiding-and-displaying-color-picker-elements.md @@ -3,6 +3,7 @@ title: Hiding and Displaying Color Picker Elements page_title: Hiding and Displaying Color Picker Elements - RadColorPicker description: Check our Web Forms article about Hiding and Displaying Color Picker Elements. slug: colorpicker/functionality/hiding-and-displaying-color-picker-elements +components: ["colorpicker"] tags: hiding,and,displaying,color,picker,elements published: True position: 6 diff --git a/controls/colorpicker/functionality/selecting-a-color.md b/controls/colorpicker/functionality/selecting-a-color.md index 3671434d78..4122dad7b2 100644 --- a/controls/colorpicker/functionality/selecting-a-color.md +++ b/controls/colorpicker/functionality/selecting-a-color.md @@ -3,6 +3,7 @@ title: Selecting a Color page_title: Selecting a Color - RadColorPicker description: Check our Web Forms article about Selecting a Color. slug: colorpicker/functionality/selecting-a-color +components: ["colorpicker"] tags: selecting,a,color published: True position: 1 diff --git a/controls/colorpicker/functionality/show-as-icon.md b/controls/colorpicker/functionality/show-as-icon.md index a3a427f425..d8a0b859ee 100644 --- a/controls/colorpicker/functionality/show-as-icon.md +++ b/controls/colorpicker/functionality/show-as-icon.md @@ -3,6 +3,7 @@ title: Show as Icon page_title: Show as Icon - RadColorPicker description: Check our Web Forms article about Show as Icon. slug: colorpicker/functionality/show-as-icon +components: ["colorpicker"] tags: show,as,icon published: True position: 3 diff --git a/controls/colorpicker/functionality/width.md b/controls/colorpicker/functionality/width.md index 048ccf129b..836540a8fc 100644 --- a/controls/colorpicker/functionality/width.md +++ b/controls/colorpicker/functionality/width.md @@ -3,6 +3,7 @@ title: Width page_title: Width - RadColorPicker description: Check our Web Forms article about Width. slug: colorpicker/functionality/width +components: ["colorpicker"] tags: width published: True position: 4 diff --git a/controls/colorpicker/getting-started/overview.md b/controls/colorpicker/getting-started/overview.md index c68b6b295f..bc363ea214 100644 --- a/controls/colorpicker/getting-started/overview.md +++ b/controls/colorpicker/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Getting Started Overview - RadColorPicker description: Check our Web Forms article about Overview. slug: colorpicker/getting-started/overview +components: ["colorpicker"] tags: overview published: True position: 0 diff --git a/controls/colorpicker/getting-started/structure.md b/controls/colorpicker/getting-started/structure.md index 3508d90984..1a7714e698 100644 --- a/controls/colorpicker/getting-started/structure.md +++ b/controls/colorpicker/getting-started/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadColorPicker description: Check our Web Forms article about Structure. slug: colorpicker/getting-started/structure +components: ["colorpicker"] tags: structure published: True position: 1 diff --git a/controls/colorpicker/mobile-support/elastic-design.md b/controls/colorpicker/mobile-support/elastic-design.md index 0d311121b7..4002daf528 100644 --- a/controls/colorpicker/mobile-support/elastic-design.md +++ b/controls/colorpicker/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadColorPicker description: Check our Web Forms article about Elastic Design. slug: colorpicker/mobile-support/elastic-design +components: ["colorpicker"] tags: elastic,design,color picker published: True position: 1 diff --git a/controls/colorpicker/mobile-support/render-modes.md b/controls/colorpicker/mobile-support/render-modes.md index 9d0a4ac8f2..f6f46d5955 100644 --- a/controls/colorpicker/mobile-support/render-modes.md +++ b/controls/colorpicker/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadColorPicker description: Check our Web Forms article about Render Modes. slug: colorpicker/mobile-support/render-modes +components: ["colorpicker"] tags: render,modes,color picker published: True position: 3 diff --git a/controls/colorpicker/overview.md b/controls/colorpicker/overview.md index ceb2b16c8a..833331248e 100644 --- a/controls/colorpicker/overview.md +++ b/controls/colorpicker/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadColorPicker Overview description: Check our Web Forms article about Overview. slug: colorpicker/overview +components: ["colorpicker"] tags: overview published: True position: 0 diff --git a/controls/colorpicker/server-side-programming/events.md b/controls/colorpicker/server-side-programming/events.md index 8e2a719c93..95ae66aaa7 100644 --- a/controls/colorpicker/server-side-programming/events.md +++ b/controls/colorpicker/server-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Events - RadColorPicker description: Check our Web Forms article about Events. slug: colorpicker/server-side-programming/events +components: ["colorpicker"] tags: events published: True position: 1 diff --git a/controls/colorpicker/server-side-programming/methods.md b/controls/colorpicker/server-side-programming/methods.md index a2b326734a..86feb963cc 100644 --- a/controls/colorpicker/server-side-programming/methods.md +++ b/controls/colorpicker/server-side-programming/methods.md @@ -3,6 +3,7 @@ title: Methods page_title: Methods - RadColorPicker description: Check our Web Forms article about Methods. slug: colorpicker/server-side-programming/methods +components: ["colorpicker"] tags: methods published: True position: 0 diff --git a/controls/combobox/accessibility-and-internationalization/accessibility.md b/controls/combobox/accessibility-and-internationalization/accessibility.md index 245db9e0bb..fa1bf758a3 100644 --- a/controls/combobox/accessibility-and-internationalization/accessibility.md +++ b/controls/combobox/accessibility-and-internationalization/accessibility.md @@ -3,6 +3,7 @@ title: Overview page_title: Accessibility Overview - RadComboBox description: Enable accessibility for the ComboBox to make it usable by as many people as possible. slug: combobox/accessibility-and-internationalization/accessibility +components: ["combobox"] tags: accessibility published: True position: 0 diff --git a/controls/combobox/accessibility-and-internationalization/keyboard-support.md b/controls/combobox/accessibility-and-internationalization/keyboard-support.md index 676e35a420..348488cfa5 100644 --- a/controls/combobox/accessibility-and-internationalization/keyboard-support.md +++ b/controls/combobox/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadComboBox description: Check our Web Forms article about Keyboard Support. slug: combobox/accessibility-and-internationalization/keyboard-support +components: ["combobox"] tags: keyboard,support published: True position: 0 diff --git a/controls/combobox/accessibility-and-internationalization/localization.md b/controls/combobox/accessibility-and-internationalization/localization.md index 65c4e12422..0ab8e4b076 100644 --- a/controls/combobox/accessibility-and-internationalization/localization.md +++ b/controls/combobox/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadComboBox description: Check our Web Forms article about Localization. slug: combobox/accessibility-and-internationalization/localization +components: ["combobox"] tags: localization published: True position: 2 diff --git a/controls/combobox/accessibility-and-internationalization/rendering.md b/controls/combobox/accessibility-and-internationalization/rendering.md index 60b263cfe2..3d97cd5e02 100644 --- a/controls/combobox/accessibility-and-internationalization/rendering.md +++ b/controls/combobox/accessibility-and-internationalization/rendering.md @@ -3,6 +3,7 @@ title: Rendering page_title: Rendering - RadComboBox description: Check our Web Forms article about Rendering. slug: combobox/accessibility-and-internationalization/rendering +components: ["combobox"] tags: rendering published: True position: 1 diff --git a/controls/combobox/accessibility-and-internationalization/wai-aria-support.md b/controls/combobox/accessibility-and-internationalization/wai-aria-support.md index 01640cb804..7df42e18a6 100644 --- a/controls/combobox/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/combobox/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadComboBox description: Check our Web Forms article about WAI-ARIA Support. slug: combobox/accessibility-and-internationalization/wai-aria-support +components: ["combobox"] tags: wai-aria,support published: True position: 3 diff --git a/controls/combobox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/combobox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 26fe0769ac..724e460030 100644 --- a/controls/combobox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/combobox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadComboBox description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: combobox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["combobox"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 4 diff --git a/controls/combobox/appearance-and-styling/adding-a-label.md b/controls/combobox/appearance-and-styling/adding-a-label.md index aaf8529f21..d1e2acab39 100644 --- a/controls/combobox/appearance-and-styling/adding-a-label.md +++ b/controls/combobox/appearance-and-styling/adding-a-label.md @@ -3,6 +3,7 @@ title: Adding a Label page_title: Adding a Label - RadComboBox description: Check our Web Forms article about Adding a Label. slug: combobox/appearance-and-styling/adding-a-label +components: ["combobox"] tags: adding,a,label published: True position: 13 diff --git a/controls/combobox/appearance-and-styling/adding-images-to-items.md b/controls/combobox/appearance-and-styling/adding-images-to-items.md index 0da43f90bf..9c155fa220 100644 --- a/controls/combobox/appearance-and-styling/adding-images-to-items.md +++ b/controls/combobox/appearance-and-styling/adding-images-to-items.md @@ -3,6 +3,7 @@ title: Adding Images to Items page_title: Adding Images to Items - RadComboBox description: Check our Web Forms article about Adding Images to Items. slug: combobox/appearance-and-styling/adding-images-to-items +components: ["combobox"] tags: adding,images,to,items published: True position: 9 diff --git a/controls/combobox/appearance-and-styling/animation.md b/controls/combobox/appearance-and-styling/animation.md index adb8f4ed24..343dad97f8 100644 --- a/controls/combobox/appearance-and-styling/animation.md +++ b/controls/combobox/appearance-and-styling/animation.md @@ -3,6 +3,7 @@ title: Animation page_title: Animation - RadComboBox description: Check our Web Forms article about Animation. slug: combobox/appearance-and-styling/animation +components: ["combobox"] tags: animation published: True position: 8 diff --git a/controls/combobox/appearance-and-styling/change-the-appearance-of-the-input-element.md b/controls/combobox/appearance-and-styling/change-the-appearance-of-the-input-element.md index d947201b75..6e0abc2665 100644 --- a/controls/combobox/appearance-and-styling/change-the-appearance-of-the-input-element.md +++ b/controls/combobox/appearance-and-styling/change-the-appearance-of-the-input-element.md @@ -3,6 +3,7 @@ title: Change the appearance of the input element page_title: Change the appearance of the input element description: Check our Web Forms article about Change the appearance of the input element. slug: combobox/appearance-and-styling/change-the-appearance-of-the-input-element +components: ["combobox"] tags: tutorial,change,appearance,input,element published: True position: 4 diff --git a/controls/combobox/appearance-and-styling/change-the-height-of-the-input-element.md b/controls/combobox/appearance-and-styling/change-the-height-of-the-input-element.md index 30534c2700..52e3ac4321 100644 --- a/controls/combobox/appearance-and-styling/change-the-height-of-the-input-element.md +++ b/controls/combobox/appearance-and-styling/change-the-height-of-the-input-element.md @@ -3,6 +3,7 @@ title: Change the Height of the Input Element page_title: Change the Height of the Input Element description: Check our Web Forms article about Change the Height of the Input Element. slug: combobox/appearance-and-styling/change-the-height-of-the-input-element +components: ["combobox"] tags: tutorial,change,height,input,element published: True position: 4 diff --git a/controls/combobox/appearance-and-styling/controlling-appearance.md b/controls/combobox/appearance-and-styling/controlling-appearance.md index c2653b45c1..15b64fbb39 100644 --- a/controls/combobox/appearance-and-styling/controlling-appearance.md +++ b/controls/combobox/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadComboBox description: Learn how to control the appearance of the ComboBox control using built-in styles and custom CSS. slug: combobox/appearance-and-styling/controlling-appearance +components: ["combobox"] tags: controlling,appearance published: True position: 1 diff --git a/controls/combobox/appearance-and-styling/css-skin-file-selectors.md b/controls/combobox/appearance-and-styling/css-skin-file-selectors.md index ecb0d24af1..83f4b4e79d 100644 --- a/controls/combobox/appearance-and-styling/css-skin-file-selectors.md +++ b/controls/combobox/appearance-and-styling/css-skin-file-selectors.md @@ -3,6 +3,7 @@ title: CSS Skin File Selectors page_title: CSS Skin File Selectors - RadComboBox description: Check our Web Forms article about CSS Skin File Selectors. slug: combobox/appearance-and-styling/css-skin-file-selectors +components: ["combobox"] tags: css,skin,file,selectors published: True position: 7 diff --git a/controls/combobox/appearance-and-styling/migrating-skins-from-radcombobox-asp.net-to-asp.net-ajax.md b/controls/combobox/appearance-and-styling/migrating-skins-from-radcombobox-asp.net-to-asp.net-ajax.md index 447907c4b8..927c9e8f62 100644 --- a/controls/combobox/appearance-and-styling/migrating-skins-from-radcombobox-asp.net-to-asp.net-ajax.md +++ b/controls/combobox/appearance-and-styling/migrating-skins-from-radcombobox-asp.net-to-asp.net-ajax.md @@ -3,6 +3,7 @@ title: Migrating Skins from RadComboBox ASP.NET to ASP.NET AJAX page_title: Migrating Skins from RadComboBox ASP.NET to ASP.NET AJAX - RadComboBox description: Check our Web Forms article about Migrating Skins from RadComboBox ASP.NET to ASP.NET AJAX. slug: combobox/appearance-and-styling/migrating-skins-from-radcombobox-asp.net-to-asp.net-ajax +components: ["combobox"] tags: migrating,skins,from,radcombobox,asp.net,to,asp.net,ajax published: True position: 0 diff --git a/controls/combobox/appearance-and-styling/rtl-support.md b/controls/combobox/appearance-and-styling/rtl-support.md index fa947e6b5e..7903a00971 100644 --- a/controls/combobox/appearance-and-styling/rtl-support.md +++ b/controls/combobox/appearance-and-styling/rtl-support.md @@ -3,6 +3,7 @@ title: RTL Support page_title: RTL Support - RadComboBox description: Check our Web Forms article about RTL Support. slug: combobox/appearance-and-styling/rtl-support +components: ["combobox"] tags: rtl,support published: True position: 11 diff --git a/controls/combobox/appearance-and-styling/separators.md b/controls/combobox/appearance-and-styling/separators.md index 7f27905546..f77f9b1352 100644 --- a/controls/combobox/appearance-and-styling/separators.md +++ b/controls/combobox/appearance-and-styling/separators.md @@ -3,6 +3,7 @@ title: Separators page_title: Separators - RadComboBox description: Check our Web Forms article about Separators. slug: combobox/appearance-and-styling/separators +components: ["combobox"] tags: separators published: True position: 10 diff --git a/controls/combobox/appearance-and-styling/skins.md b/controls/combobox/appearance-and-styling/skins.md index 72d1087f0c..0566d0cb64 100644 --- a/controls/combobox/appearance-and-styling/skins.md +++ b/controls/combobox/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadComboBox description: Check our Web Forms article about Skins. slug: combobox/appearance-and-styling/skins +components: ["combobox"] tags: skins published: True position: 2 diff --git a/controls/combobox/appearance-and-styling/tutorial-creating-a-custom-skin.md b/controls/combobox/appearance-and-styling/tutorial-creating-a-custom-skin.md index 9dd32814af..ca44211d76 100644 --- a/controls/combobox/appearance-and-styling/tutorial-creating-a-custom-skin.md +++ b/controls/combobox/appearance-and-styling/tutorial-creating-a-custom-skin.md @@ -3,6 +3,7 @@ title: Tutorial Creating a Custom Skin page_title: Tutorial Creating a Custom Skin description: Check our Web Forms article about Tutorial Creating a Custom Skin. slug: combobox/appearance-and-styling/tutorial-creating-a-custom-skin +components: ["combobox"] tags: tutorial,creating,custom,skin published: True position: 3 diff --git a/controls/combobox/appearance-and-styling/understanding-the-skin-css-file.md b/controls/combobox/appearance-and-styling/understanding-the-skin-css-file.md index edca982b36..c9c1894918 100644 --- a/controls/combobox/appearance-and-styling/understanding-the-skin-css-file.md +++ b/controls/combobox/appearance-and-styling/understanding-the-skin-css-file.md @@ -3,6 +3,7 @@ title: Understanding the Skin CSS File page_title: Understanding the Skin CSS File - RadComboBox description: Check our Web Forms article about Understanding the Skin CSS File. slug: combobox/appearance-and-styling/understanding-the-skin-css-file +components: ["combobox"] tags: understanding,the,skin,css,file published: True position: 6 diff --git a/controls/combobox/appearance-and-styling/using-the-emptymessage-property.md b/controls/combobox/appearance-and-styling/using-the-emptymessage-property.md index 9f385623b2..d531756d3c 100644 --- a/controls/combobox/appearance-and-styling/using-the-emptymessage-property.md +++ b/controls/combobox/appearance-and-styling/using-the-emptymessage-property.md @@ -3,6 +3,7 @@ title: Using the EmptyMessage Property page_title: Using the EmptyMessage Property - RadComboBox description: Check our Web Forms article about Using the EmptyMessage Property. slug: combobox/appearance-and-styling/using-the-emptymessage-property +components: ["combobox"] tags: using,the,emptymessage,property published: True position: 12 diff --git a/controls/combobox/changes-and-backward-compatibility.md b/controls/combobox/changes-and-backward-compatibility.md index 7f039fdae3..e1949621a6 100644 --- a/controls/combobox/changes-and-backward-compatibility.md +++ b/controls/combobox/changes-and-backward-compatibility.md @@ -3,6 +3,7 @@ title: Changes and backward compatibility page_title: Changes and backward compatibility - RadComboBox description: Check our Web Forms article about Changes and backward compatibility. slug: combobox/changes-and-backward-compatibility +components: ["combobox"] tags: changes,and,backward,compatibility published: True position: 5 diff --git a/controls/combobox/client-side-programming/accessing-client-changes-at-the-server.md b/controls/combobox/client-side-programming/accessing-client-changes-at-the-server.md index 6e239e759f..4dbf9fb6ac 100644 --- a/controls/combobox/client-side-programming/accessing-client-changes-at-the-server.md +++ b/controls/combobox/client-side-programming/accessing-client-changes-at-the-server.md @@ -3,6 +3,7 @@ title: Accessing Client Changes at the Server page_title: Accessing Client Changes at the Server - RadComboBox description: Check our Web Forms article about Accessing Client Changes at the Server. slug: combobox/client-side-programming/accessing-client-changes-at-the-server +components: ["combobox"] tags: accessing,client,changes,at,the,server published: True position: 1 diff --git a/controls/combobox/client-side-programming/events.md b/controls/combobox/client-side-programming/events.md index 0a06e99129..8bda0108c9 100644 --- a/controls/combobox/client-side-programming/events.md +++ b/controls/combobox/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Events - RadComboBox description: Learn about the client-side events of the ComboBox control for handling slug: combobox/client-side-programming/events +components: ["combobox"] tags: events published: True position: 2 diff --git a/controls/combobox/client-side-programming/events/onclientblur.md b/controls/combobox/client-side-programming/events/onclientblur.md index 27b9e1fe4c..e78fd107a8 100644 --- a/controls/combobox/client-side-programming/events/onclientblur.md +++ b/controls/combobox/client-side-programming/events/onclientblur.md @@ -3,6 +3,7 @@ title: OnClientBlur page_title: OnClientBlur - RadComboBox description: Check our Web Forms article about OnClientBlur. slug: combobox/client-side-programming/events/onclientblur +components: ["combobox"] tags: onclientblur published: True position: 0 diff --git a/controls/combobox/client-side-programming/events/onclientcheckallchecked.md b/controls/combobox/client-side-programming/events/onclientcheckallchecked.md index 91fe387a57..a8893fb60b 100644 --- a/controls/combobox/client-side-programming/events/onclientcheckallchecked.md +++ b/controls/combobox/client-side-programming/events/onclientcheckallchecked.md @@ -3,6 +3,7 @@ title: OnClientCheckAllChecked page_title: OnClientCheckAllChecked - RadComboBox description: Check our Web Forms article about OnClientCheckAllChecked. slug: combobox/client-side-programming/events/onclientcheckallchecked +components: ["combobox"] tags: onclientcheckallchecked published: True position: 18 diff --git a/controls/combobox/client-side-programming/events/onclientcheckallchecking.md b/controls/combobox/client-side-programming/events/onclientcheckallchecking.md index ecae4586a2..bcb5a466c4 100644 --- a/controls/combobox/client-side-programming/events/onclientcheckallchecking.md +++ b/controls/combobox/client-side-programming/events/onclientcheckallchecking.md @@ -3,6 +3,7 @@ title: OnClientCheckAllChecking page_title: OnClientCheckAllChecking - RadComboBox description: Check our Web Forms article about OnClientCheckAllChecking. slug: combobox/client-side-programming/events/onclientcheckallchecking +components: ["combobox"] tags: onclientcheckallchecking published: True position: 19 diff --git a/controls/combobox/client-side-programming/events/onclientdropdownclosed.md b/controls/combobox/client-side-programming/events/onclientdropdownclosed.md index 5ef326350b..2104875f65 100644 --- a/controls/combobox/client-side-programming/events/onclientdropdownclosed.md +++ b/controls/combobox/client-side-programming/events/onclientdropdownclosed.md @@ -3,6 +3,7 @@ title: OnClientDropDownClosed page_title: OnClientDropDownClosed - RadComboBox description: Check our Web Forms article about OnClientDropDownClosed. slug: combobox/client-side-programming/events/onclientdropdownclosed +components: ["combobox"] tags: onclientdropdownclosed published: True position: 1 diff --git a/controls/combobox/client-side-programming/events/onclientdropdownclosing.md b/controls/combobox/client-side-programming/events/onclientdropdownclosing.md index 3776ed93a4..1ff3894597 100644 --- a/controls/combobox/client-side-programming/events/onclientdropdownclosing.md +++ b/controls/combobox/client-side-programming/events/onclientdropdownclosing.md @@ -3,6 +3,7 @@ title: OnClientDropDownClosing page_title: OnClientDropDownClosing - RadComboBox description: Check our Web Forms article about OnClientDropDownClosing. slug: combobox/client-side-programming/events/onclientdropdownclosing +components: ["combobox"] tags: onclientdropdownclosing published: True position: 2 diff --git a/controls/combobox/client-side-programming/events/onclientdropdownopened.md b/controls/combobox/client-side-programming/events/onclientdropdownopened.md index 14bafc1bce..ef3fcce960 100644 --- a/controls/combobox/client-side-programming/events/onclientdropdownopened.md +++ b/controls/combobox/client-side-programming/events/onclientdropdownopened.md @@ -3,6 +3,7 @@ title: OnClientDropDownOpened page_title: OnClientDropDownOpened - RadComboBox description: Check our Web Forms article about OnClientDropDownOpened. slug: combobox/client-side-programming/events/onclientdropdownopened +components: ["combobox"] tags: onclientdropdownopened published: True position: 3 diff --git a/controls/combobox/client-side-programming/events/onclientdropdownopening.md b/controls/combobox/client-side-programming/events/onclientdropdownopening.md index 2c3a595e9c..83bb884a67 100644 --- a/controls/combobox/client-side-programming/events/onclientdropdownopening.md +++ b/controls/combobox/client-side-programming/events/onclientdropdownopening.md @@ -3,6 +3,7 @@ title: OnClientDropDownOpening page_title: OnClientDropDownOpening - RadComboBox description: Check our Web Forms article about OnClientDropDownOpening. slug: combobox/client-side-programming/events/onclientdropdownopening +components: ["combobox"] tags: onclientdropdownopening published: True position: 4 diff --git a/controls/combobox/client-side-programming/events/onclientfocus.md b/controls/combobox/client-side-programming/events/onclientfocus.md index 40557da899..42b900ac6a 100644 --- a/controls/combobox/client-side-programming/events/onclientfocus.md +++ b/controls/combobox/client-side-programming/events/onclientfocus.md @@ -3,6 +3,7 @@ title: OnClientFocus page_title: OnClientFocus - RadComboBox description: Check our Web Forms article about OnClientFocus. slug: combobox/client-side-programming/events/onclientfocus +components: ["combobox"] tags: onclientfocus published: True position: 5 diff --git a/controls/combobox/client-side-programming/events/onclientitemchecked.md b/controls/combobox/client-side-programming/events/onclientitemchecked.md index 494f011b0c..9fdde9e0f5 100644 --- a/controls/combobox/client-side-programming/events/onclientitemchecked.md +++ b/controls/combobox/client-side-programming/events/onclientitemchecked.md @@ -3,6 +3,7 @@ title: OnClientItemChecked page_title: OnClientItemChecked - RadComboBox description: Check our Web Forms article about OnClientItemChecked. slug: combobox/client-side-programming/events/onclientitemchecked +components: ["combobox"] tags: onclientitemchecked published: True position: 6 diff --git a/controls/combobox/client-side-programming/events/onclientitemchecking.md b/controls/combobox/client-side-programming/events/onclientitemchecking.md index e7b29290c6..6a1e25296a 100644 --- a/controls/combobox/client-side-programming/events/onclientitemchecking.md +++ b/controls/combobox/client-side-programming/events/onclientitemchecking.md @@ -3,6 +3,7 @@ title: OnClientItemChecking page_title: OnClientItemChecking - RadComboBox description: Check our Web Forms article about OnClientItemChecking. slug: combobox/client-side-programming/events/onclientitemchecking +components: ["combobox"] tags: onclientitemchecking published: True position: 7 diff --git a/controls/combobox/client-side-programming/events/onclientitemdatabound.md b/controls/combobox/client-side-programming/events/onclientitemdatabound.md index 93be9d2bca..80359b81e6 100644 --- a/controls/combobox/client-side-programming/events/onclientitemdatabound.md +++ b/controls/combobox/client-side-programming/events/onclientitemdatabound.md @@ -3,6 +3,7 @@ title: OnClientItemDataBound page_title: OnClientItemDataBound - RadComboBox description: Check our Web Forms article about OnClientItemDataBound. slug: combobox/client-side-programming/events/onclientitemdatabound +components: ["combobox"] tags: onclientitemdatabound published: True position: 8 diff --git a/controls/combobox/client-side-programming/events/onclientitemrequested.md b/controls/combobox/client-side-programming/events/onclientitemrequested.md index 955178c677..fddf1db0ec 100644 --- a/controls/combobox/client-side-programming/events/onclientitemrequested.md +++ b/controls/combobox/client-side-programming/events/onclientitemrequested.md @@ -3,6 +3,7 @@ title: OnClientItemsRequested page_title: OnClientItemsRequested - RadComboBox description: Check our Web Forms article about OnClientItemsRequested. slug: combobox/client-side-programming/events/onclientitemrequested +components: ["combobox"] tags: onclientitemsrequested published: True position: 10 diff --git a/controls/combobox/client-side-programming/events/onclientitemrequestfailed.md b/controls/combobox/client-side-programming/events/onclientitemrequestfailed.md index 5cc014db2e..4be18dd4ed 100644 --- a/controls/combobox/client-side-programming/events/onclientitemrequestfailed.md +++ b/controls/combobox/client-side-programming/events/onclientitemrequestfailed.md @@ -3,6 +3,7 @@ title: OnClientItemsRequestFailed page_title: OnClientItemsRequestFailed - RadComboBox description: Check our Web Forms article about OnClientItemsRequestFailed. slug: combobox/client-side-programming/events/onclientitemrequestfailed +components: ["combobox"] tags: onclientitemsrequestfailed published: True position: 9 diff --git a/controls/combobox/client-side-programming/events/onclientitemrequesting.md b/controls/combobox/client-side-programming/events/onclientitemrequesting.md index 7742488da9..def50ce678 100644 --- a/controls/combobox/client-side-programming/events/onclientitemrequesting.md +++ b/controls/combobox/client-side-programming/events/onclientitemrequesting.md @@ -3,6 +3,7 @@ title: OnClientItemsRequesting page_title: OnClientItemsRequesting - RadComboBox description: Check our Web Forms article about OnClientItemsRequesting. slug: combobox/client-side-programming/events/onclientitemrequesting +components: ["combobox"] tags: onclientitemsrequesting published: True position: 11 diff --git a/controls/combobox/client-side-programming/events/onclientkeypressing.md b/controls/combobox/client-side-programming/events/onclientkeypressing.md index 0befd35ef5..ebdc6b28eb 100644 --- a/controls/combobox/client-side-programming/events/onclientkeypressing.md +++ b/controls/combobox/client-side-programming/events/onclientkeypressing.md @@ -3,6 +3,7 @@ title: OnClientKeyPressing page_title: OnClientKeyPressing - RadComboBox description: Check our Web Forms article about OnClientKeyPressing. slug: combobox/client-side-programming/events/onclientkeypressing +components: ["combobox"] tags: onclientkeypressing published: True position: 12 diff --git a/controls/combobox/client-side-programming/events/onclientload.md b/controls/combobox/client-side-programming/events/onclientload.md index ade5ca0bda..5cf32eeb90 100644 --- a/controls/combobox/client-side-programming/events/onclientload.md +++ b/controls/combobox/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadComboBox description: Check our Web Forms article about OnClientLoad. slug: combobox/client-side-programming/events/onclientload +components: ["combobox"] tags: onclientload published: True position: 13 diff --git a/controls/combobox/client-side-programming/events/onclientselectedindexchanged.md b/controls/combobox/client-side-programming/events/onclientselectedindexchanged.md index bfb606e6f1..588ccfac8d 100644 --- a/controls/combobox/client-side-programming/events/onclientselectedindexchanged.md +++ b/controls/combobox/client-side-programming/events/onclientselectedindexchanged.md @@ -3,6 +3,7 @@ title: OnClientSelectedIndexChanged page_title: OnClientSelectedIndexChanged - RadComboBox description: Discover how to handle the OnClientSelectedIndexChanged event in the ComboBox control for dynamic updates. slug: combobox/client-side-programming/events/onclientselectedindexchanged +components: ["combobox"] tags: onclientselectedindexchanged published: True position: 14 diff --git a/controls/combobox/client-side-programming/events/onclientselectedindexchanging.md b/controls/combobox/client-side-programming/events/onclientselectedindexchanging.md index ed447656cf..e31dc9c68b 100644 --- a/controls/combobox/client-side-programming/events/onclientselectedindexchanging.md +++ b/controls/combobox/client-side-programming/events/onclientselectedindexchanging.md @@ -3,6 +3,7 @@ title: OnClientSelectedIndexChanging page_title: OnClientSelectedIndexChanging - RadComboBox description: Check our Web Forms article about OnClientSelectedIndexChanging. slug: combobox/client-side-programming/events/onclientselectedindexchanging +components: ["combobox"] tags: onclientselectedindexchanging published: True position: 15 diff --git a/controls/combobox/client-side-programming/events/onclienttemplatedatabound.md b/controls/combobox/client-side-programming/events/onclienttemplatedatabound.md index f2e981197f..afcaf3c7c1 100644 --- a/controls/combobox/client-side-programming/events/onclienttemplatedatabound.md +++ b/controls/combobox/client-side-programming/events/onclienttemplatedatabound.md @@ -3,6 +3,7 @@ title: OnClientTemplateDataBound page_title: OnClientTemplateDataBound - RadComboBox description: Check our Web Forms article about OnClientTemplateDataBound. slug: combobox/client-side-programming/events/onclienttemplatedatabound +components: ["combobox"] tags: onclienttemplatedatabound published: True position: 16 diff --git a/controls/combobox/client-side-programming/events/onclienttextchange.md b/controls/combobox/client-side-programming/events/onclienttextchange.md index 03100fbbff..2bbb5e866e 100644 --- a/controls/combobox/client-side-programming/events/onclienttextchange.md +++ b/controls/combobox/client-side-programming/events/onclienttextchange.md @@ -3,6 +3,7 @@ title: OnClientTextChange page_title: OnClientTextChange - RadComboBox description: Check our Web Forms article about OnClientTextChange. slug: combobox/client-side-programming/events/onclienttextchange +components: ["combobox"] tags: onclienttextchange published: True position: 17 diff --git a/controls/combobox/client-side-programming/objects/radcombobox-object.md b/controls/combobox/client-side-programming/objects/radcombobox-object.md index f50a1d1a5f..f6cc57a3b2 100644 --- a/controls/combobox/client-side-programming/objects/radcombobox-object.md +++ b/controls/combobox/client-side-programming/objects/radcombobox-object.md @@ -3,6 +3,7 @@ title: RadComboBox Object page_title: RadComboBox Object - RadComboBox description: Learn about the RadComboBox object and its client-side API for dynamic interactions and customization. slug: combobox/client-side-programming/objects/radcombobox-object +components: ["combobox"] tags: radcombobox,object published: True position: 0 diff --git a/controls/combobox/client-side-programming/objects/radcomboboxitem-object.md b/controls/combobox/client-side-programming/objects/radcomboboxitem-object.md index da51df2943..04b499fd32 100644 --- a/controls/combobox/client-side-programming/objects/radcomboboxitem-object.md +++ b/controls/combobox/client-side-programming/objects/radcomboboxitem-object.md @@ -3,6 +3,7 @@ title: RadComboBoxItem Object page_title: RadComboBoxItem Object - RadComboBox description: Discover the RadComboBoxItem object and its client-side API for managing individual ComboBox items. slug: combobox/client-side-programming/objects/radcomboboxitem-object +components: ["combobox"] tags: radcomboboxitem,object published: True position: 1 diff --git a/controls/combobox/client-side-programming/objects/radcomboboxitemcollection-object.md b/controls/combobox/client-side-programming/objects/radcomboboxitemcollection-object.md index fa3f8daec7..0b9e77c595 100644 --- a/controls/combobox/client-side-programming/objects/radcomboboxitemcollection-object.md +++ b/controls/combobox/client-side-programming/objects/radcomboboxitemcollection-object.md @@ -3,6 +3,7 @@ title: RadComboBoxItemCollection Object page_title: RadComboBoxItemCollection Object - RadComboBox description: Explore the RadComboBoxItemCollection object and its API for managing collections of ComboBox items. slug: combobox/client-side-programming/objects/radcomboboxitemcollection-object +components: ["combobox"] tags: radcomboboxitemcollection,object published: True position: 2 diff --git a/controls/combobox/client-side-programming/overview.md b/controls/combobox/client-side-programming/overview.md index a1bcf8e3da..96796e05bc 100644 --- a/controls/combobox/client-side-programming/overview.md +++ b/controls/combobox/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Overview - RadComboBox description: Explore the client-side programming features of the ComboBox control for dynamic user interactions. slug: combobox/client-side-programming/overview +components: ["combobox"] tags: overview published: True position: 0 diff --git a/controls/combobox/data-binding/client-side/binding-to-odata.md b/controls/combobox/data-binding/client-side/binding-to-odata.md index 6bb20fcd62..b2f7388502 100644 --- a/controls/combobox/data-binding/client-side/binding-to-odata.md +++ b/controls/combobox/data-binding/client-side/binding-to-odata.md @@ -3,6 +3,7 @@ title: Binding to OData page_title: Binding to OData - RadComboBox description: Check our Web Forms article about Binding to OData. slug: combobox/data-binding/client-side/binding-to-odata +components: ["combobox"] previous_url: controls/combobox/data-binding/binding-to-odata tags: data-binding, client-side, binding, to, odata published: True diff --git a/controls/combobox/data-binding/client-side/binding-to-radclientdatasource.md b/controls/combobox/data-binding/client-side/binding-to-radclientdatasource.md index 844404c729..103c0b13a0 100644 --- a/controls/combobox/data-binding/client-side/binding-to-radclientdatasource.md +++ b/controls/combobox/data-binding/client-side/binding-to-radclientdatasource.md @@ -3,6 +3,7 @@ title: Binding to RadClientDataSource page_title: Client-side Data Binding with RadClientDataSource - RadComboBox description: Overview of the Client-side Data binding options for the Telerik WebForms Combobox. slug: combobox/data-binding/client-side/binding-to-radclientdatasource +components: ["combobox"] previous_url: controls/combobox/data-binding/binding-to-radclientdatasource tags: client-side, data binding, radclientdatasource published: True diff --git a/controls/combobox/data-binding/client-side/loading-items-from-webservice.md b/controls/combobox/data-binding/client-side/loading-items-from-webservice.md index e0b396c17b..c9a3a5f17d 100644 --- a/controls/combobox/data-binding/client-side/loading-items-from-webservice.md +++ b/controls/combobox/data-binding/client-side/loading-items-from-webservice.md @@ -3,6 +3,7 @@ title: Loading Items from WebService page_title: Client-side Data Binding using ASP.NET Web Service - RadComboBox description: Fetching server data using ASP.NET Web Services to ensure responsive, dynamic applications with minimal overhead, enhancing both performance and user experience. slug: combobox/data-binding/client-side/loading-items-from-webservice +components: ["combobox"] previous_url: controls/combobox/load-on-demand/loading-items-from-a-web-service, controls/combobox/load-on-demand/loading-items-from-wcf-service tags: client-side, data binding, loading, items, aspnet, webservice published: True diff --git a/controls/combobox/data-binding/client-side/overview.md b/controls/combobox/data-binding/client-side/overview.md index 62aefcc2d4..ece3de2be8 100644 --- a/controls/combobox/data-binding/client-side/overview.md +++ b/controls/combobox/data-binding/client-side/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Data Binding Overview - RadComboBox description: Overview of the Client-side Data binding options for the Telerik WebForms Combobox. slug: combobox/data-binding/client-side/overview +components: ["combobox"] tags: client-side, data binding, overview published: False position: 0 diff --git a/controls/combobox/data-binding/overview.md b/controls/combobox/data-binding/overview.md index eca2a55423..1c6cbaae8f 100644 --- a/controls/combobox/data-binding/overview.md +++ b/controls/combobox/data-binding/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Data Binding Overview - RadComboBox description: Discover how to bind data to the ComboBox control for dynamic and efficient dropdown list management. slug: combobox/data-binding/overview +components: ["combobox"] tags: overview published: True position: 0 diff --git a/controls/combobox/data-binding/server-side/binding-to-asp-datasource-components.md b/controls/combobox/data-binding/server-side/binding-to-asp-datasource-components.md index 750b76ae49..9adfebb719 100644 --- a/controls/combobox/data-binding/server-side/binding-to-asp-datasource-components.md +++ b/controls/combobox/data-binding/server-side/binding-to-asp-datasource-components.md @@ -3,6 +3,7 @@ title: Binding to ASP DataSource components page_title: Server-side Data Binding Overview - RadComboBox description: Overview of the Server-side Data binding options for the Telerik WebForms Combobox. slug: combobox/data-binding/server-side/binding-to-asp-datasource-components +components: ["combobox"] previous_url: controls/combobox/data-binding/binding-to-asp-datasource-components tags: server-side, data binding, overview published: True diff --git a/controls/combobox/data-binding/server-side/binding-to-collections.md b/controls/combobox/data-binding/server-side/binding-to-collections.md index 961538c197..27a2abfe34 100644 --- a/controls/combobox/data-binding/server-side/binding-to-collections.md +++ b/controls/combobox/data-binding/server-side/binding-to-collections.md @@ -3,6 +3,7 @@ title: Binding to Collections page_title: Binding to Collections - RadComboBox description: Overview of the Server-side Data binding options for the Telerik WebForms Combobox. slug: combobox/data-binding/server-side/binding-to-collections +components: ["combobox"] tags: server-side, data binding, array, arraylist, datatable, dataset, dataview published: True position: 2 diff --git a/controls/combobox/data-binding/server-side/loading-items-from-xml.md b/controls/combobox/data-binding/server-side/loading-items-from-xml.md index 05c98e1b99..c3a33115a7 100644 --- a/controls/combobox/data-binding/server-side/loading-items-from-xml.md +++ b/controls/combobox/data-binding/server-side/loading-items-from-xml.md @@ -3,6 +3,7 @@ title: Loading Items from XML page_title: Loading Items from XML - RadComboBox description: Simple way to load ComboBox Items from an XML file on Server-side. slug: combobox/data-binding/server-side/loading-items-from-xml +components: ["combobox"] previous_url: controls/combobox/radcombobox-items/loading-items-from-xml tags: server-side, data-binding, loading, items, xml published: True diff --git a/controls/combobox/data-binding/server-side/overview.md b/controls/combobox/data-binding/server-side/overview.md index f016d6d1c7..5115f86719 100644 --- a/controls/combobox/data-binding/server-side/overview.md +++ b/controls/combobox/data-binding/server-side/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Data Binding Overview - RadComboBox description: Overview of the Server-side Data binding options for the Telerik WebForms Combobox. slug: combobox/data-binding/server-side/overview +components: ["combobox"] tags: server-side, data binding, overview published: False position: 0 diff --git a/controls/combobox/design-time/data-binding.md b/controls/combobox/design-time/data-binding.md index 367cdcd5dd..dd669d26b9 100644 --- a/controls/combobox/design-time/data-binding.md +++ b/controls/combobox/design-time/data-binding.md @@ -3,6 +3,7 @@ title: Data Binding page_title: Data Binding - RadComboBox description: Check our Web Forms article about Data Binding. slug: combobox/design-time/data-binding +components: ["combobox"] tags: data,binding published: True position: 3 diff --git a/controls/combobox/design-time/radcombobox-item-builder.md b/controls/combobox/design-time/radcombobox-item-builder.md index a6112bd672..257ac02e56 100644 --- a/controls/combobox/design-time/radcombobox-item-builder.md +++ b/controls/combobox/design-time/radcombobox-item-builder.md @@ -3,6 +3,7 @@ title: RadComboBox Item Builder page_title: RadComboBox Item Builder - RadComboBox description: Check our Web Forms article about RadComboBox Item Builder. slug: combobox/design-time/radcombobox-item-builder +components: ["combobox"] tags: radcombobox,item,builder published: True position: 1 diff --git a/controls/combobox/design-time/smart-tag.md b/controls/combobox/design-time/smart-tag.md index 27fc60621b..2d96ac6ccc 100644 --- a/controls/combobox/design-time/smart-tag.md +++ b/controls/combobox/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadComboBox description: Check our Web Forms article about Smart Tag. slug: combobox/design-time/smart-tag +components: ["combobox"] tags: smart,tag published: True position: 0 diff --git a/controls/combobox/design-time/template-design-surface.md b/controls/combobox/design-time/template-design-surface.md index 80fd634850..c104a8ff20 100644 --- a/controls/combobox/design-time/template-design-surface.md +++ b/controls/combobox/design-time/template-design-surface.md @@ -3,6 +3,7 @@ title: Template Design Surface page_title: Template Design Surface - RadComboBox description: Check our Web Forms article about Template Design Surface. slug: combobox/design-time/template-design-surface +components: ["combobox"] tags: template,design,surface published: True position: 2 diff --git a/controls/combobox/functionality/autocomplete.md b/controls/combobox/functionality/autocomplete.md index eb750ef71c..7fb4e88889 100644 --- a/controls/combobox/functionality/autocomplete.md +++ b/controls/combobox/functionality/autocomplete.md @@ -3,6 +3,7 @@ title: Autocomplete page_title: Autocomplete - RadComboBox description: Check our Web Forms article about Autocomplete. slug: combobox/functionality/autocomplete +components: ["combobox"] tags: autocomplete published: True position: 3 diff --git a/controls/combobox/functionality/checkbox-support.md b/controls/combobox/functionality/checkbox-support.md index e2d848cf5b..4d356b5367 100644 --- a/controls/combobox/functionality/checkbox-support.md +++ b/controls/combobox/functionality/checkbox-support.md @@ -3,6 +3,7 @@ title: CheckBox Support page_title: CheckBox Support - RadComboBox description: Learn how to enable and use checkbox support in the ComboBox control for multi-selection functionality. slug: combobox/functionality/checkbox-support +components: ["combobox"] tags: checkbox,support published: True position: 4 diff --git a/controls/combobox/functionality/cross-page-postbacks.md b/controls/combobox/functionality/cross-page-postbacks.md index bf7d668f2f..a5206c6cfa 100644 --- a/controls/combobox/functionality/cross-page-postbacks.md +++ b/controls/combobox/functionality/cross-page-postbacks.md @@ -3,6 +3,7 @@ title: Cross-Page PostBacks page_title: Cross-Page PostBacks - RadComboBox description: Check our Web Forms article about Cross-Page PostBacks. slug: combobox/functionality/cross-page-postbacks +components: ["combobox"] tags: cross-page,postbacks published: True position: 6 diff --git a/controls/combobox/functionality/dropdown-autowidth.md b/controls/combobox/functionality/dropdown-autowidth.md index dd3a85c7b1..165c49358e 100644 --- a/controls/combobox/functionality/dropdown-autowidth.md +++ b/controls/combobox/functionality/dropdown-autowidth.md @@ -3,6 +3,7 @@ title: Dropdown AutoWidth page_title: Dropdown AutoWidth - RadComboBox description: Check our Web Forms article about Dropdown AutoWidth. slug: combobox/functionality/dropdown-autowidth +components: ["combobox"] tags: dropdown,autowidth published: True position: 7 diff --git a/controls/combobox/functionality/end-user-restriction.md b/controls/combobox/functionality/end-user-restriction.md index faf9e06d6f..faa36ed79c 100644 --- a/controls/combobox/functionality/end-user-restriction.md +++ b/controls/combobox/functionality/end-user-restriction.md @@ -3,6 +3,7 @@ title: End User Restriction page_title: End User Restriction - RadComboBox description: Check our Web Forms article about End User Restriction. slug: combobox/functionality/end-user-restriction +components: ["combobox"] tags: end,user,restriction published: True position: 5 diff --git a/controls/combobox/functionality/filtering.md b/controls/combobox/functionality/filtering.md index e5721f8fe3..83e2debe21 100644 --- a/controls/combobox/functionality/filtering.md +++ b/controls/combobox/functionality/filtering.md @@ -3,6 +3,7 @@ title: Filtering page_title: Filtering - RadComboBox description: Discover how to enable and customize filtering in the ComboBox control for efficient data selection. slug: combobox/functionality/filtering +components: ["combobox"] tags: filtering published: True position: 0 diff --git a/controls/combobox/functionality/sorting.md b/controls/combobox/functionality/sorting.md index 22fd83b705..93940776d1 100644 --- a/controls/combobox/functionality/sorting.md +++ b/controls/combobox/functionality/sorting.md @@ -3,6 +3,7 @@ title: Sorting page_title: Sorting - RadComboBox description: Check our Web Forms article about Sorting. slug: combobox/functionality/sorting +components: ["combobox"] tags: sorting published: True position: 1 diff --git a/controls/combobox/functionality/validation.md b/controls/combobox/functionality/validation.md index a33fc6d0bf..136691fb59 100644 --- a/controls/combobox/functionality/validation.md +++ b/controls/combobox/functionality/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadComboBox description: Check our Web Forms article about Validation. slug: combobox/functionality/validation +components: ["combobox"] tags: validation published: True position: 2 diff --git a/controls/combobox/getting-started.md b/controls/combobox/getting-started.md index 989c0066f2..497369dda8 100644 --- a/controls/combobox/getting-started.md +++ b/controls/combobox/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadComboBox description: Learn how to set up and configure the ComboBox control for efficient data selection and user interaction. slug: combobox/getting-started +components: ["combobox"] tags: getting,started published: True position: 1 diff --git a/controls/combobox/how-to/clear-radcombobox.md b/controls/combobox/how-to/clear-radcombobox.md index 0e5786b2e8..14a6623fa3 100644 --- a/controls/combobox/how-to/clear-radcombobox.md +++ b/controls/combobox/how-to/clear-radcombobox.md @@ -3,6 +3,7 @@ title: Clear RadComboBox page_title: Clear RadComboBox - RadComboBox description: Check our Web Forms article about Clear RadComboBox. slug: combobox/how-to/clear-radcombobox +components: ["combobox"] tags: clear,radcombobox published: True position: 9 diff --git a/controls/combobox/how-to/close-dropdown-on-mouse-out.md b/controls/combobox/how-to/close-dropdown-on-mouse-out.md index 1a7326ddc6..b027f745ec 100644 --- a/controls/combobox/how-to/close-dropdown-on-mouse-out.md +++ b/controls/combobox/how-to/close-dropdown-on-mouse-out.md @@ -3,6 +3,7 @@ title: Close Dropdown on Mouse Out page_title: Close Dropdown on Mouse Out - RadComboBox description: Check our Web Forms article about Close Dropdown on Mouse Out. slug: combobox/how-to/close-dropdown-on-mouse-out +components: ["combobox"] tags: close,dropdown,on,mouse,out published: True position: 7 diff --git a/controls/combobox/how-to/ensure-the-selection-of-existing-items-with-allowcustomtext-.md b/controls/combobox/how-to/ensure-the-selection-of-existing-items-with-allowcustomtext-.md index 4244702116..c804d7428d 100644 --- a/controls/combobox/how-to/ensure-the-selection-of-existing-items-with-allowcustomtext-.md +++ b/controls/combobox/how-to/ensure-the-selection-of-existing-items-with-allowcustomtext-.md @@ -3,6 +3,7 @@ title: Ensure the Selection of Existing Items with AllowCustomText page_title: Ensure the Selection of Existing Items with AllowCustomText - RadComboBox description: Check our Web Forms article about Ensure the Selection of Existing Items with AllowCustomText. slug: combobox/how-to/ensure-the-selection-of-existing-items-with-allowcustomtext- +components: ["combobox"] tags: ensure,the,selection,of,existing,items,with,allowcustomtext, published: True position: 4 diff --git a/controls/combobox/how-to/filter-combobox-with-checkbox-support-enabled.md b/controls/combobox/how-to/filter-combobox-with-checkbox-support-enabled.md index a31c21be0a..2c487ad370 100644 --- a/controls/combobox/how-to/filter-combobox-with-checkbox-support-enabled.md +++ b/controls/combobox/how-to/filter-combobox-with-checkbox-support-enabled.md @@ -3,6 +3,7 @@ title: Filter ComboBox with CheckBox support enabled page_title: Filter ComboBox with CheckBox support enabled - RadComboBox description: Check our Web Forms article about Filter ComboBox with CheckBox support enabled. slug: combobox/how-to/filter-combobox-with-checkbox-support-enabled +components: ["combobox"] tags: filter,combobox,with,checkbox,support,enabled published: True position: 12 diff --git a/controls/combobox/how-to/finding-embedded-radcombobox-on-the-client.md b/controls/combobox/how-to/finding-embedded-radcombobox-on-the-client.md index edabc0b163..e3ee137ee4 100644 --- a/controls/combobox/how-to/finding-embedded-radcombobox-on-the-client.md +++ b/controls/combobox/how-to/finding-embedded-radcombobox-on-the-client.md @@ -3,6 +3,7 @@ title: Finding Embedded RadComboBox on the Client page_title: Finding Embedded RadComboBox on the Client - RadComboBox description: Check our Web Forms article about Finding Embedded RadComboBox on the Client. slug: combobox/how-to/finding-embedded-radcombobox-on-the-client +components: ["combobox"] tags: finding,embedded,radcombobox,on,the,client published: True position: 1 diff --git a/controls/combobox/how-to/focus-the-radcombobox.md b/controls/combobox/how-to/focus-the-radcombobox.md index 0f03553fd7..070810c4a5 100644 --- a/controls/combobox/how-to/focus-the-radcombobox.md +++ b/controls/combobox/how-to/focus-the-radcombobox.md @@ -3,6 +3,7 @@ title: Focus the RadComboBox page_title: Focus the RadComboBox - RadComboBox description: Check our Web Forms article about Focus the RadComboBox. slug: combobox/how-to/focus-the-radcombobox +components: ["combobox"] tags: focus,the,radcombobox published: True position: 0 diff --git a/controls/combobox/how-to/grouping-items.md b/controls/combobox/how-to/grouping-items.md index 8021e022a1..77f90548c6 100644 --- a/controls/combobox/how-to/grouping-items.md +++ b/controls/combobox/how-to/grouping-items.md @@ -3,6 +3,7 @@ title: Grouping Items page_title: Grouping Items - RadComboBox description: Check our Web Forms article about Grouping Items. slug: combobox/how-to/grouping-items +components: ["combobox"] tags: grouping,items published: True position: 8 diff --git a/controls/combobox/how-to/implement-custom-sorting.md b/controls/combobox/how-to/implement-custom-sorting.md index c5b18d68c9..791464e96b 100644 --- a/controls/combobox/how-to/implement-custom-sorting.md +++ b/controls/combobox/how-to/implement-custom-sorting.md @@ -3,6 +3,7 @@ title: Implement Custom Sorting page_title: Implement Custom Sorting - RadComboBox description: Check our Web Forms article about Implement Custom Sorting. slug: combobox/how-to/implement-custom-sorting +components: ["combobox"] tags: implement,custom,sorting published: True position: 3 diff --git a/controls/combobox/how-to/insert-a-default-item-when-databinding-radcombobox.md b/controls/combobox/how-to/insert-a-default-item-when-databinding-radcombobox.md index 974ee74248..c55a00ef00 100644 --- a/controls/combobox/how-to/insert-a-default-item-when-databinding-radcombobox.md +++ b/controls/combobox/how-to/insert-a-default-item-when-databinding-radcombobox.md @@ -3,6 +3,7 @@ title: Insert a Default Item When Databinding RadComboBox page_title: Insert a Default Item When Databinding RadComboBox - RadComboBox description: Check our Web Forms article about Insert a Default Item When Databinding RadComboBox. slug: combobox/how-to/insert-a-default-item-when-databinding-radcombobox +components: ["combobox"] tags: insert,a,default,item,when,databinding,radcombobox published: True position: 11 diff --git a/controls/combobox/how-to/prevent-from-typing-particular-characters.md b/controls/combobox/how-to/prevent-from-typing-particular-characters.md index e41ea0e7af..e701bce6b8 100644 --- a/controls/combobox/how-to/prevent-from-typing-particular-characters.md +++ b/controls/combobox/how-to/prevent-from-typing-particular-characters.md @@ -3,6 +3,7 @@ title: Prevent from Typing Particular Characters page_title: Prevent from Typing Particular Characters - RadComboBox description: Check our Web Forms article about Prevent from Typing Particular Characters. slug: combobox/how-to/prevent-from-typing-particular-characters +components: ["combobox"] tags: prevent,from,typing,particular,characters published: True position: 5 diff --git a/controls/combobox/how-to/prevent-google-toolbar-from-highlighting-the-input.md b/controls/combobox/how-to/prevent-google-toolbar-from-highlighting-the-input.md index c849331384..816fccfa6e 100644 --- a/controls/combobox/how-to/prevent-google-toolbar-from-highlighting-the-input.md +++ b/controls/combobox/how-to/prevent-google-toolbar-from-highlighting-the-input.md @@ -3,6 +3,7 @@ title: Prevent Google ToolBar from Highlighting the Input page_title: Prevent Google ToolBar from Highlighting the Input - RadComboBox description: Check our Web Forms article about Prevent Google ToolBar from Highlighting the Input. slug: combobox/how-to/prevent-google-toolbar-from-highlighting-the-input +components: ["combobox"] tags: prevent,google,toolbar,from,highlighting,the,input published: True position: 6 diff --git a/controls/combobox/how-to/use-radcombobox-with-outputcache.md b/controls/combobox/how-to/use-radcombobox-with-outputcache.md index d5e2bcb668..fd22c482cf 100644 --- a/controls/combobox/how-to/use-radcombobox-with-outputcache.md +++ b/controls/combobox/how-to/use-radcombobox-with-outputcache.md @@ -3,6 +3,7 @@ title: Use RadComboBox with OutputCache page_title: Use RadComboBox with OutputCache - RadComboBox description: Check our Web Forms article about Use RadComboBox with OutputCache. slug: combobox/how-to/use-radcombobox-with-outputcache +components: ["combobox"] tags: use,radcombobox,with,outputcache published: True position: 10 diff --git a/controls/combobox/how-to/validate-combobox-by-value.md b/controls/combobox/how-to/validate-combobox-by-value.md index 1f9b20c98b..33609de299 100644 --- a/controls/combobox/how-to/validate-combobox-by-value.md +++ b/controls/combobox/how-to/validate-combobox-by-value.md @@ -3,6 +3,7 @@ title: Validate Combobox by Value page_title: Validate Combobox by Value - RadComboBox description: Check our Web Forms article about Validate Combobox by Value. slug: combobox/how-to/validate-combobox-by-value +components: ["combobox"] tags: validate,combobox,by,value published: True position: 2 diff --git a/controls/combobox/load-on-demand/automatic-load-on-demand.md b/controls/combobox/load-on-demand/automatic-load-on-demand.md index 483a5809c2..a5f1164bc5 100644 --- a/controls/combobox/load-on-demand/automatic-load-on-demand.md +++ b/controls/combobox/load-on-demand/automatic-load-on-demand.md @@ -3,6 +3,7 @@ title: Automatic Load On Demand page_title: Automatic Load On Demand - RadComboBox description: Check our Web Forms article about Automatic Load On Demand. slug: combobox/load-on-demand/automatic-load-on-demand +components: ["combobox"] tags: automatic,load,on,demand published: True position: 1 diff --git a/controls/combobox/load-on-demand/caching-items.md b/controls/combobox/load-on-demand/caching-items.md index c98de585b0..6578355085 100644 --- a/controls/combobox/load-on-demand/caching-items.md +++ b/controls/combobox/load-on-demand/caching-items.md @@ -3,6 +3,7 @@ title: Caching Items page_title: Caching Items - RadComboBox description: Check our Web Forms article about Caching Items. slug: combobox/load-on-demand/caching-items +components: ["combobox"] tags: caching,items published: True position: 4 diff --git a/controls/combobox/load-on-demand/overview.md b/controls/combobox/load-on-demand/overview.md index 894a5e1af0..06e93e2e1c 100644 --- a/controls/combobox/load-on-demand/overview.md +++ b/controls/combobox/load-on-demand/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Load On Demand Overview - RadComboBox description: Explore the load-on-demand feature in the ComboBox control for efficient data loading and performance. slug: combobox/load-on-demand/overview +components: ["combobox"] tags: overview published: True position: 0 diff --git a/controls/combobox/load-on-demand/passing-context-information-to-the-server-.md b/controls/combobox/load-on-demand/passing-context-information-to-the-server-.md index 0f13452fa2..564141a4ef 100644 --- a/controls/combobox/load-on-demand/passing-context-information-to-the-server-.md +++ b/controls/combobox/load-on-demand/passing-context-information-to-the-server-.md @@ -3,6 +3,7 @@ title: Passing Context Information to the Server page_title: Passing Context Information to the Server - RadComboBox description: Check our Web Forms article about Passing Context Information to the Server. slug: combobox/load-on-demand/passing-context-information-to-the-server- +components: ["combobox"] tags: passing,context,information,to,the,server, published: True position: 6 diff --git a/controls/combobox/load-on-demand/showmoreresultsbox-virtual-scrolling.md b/controls/combobox/load-on-demand/showmoreresultsbox-virtual-scrolling.md index 93a1a350cc..d001592822 100644 --- a/controls/combobox/load-on-demand/showmoreresultsbox-virtual-scrolling.md +++ b/controls/combobox/load-on-demand/showmoreresultsbox-virtual-scrolling.md @@ -3,6 +3,7 @@ title: ShowMoreResultsBox/Virtual Scrolling page_title: ShowMoreResultsBox/Virtual Scrolling - RadComboBox description: Check our Web Forms article about ShowMoreResultsBox/Virtual Scrolling. slug: combobox/load-on-demand/showmoreresultsbox-virtual-scrolling +components: ["combobox"] tags: showmoreresultsbox/virtual,scrolling published: True position: 5 diff --git a/controls/combobox/migrating-from-radcombobox-classic-to-asp.net-ajax-version.md b/controls/combobox/migrating-from-radcombobox-classic-to-asp.net-ajax-version.md index ebdb3c3cfc..d321c49f62 100644 --- a/controls/combobox/migrating-from-radcombobox-classic-to-asp.net-ajax-version.md +++ b/controls/combobox/migrating-from-radcombobox-classic-to-asp.net-ajax-version.md @@ -3,6 +3,7 @@ title: Migrating from RadComboBox Classic to ASP.NET AJAX version page_title: Migrating from RadComboBox Classic to ASP.NET AJAX version - RadComboBox description: Check our Web Forms article about Migrating from RadComboBox Classic to ASP.NET AJAX version. slug: combobox/migrating-from-radcombobox-classic-to-asp.net-ajax-version +components: ["combobox"] tags: migrating,from,radcombobox,classic,to,asp.net,ajax,version published: True position: 6 diff --git a/controls/combobox/mobile-support/render-modes.md b/controls/combobox/mobile-support/render-modes.md index f3c7e2fe1f..3c903b77f8 100644 --- a/controls/combobox/mobile-support/render-modes.md +++ b/controls/combobox/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadComboBox description: Check our Web Forms article about Render Modes. slug: combobox/mobile-support/render-modes +components: ["combobox"] tags: render,modes published: True position: 0 diff --git a/controls/combobox/overview.md b/controls/combobox/overview.md index d12e207ed1..7cfb1c86f9 100644 --- a/controls/combobox/overview.md +++ b/controls/combobox/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadComboBox Overview description: Learn about the ComboBox control, its features, and how to implement it for efficient data selection. slug: combobox/overview +components: ["combobox"] tags: overview, combobox published: True position: 0 diff --git a/controls/combobox/radcombobox-items/custom-attributes.md b/controls/combobox/radcombobox-items/custom-attributes.md index bbc42bd088..fd93fa4789 100644 --- a/controls/combobox/radcombobox-items/custom-attributes.md +++ b/controls/combobox/radcombobox-items/custom-attributes.md @@ -3,6 +3,7 @@ title: Custom Attributes page_title: Custom Attributes - RadComboBox description: Learn how to use custom attributes in RadComboBox items for storing additional data dynamically. slug: combobox/radcombobox-items/custom-attributes +components: ["combobox"] tags: custom,attributes published: True position: 5 diff --git a/controls/combobox/radcombobox-items/declaring-the-items-in-line.md b/controls/combobox/radcombobox-items/declaring-the-items-in-line.md index 1e49abc568..250c3822f2 100644 --- a/controls/combobox/radcombobox-items/declaring-the-items-in-line.md +++ b/controls/combobox/radcombobox-items/declaring-the-items-in-line.md @@ -3,6 +3,7 @@ title: Declaring the Items In-line page_title: Declaring the Items In-line - RadComboBox description: Check our Web Forms article about Declaring the Items In-line. slug: combobox/radcombobox-items/declaring-the-items-in-line +components: ["combobox"] tags: declaring,the,items,in-line published: True position: 1 diff --git a/controls/combobox/radcombobox-items/default-item.md b/controls/combobox/radcombobox-items/default-item.md index dd4299fca0..015cb222be 100644 --- a/controls/combobox/radcombobox-items/default-item.md +++ b/controls/combobox/radcombobox-items/default-item.md @@ -3,6 +3,7 @@ title: Default Item page_title: Default Item - RadComboBox description: Learn how to configure a default item in the RadComboBox control for improved user experience. slug: combobox/radcombobox-items/default-item +components: ["combobox"] tags: default,item published: True position: 6 diff --git a/controls/combobox/radcombobox-items/overview.md b/controls/combobox/radcombobox-items/overview.md index b31f52acb1..1100f7d6f0 100644 --- a/controls/combobox/radcombobox-items/overview.md +++ b/controls/combobox/radcombobox-items/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadComboBox Items Overview - RadComboBox description: Explore the structure and features of RadComboBox items for managing dropdown list data effectively. slug: combobox/radcombobox-items/overview +components: ["combobox"] tags: overview published: True position: 0 diff --git a/controls/combobox/radcombobox-items/working-with-items-at-server-side.md b/controls/combobox/radcombobox-items/working-with-items-at-server-side.md index f8309e7bdf..5bc8bb32f3 100644 --- a/controls/combobox/radcombobox-items/working-with-items-at-server-side.md +++ b/controls/combobox/radcombobox-items/working-with-items-at-server-side.md @@ -3,6 +3,7 @@ title: Working with Items at Server-Side page_title: Working with Items at Server-Side - RadComboBox description: Discover how to manage RadComboBox items on the server side for dynamic and efficient data handling. slug: combobox/radcombobox-items/working-with-items-at-server-side +components: ["combobox"] tags: working,with,items,at,server-side published: True position: 3 diff --git a/controls/combobox/radcombobox-items/working-with-items-in-client-side.md b/controls/combobox/radcombobox-items/working-with-items-in-client-side.md index c131e61b50..0c131be010 100644 --- a/controls/combobox/radcombobox-items/working-with-items-in-client-side.md +++ b/controls/combobox/radcombobox-items/working-with-items-in-client-side.md @@ -3,6 +3,7 @@ title: Working with Items in Client-Side page_title: Working with Items in Client-Side - RadComboBox description: Check our Web Forms article about Working with Items in Client-Side. slug: combobox/radcombobox-items/working-with-items-in-client-side +components: ["combobox"] tags: working,with,items,in,client-side published: True position: 4 diff --git a/controls/combobox/radcombobox-structure.md b/controls/combobox/radcombobox-structure.md index fbcaa02e4c..391282df43 100644 --- a/controls/combobox/radcombobox-structure.md +++ b/controls/combobox/radcombobox-structure.md @@ -3,6 +3,7 @@ title: RadComboBox Structure page_title: RadComboBox Structure - RadComboBox description: Explore the structure of the RadComboBox control and its components for efficient dropdown management. slug: combobox/radcombobox-structure +components: ["combobox"] tags: radcombobox,structure published: True position: 4 diff --git a/controls/combobox/server-side-programming/checkallcheck.md b/controls/combobox/server-side-programming/checkallcheck.md index 86fb6c4542..4b96815546 100644 --- a/controls/combobox/server-side-programming/checkallcheck.md +++ b/controls/combobox/server-side-programming/checkallcheck.md @@ -3,6 +3,7 @@ title: CheckAllCheck page_title: CheckAllCheck - RadComboBox description: Check our Web Forms article about CheckAllCheck. slug: combobox/server-side-programming/checkallcheck +components: ["combobox"] tags: checkallcheck published: True position: 7 diff --git a/controls/combobox/server-side-programming/events.md b/controls/combobox/server-side-programming/events.md index 0704117b39..d7d9437eac 100644 --- a/controls/combobox/server-side-programming/events.md +++ b/controls/combobox/server-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Events - RadComboBox description: Learn about the server-side events of the ComboBox control for handling user interactions effectively. slug: combobox/server-side-programming/events +components: ["combobox"] tags: events published: True position: 0 diff --git a/controls/combobox/server-side-programming/itemchecked.md b/controls/combobox/server-side-programming/itemchecked.md index b9f71cf366..fd8fb21eaf 100644 --- a/controls/combobox/server-side-programming/itemchecked.md +++ b/controls/combobox/server-side-programming/itemchecked.md @@ -3,6 +3,7 @@ title: ItemChecked page_title: ItemChecked - RadComboBox description: Check our Web Forms article about ItemChecked. slug: combobox/server-side-programming/itemchecked +components: ["combobox"] tags: itemchecked published: True position: 6 diff --git a/controls/combobox/server-side-programming/itemcreated.md b/controls/combobox/server-side-programming/itemcreated.md index 138a9c9221..bdbfa6e07e 100644 --- a/controls/combobox/server-side-programming/itemcreated.md +++ b/controls/combobox/server-side-programming/itemcreated.md @@ -3,6 +3,7 @@ title: ItemCreated page_title: ItemCreated - RadComboBox description: Check our Web Forms article about ItemCreated. slug: combobox/server-side-programming/itemcreated +components: ["combobox"] tags: itemcreated published: True position: 2 diff --git a/controls/combobox/server-side-programming/itemdatabound.md b/controls/combobox/server-side-programming/itemdatabound.md index 07475cc8a7..9803ee2bd2 100644 --- a/controls/combobox/server-side-programming/itemdatabound.md +++ b/controls/combobox/server-side-programming/itemdatabound.md @@ -3,6 +3,7 @@ title: ItemDataBound page_title: ItemDataBound - RadComboBox description: Check our Web Forms article about ItemDataBound. slug: combobox/server-side-programming/itemdatabound +components: ["combobox"] tags: itemdatabound published: True position: 3 diff --git a/controls/combobox/server-side-programming/itemsrequested.md b/controls/combobox/server-side-programming/itemsrequested.md index 0143b6a1a6..6b4b6ab0ba 100644 --- a/controls/combobox/server-side-programming/itemsrequested.md +++ b/controls/combobox/server-side-programming/itemsrequested.md @@ -3,6 +3,7 @@ title: ItemsRequested page_title: ItemsRequested - RadComboBox description: Check our Web Forms article about ItemsRequested. slug: combobox/server-side-programming/itemsrequested +components: ["combobox"] tags: itemsrequested published: True position: 1 diff --git a/controls/combobox/server-side-programming/selectedindexchanged.md b/controls/combobox/server-side-programming/selectedindexchanged.md index bfe069c443..98f3bc1bb6 100644 --- a/controls/combobox/server-side-programming/selectedindexchanged.md +++ b/controls/combobox/server-side-programming/selectedindexchanged.md @@ -3,6 +3,7 @@ title: SelectedIndexChanged page_title: SelectedIndexChanged - RadComboBox description: Discover how to handle the SelectedIndexChanged event in the ComboBox control for server-side logic. slug: combobox/server-side-programming/selectedindexchanged +components: ["combobox"] tags: selectedindexchanged published: True position: 4 diff --git a/controls/combobox/server-side-programming/textchanged.md b/controls/combobox/server-side-programming/textchanged.md index b9938eb966..9a8cccf0c4 100644 --- a/controls/combobox/server-side-programming/textchanged.md +++ b/controls/combobox/server-side-programming/textchanged.md @@ -3,6 +3,7 @@ title: TextChanged page_title: TextChanged - RadComboBox description: Check our Web Forms article about TextChanged. slug: combobox/server-side-programming/textchanged +components: ["combobox"] tags: textchanged published: True position: 5 diff --git a/controls/combobox/templates/accessing-controls-inside-templates.md b/controls/combobox/templates/accessing-controls-inside-templates.md index 499a21d919..312051ef42 100644 --- a/controls/combobox/templates/accessing-controls-inside-templates.md +++ b/controls/combobox/templates/accessing-controls-inside-templates.md @@ -3,6 +3,7 @@ title: Accessing Controls Inside Templates page_title: Accessing Controls Inside Templates - RadComboBox description: Check our Web Forms article about Accessing Controls Inside Templates. slug: combobox/templates/accessing-controls-inside-templates +components: ["combobox"] tags: accessing,controls,inside,templates published: True position: 5 diff --git a/controls/combobox/templates/adding-templates.md b/controls/combobox/templates/adding-templates.md index 40f288c1b8..51bf2c3019 100644 --- a/controls/combobox/templates/adding-templates.md +++ b/controls/combobox/templates/adding-templates.md @@ -3,6 +3,7 @@ title: Adding Templates page_title: Adding Templates - RadComboBox description: Check our Web Forms article about Adding Templates. slug: combobox/templates/adding-templates +components: ["combobox"] tags: adding,templates published: True position: 1 diff --git a/controls/combobox/templates/client-templates.md b/controls/combobox/templates/client-templates.md index 3df73484fe..60cd3397bb 100644 --- a/controls/combobox/templates/client-templates.md +++ b/controls/combobox/templates/client-templates.md @@ -3,6 +3,7 @@ title: Client Templates page_title: Client Templates - RadComboBox description: Check our Web Forms article about Client Templates. slug: combobox/templates/client-templates +components: ["combobox"] tags: client,templates published: True position: 6 diff --git a/controls/combobox/templates/data-binding-in-templates.md b/controls/combobox/templates/data-binding-in-templates.md index 682832cf6c..072a6bef55 100644 --- a/controls/combobox/templates/data-binding-in-templates.md +++ b/controls/combobox/templates/data-binding-in-templates.md @@ -3,6 +3,7 @@ title: Data Binding in Templates page_title: Data Binding in Templates - RadComboBox description: Check our Web Forms article about Data Binding in Templates. slug: combobox/templates/data-binding-in-templates +components: ["combobox"] tags: data,binding,in,templates published: True position: 4 diff --git a/controls/combobox/templates/footers.md b/controls/combobox/templates/footers.md index 033b4eeb16..dedfaf1938 100644 --- a/controls/combobox/templates/footers.md +++ b/controls/combobox/templates/footers.md @@ -3,6 +3,7 @@ title: Footers page_title: Footers - RadComboBox description: Check our Web Forms article about Footers. slug: combobox/templates/footers +components: ["combobox"] tags: footers published: True position: 3 diff --git a/controls/combobox/templates/headers.md b/controls/combobox/templates/headers.md index 33af9f27f3..97fcd30530 100644 --- a/controls/combobox/templates/headers.md +++ b/controls/combobox/templates/headers.md @@ -3,6 +3,7 @@ title: Headers page_title: Headers - RadComboBox description: Check our Web Forms article about Headers. slug: combobox/templates/headers +components: ["combobox"] tags: headers published: True position: 2 diff --git a/controls/combobox/templates/overview.md b/controls/combobox/templates/overview.md index e6f2393bb3..dd756f6370 100644 --- a/controls/combobox/templates/overview.md +++ b/controls/combobox/templates/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Templates Overview - RadComboBox description: Check our Web Forms article about Overview. slug: combobox/templates/overview +components: ["combobox"] tags: overview, templates published: True position: 0 diff --git a/controls/combobox/troubleshooting/ajaxified-combobox-when-closedropdownonblur-is-set-to-false.md b/controls/combobox/troubleshooting/ajaxified-combobox-when-closedropdownonblur-is-set-to-false.md index 8975e839f0..636e8383de 100644 --- a/controls/combobox/troubleshooting/ajaxified-combobox-when-closedropdownonblur-is-set-to-false.md +++ b/controls/combobox/troubleshooting/ajaxified-combobox-when-closedropdownonblur-is-set-to-false.md @@ -3,6 +3,7 @@ title: Ajaxified ComboBox when CloseDropDownOnBlur is set to false page_title: Ajaxified ComboBox when CloseDropDownOnBlur is set to false - RadComboBox description: Check our Web Forms article about Ajaxified ComboBox when CloseDropDownOnBlur is set to false. slug: combobox/troubleshooting/ajaxified-combobox-when-closedropdownonblur-is-set-to-false +components: ["combobox"] tags: ajaxified,combobox,closedropdownonblur,false published: True position: 15 diff --git a/controls/combobox/troubleshooting/ajaxified-control-in-itemtemplate-does-a-full-postback.md b/controls/combobox/troubleshooting/ajaxified-control-in-itemtemplate-does-a-full-postback.md index f5ceeb465e..f4e56d9b13 100644 --- a/controls/combobox/troubleshooting/ajaxified-control-in-itemtemplate-does-a-full-postback.md +++ b/controls/combobox/troubleshooting/ajaxified-control-in-itemtemplate-does-a-full-postback.md @@ -3,6 +3,7 @@ title: Ajaxified Control in ItemTemplate Does a Full Postback page_title: Ajaxified Control in ItemTemplate Does a Full Postback - RadComboBox description: Check our Web Forms article about Ajaxified Control in ItemTemplate Does a Full Postback. slug: combobox/troubleshooting/ajaxified-control-in-itemtemplate-does-a-full-postback +components: ["combobox"] tags: ajaxified,control,in,itemtemplate,does,a,full,postback published: True position: 6 diff --git a/controls/combobox/troubleshooting/allowcustomtext-cannot-be-disabled-when-loading-items-on-demand.md b/controls/combobox/troubleshooting/allowcustomtext-cannot-be-disabled-when-loading-items-on-demand.md index 5687dfeb19..77b7897766 100644 --- a/controls/combobox/troubleshooting/allowcustomtext-cannot-be-disabled-when-loading-items-on-demand.md +++ b/controls/combobox/troubleshooting/allowcustomtext-cannot-be-disabled-when-loading-items-on-demand.md @@ -3,6 +3,7 @@ title: AllowCustomText Cannot Be Disabled When Loading Items on Demand page_title: AllowCustomText Cannot Be Disabled When Loading Items on Demand - RadComboBox description: Check our Web Forms article about AllowCustomText Cannot Be Disabled When Loading Items on Demand. slug: combobox/troubleshooting/allowcustomtext-cannot-be-disabled-when-loading-items-on-demand +components: ["combobox"] tags: allowcustomtext,cannot,be,disabled,when,loading,items,on,demand published: True position: 5 diff --git a/controls/combobox/troubleshooting/back-button-and-selectedvalue.md b/controls/combobox/troubleshooting/back-button-and-selectedvalue.md index 09ac134539..5230dbe3b3 100644 --- a/controls/combobox/troubleshooting/back-button-and-selectedvalue.md +++ b/controls/combobox/troubleshooting/back-button-and-selectedvalue.md @@ -3,6 +3,7 @@ title: Back Button and SelectedValue page_title: Back Button and SelectedValue - RadComboBox description: Check our Web Forms article about Back Button and SelectedValue. slug: combobox/troubleshooting/back-button-and-selectedvalue +components: ["combobox"] tags: back,button,and,selectedvalue published: True position: 7 diff --git a/controls/combobox/troubleshooting/combobox-slow-callback.md b/controls/combobox/troubleshooting/combobox-slow-callback.md index 539c5fe053..a9e1bb36dc 100644 --- a/controls/combobox/troubleshooting/combobox-slow-callback.md +++ b/controls/combobox/troubleshooting/combobox-slow-callback.md @@ -3,6 +3,7 @@ title: Combobox Slow Callback page_title: Combobox Slow Callback - RadComboBox description: Check our Web Forms article about Combobox Slow Callback. slug: combobox/troubleshooting/combobox-slow-callback +components: ["combobox"] tags: combobox,slow,callback published: True position: 3 diff --git a/controls/combobox/troubleshooting/controls-are-not-updated-during-the-itemsrequested-event.md b/controls/combobox/troubleshooting/controls-are-not-updated-during-the-itemsrequested-event.md index 3518246f74..00a73a9829 100644 --- a/controls/combobox/troubleshooting/controls-are-not-updated-during-the-itemsrequested-event.md +++ b/controls/combobox/troubleshooting/controls-are-not-updated-during-the-itemsrequested-event.md @@ -3,6 +3,7 @@ title: Controls Are Not Updated During the ItemsRequested Event page_title: Controls Are Not Updated During the ItemsRequested Event - RadComboBox description: Check our Web Forms article about Controls Are Not Updated During the ItemsRequested Event. slug: combobox/troubleshooting/controls-are-not-updated-during-the-itemsrequested-event +components: ["combobox"] tags: controls,are,not,updated,during,the,itemsrequested,event published: True position: 2 diff --git a/controls/combobox/troubleshooting/dropdown-opens-with-a-delay.md b/controls/combobox/troubleshooting/dropdown-opens-with-a-delay.md index 699569a354..f7cf7de477 100644 --- a/controls/combobox/troubleshooting/dropdown-opens-with-a-delay.md +++ b/controls/combobox/troubleshooting/dropdown-opens-with-a-delay.md @@ -3,6 +3,7 @@ title: DropDown Opens with a Delay page_title: DropDown Opens with a Delay - RadComboBox description: Check our Web Forms article about DropDown Opens with a Delay. slug: combobox/troubleshooting/dropdown-opens-with-a-delay +components: ["combobox"] tags: dropdown,opens,with,a,delay published: True position: 8 diff --git a/controls/combobox/troubleshooting/filter-does-not-work-when-you-tab-to-the-combobox.md b/controls/combobox/troubleshooting/filter-does-not-work-when-you-tab-to-the-combobox.md index d7baa05bf0..83c8e8c6a3 100644 --- a/controls/combobox/troubleshooting/filter-does-not-work-when-you-tab-to-the-combobox.md +++ b/controls/combobox/troubleshooting/filter-does-not-work-when-you-tab-to-the-combobox.md @@ -3,6 +3,7 @@ title: Filter Does Not Work when You Tab to the Combobox page_title: Filter Does Not Work when You Tab to the Combobox - RadComboBox description: Check our Web Forms article about Filter Does Not Work when You Tab to the Combobox. slug: combobox/troubleshooting/filter-does-not-work-when-you-tab-to-the-combobox +components: ["combobox"] tags: filter,does,not,work,when,you,tab,to,the,combobox published: True position: 9 diff --git a/controls/combobox/troubleshooting/issues-with-initially-invisible-combobox-and-width-is-in-percentage.md b/controls/combobox/troubleshooting/issues-with-initially-invisible-combobox-and-width-is-in-percentage.md index 71d3f22dad..c4ee017982 100644 --- a/controls/combobox/troubleshooting/issues-with-initially-invisible-combobox-and-width-is-in-percentage.md +++ b/controls/combobox/troubleshooting/issues-with-initially-invisible-combobox-and-width-is-in-percentage.md @@ -3,6 +3,7 @@ title: Issues With Initially Invisible ComboBox and Width Is in Percentage page_title: Issues With Initially Invisible ComboBox and Width Is in Percentage - RadComboBox description: Check our Web Forms article about Issues With Initially Invisible ComboBox and Width Is in Percentage. slug: combobox/troubleshooting/issues-with-initially-invisible-combobox-and-width-is-in-percentage +components: ["combobox"] tags: issues,with,initially,invisible,combobox,and,width,is,in,percentage published: True position: 11 diff --git a/controls/combobox/troubleshooting/item-is-null-or-not-an-object-error-thrown-when-using-lod-with-wcf-service.md b/controls/combobox/troubleshooting/item-is-null-or-not-an-object-error-thrown-when-using-lod-with-wcf-service.md index e0c6560f5d..d3169c824e 100644 --- a/controls/combobox/troubleshooting/item-is-null-or-not-an-object-error-thrown-when-using-lod-with-wcf-service.md +++ b/controls/combobox/troubleshooting/item-is-null-or-not-an-object-error-thrown-when-using-lod-with-wcf-service.md @@ -3,6 +3,7 @@ title: Item is null or not an object error Thrown When Using LoD with WCF servic page_title: Item is null or not an object error Thrown When Using LoD with WCF service - RadComboBox description: Check our Web Forms article about Item is null or not an object error Thrown When Using LoD with WCF service. slug: combobox/troubleshooting/item-is-null-or-not-an-object-error-thrown-when-using-lod-with-wcf-service +components: ["combobox"] tags: item,is,null,or,not,an,object,error,thrown,when,using,lod,with,wcf,service published: True position: 13 diff --git a/controls/combobox/troubleshooting/itemtemplate-event-problems.md b/controls/combobox/troubleshooting/itemtemplate-event-problems.md index cf563d6294..9896cfda80 100644 --- a/controls/combobox/troubleshooting/itemtemplate-event-problems.md +++ b/controls/combobox/troubleshooting/itemtemplate-event-problems.md @@ -3,6 +3,7 @@ title: ItemTemplate Event Problems page_title: ItemTemplate Event Problems - RadComboBox description: Check our Web Forms article about ItemTemplate Event Problems. slug: combobox/troubleshooting/itemtemplate-event-problems +components: ["combobox"] tags: itemtemplate,event,problems published: True position: 4 diff --git a/controls/combobox/troubleshooting/keep-the-dropdown-with-input-element-while-scrolling.md b/controls/combobox/troubleshooting/keep-the-dropdown-with-input-element-while-scrolling.md index 41d1acc6e3..285431df43 100644 --- a/controls/combobox/troubleshooting/keep-the-dropdown-with-input-element-while-scrolling.md +++ b/controls/combobox/troubleshooting/keep-the-dropdown-with-input-element-while-scrolling.md @@ -3,6 +3,7 @@ title: Keep the Dropdown with Input Element While Scrolling page_title: Keep the Dropdown with Input Element While Scrolling - RadComboBox description: Check our Web Forms article about Keep the Dropdown with Input Element While Scrolling. slug: combobox/troubleshooting/keep-the-dropdown-with-input-element-while-scrolling +components: ["combobox"] tags: keep,the,dropdown,with,input,element,while,scrolling published: True position: 14 diff --git a/controls/combobox/troubleshooting/optimizing-the-combobox.md b/controls/combobox/troubleshooting/optimizing-the-combobox.md index 00bfc857d0..c660886f71 100644 --- a/controls/combobox/troubleshooting/optimizing-the-combobox.md +++ b/controls/combobox/troubleshooting/optimizing-the-combobox.md @@ -3,6 +3,7 @@ title: Optimizing the Combobox page_title: Optimizing the Combobox - RadComboBox description: Check our Web Forms article about Optimizing the Combobox. slug: combobox/troubleshooting/optimizing-the-combobox +components: ["combobox"] tags: optimizing,the,combobox published: True position: 1 diff --git a/controls/combobox/troubleshooting/radcombobox-selects-a-different-item.md b/controls/combobox/troubleshooting/radcombobox-selects-a-different-item.md index 71c46d0ec9..85cb223f44 100644 --- a/controls/combobox/troubleshooting/radcombobox-selects-a-different-item.md +++ b/controls/combobox/troubleshooting/radcombobox-selects-a-different-item.md @@ -3,6 +3,7 @@ title: RadComboBox Selects a Different Item page_title: RadComboBox Selects a Different Item - RadComboBox description: Check our Web Forms article about RadComboBox Selects a Different Item. slug: combobox/troubleshooting/radcombobox-selects-a-different-item +components: ["combobox"] tags: radcombobox,selects,a,different,item published: True position: 10 diff --git a/controls/combobox/troubleshooting/set-caret-position-at-the-beginning-of-the-input-in-ie.md b/controls/combobox/troubleshooting/set-caret-position-at-the-beginning-of-the-input-in-ie.md index 40819995a6..2d22867591 100644 --- a/controls/combobox/troubleshooting/set-caret-position-at-the-beginning-of-the-input-in-ie.md +++ b/controls/combobox/troubleshooting/set-caret-position-at-the-beginning-of-the-input-in-ie.md @@ -3,6 +3,7 @@ title: Set Caret Position at the Beginning of the Input in IE page_title: Set Caret Position at the Beginning of the Input in IE - RadComboBox description: Check our Web Forms article about Set Caret Position at the Beginning of the Input in IE. slug: combobox/troubleshooting/set-caret-position-at-the-beginning-of-the-input-in-ie +components: ["combobox"] tags: set,caret,position,at,the,beginning,of,the,input,in,ie published: True position: 12 diff --git a/controls/combobox/what-is-new.md b/controls/combobox/what-is-new.md index 0c7b95e7a5..6377837555 100644 --- a/controls/combobox/what-is-new.md +++ b/controls/combobox/what-is-new.md @@ -3,6 +3,7 @@ title: What is New page_title: What is New - RadComboBox description: Check our Web Forms article about What is New. slug: combobox/what-is-new +components: ["combobox"] tags: what,is,new published: False position: 3 diff --git a/controls/dataform/appearance-and-styling/html-output-and-css-styling.md b/controls/dataform/appearance-and-styling/html-output-and-css-styling.md index 8709175c96..ffbbfe1256 100644 --- a/controls/dataform/appearance-and-styling/html-output-and-css-styling.md +++ b/controls/dataform/appearance-and-styling/html-output-and-css-styling.md @@ -3,6 +3,7 @@ title: HTML Output and CSS Styling page_title: HTML Output and CSS Styling - RadDataForm description: Check our Web Forms article about HTML Output and CSS Styling. slug: dataform/appearance-and-styling/html-output-and-css-styling +components: ["dataform"] tags: html,output,and,css,styling published: True position: 1 diff --git a/controls/dataform/appearance-and-styling/skins.md b/controls/dataform/appearance-and-styling/skins.md index c097a322b8..e6788ac564 100644 --- a/controls/dataform/appearance-and-styling/skins.md +++ b/controls/dataform/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadDataForm description: Check our Web Forms article about Skins. slug: dataform/appearance-and-styling/skins +components: ["dataform"] tags: skins published: True position: 0 diff --git a/controls/dataform/client-side-programming/dataform-object.md b/controls/dataform/client-side-programming/dataform-object.md index d36fa921f5..b51fcead48 100644 --- a/controls/dataform/client-side-programming/dataform-object.md +++ b/controls/dataform/client-side-programming/dataform-object.md @@ -3,6 +3,7 @@ title: DataForm Object page_title: DataForm Object - RadDataForm description: Check our Web Forms article about DataForm Object. slug: dataform/client-side-programming/dataform-object +components: ["dataform"] tags: dataform,object published: True position: 0 diff --git a/controls/dataform/client-side-programming/events/oncommand.md b/controls/dataform/client-side-programming/events/oncommand.md index ead1468396..17e1e502ee 100644 --- a/controls/dataform/client-side-programming/events/oncommand.md +++ b/controls/dataform/client-side-programming/events/oncommand.md @@ -3,6 +3,7 @@ title: OnCommand page_title: OnCommand - RadDataForm description: Check our Web Forms article about OnCommand. slug: dataform/client-side-programming/events/oncommand +components: ["dataform"] tags: oncommand published: True position: 1 diff --git a/controls/dataform/client-side-programming/events/ondataformcreated.md b/controls/dataform/client-side-programming/events/ondataformcreated.md index 9489f91985..c16b0d5d32 100644 --- a/controls/dataform/client-side-programming/events/ondataformcreated.md +++ b/controls/dataform/client-side-programming/events/ondataformcreated.md @@ -3,6 +3,7 @@ title: OnDataFormCreated page_title: OnDataFormCreated - RadDataForm description: Check our Web Forms article about OnDataFormCreated. slug: dataform/client-side-programming/events/ondataformcreated +components: ["dataform"] tags: ondataformcreated published: True position: 3 diff --git a/controls/dataform/client-side-programming/events/ondataformcreating.md b/controls/dataform/client-side-programming/events/ondataformcreating.md index d2f25ea9d3..d4474ebbc5 100644 --- a/controls/dataform/client-side-programming/events/ondataformcreating.md +++ b/controls/dataform/client-side-programming/events/ondataformcreating.md @@ -3,6 +3,7 @@ title: OnDataFormCreating page_title: OnDataFormCreating - RadDataForm description: Check our Web Forms article about OnDataFormCreating. slug: dataform/client-side-programming/events/ondataformcreating +components: ["dataform"] tags: ondataformcreating published: True position: 2 diff --git a/controls/dataform/client-side-programming/events/ondataformdestroying.md b/controls/dataform/client-side-programming/events/ondataformdestroying.md index 0669487789..81361d60f2 100644 --- a/controls/dataform/client-side-programming/events/ondataformdestroying.md +++ b/controls/dataform/client-side-programming/events/ondataformdestroying.md @@ -3,6 +3,7 @@ title: OnDataFormDestroying page_title: OnDataFormDestroying - RadDataForm description: Check our Web Forms article about OnDataFormDestroying. slug: dataform/client-side-programming/events/ondataformdestroying +components: ["dataform"] tags: ondataformdestroying published: True position: 4 diff --git a/controls/dataform/client-side-programming/events/ongetvalues.md b/controls/dataform/client-side-programming/events/ongetvalues.md index 034db01dec..3aaf7f4737 100644 --- a/controls/dataform/client-side-programming/events/ongetvalues.md +++ b/controls/dataform/client-side-programming/events/ongetvalues.md @@ -3,6 +3,7 @@ title: OnGetValues page_title: OnGetValues - RadDataForm description: Check our Web Forms article about OnGetValues. slug: dataform/client-side-programming/events/ongetvalues +components: ["dataform"] tags: ongetvalues published: True position: 5 diff --git a/controls/dataform/client-side-programming/events/onsetvalues.md b/controls/dataform/client-side-programming/events/onsetvalues.md index bd3ee6d115..3f5ec900c1 100644 --- a/controls/dataform/client-side-programming/events/onsetvalues.md +++ b/controls/dataform/client-side-programming/events/onsetvalues.md @@ -3,6 +3,7 @@ title: OnSetValues page_title: OnSetValues - RadDataForm description: Check our Web Forms article about OnSetValues. slug: dataform/client-side-programming/events/onsetvalues +components: ["dataform"] tags: onsetvalues published: True position: 6 diff --git a/controls/dataform/client-side-programming/events/overview.md b/controls/dataform/client-side-programming/events/overview.md index 1a0b02b598..5f5bdf56f8 100644 --- a/controls/dataform/client-side-programming/events/overview.md +++ b/controls/dataform/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadDataForm Events Overview - RadDataForm description: Check our Web Forms article about Overview. slug: dataform/client-side-programming/events/overview +components: ["dataform"] tags: overview published: True position: 0 diff --git a/controls/dataform/data-binding/advanced-via-needdatasource.md b/controls/dataform/data-binding/advanced-via-needdatasource.md index 893b9df788..c971a68e88 100644 --- a/controls/dataform/data-binding/advanced-via-needdatasource.md +++ b/controls/dataform/data-binding/advanced-via-needdatasource.md @@ -3,6 +3,7 @@ title: Advanced via NeedDataSource page_title: Advanced via NeedDataSource - RadDataForm description: Check our Web Forms article about Advanced via NeedDataSource. slug: dataform/data-binding/advanced-via-needdatasource +components: ["dataform"] tags: advanced,via,needdatasource published: True position: 1 diff --git a/controls/dataform/data-binding/binding-to-radclientdatasource.md b/controls/dataform/data-binding/binding-to-radclientdatasource.md index 3d6e01a801..076d820588 100644 --- a/controls/dataform/data-binding/binding-to-radclientdatasource.md +++ b/controls/dataform/data-binding/binding-to-radclientdatasource.md @@ -3,6 +3,7 @@ title: Binding to RadClientDataSource page_title: Binding to RadClientDataSource - RadDataForm description: Check our Web Forms article about Binding to RadClientDataSource. slug: dataform/data-binding/binding-to-radclientdatasource +components: ["dataform"] tags: binding,to,radclientdatasource published: True position: 2 diff --git a/controls/dataform/data-binding/declarative-data-source.md b/controls/dataform/data-binding/declarative-data-source.md index 959d7eaea5..e0d3f90791 100644 --- a/controls/dataform/data-binding/declarative-data-source.md +++ b/controls/dataform/data-binding/declarative-data-source.md @@ -3,6 +3,7 @@ title: Declarative Data Source page_title: Declarative Data Source - RadDataForm description: Check our Web Forms article about Declarative Data Source. slug: dataform/data-binding/declarative-data-source +components: ["dataform"] tags: declarative,data,source published: True position: 0 diff --git a/controls/dataform/data-binding/model-binding-and-strongly-typed-data-controls-support.md b/controls/dataform/data-binding/model-binding-and-strongly-typed-data-controls-support.md index 246f6cc3f8..92b00a1705 100644 --- a/controls/dataform/data-binding/model-binding-and-strongly-typed-data-controls-support.md +++ b/controls/dataform/data-binding/model-binding-and-strongly-typed-data-controls-support.md @@ -3,6 +3,7 @@ title: Model Binding and Strongly Typed Data Controls Support page_title: Model Binding and Strongly Typed Data Controls Support - RadDataForm description: Check our Web Forms article about Model Binding and Strongly Typed Data Controls Support. slug: dataform/data-binding/model-binding-and-strongly-typed-data-controls-support +components: ["dataform"] tags: model,binding,and,strongly,typed,data,controls,support published: True position: 3 diff --git a/controls/dataform/data-editing/automatic-crud-operations.md b/controls/dataform/data-editing/automatic-crud-operations.md index a3ca78aecf..f86eb565a8 100644 --- a/controls/dataform/data-editing/automatic-crud-operations.md +++ b/controls/dataform/data-editing/automatic-crud-operations.md @@ -3,6 +3,7 @@ title: Automatic CRUD Operations page_title: Automatic CRUD Operations - RadDataForm description: Check our Web Forms article about Automatic CRUD Operations. slug: dataform/data-editing/automatic-crud-operations +components: ["dataform"] tags: automatic,crud,operations published: True position: 0 diff --git a/controls/dataform/data-editing/manual-crud-operations.md b/controls/dataform/data-editing/manual-crud-operations.md index 4e02596339..599d8e8b2d 100644 --- a/controls/dataform/data-editing/manual-crud-operations.md +++ b/controls/dataform/data-editing/manual-crud-operations.md @@ -3,6 +3,7 @@ title: Manual CRUD Operations page_title: Manual CRUD Operations - RadDataForm description: Check our Web Forms article about Manual CRUD Operations. slug: dataform/data-editing/manual-crud-operations +components: ["dataform"] tags: manual,crud,operations published: True position: 1 diff --git a/controls/dataform/design-time.md b/controls/dataform/design-time.md index 938d35ea18..473e708c57 100644 --- a/controls/dataform/design-time.md +++ b/controls/dataform/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadDataForm description: Check our Web Forms article about Design Time. slug: dataform/design-time +components: ["dataform"] tags: design,time published: True position: 2 diff --git a/controls/dataform/functionality/layout-templates.md b/controls/dataform/functionality/layout-templates.md index c820a2e5d5..23f1b1cd57 100644 --- a/controls/dataform/functionality/layout-templates.md +++ b/controls/dataform/functionality/layout-templates.md @@ -3,6 +3,7 @@ title: Layout Templates page_title: Layout Templates - RadDataForm description: Check our Web Forms article about Layout Templates. slug: dataform/functionality/layout-templates +components: ["dataform"] tags: layout,templates published: True position: 0 diff --git a/controls/dataform/functionality/paging.md b/controls/dataform/functionality/paging.md index 78ea55d4af..1a29b57811 100644 --- a/controls/dataform/functionality/paging.md +++ b/controls/dataform/functionality/paging.md @@ -3,6 +3,7 @@ title: Paging page_title: Paging - RadDataForm description: Check our Web Forms article about Paging. slug: dataform/functionality/paging +components: ["dataform"] tags: paging published: False position: 1 diff --git a/controls/dataform/getting-started.md b/controls/dataform/getting-started.md index bb1da63153..0dbba61378 100644 --- a/controls/dataform/getting-started.md +++ b/controls/dataform/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadDataForm description: Check our Web Forms article about Getting Started. slug: dataform/getting-started +components: ["dataform"] tags: getting,started published: True position: 1 diff --git a/controls/dataform/mobile-support/fluid-and-elastic-capabilities.md b/controls/dataform/mobile-support/fluid-and-elastic-capabilities.md index 1b5c2dc39a..a4b35e4942 100644 --- a/controls/dataform/mobile-support/fluid-and-elastic-capabilities.md +++ b/controls/dataform/mobile-support/fluid-and-elastic-capabilities.md @@ -3,6 +3,7 @@ title: Fluid and Elastic Capabilities page_title: Fluid and Elastic Capabilities - RadDataForm description: Check our Web Forms article about Fluid and Elastic Capabilities. slug: dataform/mobile-support/fluid-and-elastic-capabilities +components: ["dataform"] tags: fluid,and,elastic,capabilities published: True position: 0 diff --git a/controls/dataform/overview.md b/controls/dataform/overview.md index 88a2c1d4ce..4e9b483089 100644 --- a/controls/dataform/overview.md +++ b/controls/dataform/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadDataForm Overview description: Explore the DataForm control and its features for creating forms to display and edit data efficiently. slug: dataform/overview +components: ["dataform"] tags: overview published: True position: 0 diff --git a/controls/dataform/server-side-programming/access-controls-inside-templates.md b/controls/dataform/server-side-programming/access-controls-inside-templates.md index d67cca393c..f3ccca0581 100644 --- a/controls/dataform/server-side-programming/access-controls-inside-templates.md +++ b/controls/dataform/server-side-programming/access-controls-inside-templates.md @@ -3,6 +3,7 @@ title: How to Access Controls Inside Templates page_title: How to Access Controls Inside Templates - RadDataForm description: Check our Web Forms article about Accessing Controls Inside Templates. slug: dataform/server-side-programming/access-controls-inside-templates +components: ["dataform"] tags: access,controls,inside,templates published: True position: 3 diff --git a/controls/dataform/server-side-programming/dataform-object.md b/controls/dataform/server-side-programming/dataform-object.md index 7c6d409f70..c777d87541 100644 --- a/controls/dataform/server-side-programming/dataform-object.md +++ b/controls/dataform/server-side-programming/dataform-object.md @@ -3,6 +3,7 @@ title: DataForm Object page_title: DataForm Object - RadDataForm description: Check our Web Forms article about DataForm Object. slug: dataform/server-side-programming/dataform-object +components: ["dataform"] tags: dataform,object published: True position: 0 diff --git a/controls/dataform/server-side-programming/events-lifecycle.md b/controls/dataform/server-side-programming/events-lifecycle.md index ea5a51b8d5..e31ae36da0 100644 --- a/controls/dataform/server-side-programming/events-lifecycle.md +++ b/controls/dataform/server-side-programming/events-lifecycle.md @@ -3,6 +3,7 @@ title: Events Lifecycle page_title: Events Lifecycle - RadDataForm description: Check our Web Forms article about Events Lifecycle. slug: dataform/server-side-programming/events-lifecycle +components: ["dataform"] tags: events,lifecycle published: True position: 2 diff --git a/controls/dataform/server-side-programming/events.md b/controls/dataform/server-side-programming/events.md index 264a30fa06..e9f82df54e 100644 --- a/controls/dataform/server-side-programming/events.md +++ b/controls/dataform/server-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Events - RadDataForm description: Check our Web Forms article about Events. slug: dataform/server-side-programming/events +components: ["dataform"] tags: events published: True position: 1 diff --git a/controls/datapager/accessibility-and-internationalization/localization.md b/controls/datapager/accessibility-and-internationalization/localization.md index 23acc5a590..a22ec74a13 100644 --- a/controls/datapager/accessibility-and-internationalization/localization.md +++ b/controls/datapager/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadDataPager description: Check our Web Forms article about Localization. slug: datapager/accessibility-and-internationalization/localization +components: ["datapager"] tags: localization published: True position: 0 diff --git a/controls/datapager/accessibility-and-internationalization/wai-aria-support.md b/controls/datapager/accessibility-and-internationalization/wai-aria-support.md index 5049db8453..83b2609759 100644 --- a/controls/datapager/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/datapager/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadDataPager description: Check our Web Forms article about WAI-ARIA Support. slug: datapager/accessibility-and-internationalization/wai-aria-support +components: ["datapager"] tags: wai-aria,support published: True position: 1 diff --git a/controls/datapager/appearance-and-styling/skins.md b/controls/datapager/appearance-and-styling/skins.md index 53317728bb..4c828bacea 100644 --- a/controls/datapager/appearance-and-styling/skins.md +++ b/controls/datapager/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadDataPager description: Check our Web Forms article about Skins. slug: datapager/appearance-and-styling/skins +components: ["datapager"] tags: skins published: True position: 0 diff --git a/controls/datapager/client-side-programming/datapager-object.md b/controls/datapager/client-side-programming/datapager-object.md index ec47d8a3c3..34c7f92863 100644 --- a/controls/datapager/client-side-programming/datapager-object.md +++ b/controls/datapager/client-side-programming/datapager-object.md @@ -3,6 +3,7 @@ title: DataPager Object page_title: DataPager Object - RadDataPager description: Check our Web Forms article about DataPager Object. slug: datapager/client-side-programming/datapager-object +components: ["datapager"] tags: datapager,object published: True position: 1 diff --git a/controls/datapager/client-side-programming/events/ondatapagercreated.md b/controls/datapager/client-side-programming/events/ondatapagercreated.md index 4203af2c37..6e146f6412 100644 --- a/controls/datapager/client-side-programming/events/ondatapagercreated.md +++ b/controls/datapager/client-side-programming/events/ondatapagercreated.md @@ -3,6 +3,7 @@ title: OnDataPagerCreated page_title: OnDataPagerCreated - RadDataPager description: Check our Web Forms article about OnDataPagerCreated. slug: datapager/client-side-programming/events/ondatapagercreated +components: ["datapager"] tags: ondatapagercreated published: True position: 1 diff --git a/controls/datapager/client-side-programming/events/ondatapagercreating.md b/controls/datapager/client-side-programming/events/ondatapagercreating.md index a14fee4651..4453decfae 100644 --- a/controls/datapager/client-side-programming/events/ondatapagercreating.md +++ b/controls/datapager/client-side-programming/events/ondatapagercreating.md @@ -3,6 +3,7 @@ title: OnDataPagerCreating page_title: OnDataPagerCreating - RadDataPager description: Check our Web Forms article about OnDataPagerCreating. slug: datapager/client-side-programming/events/ondatapagercreating +components: ["datapager"] tags: ondatapagercreating published: True position: 0 diff --git a/controls/datapager/client-side-programming/events/ondatapagerdestroying.md b/controls/datapager/client-side-programming/events/ondatapagerdestroying.md index 07c20b32fd..8403a97807 100644 --- a/controls/datapager/client-side-programming/events/ondatapagerdestroying.md +++ b/controls/datapager/client-side-programming/events/ondatapagerdestroying.md @@ -3,6 +3,7 @@ title: OnDataPagerDestroying page_title: OnDataPagerDestroying - RadDataPager description: Check our Web Forms article about OnDataPagerDestroying. slug: datapager/client-side-programming/events/ondatapagerdestroying +components: ["datapager"] tags: ondatapagerdestroying published: True position: 2 diff --git a/controls/datapager/client-side-programming/events/onpageindexchanging.md b/controls/datapager/client-side-programming/events/onpageindexchanging.md index b350a621ce..9277b11dbe 100644 --- a/controls/datapager/client-side-programming/events/onpageindexchanging.md +++ b/controls/datapager/client-side-programming/events/onpageindexchanging.md @@ -3,6 +3,7 @@ title: OnPageIndexChanging page_title: OnPageIndexChanging - RadDataPager description: Check our Web Forms article about OnPageIndexChanging. slug: datapager/client-side-programming/events/onpageindexchanging +components: ["datapager"] tags: onpageindexchanging published: True position: 3 diff --git a/controls/datapager/client-side-programming/events/onpagesizechanging.md b/controls/datapager/client-side-programming/events/onpagesizechanging.md index 214c7260c0..7957075182 100644 --- a/controls/datapager/client-side-programming/events/onpagesizechanging.md +++ b/controls/datapager/client-side-programming/events/onpagesizechanging.md @@ -3,6 +3,7 @@ title: OnPageSizeChanging page_title: OnPageSizeChanging - RadDataPager description: Check our Web Forms article about OnPageSizeChanging. slug: datapager/client-side-programming/events/onpagesizechanging +components: ["datapager"] tags: onpagesizechanging published: True position: 4 diff --git a/controls/datapager/client-side-programming/overview.md b/controls/datapager/client-side-programming/overview.md index 60b9e92d2a..c585c43686 100644 --- a/controls/datapager/client-side-programming/overview.md +++ b/controls/datapager/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadDataPager description: Check our Web Forms article about Overview. slug: datapager/client-side-programming/overview +components: ["datapager"] tags: overview published: True position: 0 diff --git a/controls/datapager/defining-structure/programmatic-creation.md b/controls/datapager/defining-structure/programmatic-creation.md index d0fcbb1210..66c5919903 100644 --- a/controls/datapager/defining-structure/programmatic-creation.md +++ b/controls/datapager/defining-structure/programmatic-creation.md @@ -3,6 +3,7 @@ title: Programmatic Creation page_title: Programmatic Creation - RadDataPager description: Check our Web Forms article about Programmatic Creation. slug: datapager/defining-structure/programmatic-creation +components: ["datapager"] tags: programmatic,creation published: True position: 0 diff --git a/controls/datapager/design-time.md b/controls/datapager/design-time.md index 76956a9e8d..9a13b8d06a 100644 --- a/controls/datapager/design-time.md +++ b/controls/datapager/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadDataPager description: Check our Web Forms article about Design Time. slug: datapager/design-time +components: ["datapager"] tags: design,time published: True position: 1 diff --git a/controls/datapager/elements-and-templates/elements.md b/controls/datapager/elements-and-templates/elements.md index 86e8e96843..f2fd1fc860 100644 --- a/controls/datapager/elements-and-templates/elements.md +++ b/controls/datapager/elements-and-templates/elements.md @@ -3,6 +3,7 @@ title: Elements page_title: Elements - RadDataPager description: Check our Web Forms article about Elements. slug: datapager/elements-and-templates/elements +components: ["datapager"] tags: elements published: True position: 0 diff --git a/controls/datapager/elements-and-templates/template.md b/controls/datapager/elements-and-templates/template.md index 36e4f55d6b..a811be695d 100644 --- a/controls/datapager/elements-and-templates/template.md +++ b/controls/datapager/elements-and-templates/template.md @@ -3,6 +3,7 @@ title: Template page_title: Template - RadDataPager description: Check our Web Forms article about Template. slug: datapager/elements-and-templates/template +components: ["datapager"] tags: template published: True position: 1 diff --git a/controls/datapager/how-to/integration-with-listview.md b/controls/datapager/how-to/integration-with-listview.md index b6eaff5a92..a8c8ccc0ba 100644 --- a/controls/datapager/how-to/integration-with-listview.md +++ b/controls/datapager/how-to/integration-with-listview.md @@ -3,6 +3,7 @@ title: Integration with ListView page_title: Integration with ListView - RadDataPager description: Check our Web Forms article about Integration with ListView. slug: datapager/how-to/integration-with-listview +components: ["datapager"] tags: integration,with,listview published: True position: 0 diff --git a/controls/datapager/mobile-support/mobile-rendering/overview.md b/controls/datapager/mobile-support/mobile-rendering/overview.md index 66bed46ded..f0ce5f1e1e 100644 --- a/controls/datapager/mobile-support/mobile-rendering/overview.md +++ b/controls/datapager/mobile-support/mobile-rendering/overview.md @@ -3,6 +3,7 @@ title: Mobile Rendering Overview page_title: Overview - RadDataPager description: Check our Web Forms article about Overview. slug: datapager/mobile-support/mobile-rendering/overview +components: ["datapager"] tags: overview published: True position: 0 diff --git a/controls/datapager/mobile-support/render-modes.md b/controls/datapager/mobile-support/render-modes.md index 2e4c0f44d5..e16f174d45 100644 --- a/controls/datapager/mobile-support/render-modes.md +++ b/controls/datapager/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadDataPager description: Check our Web Forms article about Render Modes. slug: datapager/mobile-support/render-modes +components: ["datapager"] tags: render,modes published: True position: 2 diff --git a/controls/datapager/overview.md b/controls/datapager/overview.md index 26c6a3e501..a5ecf97a2d 100644 --- a/controls/datapager/overview.md +++ b/controls/datapager/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadDataPager Overview description: Check our Web Forms article about Overview. slug: datapager/overview +components: ["datapager"] tags: overview published: True position: 0 diff --git a/controls/datapager/seo-paging/overview.md b/controls/datapager/seo-paging/overview.md index 1f363e0a07..2196fcf54d 100644 --- a/controls/datapager/seo-paging/overview.md +++ b/controls/datapager/seo-paging/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: SEO Paging Overview - RadDataPager description: Check our Web Forms article about Overview. slug: datapager/seo-paging/overview +components: ["datapager"] tags: overview published: True position: 0 diff --git a/controls/datapager/seo-paging/url-routing.md b/controls/datapager/seo-paging/url-routing.md index cc7a0b3818..ec2a4aedb5 100644 --- a/controls/datapager/seo-paging/url-routing.md +++ b/controls/datapager/seo-paging/url-routing.md @@ -3,6 +3,7 @@ title: URL Routing page_title: URL Routing - RadDataPager description: Check our Web Forms article about URL Routing. slug: datapager/seo-paging/url-routing +components: ["datapager"] tags: url,routing published: True position: 1 diff --git a/controls/datapager/server-side-programming/overview.md b/controls/datapager/server-side-programming/overview.md index fe1742fd8a..97af308aad 100644 --- a/controls/datapager/server-side-programming/overview.md +++ b/controls/datapager/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadDataPager description: Check our Web Forms article about Overview. slug: datapager/server-side-programming/overview +components: ["datapager"] tags: overview published: True position: 0 diff --git a/controls/dateinput/accessibility-and-internationalization/keyboard-support.md b/controls/dateinput/accessibility-and-internationalization/keyboard-support.md index 4b99406681..6d1a4fb4c2 100644 --- a/controls/dateinput/accessibility-and-internationalization/keyboard-support.md +++ b/controls/dateinput/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadDateInput description: Check our Web Forms article about Keyboard Support. slug: raddateinput/accessibility-and-internationalization/keyboard-support +components: ["dateinput"] tags: keyboard,support published: True position: 1 diff --git a/controls/dateinput/accessibility-and-internationalization/mouse-wheel-support.md b/controls/dateinput/accessibility-and-internationalization/mouse-wheel-support.md index 09009598a2..13f6443e85 100644 --- a/controls/dateinput/accessibility-and-internationalization/mouse-wheel-support.md +++ b/controls/dateinput/accessibility-and-internationalization/mouse-wheel-support.md @@ -3,6 +3,7 @@ title: Mouse Wheel Support page_title: Mouse Wheel Support - RadDateInput description: Check our Web Forms article about Mouse Wheel Support. slug: raddateinput/accessibility-and-internationalization/mouse-wheel-support +components: ["dateinput"] tags: mouse,wheel,support published: True position: 3 diff --git a/controls/dateinput/accessibility-and-internationalization/wai-aria-support.md b/controls/dateinput/accessibility-and-internationalization/wai-aria-support.md index 7d9c465859..6d8810061b 100644 --- a/controls/dateinput/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/dateinput/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadDateInput description: Check our Web Forms article about WAI-ARIA Support. slug: raddateinput/accessibility-and-internationalization/wai-aria-support +components: ["dateinput"] tags: wai-aria,support published: True position: 2 diff --git a/controls/dateinput/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/dateinput/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 3b41c21222..7ac759b83d 100644 --- a/controls/dateinput/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/dateinput/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadDateInput description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: raddateinput/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["dateinput"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/dateinput/appearance-and-styling/controlling-appearance.md b/controls/dateinput/appearance-and-styling/controlling-appearance.md index 947e857a37..75eb792d79 100644 --- a/controls/dateinput/appearance-and-styling/controlling-appearance.md +++ b/controls/dateinput/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadDateInput description: Check our Web Forms article about Controlling Appearance. slug: raddateinput/appearance-and-styling/controlling-appearance +components: ["dateinput"] tags: controlling,appearance published: True position: 0 diff --git a/controls/dateinput/appearance-and-styling/creating-a-custom-skin.md b/controls/dateinput/appearance-and-styling/creating-a-custom-skin.md index 9e28bda3fc..5fee34b52f 100644 --- a/controls/dateinput/appearance-and-styling/creating-a-custom-skin.md +++ b/controls/dateinput/appearance-and-styling/creating-a-custom-skin.md @@ -3,6 +3,7 @@ title: Creating a Custom Skin page_title: Creating a Custom Skin - RadDateInput description: Check our Web Forms article about Creating a Custom Skin. slug: raddateinput/appearance-and-styling/creating-a-custom-skin +components: ["dateinput"] tags: creating,a,custom,skin published: True position: 3 diff --git a/controls/dateinput/appearance-and-styling/css-skin-file-selectors.md b/controls/dateinput/appearance-and-styling/css-skin-file-selectors.md index a34b67b2f0..ee4ed0aaa2 100644 --- a/controls/dateinput/appearance-and-styling/css-skin-file-selectors.md +++ b/controls/dateinput/appearance-and-styling/css-skin-file-selectors.md @@ -3,6 +3,7 @@ title: CSS Skin File Selectors page_title: CSS Skin File Selectors - RadDateInput description: Check our Web Forms article about CSS Skin File Selectors. slug: raddateinput/appearance-and-styling/css-skin-file-selectors +components: ["dateinput"] tags: css,skin,file,selectors published: True position: 6 diff --git a/controls/dateinput/appearance-and-styling/html-output-and-css-styling.md b/controls/dateinput/appearance-and-styling/html-output-and-css-styling.md index 74a50f0cbc..141ff0a714 100644 --- a/controls/dateinput/appearance-and-styling/html-output-and-css-styling.md +++ b/controls/dateinput/appearance-and-styling/html-output-and-css-styling.md @@ -3,6 +3,7 @@ title: HTML Output and CSS Styling page_title: HTML Output and CSS Styling - RadDateInput description: Check our Web Forms article about HTML Output and CSS Styling. slug: raddateinput/appearance-and-styling/html-output-and-css-styling +components: ["dateinput"] tags: html,output,and,css,styling published: True position: 4 diff --git a/controls/dateinput/appearance-and-styling/skins.md b/controls/dateinput/appearance-and-styling/skins.md index 7bb7a0a62e..efb9faded4 100644 --- a/controls/dateinput/appearance-and-styling/skins.md +++ b/controls/dateinput/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadDateInput description: Check our Web Forms article about Skins. slug: raddateinput/appearance-and-styling/skins +components: ["dateinput"] tags: skins published: True position: 2 diff --git a/controls/dateinput/appearance-and-styling/styles.md b/controls/dateinput/appearance-and-styling/styles.md index 5413d66e7c..ffb1d2f242 100644 --- a/controls/dateinput/appearance-and-styling/styles.md +++ b/controls/dateinput/appearance-and-styling/styles.md @@ -3,6 +3,7 @@ title: Styles page_title: Styles - RadDateInput description: Check our Web Forms article about Styles. slug: raddateinput/appearance-and-styling/styles +components: ["dateinput"] tags: styles published: True position: 1 diff --git a/controls/dateinput/client-side-programming/dateformatinfo-client-object.md b/controls/dateinput/client-side-programming/dateformatinfo-client-object.md index 77743039dd..5a9859222f 100644 --- a/controls/dateinput/client-side-programming/dateformatinfo-client-object.md +++ b/controls/dateinput/client-side-programming/dateformatinfo-client-object.md @@ -3,6 +3,7 @@ title: DateFormatInfo Client Object page_title: DateFormatInfo Client Object - RadDateInput description: Check our Web Forms article about DateFormatInfo Client Object. slug: raddateinput/client-side-programming/dateformatinfo-client-object +components: ["dateinput"] tags: dateformatinfo,client,object published: True position: 8 diff --git a/controls/dateinput/client-side-programming/events/onblur.md b/controls/dateinput/client-side-programming/events/onblur.md index cb14247fc1..9a0ab7b6c3 100644 --- a/controls/dateinput/client-side-programming/events/onblur.md +++ b/controls/dateinput/client-side-programming/events/onblur.md @@ -3,6 +3,7 @@ title: OnBlur page_title: OnBlur - RadDateInput description: Check our Web Forms article about OnBlur. slug: raddateinput/client-side-programming/events/onblur +components: ["dateinput"] tags: onblur published: True position: 1 diff --git a/controls/dateinput/client-side-programming/events/onbuttonclick.md b/controls/dateinput/client-side-programming/events/onbuttonclick.md index ff0e6a520b..aa0badc9f0 100644 --- a/controls/dateinput/client-side-programming/events/onbuttonclick.md +++ b/controls/dateinput/client-side-programming/events/onbuttonclick.md @@ -3,6 +3,7 @@ title: OnButtonClick page_title: OnButtonClick - RadDateInput description: Check our Web Forms article about OnButtonClick. slug: raddateinput/client-side-programming/events/onbuttonclick +components: ["dateinput"] tags: onbuttonclick published: True position: 2 diff --git a/controls/dateinput/client-side-programming/events/ondisable.md b/controls/dateinput/client-side-programming/events/ondisable.md index c1e5fd4112..0940917f7a 100644 --- a/controls/dateinput/client-side-programming/events/ondisable.md +++ b/controls/dateinput/client-side-programming/events/ondisable.md @@ -3,6 +3,7 @@ title: OnDisable page_title: OnDisable - RadDateInput description: Check our Web Forms article about OnDisable. slug: raddateinput/client-side-programming/events/ondisable +components: ["dateinput"] tags: ondisable published: True position: 4 diff --git a/controls/dateinput/client-side-programming/events/onenable.md b/controls/dateinput/client-side-programming/events/onenable.md index 0aac3db260..05647f2e0a 100644 --- a/controls/dateinput/client-side-programming/events/onenable.md +++ b/controls/dateinput/client-side-programming/events/onenable.md @@ -3,6 +3,7 @@ title: OnEnable page_title: OnEnable - RadDateInput description: Check our Web Forms article about OnEnable. slug: raddateinput/client-side-programming/events/onenable +components: ["dateinput"] tags: onenable published: True position: 5 diff --git a/controls/dateinput/client-side-programming/events/onerror.md b/controls/dateinput/client-side-programming/events/onerror.md index cdeb709166..5ea58710d5 100644 --- a/controls/dateinput/client-side-programming/events/onerror.md +++ b/controls/dateinput/client-side-programming/events/onerror.md @@ -3,6 +3,7 @@ title: OnError page_title: OnError - RadDateInput description: Check our Web Forms article about OnError. slug: raddateinput/client-side-programming/events/onerror +components: ["dateinput"] tags: onerror published: True position: 7 diff --git a/controls/dateinput/client-side-programming/events/onfocus.md b/controls/dateinput/client-side-programming/events/onfocus.md index e22b16dcb1..40a3c15059 100644 --- a/controls/dateinput/client-side-programming/events/onfocus.md +++ b/controls/dateinput/client-side-programming/events/onfocus.md @@ -3,6 +3,7 @@ title: OnFocus page_title: OnFocus - RadDateInput description: Check our Web Forms article about OnFocus. slug: raddateinput/client-side-programming/events/onfocus +components: ["dateinput"] tags: onfocus published: True position: 8 diff --git a/controls/dateinput/client-side-programming/events/onkeypress.md b/controls/dateinput/client-side-programming/events/onkeypress.md index 1370b8908b..41cc77609a 100644 --- a/controls/dateinput/client-side-programming/events/onkeypress.md +++ b/controls/dateinput/client-side-programming/events/onkeypress.md @@ -3,6 +3,7 @@ title: OnKeyPress page_title: OnKeyPress - RadDateInput description: Check our Web Forms article about OnKeyPress. slug: raddateinput/client-side-programming/events/onkeypress +components: ["dateinput"] tags: onkeypress published: True position: 9 diff --git a/controls/dateinput/client-side-programming/events/onload.md b/controls/dateinput/client-side-programming/events/onload.md index 9bf1de23e0..68766b1ca7 100644 --- a/controls/dateinput/client-side-programming/events/onload.md +++ b/controls/dateinput/client-side-programming/events/onload.md @@ -3,6 +3,7 @@ title: OnLoad page_title: OnLoad - RadDateInput description: Check our Web Forms article about OnLoad. slug: raddateinput/client-side-programming/events/onload +components: ["dateinput"] tags: onload published: True position: 10 diff --git a/controls/dateinput/client-side-programming/events/onmouseout.md b/controls/dateinput/client-side-programming/events/onmouseout.md index 26df8c0e46..fdd2b421b5 100644 --- a/controls/dateinput/client-side-programming/events/onmouseout.md +++ b/controls/dateinput/client-side-programming/events/onmouseout.md @@ -3,6 +3,7 @@ title: OnMouseOut page_title: OnMouseOut - RadDateInput description: Check our Web Forms article about OnMouseOut. slug: raddateinput/client-side-programming/events/onmouseout +components: ["dateinput"] tags: onmouseout published: True position: 11 diff --git a/controls/dateinput/client-side-programming/events/onmouseover.md b/controls/dateinput/client-side-programming/events/onmouseover.md index be470b6d9c..b249f3d388 100644 --- a/controls/dateinput/client-side-programming/events/onmouseover.md +++ b/controls/dateinput/client-side-programming/events/onmouseover.md @@ -3,6 +3,7 @@ title: OnMouseOver page_title: OnMouseOver - RadDateInput description: Check our Web Forms article about OnMouseOver. slug: raddateinput/client-side-programming/events/onmouseover +components: ["dateinput"] tags: onmouseover published: True position: 12 diff --git a/controls/dateinput/client-side-programming/events/onvaluechanged.md b/controls/dateinput/client-side-programming/events/onvaluechanged.md index 03f083bd3a..f37df579b6 100644 --- a/controls/dateinput/client-side-programming/events/onvaluechanged.md +++ b/controls/dateinput/client-side-programming/events/onvaluechanged.md @@ -3,6 +3,7 @@ title: OnValueChanged page_title: OnValueChanged - RadDateInput description: Check our Web Forms article about OnValueChanged. slug: raddateinput/client-side-programming/events/onvaluechanged +components: ["dateinput"] tags: onvaluechanged published: True position: 15 diff --git a/controls/dateinput/client-side-programming/events/onvaluechanging.md b/controls/dateinput/client-side-programming/events/onvaluechanging.md index 59524d2469..cc2a937bea 100644 --- a/controls/dateinput/client-side-programming/events/onvaluechanging.md +++ b/controls/dateinput/client-side-programming/events/onvaluechanging.md @@ -3,6 +3,7 @@ title: OnValueChanging page_title: OnValueChanging - RadDateInput description: Check our Web Forms article about OnValueChanging. slug: raddateinput/client-side-programming/events/onvaluechanging +components: ["dateinput"] tags: onvaluechanging published: True position: 16 diff --git a/controls/dateinput/client-side-programming/events/overview.md b/controls/dateinput/client-side-programming/events/overview.md index 12d989bcd6..79f4ffd6e0 100644 --- a/controls/dateinput/client-side-programming/events/overview.md +++ b/controls/dateinput/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Events Overview page_title: Overview - RadDateInput description: Check our Web Forms article about Overview. slug: raddateinput/client-side-programming/events/overview +components: ["dateinput"] tags: overview published: True position: 0 diff --git a/controls/dateinput/client-side-programming/overview.md b/controls/dateinput/client-side-programming/overview.md index f3d7a4dcea..d67c4eb2bb 100644 --- a/controls/dateinput/client-side-programming/overview.md +++ b/controls/dateinput/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadDateInput description: Check our Web Forms article about Overview. slug: raddateinput/client-side-programming/overview +components: ["dateinput"] tags: overview published: True position: 0 diff --git a/controls/dateinput/client-side-programming/raddateinput-client-object.md b/controls/dateinput/client-side-programming/raddateinput-client-object.md index 987fc3ebbd..3a80ecae88 100644 --- a/controls/dateinput/client-side-programming/raddateinput-client-object.md +++ b/controls/dateinput/client-side-programming/raddateinput-client-object.md @@ -3,6 +3,7 @@ title: RadDateInput Client Object page_title: RadDateInput Client Object - RadDateInput description: Check our Web Forms article about RadDateInput Client Object. slug: raddateinput/client-side-programming/raddateinput-client-object +components: ["dateinput"] tags: raddateinput,client,object published: True position: 4 diff --git a/controls/dateinput/design-time/date-format-dialog.md b/controls/dateinput/design-time/date-format-dialog.md index 057b437506..482e56356d 100644 --- a/controls/dateinput/design-time/date-format-dialog.md +++ b/controls/dateinput/design-time/date-format-dialog.md @@ -3,6 +3,7 @@ title: Date Format Dialog page_title: Date Format Dialog - RadDateInput description: Check our Web Forms article about Date Format Dialog. slug: raddateinput/design-time/date-format-dialog +components: ["dateinput"] tags: date,format,dialog published: True position: 3 diff --git a/controls/dateinput/design-time/smart-tag.md b/controls/dateinput/design-time/smart-tag.md index 419e1cfba3..b95f22b3ee 100644 --- a/controls/dateinput/design-time/smart-tag.md +++ b/controls/dateinput/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadDateInput description: Check our Web Forms article about Smart Tag. slug: raddateinput/design-time/smart-tag +components: ["dateinput"] tags: smart,tag published: True position: 0 diff --git a/controls/dateinput/features/context-menus.md b/controls/dateinput/features/context-menus.md index dba9774a53..ccd1df2fbe 100644 --- a/controls/dateinput/features/context-menus.md +++ b/controls/dateinput/features/context-menus.md @@ -3,6 +3,7 @@ title: Context Menus page_title: Context Menus - RadDateInput description: Check our Web Forms article about Context Menus. slug: raddateinput/features/context-menus +components: ["dateinput"] tags: context,menus published: True position: 2 diff --git a/controls/dateinput/features/formatting-dates.md b/controls/dateinput/features/formatting-dates.md index ad1fbc428c..6530872533 100644 --- a/controls/dateinput/features/formatting-dates.md +++ b/controls/dateinput/features/formatting-dates.md @@ -3,6 +3,7 @@ title: Formatting Dates page_title: Formatting Dates - RadDateInput description: Check our Web Forms article about Formatting Dates. slug: raddateinput/features/formatting-dates +components: ["dateinput"] tags: formatting,dates published: True position: 1 diff --git a/controls/dateinput/features/getting-and-setting-values.md b/controls/dateinput/features/getting-and-setting-values.md index b16d429280..b35b3826a9 100644 --- a/controls/dateinput/features/getting-and-setting-values.md +++ b/controls/dateinput/features/getting-and-setting-values.md @@ -3,6 +3,7 @@ title: Getting and Setting Values page_title: Getting and Setting Values - RadDateInput description: Check our Web Forms article about Getting and Setting Values. slug: raddateinput/features/getting-and-setting-values +components: ["dateinput"] tags: getting,and,setting,values published: True position: 3 diff --git a/controls/dateinput/features/parsing-dates.md b/controls/dateinput/features/parsing-dates.md index 4782457ade..af0fb96337 100644 --- a/controls/dateinput/features/parsing-dates.md +++ b/controls/dateinput/features/parsing-dates.md @@ -3,6 +3,7 @@ title: Parsing Dates page_title: Parsing Dates - RadDateInput description: Check our Web Forms article about Parsing Dates. slug: raddateinput/features/parsing-dates +components: ["dateinput"] tags: parsing,dates published: True position: 2 diff --git a/controls/dateinput/features/receiving-focus.md b/controls/dateinput/features/receiving-focus.md index f16782cfc3..5e60f01644 100644 --- a/controls/dateinput/features/receiving-focus.md +++ b/controls/dateinput/features/receiving-focus.md @@ -3,6 +3,7 @@ title: Receiving Focus page_title: Receiving Focus - RadDateInput description: Check our Web Forms article about Receiving Focus. slug: raddateinput/features/receiving-focus +components: ["dateinput"] tags: receiving,focus published: True position: 5 diff --git a/controls/dateinput/features/setting-focus.md b/controls/dateinput/features/setting-focus.md index ce0e3d5704..c7d90bf15f 100644 --- a/controls/dateinput/features/setting-focus.md +++ b/controls/dateinput/features/setting-focus.md @@ -3,6 +3,7 @@ title: Setting Focus page_title: Setting Focus - RadDateInput description: Check our Web Forms article about Setting Focus. slug: raddateinput/features/setting-focus +components: ["dateinput"] tags: setting,focus published: True position: 7 diff --git a/controls/dateinput/features/validation.md b/controls/dateinput/features/validation.md index 080159785e..188336b9a1 100644 --- a/controls/dateinput/features/validation.md +++ b/controls/dateinput/features/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadDateInput description: Check our Web Forms article about Validation. slug: dateinput/features/validation +components: ["dateinput"] tags: dateinput,features,validation published: True position: 5 diff --git a/controls/dateinput/getting-started.md b/controls/dateinput/getting-started.md index 0de7ee2a3f..764a6db4ae 100644 --- a/controls/dateinput/getting-started.md +++ b/controls/dateinput/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started Overview - RadDateInput description: Check our Web Forms article about Getting Started. slug: raddateinput/getting-started/overview +components: ["dateinput"] tags: overview published: True position: 1 diff --git a/controls/dateinput/how-to/using-input-controls-inside-data-bound-controls.md b/controls/dateinput/how-to/using-input-controls-inside-data-bound-controls.md index 54a45daeb2..9de9b4357c 100644 --- a/controls/dateinput/how-to/using-input-controls-inside-data-bound-controls.md +++ b/controls/dateinput/how-to/using-input-controls-inside-data-bound-controls.md @@ -3,6 +3,7 @@ title: Using Input Controls Inside Data-Bound Controls page_title: Using Input Controls Inside Data-Bound Controls - RadDateInput description: Check our Web Forms article about Using Input Controls Inside Data-Bound Controls. slug: raddateinput/how-to/using-input-controls-inside-data-bound-controls +components: ["dateinput"] tags: using,input,controls,inside,data-bound,controls published: True position: 0 diff --git a/controls/dateinput/mobile-support/render-modes.md b/controls/dateinput/mobile-support/render-modes.md index 9a9e91c769..c4bbf61d40 100644 --- a/controls/dateinput/mobile-support/render-modes.md +++ b/controls/dateinput/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadDateInput description: Check our Web Forms article about Render Modes. slug: raddateinput/mobile-support/render-modes +components: ["dateinput"] tags: render,modes published: True position: 0 diff --git a/controls/dateinput/overview.md b/controls/dateinput/overview.md index 8ec2f6697b..32f0ee8bc0 100644 --- a/controls/dateinput/overview.md +++ b/controls/dateinput/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadDateInput description: Check our Web Forms article about Overview. slug: raddateinput/overview +components: ["dateinput"] tags: overview published: True position: 0 diff --git a/controls/dateinput/server-side-programming/properties.md b/controls/dateinput/server-side-programming/properties.md index 6cb87812d3..7db1bc8a20 100644 --- a/controls/dateinput/server-side-programming/properties.md +++ b/controls/dateinput/server-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: Server-side Programming Overview - RadDateInput description: Check our Web Forms article about Overview. slug: raddateinput/server-side-programming/properties +components: ["dateinput"] tags: overview published: True position: 0 diff --git a/controls/dateinput/server-side-programming/textchanged-event.md b/controls/dateinput/server-side-programming/textchanged-event.md index bdd6354a91..1df6ae99b8 100644 --- a/controls/dateinput/server-side-programming/textchanged-event.md +++ b/controls/dateinput/server-side-programming/textchanged-event.md @@ -3,6 +3,7 @@ title: TextChanged Event page_title: TextChanged Event - RadDateInput description: Check our Web Forms article about TextChanged Event. slug: raddateinput/server-side-programming/textchanged-event +components: ["dateinput"] tags: textchanged,event published: True position: 1 diff --git a/controls/dateinput/structure.md b/controls/dateinput/structure.md index cbbb1c979a..defca7ee39 100644 --- a/controls/dateinput/structure.md +++ b/controls/dateinput/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadDateInput description: Check our Web Forms article about Structure. slug: /raddateinput/structure +components: ["dateinput"] tags: structure published: True position: 2 diff --git a/controls/datepicker/accessibility-and-internationalization/keyboard-support.md b/controls/datepicker/accessibility-and-internationalization/keyboard-support.md index 64135f3df1..5967784313 100644 --- a/controls/datepicker/accessibility-and-internationalization/keyboard-support.md +++ b/controls/datepicker/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadDatePicker description: Check our Web Forms article about RadDatePicker Keyboard Support. slug: datepicker/accessibility-and-internationalization/keyboard-support +components: ["datepicker"] tags: keyboard,support published: True position: 1 diff --git a/controls/datepicker/accessibility-and-internationalization/specifying-a-culture.md b/controls/datepicker/accessibility-and-internationalization/specifying-a-culture.md index 7488a57dba..5608ce93c5 100644 --- a/controls/datepicker/accessibility-and-internationalization/specifying-a-culture.md +++ b/controls/datepicker/accessibility-and-internationalization/specifying-a-culture.md @@ -3,6 +3,7 @@ title: Specifying a Culture page_title: Specifying a Culture - RadDatePicker description: Check our Web Forms article about Specifying a Culture. slug: datepicker/accessibility-and-internationalization/specifying-a-culture +components: ["datepicker"] tags: specifying,a,culture published: True position: 0 diff --git a/controls/datepicker/accessibility-and-internationalization/wai-aria-support.md b/controls/datepicker/accessibility-and-internationalization/wai-aria-support.md index 4114ea87f0..692edcde58 100644 --- a/controls/datepicker/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/datepicker/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadDatePicker description: Check our Web Forms article about RadDatePicker WAI-ARIA Support. slug: datepicker/accessibility-and-internationalization/wai-aria-support +components: ["datepicker"] tags: wai-aria,support published: True position: 6 diff --git a/controls/datepicker/appearance-and-styling/controlling-appearance.md b/controls/datepicker/appearance-and-styling/controlling-appearance.md index e4e13bdb3e..97d4fbbef9 100644 --- a/controls/datepicker/appearance-and-styling/controlling-appearance.md +++ b/controls/datepicker/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadDatePicker description: Check our Web Forms article about Controlling Appearance. slug: datepicker/appearance-and-styling/controlling-appearance +components: ["datepicker"] tags: controlling,appearance published: True position: 0 diff --git a/controls/datepicker/appearance-and-styling/skins.md b/controls/datepicker/appearance-and-styling/skins.md index 1f5b3ad381..d618b33c09 100644 --- a/controls/datepicker/appearance-and-styling/skins.md +++ b/controls/datepicker/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadDatePicker description: Check our Web Forms article about Skins. slug: datepicker/appearance-and-styling/skins +components: ["datepicker"] tags: skins published: True position: 2 diff --git a/controls/datepicker/client-side-programming/events/ondateselected.md b/controls/datepicker/client-side-programming/events/ondateselected.md index 44f59457fe..d52acf8c1d 100644 --- a/controls/datepicker/client-side-programming/events/ondateselected.md +++ b/controls/datepicker/client-side-programming/events/ondateselected.md @@ -3,6 +3,7 @@ title: OnDateSelected page_title: OnDateSelected - RadDatePicker description: Check our Web Forms article about OnDateSelected. slug: datepicker/client-side-programming/events/ondateselected +components: ["datepicker"] tags: ondateselected published: True position: 1 diff --git a/controls/datepicker/client-side-programming/events/onpopupclosing.md b/controls/datepicker/client-side-programming/events/onpopupclosing.md index 5d9dfd285d..77cb018faa 100644 --- a/controls/datepicker/client-side-programming/events/onpopupclosing.md +++ b/controls/datepicker/client-side-programming/events/onpopupclosing.md @@ -3,6 +3,7 @@ title: OnPopupClosing page_title: OnPopupClosing - RadDatePicker description: Check our Web Forms article about OnPopupClosing. slug: datepicker/client-side-programming/events/onpopupclosing +components: ["datepicker"] tags: onpopupclosing published: True position: 1 diff --git a/controls/datepicker/client-side-programming/events/onpopupopening.md b/controls/datepicker/client-side-programming/events/onpopupopening.md index 49310d9d5e..4319708ea8 100644 --- a/controls/datepicker/client-side-programming/events/onpopupopening.md +++ b/controls/datepicker/client-side-programming/events/onpopupopening.md @@ -3,6 +3,7 @@ title: OnPopupOpening page_title: OnPopupOpening - RadDatePicker description: Check our Web Forms article about OnPopupOpening. slug: datepicker/client-side-programming/events/onpopupopening +components: ["datepicker"] tags: onpopupopening published: True position: 1 diff --git a/controls/datepicker/client-side-programming/events/overview.md b/controls/datepicker/client-side-programming/events/overview.md index 755504b195..042f31c4dd 100644 --- a/controls/datepicker/client-side-programming/events/overview.md +++ b/controls/datepicker/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side events Overview - RadDatePicker description: Check our Web Forms article about RadDatePicker Client-side events Overview. slug: datepicker/client-side-programming/events/overview +components: ["datepicker"] tags: overview published: True position: 0 diff --git a/controls/datepicker/client-side-programming/raddatepicker-object.md b/controls/datepicker/client-side-programming/raddatepicker-object.md index 7508e7c4d6..fc7f2e845b 100644 --- a/controls/datepicker/client-side-programming/raddatepicker-object.md +++ b/controls/datepicker/client-side-programming/raddatepicker-object.md @@ -3,6 +3,7 @@ title: RadDatePicker Object page_title: RadDatePicker Client-side Object - RadDatePicker description: Discover the RadDatePicker object and its client-side API for advanced date selection and customization. slug: datepicker/client-side-programming/raddatepicker-object +components: ["datepicker"] tags: raddatepicker,object published: True position: 0 diff --git a/controls/datepicker/design-time/smart-tag.md b/controls/datepicker/design-time/smart-tag.md index d8594192af..f54979b933 100644 --- a/controls/datepicker/design-time/smart-tag.md +++ b/controls/datepicker/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadDatePicker description: Check our Web Forms article about Smart Tag. slug: datepicker/design-time/smart-tag +components: ["datepicker"] tags: smart,tag published: True position: 0 diff --git a/controls/datepicker/design-time/template-design-surface.md b/controls/datepicker/design-time/template-design-surface.md index 53d6884228..9af4759e00 100644 --- a/controls/datepicker/design-time/template-design-surface.md +++ b/controls/datepicker/design-time/template-design-surface.md @@ -3,6 +3,7 @@ title: Template Design Surface page_title: Template Design Surface - RadDatePicker description: Check our Web Forms article about Template Design Surface. slug: datepicker/design-time/template-design-surface +components: ["datepicker"] tags: template,design,surface published: True position: 1 diff --git a/controls/datepicker/functionality/customizing-embedded-controls.md b/controls/datepicker/functionality/customizing-embedded-controls.md index 2be3421222..52c835a6d8 100644 --- a/controls/datepicker/functionality/customizing-embedded-controls.md +++ b/controls/datepicker/functionality/customizing-embedded-controls.md @@ -3,6 +3,7 @@ title: Customizing the Embedded Controls page_title: Customizing the Embedded Controls - RadDatePicker description: Check our Web Forms article about Customizing the Embedded Controls. slug: datepicker/functionality/customizing-embedded-controls +components: ["datepicker"] tags: customizing,the,embedded,controls published: True position: 0 diff --git a/controls/datepicker/functionality/data-binding.md b/controls/datepicker/functionality/data-binding.md index f5da904ae4..36e2116508 100644 --- a/controls/datepicker/functionality/data-binding.md +++ b/controls/datepicker/functionality/data-binding.md @@ -3,6 +3,7 @@ title: Data Binding page_title: Data Binding - RadDatePicker description: Check our Web Forms article about Data Binding. slug: datepicker/functionality/data-binding +components: ["datepicker"] tags: data,binding published: True position: 2 diff --git a/controls/datepicker/functionality/displaying-the-popup.md b/controls/datepicker/functionality/displaying-the-popup.md index 7f0d1860eb..f53567d66f 100644 --- a/controls/datepicker/functionality/displaying-the-popup.md +++ b/controls/datepicker/functionality/displaying-the-popup.md @@ -3,6 +3,7 @@ title: Displaying the Popup page_title: Displaying RadDatePicker Popup - RadDatePicker description: Check our Web Forms article about Displaying RadDatePicker Popup. slug: datepicker/functionality/displaying-the-popup +components: ["datepicker"] tags: displaying,the,popup published: True position: 1 diff --git a/controls/datepicker/functionality/formatting-values.md b/controls/datepicker/functionality/formatting-values.md index 4f306ed758..7874f7c766 100644 --- a/controls/datepicker/functionality/formatting-values.md +++ b/controls/datepicker/functionality/formatting-values.md @@ -3,6 +3,7 @@ title: Formatting Values page_title: RadDatePicker Formatting Values - RadDatePicker description: Learn how to format date values in the DatePicker control for better presentation and usability. slug: datepicker/functionality/formatting-values +components: ["datepicker"] tags: formatting,values published: True position: 3 diff --git a/controls/datepicker/functionality/using-shared-radcalendar.md b/controls/datepicker/functionality/using-shared-radcalendar.md index 988e8c143f..f908f52d63 100644 --- a/controls/datepicker/functionality/using-shared-radcalendar.md +++ b/controls/datepicker/functionality/using-shared-radcalendar.md @@ -3,6 +3,7 @@ title: Using shared RadCalendar page_title: Using shared RadCalendar - RadDatePicker description: Check our Web Forms article about Using shared RadCalendar. slug: datepicker/functionality/using-shared-radcalendar +components: ["datepicker"] tags: using,shared,radcalendar published: True position: 4 diff --git a/controls/datepicker/functionality/validation.md b/controls/datepicker/functionality/validation.md index 4e66a1ce96..fbc15658c8 100644 --- a/controls/datepicker/functionality/validation.md +++ b/controls/datepicker/functionality/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadDatePicker description: Discover how to implement validation in the DatePicker control to ensure accurate date input. slug: datepicker/functionality/validation +components: ["datepicker"] tags: web,pages,validation published: True position: 5 diff --git a/controls/datepicker/getting-started/overview.md b/controls/datepicker/getting-started/overview.md index d545b6a3e8..9e069ef2c7 100644 --- a/controls/datepicker/getting-started/overview.md +++ b/controls/datepicker/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadDatePicker Getting Started Overview - RadDatePicker description: Check our Web Forms article about RadDatePicker Getting Started Overview. slug: datepicker/getting-started/overview +components: ["datepicker"] tags: overview published: True position: 0 diff --git a/controls/datepicker/getting-started/raddatepicker-structure.md b/controls/datepicker/getting-started/raddatepicker-structure.md index b47501fbbd..eb59d8b8b1 100644 --- a/controls/datepicker/getting-started/raddatepicker-structure.md +++ b/controls/datepicker/getting-started/raddatepicker-structure.md @@ -3,6 +3,7 @@ title: RadDatePicker Structure page_title: RadDatePicker Structure - RadDatePicker description: Discover the structure of the RadDatePicker control and its components for managing date selection. slug: datepicker/getting-started/raddatepicker-structure +components: ["datepicker"] tags: raddatepicker,structure published: True position: 1 diff --git a/controls/datepicker/mobile-support/fluid-and-elastic-capabilities.md b/controls/datepicker/mobile-support/fluid-and-elastic-capabilities.md index f3945bb1c1..8b8d416759 100644 --- a/controls/datepicker/mobile-support/fluid-and-elastic-capabilities.md +++ b/controls/datepicker/mobile-support/fluid-and-elastic-capabilities.md @@ -3,6 +3,7 @@ title: Fluid and Elastic Capabilities page_title: Fluid and Elastic Capabilities - RadDatePicker description: Check our Web Forms article about Fluid and Elastic Capabilities. slug: datepicker/mobile-support/fluid-and-elastic-capabilities +components: ["datepicker"] tags: fluid,and,elastic,capabilities published: True position: 1 diff --git a/controls/datepicker/mobile-support/render-mode.md b/controls/datepicker/mobile-support/render-mode.md index 34e5a9557e..428bc0c391 100644 --- a/controls/datepicker/mobile-support/render-mode.md +++ b/controls/datepicker/mobile-support/render-mode.md @@ -3,6 +3,7 @@ title: Render Mode page_title: Render Mode - RadDatePicker description: Check our Web Forms article about Render Mode. slug: datepicker/mobile-support/render-mode +components: ["datepicker"] tags: render,mode published: True position: 0 diff --git a/controls/datepicker/overview.md b/controls/datepicker/overview.md index 2fcbb63447..c0a30de882 100644 --- a/controls/datepicker/overview.md +++ b/controls/datepicker/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadDatePicker Overview description: Learn about the DatePicker control and its features for selecting and formatting date values. slug: datepicker/overview +components: ["datepicker"] tags: overview published: True position: 0 diff --git a/controls/datepicker/performance/optimizing-raddatepicker-performance.md b/controls/datepicker/performance/optimizing-raddatepicker-performance.md index c8ffbe443a..758b7d70f4 100644 --- a/controls/datepicker/performance/optimizing-raddatepicker-performance.md +++ b/controls/datepicker/performance/optimizing-raddatepicker-performance.md @@ -3,6 +3,7 @@ title: Optimizing RadDatePicker Performance page_title: Optimizing RadDatePicker Performance - RadDatePicker description: Check our Web Forms article about Optimizing RadDatePicker Performance. slug: datepicker/performance/optimizing-raddatepicker-performance +components: ["datepicker"] tags: performance,optimizing published: True position: 0 diff --git a/controls/datepicker/server-side-programming/Events/childrencreated.md b/controls/datepicker/server-side-programming/Events/childrencreated.md index 7f465dcab0..1986970f79 100644 --- a/controls/datepicker/server-side-programming/Events/childrencreated.md +++ b/controls/datepicker/server-side-programming/Events/childrencreated.md @@ -3,6 +3,7 @@ title: ChildrenCreated page_title: ChildrenCreated - RadDatePicker description: Check our Web Forms article about ChildrenCreated. slug: datepicker/server-side-programming/events/childrencreated +components: ["datepicker"] tags: childrencreated published: True position: 5 diff --git a/controls/datepicker/server-side-programming/Events/overview.md b/controls/datepicker/server-side-programming/Events/overview.md index d8ba14e983..124262f961 100644 --- a/controls/datepicker/server-side-programming/Events/overview.md +++ b/controls/datepicker/server-side-programming/Events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadDatePicker description: Check our Web Forms article about Overview. slug: datepicker/server-side-programming/events/overview +components: ["datepicker"] tags: server-side,events,overview published: True position: 0 diff --git a/controls/datepicker/server-side-programming/Events/selecteddatechanged.md b/controls/datepicker/server-side-programming/Events/selecteddatechanged.md index b3c892224e..63fb61ccee 100644 --- a/controls/datepicker/server-side-programming/Events/selecteddatechanged.md +++ b/controls/datepicker/server-side-programming/Events/selecteddatechanged.md @@ -3,6 +3,7 @@ title: SelectedDateChanged page_title: SelectedDateChanged - RadDatePicker description: Check our Web Forms article about SelectedDateChanged. slug: datepicker/server-side-programming/events/selecteddatechanged +components: ["datepicker"] tags: selecteddatechanged published: True position: 6 diff --git a/controls/datepicker/server-side-programming/raddatepicker-object.md b/controls/datepicker/server-side-programming/raddatepicker-object.md index 9eae0c7603..ceaca566ad 100644 --- a/controls/datepicker/server-side-programming/raddatepicker-object.md +++ b/controls/datepicker/server-side-programming/raddatepicker-object.md @@ -3,6 +3,7 @@ title: RadDatePicker Object page_title: RadDatePicker Server-side Object - RadDatePicker description: Discover the server-side API of the RadDatePicker control for managing date selection programmatically. slug: calendar/server-side-programming/server-side-objects +components: ["datepicker"] tags: server-side,objects published: True position: 0 diff --git a/controls/daterangepicker/accessibility-and-internationalization/keyboard-support.md b/controls/daterangepicker/accessibility-and-internationalization/keyboard-support.md index 00eac9fc86..af8f39a80e 100644 --- a/controls/daterangepicker/accessibility-and-internationalization/keyboard-support.md +++ b/controls/daterangepicker/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadDateRangePicker description: Check our Web Forms article about RadDateRangePicker Keyboard Support. slug: daterangepicker/accessibility-and-internationalization/keyboard-support +components: ["daterangepicker"] tags: keyboard,support published: True position: 1 diff --git a/controls/daterangepicker/accessibility-and-internationalization/specifying-a-culture.md b/controls/daterangepicker/accessibility-and-internationalization/specifying-a-culture.md index cdcbb07018..a6c3a63a58 100644 --- a/controls/daterangepicker/accessibility-and-internationalization/specifying-a-culture.md +++ b/controls/daterangepicker/accessibility-and-internationalization/specifying-a-culture.md @@ -3,6 +3,7 @@ title: Specifying a Culture page_title: Specifying a Culture - RadDateRangePicker description: Check our Web Forms article about Specifying a Culture. slug: daterangepicker/accessibility-and-internationalization/specifying-a-culture +components: ["daterangepicker"] tags: specifying,a,culture published: True position: 0 diff --git a/controls/daterangepicker/accessibility-and-internationalization/wai-aria-support.md b/controls/daterangepicker/accessibility-and-internationalization/wai-aria-support.md index 9dbc986f47..23477cea2d 100644 --- a/controls/daterangepicker/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/daterangepicker/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadDateRangePicker description: Check our Web Forms article about RadDateRangePicker WAI-ARIA Support. slug: daterangepicker/accessibility-and-internationalization/wai-aria-support +components: ["daterangepicker"] tags: wai-aria,support published: True position: 6 diff --git a/controls/daterangepicker/accessibility-and-internationalization/wcag-2.0-and-section-508-compliance.md b/controls/daterangepicker/accessibility-and-internationalization/wcag-2.0-and-section-508-compliance.md index 1601d9ecbc..0f51fff93a 100644 --- a/controls/daterangepicker/accessibility-and-internationalization/wcag-2.0-and-section-508-compliance.md +++ b/controls/daterangepicker/accessibility-and-internationalization/wcag-2.0-and-section-508-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadDateRangePicker description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: daterangepicker/accessibility-and-internationalization/wcag-2.0-and-section-508-compliance +components: ["daterangepicker"] tags: wcag,2.0,and,section,508,accessibility,compliance, published: True position: 7 diff --git a/controls/daterangepicker/client-side-programming/events/ondateselected.md b/controls/daterangepicker/client-side-programming/events/ondateselected.md index cb86aa0dfe..b7b33e63dc 100644 --- a/controls/daterangepicker/client-side-programming/events/ondateselected.md +++ b/controls/daterangepicker/client-side-programming/events/ondateselected.md @@ -3,6 +3,7 @@ title: OnDateSelected page_title: OnDateSelected - RadDateRangePicker description: Check our Web Forms article about OnDateSelected. slug: daterangepicker/client-side-programming/events/ondateselected +components: ["daterangepicker"] tags: ondateselected published: True position: 3 diff --git a/controls/daterangepicker/client-side-programming/events/onpopupclosing.md b/controls/daterangepicker/client-side-programming/events/onpopupclosing.md index fdc02524d6..2c72659ee4 100644 --- a/controls/daterangepicker/client-side-programming/events/onpopupclosing.md +++ b/controls/daterangepicker/client-side-programming/events/onpopupclosing.md @@ -3,6 +3,7 @@ title: OnPopupClosing page_title: OnPopupClosing - RadDateRangePicker description: Check our Web Forms article about OnPopupClosing. slug: daterangepicker/client-side-programming/events/onpopupclosing +components: ["daterangepicker"] tags: onpopupclosing published: True position: 2 diff --git a/controls/daterangepicker/client-side-programming/events/onpopupopening.md b/controls/daterangepicker/client-side-programming/events/onpopupopening.md index b24b02165e..aa4bfce782 100644 --- a/controls/daterangepicker/client-side-programming/events/onpopupopening.md +++ b/controls/daterangepicker/client-side-programming/events/onpopupopening.md @@ -3,6 +3,7 @@ title: OnPopupOpening page_title: OnPopupOpening - RadDateRangePicker description: Check our Web Forms article about OnPopupOpening. slug: daterangepicker/client-side-programming/events/onpopupopening +components: ["daterangepicker"] tags: onpopupopening published: True position: 1 diff --git a/controls/daterangepicker/client-side-programming/events/overview.md b/controls/daterangepicker/client-side-programming/events/overview.md index c84d4f6edd..e93a97f329 100644 --- a/controls/daterangepicker/client-side-programming/events/overview.md +++ b/controls/daterangepicker/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side events Overview - RadDateRangePicker description: Check our Web Forms article about RadDateRangePicker Client-side events Overview. slug: daterangepicker/client-side-programming/events/overview +components: ["daterangepicker"] tags: overview published: True position: 0 diff --git a/controls/daterangepicker/client-side-programming/overview.md b/controls/daterangepicker/client-side-programming/overview.md index 9cbd890e74..ac5c305559 100644 --- a/controls/daterangepicker/client-side-programming/overview.md +++ b/controls/daterangepicker/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: RadDateRangePicker object page_title: RadDateRangePicker object - RadDateRangePicker description: Check our Web Forms article about RadDateRangePicker object. slug: daterangepicker/client-side-programming/overview +components: ["daterangepicker"] tags: raddaterangepicker,object published: True position: 0 diff --git a/controls/daterangepicker/functionality/customizing-embedded-controls.md b/controls/daterangepicker/functionality/customizing-embedded-controls.md index d1582a52cf..73fdd16b76 100644 --- a/controls/daterangepicker/functionality/customizing-embedded-controls.md +++ b/controls/daterangepicker/functionality/customizing-embedded-controls.md @@ -3,6 +3,7 @@ title: Customizing the Embedded Controls page_title: Customizing the Embedded Controls - RadDateRangePicker description: Check our Web Forms article about Customizing the Embedded Controls. slug: daterangepicker/functionality/customizing-embedded-controls +components: ["daterangepicker"] tags: customizing,the,embedded,controls published: True position: 1 diff --git a/controls/daterangepicker/functionality/data-binding.md b/controls/daterangepicker/functionality/data-binding.md index 3b8ec45c20..fd49373c71 100644 --- a/controls/daterangepicker/functionality/data-binding.md +++ b/controls/daterangepicker/functionality/data-binding.md @@ -3,6 +3,7 @@ title: Data Binding page_title: Data Binding - RadDateRangePicker description: Check our Web Forms article about Data Binding. slug: daterangepicker/functionality/data-binding +components: ["daterangepicker"] tags: data,binding published: True position: 2 diff --git a/controls/daterangepicker/functionality/date-range-selection.md b/controls/daterangepicker/functionality/date-range-selection.md index 9e85c99bf5..55ebc121fd 100644 --- a/controls/daterangepicker/functionality/date-range-selection.md +++ b/controls/daterangepicker/functionality/date-range-selection.md @@ -3,6 +3,7 @@ title: Date Range Selection page_title: Date Range Selection - RadDateRangePicker description: Check our Web Forms article about Date Range Selection. slug: daterangepicker/functionality/date-range-selection +components: ["daterangepicker"] tags: date,range,selection published: True position: 0 diff --git a/controls/daterangepicker/getting-started.md b/controls/daterangepicker/getting-started.md index 605bb43858..fe9a31a86b 100644 --- a/controls/daterangepicker/getting-started.md +++ b/controls/daterangepicker/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadDateRangePicker description: Check our Web Forms article about Getting Started. slug: daterangepicker/getting-started +components: ["daterangepicker"] tags: getting,started, published: True position: 1 diff --git a/controls/daterangepicker/how-to/radgrid-integration.md b/controls/daterangepicker/how-to/radgrid-integration.md index aca3c5629f..169040af45 100644 --- a/controls/daterangepicker/how-to/radgrid-integration.md +++ b/controls/daterangepicker/how-to/radgrid-integration.md @@ -3,6 +3,7 @@ title: How to integrate the RadDateRangePicker in RadGrid control page_title: How to integrate the RadDateRangePicker in RadGrid control description: Check our Web Forms article about How to integrate the RadDateRangePicker in RadGrid control. slug: daterangepicker/how-to/radgrid-integration +components: ["daterangepicker"] tags: daterangepicker,radgrid published: True position: 0 diff --git a/controls/daterangepicker/overview.md b/controls/daterangepicker/overview.md index d6b9ddd3ca..3ad80a0e5c 100644 --- a/controls/daterangepicker/overview.md +++ b/controls/daterangepicker/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadDateRangePicker Overview description: Check our Web Forms article about Overview. slug: daterangepicker/overview +components: ["daterangepicker"] tags: overview published: True position: 0 diff --git a/controls/daterangepicker/server-side-programming/events/overview.md b/controls/daterangepicker/server-side-programming/events/overview.md index 17cccc3909..284f14adbe 100644 --- a/controls/daterangepicker/server-side-programming/events/overview.md +++ b/controls/daterangepicker/server-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadDateRangePicker description: Check our Web Forms article about Overview. slug: daterangepicker/server-side-programming/events/overview +components: ["daterangepicker"] tags: server-side,events,overview published: True position: 0 diff --git a/controls/daterangepicker/server-side-programming/events/rangeselectionchanged.md b/controls/daterangepicker/server-side-programming/events/rangeselectionchanged.md index d54f8ac3c5..d31d38f09e 100644 --- a/controls/daterangepicker/server-side-programming/events/rangeselectionchanged.md +++ b/controls/daterangepicker/server-side-programming/events/rangeselectionchanged.md @@ -3,6 +3,7 @@ title: RangeSelectionChanged page_title: RangeSelectionChanged - RadDateRangePicker description: Check our Web Forms article about RangeSelectionChanged. slug: daterangepicker/server-side-programming/events/rangeselectionchanged +components: ["daterangepicker"] tags: selecteddatechanged published: True position: 6 diff --git a/controls/daterangepicker/server-side-programming/overview.md b/controls/daterangepicker/server-side-programming/overview.md index 6fc49aec9f..0270a2d66c 100644 --- a/controls/daterangepicker/server-side-programming/overview.md +++ b/controls/daterangepicker/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadDateRangePicker description: Check our Web Forms article about Overview. slug: daterangepicker/server-side-programming/overview +components: ["daterangepicker"] tags: overview published: True position: 0 diff --git a/controls/datetimepicker/accessibility-and-internationalization/keyboard-support.md b/controls/datetimepicker/accessibility-and-internationalization/keyboard-support.md index da27a394f5..acbd83018f 100644 --- a/controls/datetimepicker/accessibility-and-internationalization/keyboard-support.md +++ b/controls/datetimepicker/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadDateTimePicker description: Check our Web Forms article about Keyboard Support. slug: datetimepicker/accessibility-and-internationalization/keyboard-support +components: ["datetimepicker"] tags: keyboard,support published: True position: 7 diff --git a/controls/datetimepicker/accessibility-and-internationalization/specifying-a-culture.md b/controls/datetimepicker/accessibility-and-internationalization/specifying-a-culture.md index 94b69ed4dc..4bb38892bb 100644 --- a/controls/datetimepicker/accessibility-and-internationalization/specifying-a-culture.md +++ b/controls/datetimepicker/accessibility-and-internationalization/specifying-a-culture.md @@ -3,6 +3,7 @@ title: Specifying a Culture page_title: Specifying a Culture - RadDateTimePicker description: Check our Web Forms article about Specifying a Culture. slug: datetimepicker/accessibility-and-internationalization/specifying-a-culture +components: ["datetimepicker"] tags: specifying,a,culture published: True position: 1 diff --git a/controls/datetimepicker/appearance-and-styling/controlling-appearance.md b/controls/datetimepicker/appearance-and-styling/controlling-appearance.md index 7f81cc1322..4d054e5591 100644 --- a/controls/datetimepicker/appearance-and-styling/controlling-appearance.md +++ b/controls/datetimepicker/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadDateTimePicker description: Check our Web Forms article about Controlling Appearance. slug: datetimepicker/appearance-and-styling/controlling-appearance +components: ["datetimepicker"] tags: controlling,appearance published: True position: 0 diff --git a/controls/datetimepicker/appearance-and-styling/skins.md b/controls/datetimepicker/appearance-and-styling/skins.md index 133722059c..739b2b2ab3 100644 --- a/controls/datetimepicker/appearance-and-styling/skins.md +++ b/controls/datetimepicker/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadDateTimePicker description: Check our Web Forms article about Skins. slug: datetimepicker/appearance-and-styling/skins +components: ["datetimepicker"] tags: skins published: True position: 2 diff --git a/controls/datetimepicker/client-side-programming/events/ondateselected.md b/controls/datetimepicker/client-side-programming/events/ondateselected.md index bb98935af7..b1349cddbb 100644 --- a/controls/datetimepicker/client-side-programming/events/ondateselected.md +++ b/controls/datetimepicker/client-side-programming/events/ondateselected.md @@ -3,6 +3,7 @@ title: OnDateSelected page_title: OnDateSelected - RadDateTimePicker description: Check our Web Forms article about OnDateSelected. slug: datetimepicker/client-side-programming/events/ondateselected +components: ["datetimepicker"] tags: ondateselected published: True position: 1 diff --git a/controls/datetimepicker/client-side-programming/events/onpopupclosing.md b/controls/datetimepicker/client-side-programming/events/onpopupclosing.md index 8240b5afc5..c6df48d0f7 100644 --- a/controls/datetimepicker/client-side-programming/events/onpopupclosing.md +++ b/controls/datetimepicker/client-side-programming/events/onpopupclosing.md @@ -3,6 +3,7 @@ title: OnPopupClosing page_title: OnPopupClosing - RadDateTimePicker description: Check our Web Forms article about OnPopupClosing. slug: datetimepicker/client-side-programming/events/onpopupclosing +components: ["datetimepicker"] tags: onpopupclosing published: True position: 1 diff --git a/controls/datetimepicker/client-side-programming/events/onpopupopening.md b/controls/datetimepicker/client-side-programming/events/onpopupopening.md index dd9051e6b8..ec53adfdcf 100644 --- a/controls/datetimepicker/client-side-programming/events/onpopupopening.md +++ b/controls/datetimepicker/client-side-programming/events/onpopupopening.md @@ -3,6 +3,7 @@ title: OnPopupOpening page_title: OnPopupOpening - RadDateTimePicker description: Check our Web Forms article about OnPopupOpening. slug: datetimepicker/client-side-programming/events/onpopupopening +components: ["datetimepicker"] tags: onpopupopening published: True position: 1 diff --git a/controls/datetimepicker/client-side-programming/events/overview.md b/controls/datetimepicker/client-side-programming/events/overview.md index 4059259b99..f6ef2abc6c 100644 --- a/controls/datetimepicker/client-side-programming/events/overview.md +++ b/controls/datetimepicker/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadDateTimePicker description: Check our Web Forms article about Overview. slug: datetimepicker/client-side-programming/events/overview +components: ["datetimepicker"] tags: overview published: True position: 0 diff --git a/controls/datetimepicker/client-side-programming/overview.md b/controls/datetimepicker/client-side-programming/overview.md index f77b8e451f..4d1e1cc576 100644 --- a/controls/datetimepicker/client-side-programming/overview.md +++ b/controls/datetimepicker/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadDateTimePicker description: Check our Web Forms article about RadDateTimePicker Client-side Events Overview. slug: datetimepicker/client-side-programming/overview +components: ["datetimepicker"] tags: overview published: True position: 0 diff --git a/controls/datetimepicker/client-side-programming/raddatetimepicker-object.md b/controls/datetimepicker/client-side-programming/raddatetimepicker-object.md index 236955f5a2..86b3ebf60e 100644 --- a/controls/datetimepicker/client-side-programming/raddatetimepicker-object.md +++ b/controls/datetimepicker/client-side-programming/raddatetimepicker-object.md @@ -3,6 +3,7 @@ title: RadDateTimePicker Object page_title: RadDateTimePicker Object - RadDateTimePicker description: Check our Web Forms article about RadDateTimePicker Client-side Object. slug: datetimepicker/client-side-programming/raddatetimepicker-object +components: ["datetimepicker"] tags: raddatetimepicker,object published: True position: 1 diff --git a/controls/datetimepicker/client-side-programming/radtimeview-object.md b/controls/datetimepicker/client-side-programming/radtimeview-object.md index 75d5187ac2..7e6bbd038b 100644 --- a/controls/datetimepicker/client-side-programming/radtimeview-object.md +++ b/controls/datetimepicker/client-side-programming/radtimeview-object.md @@ -3,6 +3,7 @@ title: RadTimeView object page_title: RadTimeView object - RadDateTimePicker description: Check our Web Forms article about RadTimeView object. slug: datetimepicker/client-side-programming/radtimeview-object +components: ["datetimepicker"] tags: radtimeview,object published: True position: 2 diff --git a/controls/datetimepicker/design-time/smart-tag.md b/controls/datetimepicker/design-time/smart-tag.md index 724c5cdd38..67cc9ca403 100644 --- a/controls/datetimepicker/design-time/smart-tag.md +++ b/controls/datetimepicker/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadDateTimePicker description: Check our Web Forms article about Smart Tag. slug: datetimepicker/design-time/smart-tag +components: ["datetimepicker"] tags: smart,tag published: True position: 0 diff --git a/controls/datetimepicker/design-time/template-design-surface.md b/controls/datetimepicker/design-time/template-design-surface.md index 5f6db81af3..5579b78e2d 100644 --- a/controls/datetimepicker/design-time/template-design-surface.md +++ b/controls/datetimepicker/design-time/template-design-surface.md @@ -3,6 +3,7 @@ title: Template Design Surface page_title: Template Design Surface - RadDateTimePicker description: Check our Web Forms article about Template Design Surface. slug: datetimepicker/design-time/template-design-surface +components: ["datetimepicker"] tags: template,design,surface published: True position: 1 diff --git a/controls/datetimepicker/functionality/configuring-the-embedded-time-view.md b/controls/datetimepicker/functionality/configuring-the-embedded-time-view.md index d24c7af6d1..5a00253c73 100644 --- a/controls/datetimepicker/functionality/configuring-the-embedded-time-view.md +++ b/controls/datetimepicker/functionality/configuring-the-embedded-time-view.md @@ -3,6 +3,7 @@ title: Configuring the Embedded Time View page_title: Configuring the Embedded Time View - RadDateTimePicker description: Check our Web Forms article about Configuring the Embedded Time View. slug: datetimepicker/functionality/configuring-the-embedded-time-view +components: ["datetimepicker"] tags: configuring,the,embedded,time,view published: True position: 1 diff --git a/controls/datetimepicker/functionality/customizing-embedded-controls.md b/controls/datetimepicker/functionality/customizing-embedded-controls.md index 25ff020ecb..fece350dcc 100644 --- a/controls/datetimepicker/functionality/customizing-embedded-controls.md +++ b/controls/datetimepicker/functionality/customizing-embedded-controls.md @@ -3,6 +3,7 @@ title: Customizing the Embedded Controls page_title: Customizing the Embedded Controls - RadDateTimePicker description: Check our Web Forms article about Customizing the Embedded Controls. slug: datetimepicker/functionality/customizing-the-embedded-controls +components: ["datetimepicker"] tags: customizing,the,embedded,controls published: True position: 0 diff --git a/controls/datetimepicker/functionality/data-binding.md b/controls/datetimepicker/functionality/data-binding.md index 435a290317..d5c485018e 100644 --- a/controls/datetimepicker/functionality/data-binding.md +++ b/controls/datetimepicker/functionality/data-binding.md @@ -3,6 +3,7 @@ title: Data Binding page_title: Data Binding - RadDateTimePicker description: Check our Web Forms article about RadDateTimePicker Data Binding. slug: datetimepicker/functionality/data-binding +components: ["datetimepicker"] tags: data,binding published: True position: 4 diff --git a/controls/datetimepicker/functionality/displaying-the-popup.md b/controls/datetimepicker/functionality/displaying-the-popup.md index 9e2c5c05c7..1920af3f12 100644 --- a/controls/datetimepicker/functionality/displaying-the-popup.md +++ b/controls/datetimepicker/functionality/displaying-the-popup.md @@ -3,6 +3,7 @@ title: Displaying the Popup page_title: Displaying the Popup - RadDateTimePicker description: Check our Web Forms article about Displaying the Popup. slug: datetimepicker/functionality/displaying-the-popup +components: ["datetimepicker"] tags: displaying,the,popup published: True position: 3 diff --git a/controls/datetimepicker/functionality/formatting-values.md b/controls/datetimepicker/functionality/formatting-values.md index fcbaf50e40..c4fe255d38 100644 --- a/controls/datetimepicker/functionality/formatting-values.md +++ b/controls/datetimepicker/functionality/formatting-values.md @@ -3,6 +3,7 @@ title: Formatting Values page_title: Formatting Values - RadDateTimePicker description: Check our Web Forms article about Formatting Values. slug: datetimepicker/functionality/formatting-values +components: ["datetimepicker"] tags: formatting,values published: True position: 5 diff --git a/controls/datetimepicker/functionality/using-shared-radcalendar-radtimeview.md b/controls/datetimepicker/functionality/using-shared-radcalendar-radtimeview.md index 6e59909907..e6cab74fcf 100644 --- a/controls/datetimepicker/functionality/using-shared-radcalendar-radtimeview.md +++ b/controls/datetimepicker/functionality/using-shared-radcalendar-radtimeview.md @@ -3,6 +3,7 @@ title: Using shared RadCalendar/RadTimeView page_title: Using shared RadCalendar/RadTimeView - RadDateTimePicker description: Check our Web Forms article about Using shared RadCalendar/RadTimeView. slug: datetimepicker/functionality/using-shared-radcalendar-radtimeview +components: ["datetimepicker"] tags: using,shared,radcalendar,radtimeview published: True position: 2 diff --git a/controls/datetimepicker/functionality/validation.md b/controls/datetimepicker/functionality/validation.md index f4b2224d29..a50f82a32a 100644 --- a/controls/datetimepicker/functionality/validation.md +++ b/controls/datetimepicker/functionality/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadDateTimePicker description: Check our Web Forms article about Validation. slug: datetimepicker/functionality/validation +components: ["datetimepicker"] tags: validation published: True position: 5 diff --git a/controls/datetimepicker/getting-started/overview.md b/controls/datetimepicker/getting-started/overview.md index bb79177808..1b4f74b553 100644 --- a/controls/datetimepicker/getting-started/overview.md +++ b/controls/datetimepicker/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadDateTimePicker description: Check our Web Forms article about Overview. slug: datetimepicker/getting-started/overview +components: ["datetimepicker"] tags: overview published: True position: 0 diff --git a/controls/datetimepicker/getting-started/raddatetimepicker-structure.md b/controls/datetimepicker/getting-started/raddatetimepicker-structure.md index 434c506c25..04508a20dc 100644 --- a/controls/datetimepicker/getting-started/raddatetimepicker-structure.md +++ b/controls/datetimepicker/getting-started/raddatetimepicker-structure.md @@ -3,6 +3,7 @@ title: RadDateTimePicker Structure page_title: RadDateTimePicker Structure - RadDateTimePicker description: Check our Web Forms article about RadDateTimePicker Structure. slug: datetimepicker/getting-started/raddatetimepicker-structure +components: ["datetimepicker"] tags: raddatetimepicker,structure published: True position: 2 diff --git a/controls/datetimepicker/getting-started/radtimeview-structure.md b/controls/datetimepicker/getting-started/radtimeview-structure.md index ed144215d9..991cb60fd9 100644 --- a/controls/datetimepicker/getting-started/radtimeview-structure.md +++ b/controls/datetimepicker/getting-started/radtimeview-structure.md @@ -3,6 +3,7 @@ title: RadTimeView Structure page_title: RadTimeView Structure - RadDateTimePicker description: Check our Web Forms article about RadTimeView Structure. slug: datetimepicker/getting-started/radtimeview-structure +components: ["datetimepicker"] tags: radtimeview,structure published: True position: 3 diff --git a/controls/datetimepicker/mobile-support/fluid-and-elastic-capabilities.md b/controls/datetimepicker/mobile-support/fluid-and-elastic-capabilities.md index affc1bd80c..60602b9541 100644 --- a/controls/datetimepicker/mobile-support/fluid-and-elastic-capabilities.md +++ b/controls/datetimepicker/mobile-support/fluid-and-elastic-capabilities.md @@ -3,6 +3,7 @@ title: Fluid and Elastic Capabilities page_title: Fluid and Elastic Capabilities - RadDateTimePicker description: Check our Web Forms article about Fluid and Elastic Capabilities. slug: datetimepicker/mobile-support/fluid-and-elastic-capabilities +components: ["datetimepicker"] tags: fluid,and,elastic,capabilities published: True position: 1 diff --git a/controls/datetimepicker/overview.md b/controls/datetimepicker/overview.md index a5001b8fcb..3c8f98f840 100644 --- a/controls/datetimepicker/overview.md +++ b/controls/datetimepicker/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadDateTimePicker Overview description: Discover the DateTimePicker control and its features for selecting and formatting date and time values. slug: datetimepicker/overview +components: ["datetimepicker"] tags: overview published: True position: 0 diff --git a/controls/datetimepicker/performance/optimizing-raddatetimepicker-performance.md b/controls/datetimepicker/performance/optimizing-raddatetimepicker-performance.md index c1bdb289ac..6d2e3802df 100644 --- a/controls/datetimepicker/performance/optimizing-raddatetimepicker-performance.md +++ b/controls/datetimepicker/performance/optimizing-raddatetimepicker-performance.md @@ -3,6 +3,7 @@ title: Optimizing RadDateTimePicker Performance page_title: Optimizing RadDateTimePicker Performance - RadDateTimePicker description: Check our Web Forms article about Optimizing RadDateTimePicker Performance. slug: datetimepicker/performance/optimizing-raddatetimepicker-performance +components: ["datetimepicker"] tags: performance,optimizing published: True position: 0 diff --git a/controls/datetimepicker/server-side-programming/events/childrencreated.md b/controls/datetimepicker/server-side-programming/events/childrencreated.md index 17643a09e5..7ac3456a1d 100644 --- a/controls/datetimepicker/server-side-programming/events/childrencreated.md +++ b/controls/datetimepicker/server-side-programming/events/childrencreated.md @@ -3,6 +3,7 @@ title: ChildrenCreated page_title: ChildrenCreated - RadDateTimePicker description: Check our Web Forms article about ChildrenCreated. slug: datetimepicker/server-side-programming/events/childrencreated +components: ["datetimepicker"] tags: childrencreated published: True position: 1 diff --git a/controls/datetimepicker/server-side-programming/events/itemcreated.md b/controls/datetimepicker/server-side-programming/events/itemcreated.md index 5c4e1cbb59..bb4a7d6bd6 100644 --- a/controls/datetimepicker/server-side-programming/events/itemcreated.md +++ b/controls/datetimepicker/server-side-programming/events/itemcreated.md @@ -3,6 +3,7 @@ title: ItemCreated page_title: ItemCreated - RadDateTimePicker description: Check our Web Forms article about RadDateTimePicker ItemCreated. slug: datetimepicker/server-side-programming/events/itemcreated +components: ["datetimepicker"] tags: itemcreated published: True position: 1 diff --git a/controls/datetimepicker/server-side-programming/events/itemdatabound.md b/controls/datetimepicker/server-side-programming/events/itemdatabound.md index 6b4b0a795a..4130c81f5d 100644 --- a/controls/datetimepicker/server-side-programming/events/itemdatabound.md +++ b/controls/datetimepicker/server-side-programming/events/itemdatabound.md @@ -3,6 +3,7 @@ title: ItemDataBound page_title: ItemDataBound - RadDateTimePicker description: Check our Web Forms article about ItemDataBound. slug: datetimepicker/server-side-programming/events/itemdatabound +components: ["datetimepicker"] tags: itemdatabound published: True position: 1 diff --git a/controls/datetimepicker/server-side-programming/events/overview.md b/controls/datetimepicker/server-side-programming/events/overview.md index 3c4a04cdc8..ece23d08ff 100644 --- a/controls/datetimepicker/server-side-programming/events/overview.md +++ b/controls/datetimepicker/server-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadDateTimePicker description: Check our Web Forms article about RadDateTimePicker Server-Side Events Overview. slug: datetimepicker/server-side-programming/events/overview +components: ["datetimepicker"] tags: server-side,events,basics published: True position: 0 diff --git a/controls/datetimepicker/server-side-programming/events/selecteddatechanged.md b/controls/datetimepicker/server-side-programming/events/selecteddatechanged.md index 99228617bf..b9d401046f 100644 --- a/controls/datetimepicker/server-side-programming/events/selecteddatechanged.md +++ b/controls/datetimepicker/server-side-programming/events/selecteddatechanged.md @@ -3,6 +3,7 @@ title: SelectedDateChanged page_title: SelectedDateChanged - RadDateTimePicker description: Check our Web Forms article about SelectedDateChanged. slug: datetimepicker/server-side-programming/events/selecteddatechanged +components: ["datetimepicker"] tags: selecteddatechanged published: True position: 1 diff --git a/controls/datetimepicker/server-side-programming/raddatetimepicker-object.md b/controls/datetimepicker/server-side-programming/raddatetimepicker-object.md index cfe22f4670..a5758d0965 100644 --- a/controls/datetimepicker/server-side-programming/raddatetimepicker-object.md +++ b/controls/datetimepicker/server-side-programming/raddatetimepicker-object.md @@ -3,6 +3,7 @@ title: RadDateTimePicker Object page_title: RadDateTimePicker Server-Side Objects - RadDateTimePicker description: Check our Web Forms article about RadDateTimePicker Server-Side Objects. slug: datetimepicker/server-side-programming/raddatetimepicker-object +components: ["datetimepicker"] tags: raddatetimepicker,server-side,object published: True position: 0 diff --git a/controls/datetimepicker/templates/finding-controls-inside-radtimeview-templates.md b/controls/datetimepicker/templates/finding-controls-inside-radtimeview-templates.md index ea023205e7..45502a6a6a 100644 --- a/controls/datetimepicker/templates/finding-controls-inside-radtimeview-templates.md +++ b/controls/datetimepicker/templates/finding-controls-inside-radtimeview-templates.md @@ -3,6 +3,7 @@ title: Finding Controls inside RadTimeView Templates page_title: Finding Controls inside RadTimeView Templates - RadDateTimePicker description: Check our Web Forms article about Finding Controls inside RadTimeView Templates. slug: datetimepicker/functionality/templates/finding-controls-inside-radtimeview-templates +components: ["datetimepicker"] tags: finding,controls,inside,radtimeview,templates published: True position: 3 diff --git a/controls/datetimepicker/templates/radtimeview-templates.md b/controls/datetimepicker/templates/radtimeview-templates.md index 386becd843..b1a6adcc1e 100644 --- a/controls/datetimepicker/templates/radtimeview-templates.md +++ b/controls/datetimepicker/templates/radtimeview-templates.md @@ -3,6 +3,7 @@ title: RadTimeView Templates page_title: RadTimeView Templates - RadDateTimePicker description: Check our Web Forms article about RadTimeView Templates. slug: datetimepicker/functionality/templates/radtimeview-templates +components: ["datetimepicker"] tags: radtimeview,templates published: True position: 2 diff --git a/controls/diagram/appearance-and-styling/skins.md b/controls/diagram/appearance-and-styling/skins.md index 4cb4c7d955..c2dea7eda0 100644 --- a/controls/diagram/appearance-and-styling/skins.md +++ b/controls/diagram/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadDiagram description: Check our Web Forms article about Skins. slug: diagram/appearance-and-styling/skins +components: ["diagram"] tags: skins published: True position: 0 diff --git a/controls/diagram/client-side-programming/events.md b/controls/diagram/client-side-programming/events.md index 3a63174810..746bf7e119 100644 --- a/controls/diagram/client-side-programming/events.md +++ b/controls/diagram/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Events - RadDiagram description: Check our Web Forms article about Events. slug: diagram/client-side-programming/events +components: ["diagram"] tags: events published: True position: 1 diff --git a/controls/diagram/client-side-programming/overview.md b/controls/diagram/client-side-programming/overview.md index 7501960867..a2cec4da37 100644 --- a/controls/diagram/client-side-programming/overview.md +++ b/controls/diagram/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadDiagram description: Check our Web Forms article about Client-side Programming Overview. slug: diagram/client-side-programming/overview +components: ["diagram"] tags: overview published: True position: 0 diff --git a/controls/diagram/data-binding/client-side.md b/controls/diagram/data-binding/client-side.md index 8ab8b1760b..4c1441f9a0 100644 --- a/controls/diagram/data-binding/client-side.md +++ b/controls/diagram/data-binding/client-side.md @@ -3,6 +3,7 @@ title: Client-side page_title: Client-side - RadDiagram description: Check our Web Forms article about Client-side. slug: diagram/data-binding/client-side +components: ["diagram"] tags: client-side published: True position: 1 diff --git a/controls/diagram/data-binding/server-side/connections.md b/controls/diagram/data-binding/server-side/connections.md index 4429a7bd68..90814e5e46 100644 --- a/controls/diagram/data-binding/server-side/connections.md +++ b/controls/diagram/data-binding/server-side/connections.md @@ -3,6 +3,7 @@ title: Connections page_title: Connections - RadDiagram description: Check our Web Forms article about Connections. slug: diagram/data-binding/server-side/connections +components: ["diagram"] tags: connections published: True position: 1 diff --git a/controls/diagram/data-binding/server-side/shapes.md b/controls/diagram/data-binding/server-side/shapes.md index 0a2037ca3b..e770f3ef98 100644 --- a/controls/diagram/data-binding/server-side/shapes.md +++ b/controls/diagram/data-binding/server-side/shapes.md @@ -3,6 +3,7 @@ title: Shapes page_title: Shapes - RadDiagram description: Check our Web Forms article about Shapes. slug: diagram/data-binding/server-side/shapes +components: ["diagram"] tags: shapes published: True position: 0 diff --git a/controls/diagram/design-time.md b/controls/diagram/design-time.md index 872fa1e2a8..31cbdaa2e4 100644 --- a/controls/diagram/design-time.md +++ b/controls/diagram/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time description: Check our Web Forms article about Design Time. slug: diagram/design-time +components: ["diagram"] tags: design,time published: True position: 2 diff --git a/controls/diagram/functionality/rich-user-interaction.md b/controls/diagram/functionality/rich-user-interaction.md index 90de75ce5d..ffb5160d97 100644 --- a/controls/diagram/functionality/rich-user-interaction.md +++ b/controls/diagram/functionality/rich-user-interaction.md @@ -3,6 +3,7 @@ title: Rich User Interaction page_title: Rich User Interaction - RadDiagram description: Check our Web Forms article about Rich User Interaction. slug: diagram/functionality/rich-user-interaction +components: ["diagram"] tags: rich,user,interaction published: True position: 0 diff --git a/controls/diagram/functionality/shape-templates.md b/controls/diagram/functionality/shape-templates.md index 46f0a5d3c7..076a435fce 100644 --- a/controls/diagram/functionality/shape-templates.md +++ b/controls/diagram/functionality/shape-templates.md @@ -3,6 +3,7 @@ title: Shape Templates page_title: Shape Templates - RadDiagram description: Check our Web Forms article about Shape Templates. slug: diagram/functionality/shape-templates +components: ["diagram"] tags: shape,templates published: True position: 1 diff --git a/controls/diagram/getting-started.md b/controls/diagram/getting-started.md index 333b1e5833..0be9c6fe74 100644 --- a/controls/diagram/getting-started.md +++ b/controls/diagram/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadDiagram description: Check our Web Forms article about Getting Started. slug: diagram/getting-started +components: ["diagram"] tags: getting,started published: True position: 1 diff --git a/controls/diagram/how-to/custom-shapes-and-connectors.md b/controls/diagram/how-to/custom-shapes-and-connectors.md index 6f51b11515..fb99671743 100644 --- a/controls/diagram/how-to/custom-shapes-and-connectors.md +++ b/controls/diagram/how-to/custom-shapes-and-connectors.md @@ -3,6 +3,7 @@ title: Custom Shapes and Connectors page_title: Custom Shapes and Connectors - RadDiagram description: Check our Web Forms article about Custom Shapes and Connectors. slug: diagram/how-to/custom-shapes-and-connectors +components: ["diagram"] tags: custom,shapes,and,connectors published: True position: 0 diff --git a/controls/diagram/how-to/using-fontawesome-visual-templates.md b/controls/diagram/how-to/using-fontawesome-visual-templates.md index 0249d136bf..69b6452964 100644 --- a/controls/diagram/how-to/using-fontawesome-visual-templates.md +++ b/controls/diagram/how-to/using-fontawesome-visual-templates.md @@ -3,6 +3,7 @@ title: Using FontAwesome in RadDiagram Visual Templates page_title: Using FontAwesome in RadDiagram Visual Templates - RadDiagram description: Check our Web Forms article about Using FontAwesome in RadDiagram Visual Templates. slug: diagram/how-to/using-fontawesome-visual-templates +components: ["diagram"] tags: custom,shapes,templates, visual, fontawesome, css, font, awesome published: True position: 1 diff --git a/controls/diagram/import-and-export/export-to-image.md b/controls/diagram/import-and-export/export-to-image.md index b8bbd47854..10d408fc93 100644 --- a/controls/diagram/import-and-export/export-to-image.md +++ b/controls/diagram/import-and-export/export-to-image.md @@ -3,6 +3,7 @@ title: Export to Image page_title: Export to Image - RadDiagram description: Check our Web Forms article about Export to Image. slug: diagram/import-and-export/export-to-image +components: ["diagram"] tags: export,to,image published: True position: 1 diff --git a/controls/diagram/import-and-export/export-to-json.md b/controls/diagram/import-and-export/export-to-json.md index f4fda31581..a83f6fa104 100644 --- a/controls/diagram/import-and-export/export-to-json.md +++ b/controls/diagram/import-and-export/export-to-json.md @@ -3,6 +3,7 @@ title: Export to JSON page_title: Export to JSON - RadDiagram description: Check our Web Forms article about Export to JSON. slug: diagram/import-and-export/export-to-json +components: ["diagram"] tags: export,to,json published: True position: 2 diff --git a/controls/diagram/import-and-export/export-to-pdf.md b/controls/diagram/import-and-export/export-to-pdf.md index 33d9d24cf4..b0e7bb44d0 100644 --- a/controls/diagram/import-and-export/export-to-pdf.md +++ b/controls/diagram/import-and-export/export-to-pdf.md @@ -3,6 +3,7 @@ title: Export to PDF page_title: Export to PDF - RadDiagram description: Check our Web Forms article about Export to PDF. slug: diagram/import-and-export/export-to-pdf +components: ["diagram"] tags: export,to,pdf published: True position: 3 diff --git a/controls/diagram/import-and-export/export-to-svg.md b/controls/diagram/import-and-export/export-to-svg.md index 7ca4fe7eeb..4c867f6f80 100644 --- a/controls/diagram/import-and-export/export-to-svg.md +++ b/controls/diagram/import-and-export/export-to-svg.md @@ -3,6 +3,7 @@ title: Export to SVG page_title: Export to SVG - RadDiagram description: Check our Web Forms article about Export to SVG. slug: diagram/import-and-export/export-to-svg +components: ["diagram"] tags: export,to,svg published: True position: 4 diff --git a/controls/diagram/import-and-export/import-from-json.md b/controls/diagram/import-and-export/import-from-json.md index 60fec22d94..5a6873732a 100644 --- a/controls/diagram/import-and-export/import-from-json.md +++ b/controls/diagram/import-and-export/import-from-json.md @@ -3,6 +3,7 @@ title: Import from JSON page_title: Import from JSON - RadDiagram description: Check our Web Forms article about Import from JSON. slug: diagram/import-and-export/import-from-json +components: ["diagram"] tags: import,from,json published: True position: 0 diff --git a/controls/diagram/overview.md b/controls/diagram/overview.md index bd79bbd2fc..fb4d48603b 100644 --- a/controls/diagram/overview.md +++ b/controls/diagram/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadDiagram Overview - RadDiagram description: Check our Web Forms article about RadDiagram Overview. slug: diagram/overview +components: ["diagram"] tags: overview published: True position: 0 diff --git a/controls/diagram/server-side-programming.md b/controls/diagram/server-side-programming.md index 5f68c2480e..5dd7d5180b 100644 --- a/controls/diagram/server-side-programming.md +++ b/controls/diagram/server-side-programming.md @@ -3,6 +3,7 @@ title: Server-side Programming page_title: Server-side Programming - RadDiagram description: Check our Web Forms article about Server-side Programming. slug: diagram/server-side-programming +components: ["diagram"] tags: server-side,programming published: True position: 46 diff --git a/controls/diagram/structure/connection.md b/controls/diagram/structure/connection.md index afcb424e3a..f4fb01f644 100644 --- a/controls/diagram/structure/connection.md +++ b/controls/diagram/structure/connection.md @@ -3,6 +3,7 @@ title: Connection page_title: Connection - RadDiagram description: Check our Web Forms article about Connection. slug: diagram/structure/connection +components: ["diagram"] tags: connection published: True position: 2 diff --git a/controls/diagram/structure/connector.md b/controls/diagram/structure/connector.md index 71299b49bd..8b8ba9a43b 100644 --- a/controls/diagram/structure/connector.md +++ b/controls/diagram/structure/connector.md @@ -3,6 +3,7 @@ title: Connector page_title: Connector description: Check our Web Forms article about Connector. slug: diagram/structure/connector +components: ["diagram"] tags: connector published: True position: 3 diff --git a/controls/diagram/structure/layout/force-directed.md b/controls/diagram/structure/layout/force-directed.md index c9d14b5301..27168508a5 100644 --- a/controls/diagram/structure/layout/force-directed.md +++ b/controls/diagram/structure/layout/force-directed.md @@ -3,6 +3,7 @@ title: Force-directed page_title: Force-directed - RadDiagram description: Check our Web Forms article about Force-directed. slug: diagram/structure/layout/force-directed +components: ["diagram"] tags: force-directed published: True position: 3 diff --git a/controls/diagram/structure/layout/layered.md b/controls/diagram/structure/layout/layered.md index bed7d73842..e3c380491d 100644 --- a/controls/diagram/structure/layout/layered.md +++ b/controls/diagram/structure/layout/layered.md @@ -3,6 +3,7 @@ title: Layered page_title: Layered - RadDiagram description: Check our Web Forms article about Layered. slug: diagram/structure/layout/layered +components: ["diagram"] tags: layered published: True position: 2 diff --git a/controls/diagram/structure/layout/overview.md b/controls/diagram/structure/layout/overview.md index 7c5e129ae8..7fe600f9e3 100644 --- a/controls/diagram/structure/layout/overview.md +++ b/controls/diagram/structure/layout/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Layout Overview - RadDiagram description: Check our Web Forms article about Layout Overview. slug: diagram/structure/layout/overview +components: ["diagram"] tags: overview published: True position: 0 diff --git a/controls/diagram/structure/layout/tree.md b/controls/diagram/structure/layout/tree.md index d498e19f45..755a29bb51 100644 --- a/controls/diagram/structure/layout/tree.md +++ b/controls/diagram/structure/layout/tree.md @@ -3,6 +3,7 @@ title: Tree page_title: Tree - RadDiagram description: Check our Web Forms article about Tree. slug: diagram/structure/layout/tree +components: ["diagram"] tags: tree published: True position: 1 diff --git a/controls/diagram/structure/overview.md b/controls/diagram/structure/overview.md index 22ba7cb074..9bb42964d0 100644 --- a/controls/diagram/structure/overview.md +++ b/controls/diagram/structure/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Structure Overview - RadDiagram description: Check our Web Forms article about Structure Overview. slug: diagram/structure/overview +components: ["diagram"] tags: overview published: True position: 0 diff --git a/controls/diagram/structure/shape.md b/controls/diagram/structure/shape.md index 371714b812..bc705fcd0c 100644 --- a/controls/diagram/structure/shape.md +++ b/controls/diagram/structure/shape.md @@ -3,6 +3,7 @@ title: Shape page_title: Shape - RadDiagram description: Check our Web Forms article about Shape. slug: diagram/structure/shape +components: ["diagram"] tags: shape published: True position: 1 diff --git a/controls/dock/accessibility-and-internationalization/right-to-left-support.md b/controls/dock/accessibility-and-internationalization/right-to-left-support.md index d79d9df4cf..bb4dbbe9bd 100644 --- a/controls/dock/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/dock/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadDock description: Check our Web Forms article about Right-to-left Support. slug: dock/accessibility-and-internationalization/right-to-left-support +components: ["dock"] tags: right-to-left,support published: True position: 2 diff --git a/controls/dock/accessibility-and-internationalization/standards-compliance.md b/controls/dock/accessibility-and-internationalization/standards-compliance.md index 6b87c51570..cd598fc697 100644 --- a/controls/dock/accessibility-and-internationalization/standards-compliance.md +++ b/controls/dock/accessibility-and-internationalization/standards-compliance.md @@ -3,6 +3,7 @@ title: Standards Compliance page_title: Standards Compliance - RadDock description: Check our Web Forms article about Standards Compliance. slug: dock/accessibility-and-internationalization/standards-compliance +components: ["dock"] tags: standards,compliance published: True position: 0 diff --git a/controls/dock/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/dock/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 8dc068b7a9..98cac3528d 100644 --- a/controls/dock/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/dock/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadDock description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: dock/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["dock"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 1 diff --git a/controls/dock/appearance-and-styling/controlling-raddock's-appearance.md b/controls/dock/appearance-and-styling/controlling-raddock's-appearance.md index 8e67759290..829669a12e 100644 --- a/controls/dock/appearance-and-styling/controlling-raddock's-appearance.md +++ b/controls/dock/appearance-and-styling/controlling-raddock's-appearance.md @@ -3,6 +3,7 @@ title: Controlling RadDock's Appearance page_title: Controlling RadDock's Appearance - RadDock description: Check our Web Forms article about Controlling RadDock's Appearance. slug: dock/appearance-and-styling/controlling-raddock's-appearance +components: ["dock"] previous_url: controls/dock/appearance-and-styling/controlling-raddock tags: controlling,raddock,appearance published: True diff --git a/controls/dock/appearance-and-styling/creating-custom-classic-skin.md b/controls/dock/appearance-and-styling/creating-custom-classic-skin.md index c3d88a0bca..ba16672bdf 100644 --- a/controls/dock/appearance-and-styling/creating-custom-classic-skin.md +++ b/controls/dock/appearance-and-styling/creating-custom-classic-skin.md @@ -3,6 +3,7 @@ title: Creating a Custom Classic Skin page_title: Tutorial - Creating a Custom Classic Skin - RadDock description: Check our Web Forms article about Tutorial - Creating a Custom Classic Skin. slug: dock/appearance-and-styling/creating-custom-classic-skin +components: ["dock"] tags: skin, custom, classic published: True position: 3 diff --git a/controls/dock/appearance-and-styling/creating-custom-lightweight-skin.md b/controls/dock/appearance-and-styling/creating-custom-lightweight-skin.md index 6455fd8c15..5c451b2fbb 100644 --- a/controls/dock/appearance-and-styling/creating-custom-lightweight-skin.md +++ b/controls/dock/appearance-and-styling/creating-custom-lightweight-skin.md @@ -3,6 +3,7 @@ title: Creating a Custom Lightweight Skin page_title: Tutorial - Creating a Custom Lightweight Skin - RadDock description: Check our Web Forms article about Tutorial - Creating a Custom Lightweight Skin. slug: dock/appearance-and-styling/creating-custom-lightweight-skin +components: ["dock"] tags: skin, custom, lightweight published: True position: 4 diff --git a/controls/dock/appearance-and-styling/css-classes.md b/controls/dock/appearance-and-styling/css-classes.md index 3795ce5443..1a741e1160 100644 --- a/controls/dock/appearance-and-styling/css-classes.md +++ b/controls/dock/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadDock description: Check our Web Forms article about CSS Classes. slug: dock/appearance-and-styling/css-classes +components: ["dock"] tags: css,classes published: True position: 5 diff --git a/controls/dock/appearance-and-styling/html-rendering-and-css.md b/controls/dock/appearance-and-styling/html-rendering-and-css.md index b0d95399a3..b66c43f0aa 100644 --- a/controls/dock/appearance-and-styling/html-rendering-and-css.md +++ b/controls/dock/appearance-and-styling/html-rendering-and-css.md @@ -3,6 +3,7 @@ title: HTML Rendering and CSS page_title: HTML Rendering and CSS - RadDock description: Check our Web Forms article about HTML Rendering and CSS. slug: dock/appearance-and-styling/html-rendering-and-css +components: ["dock"] tags: html,rendering,and,css published: True position: 4 diff --git a/controls/dock/appearance-and-styling/skins.md b/controls/dock/appearance-and-styling/skins.md index 5d30f7a9c8..36a06fa4f6 100644 --- a/controls/dock/appearance-and-styling/skins.md +++ b/controls/dock/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadDock description: Check our Web Forms article about Skins. slug: dock/appearance-and-styling/skins +components: ["dock"] tags: skins published: True position: 1 diff --git a/controls/dock/changes-and-backward-compatibility/migrating-from-raddock-asp.net-to-asp.net-ajax.md b/controls/dock/changes-and-backward-compatibility/migrating-from-raddock-asp.net-to-asp.net-ajax.md index d1168be5e5..c2bcee23e6 100644 --- a/controls/dock/changes-and-backward-compatibility/migrating-from-raddock-asp.net-to-asp.net-ajax.md +++ b/controls/dock/changes-and-backward-compatibility/migrating-from-raddock-asp.net-to-asp.net-ajax.md @@ -3,6 +3,7 @@ title: Migrating From RadDock ASP.NET To ASP.NET AJAX page_title: Migrating From RadDock ASP.NET To ASP.NET AJAX - RadDock description: Check our Web Forms article about Migrating From RadDock ASP.NET To ASP.NET AJAX. slug: dock/changes-and-backward-compatibility/migrating-from-raddock-asp.net-to-asp.net-ajax +components: ["dock"] tags: migrating,from,raddock,asp.net,to,asp.net,ajax published: True position: 1 diff --git a/controls/dock/changes-and-backward-compatibility/overview.md b/controls/dock/changes-and-backward-compatibility/overview.md index 7f8ca3d308..0b2c3898d1 100644 --- a/controls/dock/changes-and-backward-compatibility/overview.md +++ b/controls/dock/changes-and-backward-compatibility/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Changes and Backward Compatibility Overview - RadDock description: Check our Web Forms article about Overview. slug: dock/changes-and-backward-compatibility/overview +components: ["dock"] tags: overview published: True position: 0 diff --git a/controls/dock/client-side-programming/dockcommand-object.md b/controls/dock/client-side-programming/dockcommand-object.md index b6849ffaad..7bc3e82bdc 100644 --- a/controls/dock/client-side-programming/dockcommand-object.md +++ b/controls/dock/client-side-programming/dockcommand-object.md @@ -3,6 +3,7 @@ title: DockCommand Object page_title: DockCommand Object - RadDock description: Check our Web Forms article about DockCommand Object. slug: dock/client-side-programming/dockcommand-object +components: ["dock"] tags: dockcommand,object published: True position: 3 diff --git a/controls/dock/client-side-programming/events/onclientcommand.md b/controls/dock/client-side-programming/events/onclientcommand.md index 69b02ea674..e451c679d3 100644 --- a/controls/dock/client-side-programming/events/onclientcommand.md +++ b/controls/dock/client-side-programming/events/onclientcommand.md @@ -3,6 +3,7 @@ title: OnClientCommand page_title: OnClientCommand - RadDock description: Check our Web Forms article about OnClientCommand. slug: dock/client-side-programming/events/onclientcommand +components: ["dock"] tags: onclientcommand published: True position: 2 diff --git a/controls/dock/client-side-programming/events/onclientdockpositionchanged.md b/controls/dock/client-side-programming/events/onclientdockpositionchanged.md index a59f85d32f..631028666e 100644 --- a/controls/dock/client-side-programming/events/onclientdockpositionchanged.md +++ b/controls/dock/client-side-programming/events/onclientdockpositionchanged.md @@ -3,6 +3,7 @@ title: OnClientDockPositionChanged page_title: OnClientDockPositionChanged - RadDock description: Check our Web Forms article about OnClientDockPositionChanged. slug: dock/client-side-programming/events/onclientdockpositionchanged +components: ["dock"] tags: onclientdockpositionchanged published: True position: 7 diff --git a/controls/dock/client-side-programming/events/onclientdockpositionchanging.md b/controls/dock/client-side-programming/events/onclientdockpositionchanging.md index 2f97c88c8a..2cd16f25a2 100644 --- a/controls/dock/client-side-programming/events/onclientdockpositionchanging.md +++ b/controls/dock/client-side-programming/events/onclientdockpositionchanging.md @@ -3,6 +3,7 @@ title: OnClientDockPositionChanging page_title: OnClientDockPositionChanging - RadDock description: Check our Web Forms article about OnClientDockPositionChanging. slug: dock/client-side-programming/events/onclientdockpositionchanging +components: ["dock"] tags: onclientdockpositionchanging published: True position: 6 diff --git a/controls/dock/client-side-programming/events/onclientdrag.md b/controls/dock/client-side-programming/events/onclientdrag.md index 3f3b8b9d82..3a26fd8252 100644 --- a/controls/dock/client-side-programming/events/onclientdrag.md +++ b/controls/dock/client-side-programming/events/onclientdrag.md @@ -3,6 +3,7 @@ title: OnClientDrag page_title: OnClientDrag - RadDock description: Check our Web Forms article about OnClientDrag. slug: dock/client-side-programming/events/onclientdrag +components: ["dock"] tags: onclientdrag published: True position: 3 diff --git a/controls/dock/client-side-programming/events/onclientdragend.md b/controls/dock/client-side-programming/events/onclientdragend.md index 8cc21cdedc..996ba5aa51 100644 --- a/controls/dock/client-side-programming/events/onclientdragend.md +++ b/controls/dock/client-side-programming/events/onclientdragend.md @@ -3,6 +3,7 @@ title: OnClientDragEnd page_title: OnClientDragEnd - RadDock description: Check our Web Forms article about OnClientDragEnd. slug: dock/client-side-programming/events/onclientdragend +components: ["dock"] tags: onclientdragend published: True position: 5 diff --git a/controls/dock/client-side-programming/events/onclientdragstart.md b/controls/dock/client-side-programming/events/onclientdragstart.md index 26046768ae..b3d428e8bf 100644 --- a/controls/dock/client-side-programming/events/onclientdragstart.md +++ b/controls/dock/client-side-programming/events/onclientdragstart.md @@ -3,6 +3,7 @@ title: OnClientDragStart page_title: OnClientDragStart - RadDock description: Check our Web Forms article about OnClientDragStart. slug: dock/client-side-programming/events/onclientdragstart +components: ["dock"] tags: onclientdragstart published: True position: 4 diff --git a/controls/dock/client-side-programming/events/onclientinitialize.md b/controls/dock/client-side-programming/events/onclientinitialize.md index 734d6cca01..1697fe5e16 100644 --- a/controls/dock/client-side-programming/events/onclientinitialize.md +++ b/controls/dock/client-side-programming/events/onclientinitialize.md @@ -3,6 +3,7 @@ title: OnClientInitialize page_title: OnClientInitialize - RadDock description: Check our Web Forms article about OnClientInitialize. slug: dock/client-side-programming/events/onclientinitialize +components: ["dock"] tags: onclientinitialize published: True position: 1 diff --git a/controls/dock/client-side-programming/events/onclientresizeend.md b/controls/dock/client-side-programming/events/onclientresizeend.md index d48d54d11c..2b5f591e50 100644 --- a/controls/dock/client-side-programming/events/onclientresizeend.md +++ b/controls/dock/client-side-programming/events/onclientresizeend.md @@ -3,6 +3,7 @@ title: OnClientResizeEnd page_title: OnClientResizeEnd - RadDock description: Check our Web Forms article about OnClientResizeEnd. slug: dock/client-side-programming/events/onclientresizeend +components: ["dock"] tags: onclientresizeend published: True position: 9 diff --git a/controls/dock/client-side-programming/events/onclientresizestart.md b/controls/dock/client-side-programming/events/onclientresizestart.md index ad0bfed26b..88e91afd46 100644 --- a/controls/dock/client-side-programming/events/onclientresizestart.md +++ b/controls/dock/client-side-programming/events/onclientresizestart.md @@ -3,6 +3,7 @@ title: OnClientResizeStart page_title: OnClientResizeStart - RadDock description: Check our Web Forms article about OnClientResizeStart. slug: dock/client-side-programming/events/onclientresizestart +components: ["dock"] tags: onclientresizestart published: True position: 8 diff --git a/controls/dock/client-side-programming/events/overview.md b/controls/dock/client-side-programming/events/overview.md index 456928be9d..425f4a26fc 100644 --- a/controls/dock/client-side-programming/events/overview.md +++ b/controls/dock/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Events Overview - RadDock description: Check our Web Forms article about Overview. slug: dock/client-side-programming/events/overview +components: ["dock"] tags: overview published: True position: 0 diff --git a/controls/dock/client-side-programming/overview.md b/controls/dock/client-side-programming/overview.md index 989099886c..61c9287d57 100644 --- a/controls/dock/client-side-programming/overview.md +++ b/controls/dock/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-Side Programming Overview - RadDock description: Check our Web Forms article about Overview. slug: dock/client-side-programming/overview +components: ["dock"] tags: overview published: True position: 0 diff --git a/controls/dock/client-side-programming/raddock-object.md b/controls/dock/client-side-programming/raddock-object.md index 19dfeea9d7..2cc7b1714c 100644 --- a/controls/dock/client-side-programming/raddock-object.md +++ b/controls/dock/client-side-programming/raddock-object.md @@ -3,6 +3,7 @@ title: RadDock Object page_title: RadDock Object - RadDock description: Check our Web Forms article about RadDock Object. slug: dock/client-side-programming/raddock-object +components: ["dock"] tags: raddock,object published: True position: 1 diff --git a/controls/dock/client-side-programming/raddockzone-object.md b/controls/dock/client-side-programming/raddockzone-object.md index 0cca21e692..a6f3e821eb 100644 --- a/controls/dock/client-side-programming/raddockzone-object.md +++ b/controls/dock/client-side-programming/raddockzone-object.md @@ -3,6 +3,7 @@ title: RadDockZone Object page_title: RadDockZone Object - RadDock description: Check our Web Forms article about RadDockZone Object. slug: dock/client-side-programming/raddockzone-object +components: ["dock"] tags: raddockzone,object published: True position: 2 diff --git a/controls/dock/commands/events-triggered-on-command-execution.md b/controls/dock/commands/events-triggered-on-command-execution.md index 328998e259..4256e7aa25 100644 --- a/controls/dock/commands/events-triggered-on-command-execution.md +++ b/controls/dock/commands/events-triggered-on-command-execution.md @@ -3,6 +3,7 @@ title: Events Triggered on Command Execution page_title: Events Triggered on Command Execution - RadDock description: Check our Web Forms article about Events Triggered on Command Execution. slug: dock/commands/events-triggered-on-command-execution +components: ["dock"] tags: events,triggered,on,command,execution published: True position: 1 diff --git a/controls/dock/commands/overview.md b/controls/dock/commands/overview.md index 725dd9561c..ae570b1987 100644 --- a/controls/dock/commands/overview.md +++ b/controls/dock/commands/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Commands Overview - RadDock description: Check our Web Forms article about Overview. slug: dock/commands/overview +components: ["dock"] tags: overview published: True position: 0 diff --git a/controls/dock/commands/specifying-command-tooltips.md b/controls/dock/commands/specifying-command-tooltips.md index 8e7e34be76..4ddc1c403b 100644 --- a/controls/dock/commands/specifying-command-tooltips.md +++ b/controls/dock/commands/specifying-command-tooltips.md @@ -3,6 +3,7 @@ title: Specifying Command ToolTips page_title: Specifying Command ToolTips - RadDock description: Check our Web Forms article about Specifying Command ToolTips. slug: dock/commands/specifying-command-tooltips +components: ["dock"] tags: specifying,command,tooltips published: True position: 3 diff --git a/controls/dock/commands/styling-custom-commands.md b/controls/dock/commands/styling-custom-commands.md index 9e55eb9e41..d5788c6de6 100644 --- a/controls/dock/commands/styling-custom-commands.md +++ b/controls/dock/commands/styling-custom-commands.md @@ -3,6 +3,7 @@ title: Styling Custom Commands page_title: Styling Custom Commands - RadDock description: Check our Web Forms article about Styling Custom Commands. slug: dock/commands/styling-custom-commands +components: ["dock"] tags: styling,custom,commands published: True position: 2 diff --git a/controls/dock/design-time/dock-collection-editor.md b/controls/dock/design-time/dock-collection-editor.md index f386769ce2..c56c09360a 100644 --- a/controls/dock/design-time/dock-collection-editor.md +++ b/controls/dock/design-time/dock-collection-editor.md @@ -3,6 +3,7 @@ title: Dock Collection Editor page_title: Dock Collection Editor - RadDock description: Check our Web Forms article about Dock Collection Editor. slug: dock/design-time/dock-collection-editor +components: ["dock"] tags: dock,collection,editor published: True position: 1 diff --git a/controls/dock/design-time/dockcommand-collection-editor.md b/controls/dock/design-time/dockcommand-collection-editor.md index 33e166cd86..c9e05a683f 100644 --- a/controls/dock/design-time/dockcommand-collection-editor.md +++ b/controls/dock/design-time/dockcommand-collection-editor.md @@ -3,6 +3,7 @@ title: DockCommand Collection Editor page_title: DockCommand Collection Editor - RadDock description: Check our Web Forms article about DockCommand Collection Editor. slug: dock/design-time/dockcommand-collection-editor +components: ["dock"] tags: dockcommand,collection,editor published: True position: 2 diff --git a/controls/dock/design-time/smart-tag.md b/controls/dock/design-time/smart-tag.md index 489ac0b88e..b7b184db59 100644 --- a/controls/dock/design-time/smart-tag.md +++ b/controls/dock/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadDock description: Check our Web Forms article about Smart Tag. slug: dock/design-time/smart-tag +components: ["dock"] tags: smart,tag published: True position: 0 diff --git a/controls/dock/getting-started/dock-zone-orientation.md b/controls/dock/getting-started/dock-zone-orientation.md index dabf1d8ef9..31958a7447 100644 --- a/controls/dock/getting-started/dock-zone-orientation.md +++ b/controls/dock/getting-started/dock-zone-orientation.md @@ -3,6 +3,7 @@ title: Dock Zone Orientation page_title: Dock Zone Orientation - RadDock description: Check our Web Forms article about Dock Zone Orientation. slug: dock/getting-started/dock-zone-orientation +components: ["dock"] tags: dock,zone,orientation published: True position: 2 diff --git a/controls/dock/getting-started/drag-and-drop.md b/controls/dock/getting-started/drag-and-drop.md index fcb3dcfda0..0528ab9256 100644 --- a/controls/dock/getting-started/drag-and-drop.md +++ b/controls/dock/getting-started/drag-and-drop.md @@ -3,6 +3,7 @@ title: Drag And Drop page_title: Drag And Drop - RadDock description: Check our Web Forms article about Drag And Drop. slug: dock/getting-started/drag-and-drop +components: ["dock"] tags: drag,and,drop published: True position: 1 diff --git a/controls/dock/getting-started/overview.md b/controls/dock/getting-started/overview.md index 3d246258f8..3a61424d3a 100644 --- a/controls/dock/getting-started/overview.md +++ b/controls/dock/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Getting Started Overview - RadDock description: Check our Web Forms article about Overview. slug: dock/getting-started/overview +components: ["dock"] tags: overview published: True position: 0 diff --git a/controls/dock/how-to/adding-content-to-raddock.md b/controls/dock/how-to/adding-content-to-raddock.md index 7a0181a099..97be7e9be7 100644 --- a/controls/dock/how-to/adding-content-to-raddock.md +++ b/controls/dock/how-to/adding-content-to-raddock.md @@ -3,6 +3,7 @@ title: Adding Content to RadDock page_title: Adding Content to RadDock - RadDock description: Check our Web Forms article about Adding Content to RadDock. slug: dock/how-to/adding-content-to-raddock +components: ["dock"] tags: adding,content,to,raddock published: True position: 0 diff --git a/controls/dock/how-to/adding-controls-inside-dynamically-created-docks.md b/controls/dock/how-to/adding-controls-inside-dynamically-created-docks.md index dd9c31b92c..c565aaa4d6 100644 --- a/controls/dock/how-to/adding-controls-inside-dynamically-created-docks.md +++ b/controls/dock/how-to/adding-controls-inside-dynamically-created-docks.md @@ -3,6 +3,7 @@ title: Adding Controls Inside Dynamically Created Docks page_title: Adding Controls Inside Dynamically Created Docks - RadDock description: Check our Web Forms article about Adding Controls Inside Dynamically Created Docks. slug: dock/how-to/adding-controls-inside-dynamically-created-docks +components: ["dock"] tags: adding,controls,inside,dynamically,created,docks published: True position: 1 diff --git a/controls/dock/how-to/creating-raddock-dynamically.md b/controls/dock/how-to/creating-raddock-dynamically.md index 8086906a9f..f05869694a 100644 --- a/controls/dock/how-to/creating-raddock-dynamically.md +++ b/controls/dock/how-to/creating-raddock-dynamically.md @@ -3,6 +3,7 @@ title: Creating RadDock Dynamically page_title: Creating RadDock Dynamically - RadDock description: Check our Web Forms article about Creating RadDock Dynamically. slug: dock/how-to/creating-raddock-dynamically +components: ["dock"] tags: creating,raddock,dynamically published: True position: 2 diff --git a/controls/dock/mobile-support/render-modes.md b/controls/dock/mobile-support/render-modes.md index 4cc706d9d6..33d7233095 100644 --- a/controls/dock/mobile-support/render-modes.md +++ b/controls/dock/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadDock description: Check our Web Forms article about Render Modes. slug: dock/mobile-support/render-modes +components: ["dock"] tags: render,modes published: True position: 1 diff --git a/controls/dock/mobile-support/responsive,-adaptive-and-elastic-capabilities.md b/controls/dock/mobile-support/responsive,-adaptive-and-elastic-capabilities.md index 85f1901527..153473a134 100644 --- a/controls/dock/mobile-support/responsive,-adaptive-and-elastic-capabilities.md +++ b/controls/dock/mobile-support/responsive,-adaptive-and-elastic-capabilities.md @@ -3,6 +3,7 @@ title: Responsive, Adaptive and Elastic Capabilities page_title: Responsive, Adaptive and Elastic Capabilities - RadDock description: Check our Web Forms article about Responsive, Adaptive and Elastic Capabilities. slug: dock/mobile-support/responsive,-adaptive-and-elastic-capabilities +components: ["dock"] tags: responsive,,adaptive,and,elastic,capabilities published: True position: 0 diff --git a/controls/dock/overview.md b/controls/dock/overview.md index 3b86f3317d..bcc85ec383 100644 --- a/controls/dock/overview.md +++ b/controls/dock/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadDock Overview description: Learn about the Dock control and its features for creating movable and customizable content containers. slug: dock/overview +components: ["dock"] tags: overview published: True position: 0 diff --git a/controls/dock/server-side-programming/events/command.md b/controls/dock/server-side-programming/events/command.md index 1c5a8f3e17..e93ac98918 100644 --- a/controls/dock/server-side-programming/events/command.md +++ b/controls/dock/server-side-programming/events/command.md @@ -3,6 +3,7 @@ title: Command page_title: Command - RadDock description: Check our Web Forms article about Command. slug: dock/server-side-programming/events/command +components: ["dock"] tags: command published: True position: 0 diff --git a/controls/dock/server-side-programming/events/dockpositionchanged.md b/controls/dock/server-side-programming/events/dockpositionchanged.md index d140660f7c..f03fa2dc11 100644 --- a/controls/dock/server-side-programming/events/dockpositionchanged.md +++ b/controls/dock/server-side-programming/events/dockpositionchanged.md @@ -3,6 +3,7 @@ title: DockPositionChanged page_title: DockPositionChanged - RadDock description: Check our Web Forms article about DockPositionChanged. slug: dock/server-side-programming/events/dockpositionchanged +components: ["dock"] tags: dockpositionchanged published: True position: 1 diff --git a/controls/dock/server-side-programming/events/loaddocklayout.md b/controls/dock/server-side-programming/events/loaddocklayout.md index 0cc77bf1dc..5651fbe66e 100644 --- a/controls/dock/server-side-programming/events/loaddocklayout.md +++ b/controls/dock/server-side-programming/events/loaddocklayout.md @@ -3,6 +3,7 @@ title: LoadDockLayout page_title: LoadDockLayout - RadDock description: Check our Web Forms article about LoadDockLayout. slug: dock/server-side-programming/events/loaddocklayout +components: ["dock"] tags: loaddocklayout published: True position: 2 diff --git a/controls/dock/server-side-programming/events/savedocklayout.md b/controls/dock/server-side-programming/events/savedocklayout.md index cdf859fd16..f4de496264 100644 --- a/controls/dock/server-side-programming/events/savedocklayout.md +++ b/controls/dock/server-side-programming/events/savedocklayout.md @@ -3,6 +3,7 @@ title: SaveDockLayout page_title: SaveDockLayout - RadDock description: Check our Web Forms article about SaveDockLayout. slug: dock/server-side-programming/events/savedocklayout +components: ["dock"] tags: savedocklayout published: True position: 3 diff --git a/controls/dock/server-side-programming/overview.md b/controls/dock/server-side-programming/overview.md index a0ade7580b..f486745308 100644 --- a/controls/dock/server-side-programming/overview.md +++ b/controls/dock/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-Side Programming Overview - RadDock description: Check our Web Forms article about Overview. slug: dock/server-side-programming/overview +components: ["dock"] tags: overview published: True position: 0 diff --git a/controls/dock/structure/dock-layout/built-in-dock-state-persistence.md b/controls/dock/structure/dock-layout/built-in-dock-state-persistence.md index 2f9b0c88d1..176c5a2da2 100644 --- a/controls/dock/structure/dock-layout/built-in-dock-state-persistence.md +++ b/controls/dock/structure/dock-layout/built-in-dock-state-persistence.md @@ -3,6 +3,7 @@ title: Built-in Dock State Persistence page_title: Built-in Dock State Persistence - RadDock description: Check our Web Forms article about Built-in Dock State Persistence. slug: dock/structure/dock-layout/built-in-dock-state-persistence +components: ["dock"] tags: built-in,dock,state,persistence published: True position: 0 diff --git a/controls/dock/structure/dock-zones/highlighting.md b/controls/dock/structure/dock-zones/highlighting.md index 84b8fa83d3..8b2703bdaf 100644 --- a/controls/dock/structure/dock-zones/highlighting.md +++ b/controls/dock/structure/dock-zones/highlighting.md @@ -3,6 +3,7 @@ title: Highlighting page_title: Highlighting - RadDock description: Check our Web Forms article about Highlighting. slug: dock/structure/dock-zones/highlighting +components: ["dock"] tags: highlighting published: True position: 0 diff --git a/controls/dock/structure/dock/lifecycle.md b/controls/dock/structure/dock/lifecycle.md index 036d0bf6e2..ae57f5ad03 100644 --- a/controls/dock/structure/dock/lifecycle.md +++ b/controls/dock/structure/dock/lifecycle.md @@ -3,6 +3,7 @@ title: Lifecycle page_title: Lifecycle - RadDock description: Check our Web Forms article about Lifecycle. slug: dock/structure/dock/lifecycle +components: ["dock"] tags: lifecycle published: True position: 1 diff --git a/controls/dock/structure/dock/title-bar-template.md b/controls/dock/structure/dock/title-bar-template.md index b7320a72e7..809ca6a686 100644 --- a/controls/dock/structure/dock/title-bar-template.md +++ b/controls/dock/structure/dock/title-bar-template.md @@ -3,6 +3,7 @@ title: Title Bar Template page_title: Title Bar Template - RadDock description: Check our Web Forms article about Title Bar Template. slug: dock/structure/dock/title-bar-template +components: ["dock"] tags: title,bar,template published: True position: 0 diff --git a/controls/dock/structure/overview.md b/controls/dock/structure/overview.md index 21b5165d74..aaee2023e3 100644 --- a/controls/dock/structure/overview.md +++ b/controls/dock/structure/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Structure Overview - RadDock description: Check our Web Forms article about Overview. slug: dock/structure/overview +components: ["dock"] tags: overview published: True position: 0 diff --git a/controls/dock/troubleshooting/placing-raddock-in-updatepanel.md b/controls/dock/troubleshooting/placing-raddock-in-updatepanel.md index a652ef831e..8f313552c5 100644 --- a/controls/dock/troubleshooting/placing-raddock-in-updatepanel.md +++ b/controls/dock/troubleshooting/placing-raddock-in-updatepanel.md @@ -3,6 +3,7 @@ title: Placing RadDock In UpdatePanel page_title: Placing RadDock In UpdatePanel - RadDock description: Check our Web Forms article about Placing RadDock In UpdatePanel. slug: dock/troubleshooting/placing-raddock-in-updatepanel +components: ["dock"] tags: placing,raddock,in,updatepanel published: True position: 0 diff --git a/controls/dragdropmanager/client-side-programming/dragdropmanager/overview.md b/controls/dragdropmanager/client-side-programming/dragdropmanager/overview.md index 18de2efc53..dc573abc55 100644 --- a/controls/dragdropmanager/client-side-programming/dragdropmanager/overview.md +++ b/controls/dragdropmanager/client-side-programming/dragdropmanager/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-Side Events Overview - RadDragDropManager description: Overview of RadDragDropManager Client-Side Events slug: dragdropmanager/client-side-programming/dragdropmanager/overview +components: ["dragdropmanager"] tags: client-side events, events published: True position: 0 diff --git a/controls/dragdropmanager/client-side-programming/draggable/events.md b/controls/dragdropmanager/client-side-programming/draggable/events.md index f69384ede4..e4067756e6 100644 --- a/controls/dragdropmanager/client-side-programming/draggable/events.md +++ b/controls/dragdropmanager/client-side-programming/draggable/events.md @@ -3,6 +3,7 @@ title: Events page_title: RadDraggable Client-Side Events - RadDragDropManager description: Client-Side Events of RadDraggable, child component of RadDragDropManager slug: dragdropmanager/client-side-programming/draggable/events +components: ["dragdropmanager"] tags: client-side events, events, raddraggable published: True --- diff --git a/controls/dragdropmanager/client-side-programming/draggable/overview.md b/controls/dragdropmanager/client-side-programming/draggable/overview.md index c9de959cff..9e09c43aec 100644 --- a/controls/dragdropmanager/client-side-programming/draggable/overview.md +++ b/controls/dragdropmanager/client-side-programming/draggable/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-Side Events Overview - RadDragDropManager description: Overview of RadDragDropManager Client-Side Events slug: dragdropmanager/client-side-programming/draggable/overview +components: ["dragdropmanager"] tags: client-side events, events published: True position: 0 diff --git a/controls/dragdropmanager/client-side-programming/droptarget/events.md b/controls/dragdropmanager/client-side-programming/droptarget/events.md index 8633a588ee..42b9ec9bb4 100644 --- a/controls/dragdropmanager/client-side-programming/droptarget/events.md +++ b/controls/dragdropmanager/client-side-programming/droptarget/events.md @@ -3,6 +3,7 @@ title: Events page_title: RadDropTarget Client-Side Events - RadDragDropManager description: Client-Side Events of RadDropTarget, child component of RadDragDropManager slug: dragdropmanager/client-side-programming/droptarget/events +components: ["dragdropmanager"] tags: client-side events, events, raddroptarget published: True --- diff --git a/controls/dragdropmanager/client-side-programming/droptarget/overview.md b/controls/dragdropmanager/client-side-programming/droptarget/overview.md index 0bd72e586f..e22f96b605 100644 --- a/controls/dragdropmanager/client-side-programming/droptarget/overview.md +++ b/controls/dragdropmanager/client-side-programming/droptarget/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-Side Events Overview - RadDragDropManager description: Overview of RadDragDropManager Client-Side Events slug: dragdropmanager/client-side-programming/droptarget/overview +components: ["dragdropmanager"] tags: client-side events, events published: True position: 0 diff --git a/controls/dragdropmanager/client-side-programming/droptargetarea/events.md b/controls/dragdropmanager/client-side-programming/droptargetarea/events.md index ea90cfbb94..dc504bf2c5 100644 --- a/controls/dragdropmanager/client-side-programming/droptargetarea/events.md +++ b/controls/dragdropmanager/client-side-programming/droptargetarea/events.md @@ -3,6 +3,7 @@ title: Events page_title: RadDropTargetArea Client-Side Events - RadDragDropManager description: Client-Side Events of RadDropTargetArea, child component of RadDragDropManager slug: dragdropmanager/client-side-programming/droptargetarea/events +components: ["dragdropmanager"] tags: client-side events, events, raddroptargetarea published: True --- diff --git a/controls/dragdropmanager/client-side-programming/droptargetarea/overview.md b/controls/dragdropmanager/client-side-programming/droptargetarea/overview.md index f0500e0ad0..b8da1e6bed 100644 --- a/controls/dragdropmanager/client-side-programming/droptargetarea/overview.md +++ b/controls/dragdropmanager/client-side-programming/droptargetarea/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-Side Events Overview - RadDragDropManager description: Overview of RadDragDropManager Client-Side Events slug: dragdropmanager/client-side-programming/droptargetarea/overview +components: ["dragdropmanager"] tags: client-side events, events published: True position: 0 diff --git a/controls/dragdropmanager/client-side-programming/overview.md b/controls/dragdropmanager/client-side-programming/overview.md index ca169fa024..a9dd6fd16c 100644 --- a/controls/dragdropmanager/client-side-programming/overview.md +++ b/controls/dragdropmanager/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Drag and Drop Client-Side Programming - RadDragDropManager description: Client-Side APIs and Events to allow interacting with the Drag and Drop Components using JavaScript slug: dragdropmanager/client-side-programming/overview +components: ["dragdropmanager"] tags: overview published: True position: 0 diff --git a/controls/dragdropmanager/functionality/autoscroll.md b/controls/dragdropmanager/functionality/autoscroll.md index 6a1c6194cc..206fa078ab 100644 --- a/controls/dragdropmanager/functionality/autoscroll.md +++ b/controls/dragdropmanager/functionality/autoscroll.md @@ -3,6 +3,7 @@ title: AutoScroll page_title: AutoScroll - RadDragDropManager description: AutoScroll slug: dragdropmanager/functionality/autoscroll +components: ["dragdropmanager"] tags: AutoScroll published: True --- diff --git a/controls/dragdropmanager/functionality/axis.md b/controls/dragdropmanager/functionality/axis.md index 8d9ecb7e46..4e4797a580 100644 --- a/controls/dragdropmanager/functionality/axis.md +++ b/controls/dragdropmanager/functionality/axis.md @@ -3,6 +3,7 @@ title: Axis page_title: Axis - RadDragDropManager description: Axis slug: dragdropmanager/functionality/axis +components: ["dragdropmanager"] tags: Axis published: True --- diff --git a/controls/dragdropmanager/functionality/containers.md b/controls/dragdropmanager/functionality/containers.md index a41f4ce6dc..b345f6566b 100644 --- a/controls/dragdropmanager/functionality/containers.md +++ b/controls/dragdropmanager/functionality/containers.md @@ -3,6 +3,7 @@ title: Containers page_title: Container - RadDragDropManager description: Container slug: dragdropmanager/functionality/container +components: ["dragdropmanager"] tags: Container published: True --- diff --git a/controls/dragdropmanager/functionality/distance.md b/controls/dragdropmanager/functionality/distance.md index 65c3462a5d..02c336d1ad 100644 --- a/controls/dragdropmanager/functionality/distance.md +++ b/controls/dragdropmanager/functionality/distance.md @@ -3,6 +3,7 @@ title: Distance page_title: Distance - RadDragDropManager description: Distance slug: dragdropmanager/functionality/distance +components: ["dragdropmanager"] tags: filter published: True --- diff --git a/controls/dragdropmanager/functionality/filter.md b/controls/dragdropmanager/functionality/filter.md index 82f8b6b2f9..8d04060e7f 100644 --- a/controls/dragdropmanager/functionality/filter.md +++ b/controls/dragdropmanager/functionality/filter.md @@ -3,6 +3,7 @@ title: Filter page_title: Filter - RadDragDropManager description: Filter slug: dragdropmanager/functionality/filter +components: ["dragdropmanager"] tags: filter published: True --- diff --git a/controls/dragdropmanager/functionality/group.md b/controls/dragdropmanager/functionality/group.md index 47e1419df6..f49dcd9705 100644 --- a/controls/dragdropmanager/functionality/group.md +++ b/controls/dragdropmanager/functionality/group.md @@ -3,6 +3,7 @@ title: Groups page_title: Groups - RadDragDropManager description: Groups slug: dragdropmanager/functionality/groups +components: ["dragdropmanager"] tags: Groups published: True --- diff --git a/controls/dragdropmanager/functionality/hint.md b/controls/dragdropmanager/functionality/hint.md index 36dc65c5bd..0502c196f0 100644 --- a/controls/dragdropmanager/functionality/hint.md +++ b/controls/dragdropmanager/functionality/hint.md @@ -3,6 +3,7 @@ title: Hint page_title: Hint - RadDragDropManager description: Hint slug: dragdropmanager/functionality/hint +components: ["dragdropmanager"] tags: Hint published: True --- diff --git a/controls/dragdropmanager/functionality/ignore.md b/controls/dragdropmanager/functionality/ignore.md index 2f13e1ac83..e186142c67 100644 --- a/controls/dragdropmanager/functionality/ignore.md +++ b/controls/dragdropmanager/functionality/ignore.md @@ -3,6 +3,7 @@ title: Ignore page_title: Ignore - RadDragDropManager description: Hint slug: dragdropmanager/functionality/ignore +components: ["dragdropmanager"] tags: Ignore published: True --- diff --git a/controls/dragdropmanager/functionality/overview.md b/controls/dragdropmanager/functionality/overview.md index be2bc534b1..f820074430 100644 --- a/controls/dragdropmanager/functionality/overview.md +++ b/controls/dragdropmanager/functionality/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Functionalities - RadDragDropManager description: Overview of RadDragDropManager Functionalities slug: dragdropmanager/functionality/overview +components: ["dragdropmanager"] tags: dragdropmanager, drag & drop, features, overview, functionalities published: True position: 1 diff --git a/controls/dragdropmanager/getting-started.md b/controls/dragdropmanager/getting-started.md index 35f5d46aa8..15681394e0 100644 --- a/controls/dragdropmanager/getting-started.md +++ b/controls/dragdropmanager/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadDragDropManager description: Get started by following the Step by Step Guide to create a Drag and Drop Scenario slug: dragdropmanager/getting-started +components: ["dragdropmanager"] tags: getting started, step by step, guide, drag and drop, dragdropmanager, drag, drop published: True position: 1 diff --git a/controls/dragdropmanager/overview.md b/controls/dragdropmanager/overview.md index 0b11eda221..0354ee8131 100644 --- a/controls/dragdropmanager/overview.md +++ b/controls/dragdropmanager/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadDragDropManager description: RadDragDropManager as the new Tool to create Drag and Drop scenarios slug: dragdropmanager/overview +components: ["dragdropmanager"] tags: overview, drag and drop, dragdropmanager, drag, drop published: True position: 0 diff --git a/controls/drawer/accessibility-and-internationalization/keyboard-support.md b/controls/drawer/accessibility-and-internationalization/keyboard-support.md index 4b98b519cc..3ae5c6e6e8 100644 --- a/controls/drawer/accessibility-and-internationalization/keyboard-support.md +++ b/controls/drawer/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadDrawer description: Check our Web Forms article about Keyboard Support. slug: drawer/accessibility-and-internationalization/keyboard-support +components: ["drawer"] tags: keyboard,support published: True position: 1 diff --git a/controls/drawer/client-side-programming/events.md b/controls/drawer/client-side-programming/events.md index cd7d9a8c65..d8ce73f8f3 100644 --- a/controls/drawer/client-side-programming/events.md +++ b/controls/drawer/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events Overview page_title: Overview - RadDrawer description: Check our Web Forms article about Overview. slug: drawer/client-side-programming/events +components: ["drawer"] tags: overview,events published: True position: 1 diff --git a/controls/drawer/client-side-programming/overview.md b/controls/drawer/client-side-programming/overview.md index a7e74fa735..886501d712 100644 --- a/controls/drawer/client-side-programming/overview.md +++ b/controls/drawer/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: RadDrawer Object page_title: RadDrawer Object - RadDrawer description: Check our Web Forms article about RadDrawer Object. slug: drawer/client-side-programming/overview +components: ["drawer"] tags: drawer,object published: True position: 0 diff --git a/controls/drawer/functionality/display-modes.md b/controls/drawer/functionality/display-modes.md index 6d014dd270..b9e3edbfd9 100644 --- a/controls/drawer/functionality/display-modes.md +++ b/controls/drawer/functionality/display-modes.md @@ -3,6 +3,7 @@ title: Display Modes page_title: Display Modes - RadDrawer description: Check our Web Forms article about Display Modes. slug: drawer/functionality/display-modes +components: ["drawer"] tags: display,mode,interaction published: True position: 1 diff --git a/controls/drawer/functionality/gestures.md b/controls/drawer/functionality/gestures.md index a20a58d6f5..78d13bb222 100644 --- a/controls/drawer/functionality/gestures.md +++ b/controls/drawer/functionality/gestures.md @@ -3,6 +3,7 @@ title: Gestures page_title: Gestures - RadDrawer description: Check our Web Forms article about Gestures. slug: drawer/functionality/gestures +components: ["drawer"] tags: gestures published: True position: 3 diff --git a/controls/drawer/functionality/overview.md b/controls/drawer/functionality/overview.md index 754699e801..289da14b5e 100644 --- a/controls/drawer/functionality/overview.md +++ b/controls/drawer/functionality/overview.md @@ -3,6 +3,7 @@ title: Functionality Overview page_title: Functionality Overview - RadDrawer description: Check our Web Forms article about Functionality Overview. slug: drawer/functionality/overview +components: ["drawer"] tags: overview published: True position: 0 diff --git a/controls/drawer/functionality/positions.md b/controls/drawer/functionality/positions.md index a02b8f0700..6c0de06483 100644 --- a/controls/drawer/functionality/positions.md +++ b/controls/drawer/functionality/positions.md @@ -3,6 +3,7 @@ title: Positions page_title: Positions - RadDrawer description: Check our Web Forms article about Positions. slug: drawer/functionality/positions +components: ["drawer"] tags: Positions published: True position: 2 diff --git a/controls/drawer/functionality/templates.md b/controls/drawer/functionality/templates.md index f3cc211083..9d3788aa63 100644 --- a/controls/drawer/functionality/templates.md +++ b/controls/drawer/functionality/templates.md @@ -3,6 +3,7 @@ title: Templates page_title: Templates - RadDrawer description: Check our Web Forms article about Templates. slug: drawer/functionality/templates +components: ["drawer"] tags: template,client published: True position: 4 diff --git a/controls/drawer/getting-started.md b/controls/drawer/getting-started.md index 42862a631c..6f7b1c8aee 100644 --- a/controls/drawer/getting-started.md +++ b/controls/drawer/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadDrawer description: Check our Web Forms article about Getting Started. slug: drawer/getting-started +components: ["drawer"] tags: getting,started, published: True position: 1 diff --git a/controls/drawer/how-to/create-items-server-side.md b/controls/drawer/how-to/create-items-server-side.md index ba8e9ad109..574f545b0e 100644 --- a/controls/drawer/how-to/create-items-server-side.md +++ b/controls/drawer/how-to/create-items-server-side.md @@ -3,6 +3,7 @@ title: Create Drawer items server-side page_title: Create Drawer items server-side - RadDrawer description: Check our Web Forms article about How to create RadDrawer items server-side. slug: drawer/how-to/create-items-server-side +components: ["drawer"] tags: how,to,items,server,server-side,raddrawer,drawer published: True position: 1 diff --git a/controls/drawer/how-to/fontawesome-integration.md b/controls/drawer/how-to/fontawesome-integration.md index 164bad294f..d4213dce42 100644 --- a/controls/drawer/how-to/fontawesome-integration.md +++ b/controls/drawer/how-to/fontawesome-integration.md @@ -3,6 +3,7 @@ title: How to integrate the RadDrawer with FontAwesome icons page_title: How to integrate the RadDrawer with FontAwesome icons - RadDrawer description: Check our Web Forms article about How to integrate the RadDrawer with FontAwesome icons. slug: drawer/how-to/how-to-integrate-raddrawer-with-fontawesome-icons +components: ["drawer"] tags: how,to,integrate,raddrawer,drawer,fontawesome,icons published: True position: 0 diff --git a/controls/drawer/overview.md b/controls/drawer/overview.md index 2a7bf06050..bedb5082a8 100644 --- a/controls/drawer/overview.md +++ b/controls/drawer/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadDrawer Overview description: Check our Web Forms article about Overview. slug: drawer/overview +components: ["drawer"] tags: overview published: True position: 0 diff --git a/controls/drawer/server-side-programming/overview.md b/controls/drawer/server-side-programming/overview.md index 1dfcb80a2b..3315498ad4 100644 --- a/controls/drawer/server-side-programming/overview.md +++ b/controls/drawer/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadDrawer description: Check our Web Forms article about Overview. slug: drawer/server-side-programming/overview +components: ["drawer"] tags: overview published: True position: 0 diff --git a/controls/dropdownlist/accessibility-and-internationalization/keyboard-support.md b/controls/dropdownlist/accessibility-and-internationalization/keyboard-support.md index 3068ba0026..e0beb0a14c 100644 --- a/controls/dropdownlist/accessibility-and-internationalization/keyboard-support.md +++ b/controls/dropdownlist/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadDropDownList description: Check our Web Forms article about Keyboard Support. slug: dropdownlist/accessibility-and-internationalization/keyboard-support +components: ["dropdownlist"] tags: keyboard,support published: True position: 0 diff --git a/controls/dropdownlist/accessibility-and-internationalization/wai-aria-support.md b/controls/dropdownlist/accessibility-and-internationalization/wai-aria-support.md index 8b820a0f7e..5f2b9e19f1 100644 --- a/controls/dropdownlist/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/dropdownlist/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadDropDownList description: Check our Web Forms article about WAI-ARIA Support. slug: dropdownlist/accessibility-and-internationalization/wai-aria-support +components: ["dropdownlist"] tags: wai-aria,support published: True position: 1 diff --git a/controls/dropdownlist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/dropdownlist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 04ef7de42e..370d499105 100644 --- a/controls/dropdownlist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/dropdownlist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadDropDownList description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: dropdownlist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["dropdownlist"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 4 diff --git a/controls/dropdownlist/appearance-and-styling/animations.md b/controls/dropdownlist/appearance-and-styling/animations.md index b8db452b2c..2a71c33960 100644 --- a/controls/dropdownlist/appearance-and-styling/animations.md +++ b/controls/dropdownlist/appearance-and-styling/animations.md @@ -3,6 +3,7 @@ title: Animations page_title: Animations - RadDropDownList description: Check our Web Forms article about Animations. slug: dropdownlist/appearance-and-styling/animations +components: ["dropdownlist"] tags: animations published: True position: 1 diff --git a/controls/dropdownlist/appearance-and-styling/skins.md b/controls/dropdownlist/appearance-and-styling/skins.md index bdc8d81c50..417b890fa4 100644 --- a/controls/dropdownlist/appearance-and-styling/skins.md +++ b/controls/dropdownlist/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadDropDownList description: Check our Web Forms article about Skins. slug: dropdownlist/appearance-and-styling/skins +components: ["dropdownlist"] tags: skins published: True position: 0 diff --git a/controls/dropdownlist/client-side-programming/accessing-client-changes-at-the-server.md b/controls/dropdownlist/client-side-programming/accessing-client-changes-at-the-server.md index eb49559866..dc6f8e6377 100644 --- a/controls/dropdownlist/client-side-programming/accessing-client-changes-at-the-server.md +++ b/controls/dropdownlist/client-side-programming/accessing-client-changes-at-the-server.md @@ -3,6 +3,7 @@ title: Accessing Client Changes at the Server page_title: Accessing Client Changes at the Server - RadDropDownList description: Check our Web Forms article about Accessing Client Changes at the Server. slug: dropdownlist/client-side-programming/accessing-client-changes-at-the-server +components: ["dropdownlist"] tags: accessing,client,changes,at,the,server published: True position: 1 diff --git a/controls/dropdownlist/client-side-programming/events.md b/controls/dropdownlist/client-side-programming/events.md index f3d54835e1..13f582a4d8 100644 --- a/controls/dropdownlist/client-side-programming/events.md +++ b/controls/dropdownlist/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Events - RadDropDownList description: Check our Web Forms article about Events. slug: dropdownlist/client-side-programming/events +components: ["dropdownlist"] tags: events published: True position: 2 diff --git a/controls/dropdownlist/client-side-programming/events/onclientdropdownclosed.md b/controls/dropdownlist/client-side-programming/events/onclientdropdownclosed.md index 2255b01e6f..c438eae9da 100644 --- a/controls/dropdownlist/client-side-programming/events/onclientdropdownclosed.md +++ b/controls/dropdownlist/client-side-programming/events/onclientdropdownclosed.md @@ -3,6 +3,7 @@ title: OnClientDropDownClosed page_title: OnClientDropDownClosed - RadDropDownList description: Check our Web Forms article about OnClientDropDownClosed. slug: dropdownlist/client-side-programming/events/onclientdropdownclosed +components: ["dropdownlist"] tags: onclientdropdownclosed published: True position: 0 diff --git a/controls/dropdownlist/client-side-programming/events/onclientdropdownclosing.md b/controls/dropdownlist/client-side-programming/events/onclientdropdownclosing.md index 7c45cf1458..232d1dde7f 100644 --- a/controls/dropdownlist/client-side-programming/events/onclientdropdownclosing.md +++ b/controls/dropdownlist/client-side-programming/events/onclientdropdownclosing.md @@ -3,6 +3,7 @@ title: OnClientDropDownClosing page_title: OnClientDropDownClosing - RadDropDownList description: Check our Web Forms article about OnClientDropDownClosing. slug: dropdownlist/client-side-programming/events/onclientdropdownclosing +components: ["dropdownlist"] tags: onclientdropdownclosing published: True position: 1 diff --git a/controls/dropdownlist/client-side-programming/events/onclientdropdownopened.md b/controls/dropdownlist/client-side-programming/events/onclientdropdownopened.md index 089abb1941..753e20df46 100644 --- a/controls/dropdownlist/client-side-programming/events/onclientdropdownopened.md +++ b/controls/dropdownlist/client-side-programming/events/onclientdropdownopened.md @@ -3,6 +3,7 @@ title: OnClientDropDownOpened page_title: OnClientDropDownOpened - RadDropDownList description: Check our Web Forms article about OnClientDropDownOpened. slug: dropdownlist/client-side-programming/events/onclientdropdownopened +components: ["dropdownlist"] tags: onclientdropdownopened published: True position: 2 diff --git a/controls/dropdownlist/client-side-programming/events/onclientdropdownopening.md b/controls/dropdownlist/client-side-programming/events/onclientdropdownopening.md index 7f853c13a7..2f43775a72 100644 --- a/controls/dropdownlist/client-side-programming/events/onclientdropdownopening.md +++ b/controls/dropdownlist/client-side-programming/events/onclientdropdownopening.md @@ -3,6 +3,7 @@ title: OnClientDropDownOpening page_title: OnClientDropDownOpening - RadDropDownList description: Check our Web Forms article about OnClientDropDownOpening. slug: dropdownlist/client-side-programming/events/onclientdropdownopening +components: ["dropdownlist"] tags: onclientdropdownopening published: True position: 3 diff --git a/controls/dropdownlist/client-side-programming/events/onclientitemdatabound.md b/controls/dropdownlist/client-side-programming/events/onclientitemdatabound.md index 653bf5f8e8..7941c36103 100644 --- a/controls/dropdownlist/client-side-programming/events/onclientitemdatabound.md +++ b/controls/dropdownlist/client-side-programming/events/onclientitemdatabound.md @@ -3,6 +3,7 @@ title: OnClientItemDataBound page_title: OnClientItemDataBound - RadDropDownList description: Check our Web Forms article about OnClientItemDataBound. slug: dropdownlist/client-side-programming/events/onclientitemdatabound +components: ["dropdownlist"] tags: onclientitemdatabound published: True position: 4 diff --git a/controls/dropdownlist/client-side-programming/events/onclientitemselected.md b/controls/dropdownlist/client-side-programming/events/onclientitemselected.md index 10d7ffa51e..730ae39c81 100644 --- a/controls/dropdownlist/client-side-programming/events/onclientitemselected.md +++ b/controls/dropdownlist/client-side-programming/events/onclientitemselected.md @@ -3,6 +3,7 @@ title: OnClientItemSelected page_title: OnClientItemSelected - RadDropDownList description: Check our Web Forms article about OnClientItemSelected. slug: dropdownlist/client-side-programming/events/onclientitemselected +components: ["dropdownlist"] tags: onclientitemselected published: True position: 5 diff --git a/controls/dropdownlist/client-side-programming/events/onclientitemselecting.md b/controls/dropdownlist/client-side-programming/events/onclientitemselecting.md index edea2d19d5..1fd8e17734 100644 --- a/controls/dropdownlist/client-side-programming/events/onclientitemselecting.md +++ b/controls/dropdownlist/client-side-programming/events/onclientitemselecting.md @@ -3,6 +3,7 @@ title: OnClientItemSelecting page_title: OnClientItemSelecting - RadDropDownList description: Check our Web Forms article about OnClientItemSelecting. slug: dropdownlist/client-side-programming/events/onclientitemselecting +components: ["dropdownlist"] tags: onclientitemselecting published: True position: 6 diff --git a/controls/dropdownlist/client-side-programming/events/onclientitemsrequested.md b/controls/dropdownlist/client-side-programming/events/onclientitemsrequested.md index 2c999d1182..69c7435c8d 100644 --- a/controls/dropdownlist/client-side-programming/events/onclientitemsrequested.md +++ b/controls/dropdownlist/client-side-programming/events/onclientitemsrequested.md @@ -3,6 +3,7 @@ title: OnClientItemsRequested page_title: OnClientItemsRequested - RadDropDownList description: Check our Web Forms article about OnClientItemsRequested. slug: dropdownlist/client-side-programming/events/onclientitemsrequested +components: ["dropdownlist"] tags: onclientitemsrequested published: True position: 11 diff --git a/controls/dropdownlist/client-side-programming/events/onclientitemsrequestfailed.md b/controls/dropdownlist/client-side-programming/events/onclientitemsrequestfailed.md index c046f45044..5acf14eb87 100644 --- a/controls/dropdownlist/client-side-programming/events/onclientitemsrequestfailed.md +++ b/controls/dropdownlist/client-side-programming/events/onclientitemsrequestfailed.md @@ -3,6 +3,7 @@ title: OnClientItemsRequestFailed page_title: OnClientItemsRequestFailed - RadDropDownList description: Check our Web Forms article about OnClientItemsRequestFailed. slug: dropdownlist/client-side-programming/events/onclientitemsrequestfailed +components: ["dropdownlist"] tags: onclientitemsrequestfailed published: True position: 9 diff --git a/controls/dropdownlist/client-side-programming/events/onclientitemsrequesting.md b/controls/dropdownlist/client-side-programming/events/onclientitemsrequesting.md index 316458c6df..21d51d4e7d 100644 --- a/controls/dropdownlist/client-side-programming/events/onclientitemsrequesting.md +++ b/controls/dropdownlist/client-side-programming/events/onclientitemsrequesting.md @@ -3,6 +3,7 @@ title: OnClientItemsRequesting page_title: OnClientItemsRequesting - RadDropDownList description: Check our Web Forms article about OnClientItemsRequesting. slug: dropdownlist/client-side-programming/events/onclientitemsrequesting +components: ["dropdownlist"] tags: onclientitemsrequesting published: True position: 10 diff --git a/controls/dropdownlist/client-side-programming/events/onclientload.md b/controls/dropdownlist/client-side-programming/events/onclientload.md index eaa0cf823c..81294e6af0 100644 --- a/controls/dropdownlist/client-side-programming/events/onclientload.md +++ b/controls/dropdownlist/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadDropDownList description: Check our Web Forms article about OnClientLoad. slug: dropdownlist/client-side-programming/events/onclientload +components: ["dropdownlist"] tags: onclientload published: True position: 7 diff --git a/controls/dropdownlist/client-side-programming/events/onclientselectedindexchanged.md b/controls/dropdownlist/client-side-programming/events/onclientselectedindexchanged.md index 0023297eea..c02d45c22d 100644 --- a/controls/dropdownlist/client-side-programming/events/onclientselectedindexchanged.md +++ b/controls/dropdownlist/client-side-programming/events/onclientselectedindexchanged.md @@ -3,6 +3,7 @@ title: OnClientSelectedIndexChanged page_title: OnClientSelectedIndexChanged - RadDropDownList description: Check our Web Forms article about OnClientSelectedIndexChanged. slug: dropdownlist/client-side-programming/events/onclientselectedindexchanged +components: ["dropdownlist"] tags: onclientselectedindexchanged published: True position: 8 diff --git a/controls/dropdownlist/client-side-programming/objects/raddropdownlist-object.md b/controls/dropdownlist/client-side-programming/objects/raddropdownlist-object.md index 50b0ca5ca9..6b05a5925b 100644 --- a/controls/dropdownlist/client-side-programming/objects/raddropdownlist-object.md +++ b/controls/dropdownlist/client-side-programming/objects/raddropdownlist-object.md @@ -3,6 +3,7 @@ title: RadDropDownList Object page_title: RadDropDownList Object - RadDropDownList description: Explore the RadDropDownList object and its client-side API for managing dropdown list functionality. slug: dropdownlist/client-side-programming/objects/raddropdownlist-object +components: ["dropdownlist"] tags: raddropdownlist,object published: True position: 0 diff --git a/controls/dropdownlist/client-side-programming/objects/raddropdownlistitem-object.md b/controls/dropdownlist/client-side-programming/objects/raddropdownlistitem-object.md index 9b75471957..1ca051973a 100644 --- a/controls/dropdownlist/client-side-programming/objects/raddropdownlistitem-object.md +++ b/controls/dropdownlist/client-side-programming/objects/raddropdownlistitem-object.md @@ -3,6 +3,7 @@ title: RadDropDownListItem Object page_title: RadDropDownListItem Object - RadDropDownList description: Check our Web Forms article about RadDropDownListItem Object. slug: dropdownlist/client-side-programming/objects/raddropdownlistitem-object +components: ["dropdownlist"] tags: raddropdownlistitem,object published: True position: 1 diff --git a/controls/dropdownlist/client-side-programming/objects/raddropdownlistitemcollection-object.md b/controls/dropdownlist/client-side-programming/objects/raddropdownlistitemcollection-object.md index bc0ab56600..01fdb647df 100644 --- a/controls/dropdownlist/client-side-programming/objects/raddropdownlistitemcollection-object.md +++ b/controls/dropdownlist/client-side-programming/objects/raddropdownlistitemcollection-object.md @@ -3,6 +3,7 @@ title: RadDropDownListItemCollection Object page_title: RadDropDownListItemCollection Object - RadDropDownList description: Check our Web Forms article about RadDropDownListItemCollection Object. slug: dropdownlist/client-side-programming/objects/raddropdownlistitemcollection-object +components: ["dropdownlist"] tags: raddropdownlistitemcollection,object published: True position: 2 diff --git a/controls/dropdownlist/client-side-programming/overview.md b/controls/dropdownlist/client-side-programming/overview.md index eab8ebf8ba..25a1027697 100644 --- a/controls/dropdownlist/client-side-programming/overview.md +++ b/controls/dropdownlist/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadDropDownList description: Check our Web Forms article about Telerik's ASP.NET RadDropDownList Client-side Programming Overview. slug: dropdownlist/client-side-programming/overview +components: ["dropdownlist"] tags: overview published: True position: 0 diff --git a/controls/dropdownlist/databinding/client-side-binding/binding-to-odata.md b/controls/dropdownlist/databinding/client-side-binding/binding-to-odata.md index 1b62417a70..a3cedc1b33 100644 --- a/controls/dropdownlist/databinding/client-side-binding/binding-to-odata.md +++ b/controls/dropdownlist/databinding/client-side-binding/binding-to-odata.md @@ -3,6 +3,7 @@ title: Binding to OData page_title: Binding to OData - RadDropDownList description: Check our Web Forms article about Binding to OData. slug: dropdownlist/databinding/client-side-binding/binding-to-odata +components: ["dropdownlist"] tags: binding,to,odata published: True position: 1 diff --git a/controls/dropdownlist/databinding/client-side-binding/binding-to-radclientdatasource.md b/controls/dropdownlist/databinding/client-side-binding/binding-to-radclientdatasource.md index b9f040407b..fc55276db6 100644 --- a/controls/dropdownlist/databinding/client-side-binding/binding-to-radclientdatasource.md +++ b/controls/dropdownlist/databinding/client-side-binding/binding-to-radclientdatasource.md @@ -3,6 +3,7 @@ title: Binding to RadClientDataSource page_title: Binding to RadClientDataSource - RadDropDownList description: Check our Web Forms article about Binding to RadClientDataSource. slug: dropdownlist/databinding/client-side-binding/binding-to-radclientdatasource +components: ["dropdownlist"] tags: binding,to,radclientdatasource published: True position: 2 diff --git a/controls/dropdownlist/databinding/client-side-binding/binding-to-wcf.md b/controls/dropdownlist/databinding/client-side-binding/binding-to-wcf.md index 34952f0c26..ad1c8d197c 100644 --- a/controls/dropdownlist/databinding/client-side-binding/binding-to-wcf.md +++ b/controls/dropdownlist/databinding/client-side-binding/binding-to-wcf.md @@ -3,6 +3,7 @@ title: Binding to WCF page_title: Binding to WCF - RadDropDownList description: Check our Web Forms article about Binding to WCF. slug: dropdownlist/databinding/client-side-binding/binding-to-wcf +components: ["dropdownlist"] tags: binding,to,wcf published: True position: 0 diff --git a/controls/dropdownlist/databinding/overview.md b/controls/dropdownlist/databinding/overview.md index 0f97328651..657a90be0e 100644 --- a/controls/dropdownlist/databinding/overview.md +++ b/controls/dropdownlist/databinding/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Data Binding Overview - RadDropDownList description: Check our Web Forms article about Telerik's ASP.NET RadDropDownList DataBinding Overview. slug: dropdownlist/databinding/overview +components: ["dropdownlist"] tags: overview published: True position: 0 diff --git a/controls/dropdownlist/databinding/server-side-binding-/binding-to-array-or-arraylist.md b/controls/dropdownlist/databinding/server-side-binding-/binding-to-array-or-arraylist.md index 9c71413725..c5facce9bc 100644 --- a/controls/dropdownlist/databinding/server-side-binding-/binding-to-array-or-arraylist.md +++ b/controls/dropdownlist/databinding/server-side-binding-/binding-to-array-or-arraylist.md @@ -3,6 +3,7 @@ title: Binding to Array or ArrayList page_title: Binding to Array or ArrayList - RadDropDownList description: Check our Web Forms article about Binding to Array or ArrayList. slug: dropdownlist/databinding/server-side-binding-/binding-to-array-or-arraylist +components: ["dropdownlist"] tags: binding,to,array,or,arraylist published: True position: 0 diff --git a/controls/dropdownlist/databinding/server-side-binding-/binding-to-asp-datasource-components.md b/controls/dropdownlist/databinding/server-side-binding-/binding-to-asp-datasource-components.md index 7841112488..a33cd26b34 100644 --- a/controls/dropdownlist/databinding/server-side-binding-/binding-to-asp-datasource-components.md +++ b/controls/dropdownlist/databinding/server-side-binding-/binding-to-asp-datasource-components.md @@ -3,6 +3,7 @@ title: Binding to Asp DataSource components page_title: Binding to Asp DataSource components - RadDropDownList description: Check our Web Forms article about Binding to Asp DataSource components. slug: dropdownlist/databinding/server-side-binding-/binding-to-asp-datasource-components +components: ["dropdownlist"] tags: binding,to,asp,datasource,components published: True position: 1 diff --git a/controls/dropdownlist/databinding/server-side-binding-/binding-to-datatable.md b/controls/dropdownlist/databinding/server-side-binding-/binding-to-datatable.md index 78fcda7d61..5b61f7a853 100644 --- a/controls/dropdownlist/databinding/server-side-binding-/binding-to-datatable.md +++ b/controls/dropdownlist/databinding/server-side-binding-/binding-to-datatable.md @@ -3,6 +3,7 @@ title: Binding to DataTable page_title: Binding to DataTable - RadDropDownList description: Check our Web Forms article about Binding to DataTable. slug: dropdownlist/databinding/server-side-binding-/binding-to-datatable +components: ["dropdownlist"] tags: binding,to,datatable published: True position: 2 diff --git a/controls/dropdownlist/design-time/data-binding.md b/controls/dropdownlist/design-time/data-binding.md index 4067012b4a..43781ada56 100644 --- a/controls/dropdownlist/design-time/data-binding.md +++ b/controls/dropdownlist/design-time/data-binding.md @@ -3,6 +3,7 @@ title: Data Binding page_title: Data Binding - RadDropDownList description: Check our Web Forms article about Data Binding. slug: dropdownlist/design-time/data-binding +components: ["dropdownlist"] tags: data,binding published: True position: 1 diff --git a/controls/dropdownlist/design-time/item-builder.md b/controls/dropdownlist/design-time/item-builder.md index 44a6bb4ea5..2340d7ae36 100644 --- a/controls/dropdownlist/design-time/item-builder.md +++ b/controls/dropdownlist/design-time/item-builder.md @@ -3,6 +3,7 @@ title: Item Builder page_title: Item Builder - RadDropDownList description: Check our Web Forms article about Item Builder. slug: dropdownlist/design-time/item-builder +components: ["dropdownlist"] tags: item,builder published: True position: 2 diff --git a/controls/dropdownlist/design-time/smart-tag.md b/controls/dropdownlist/design-time/smart-tag.md index 25637cac38..8b573c5bc8 100644 --- a/controls/dropdownlist/design-time/smart-tag.md +++ b/controls/dropdownlist/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadDropDownList description: Check our Web Forms article about Smart Tag. slug: dropdownlist/design-time/smart-tag +components: ["dropdownlist"] tags: smart,tag published: True position: 0 diff --git a/controls/dropdownlist/dropdownlist-vs-radcombobox.md b/controls/dropdownlist/dropdownlist-vs-radcombobox.md index bb23e75c2b..ec2d262c60 100644 --- a/controls/dropdownlist/dropdownlist-vs-radcombobox.md +++ b/controls/dropdownlist/dropdownlist-vs-radcombobox.md @@ -3,6 +3,7 @@ title: DropDownList vs RadComboBox page_title: DropDownList vs RadComboBox description: Compare the features of DropDownList and RadComboBox controls to choose the best option for your needs. slug: dropdownlist/dropdownlist-vs-radcombobox +components: ["dropdownlist"] tags: dropdownlist,vs,radcombobox published: True position: 3 diff --git a/controls/dropdownlist/functionality/default-message.md b/controls/dropdownlist/functionality/default-message.md index 194efef15a..06e64e2b75 100644 --- a/controls/dropdownlist/functionality/default-message.md +++ b/controls/dropdownlist/functionality/default-message.md @@ -3,6 +3,7 @@ title: Default Message page_title: Default Message - RadDropDownList description: Check our Web Forms article about Default Message. slug: dropdownlist/functionality/default-message +components: ["dropdownlist"] tags: default,message published: True position: 1 diff --git a/controls/dropdownlist/functionality/virtual-scrolling.md b/controls/dropdownlist/functionality/virtual-scrolling.md index ed5bc891b6..1ebe909bb7 100644 --- a/controls/dropdownlist/functionality/virtual-scrolling.md +++ b/controls/dropdownlist/functionality/virtual-scrolling.md @@ -3,6 +3,7 @@ title: Virtual Scrolling page_title: Virtual Scrolling - RadDropDownList description: Check our Web Forms article about Virtual Scrolling. slug: dropdownlist/functionality/virtual-scrolling +components: ["dropdownlist"] tags: virtual,scrolling published: True position: 0 diff --git a/controls/dropdownlist/getting-started.md b/controls/dropdownlist/getting-started.md index 72d627122e..eccbb186ae 100644 --- a/controls/dropdownlist/getting-started.md +++ b/controls/dropdownlist/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadDropDownList description: Check our Web Forms article about Getting Started. slug: dropdownlist/getting-started +components: ["dropdownlist"] tags: getting,started published: True position: 1 diff --git a/controls/dropdownlist/overview.md b/controls/dropdownlist/overview.md index d1d2274d38..2293981195 100644 --- a/controls/dropdownlist/overview.md +++ b/controls/dropdownlist/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadDropDownList Overview description: Explore the DropDownList control and its features for creating dropdown menus with advanced functionality. slug: dropdownlist/overview +components: ["dropdownlist"] tags: overview published: True position: 0 diff --git a/controls/dropdownlist/raddropdownlist-structure.md b/controls/dropdownlist/raddropdownlist-structure.md index 80293e1384..132325f739 100644 --- a/controls/dropdownlist/raddropdownlist-structure.md +++ b/controls/dropdownlist/raddropdownlist-structure.md @@ -3,6 +3,7 @@ title: RadDropDownList Structure page_title: RadDropDownList Structure - RadDropDownList description: Explore the structure of the RadDropDownList control and its components for managing dropdown lists. slug: dropdownlist/raddropdownlist-structure +components: ["dropdownlist"] tags: raddropdownlist,structure published: True position: 2 diff --git a/controls/dropdownlist/server-side-programming/events/itemdatabound.md b/controls/dropdownlist/server-side-programming/events/itemdatabound.md index 47dec1c584..33d2a5a5a1 100644 --- a/controls/dropdownlist/server-side-programming/events/itemdatabound.md +++ b/controls/dropdownlist/server-side-programming/events/itemdatabound.md @@ -3,6 +3,7 @@ title: ItemDataBound page_title: ItemDataBound - RadDropDownList description: Check our Web Forms article about ItemDataBound. slug: dropdownlist/server-side-programming/events/itemdatabound +components: ["dropdownlist"] tags: itemdatabound published: True position: 0 diff --git a/controls/dropdownlist/server-side-programming/events/itemselected.md b/controls/dropdownlist/server-side-programming/events/itemselected.md index 4ae2ae9306..932a1c41cd 100644 --- a/controls/dropdownlist/server-side-programming/events/itemselected.md +++ b/controls/dropdownlist/server-side-programming/events/itemselected.md @@ -3,6 +3,7 @@ title: ItemSelected page_title: ItemSelected - RadDropDownList description: Check our Web Forms article about ItemSelected. slug: dropdownlist/server-side-programming/events/itemselected +components: ["dropdownlist"] tags: itemselected published: True position: 1 diff --git a/controls/dropdownlist/server-side-programming/events/selectedindexchanged.md b/controls/dropdownlist/server-side-programming/events/selectedindexchanged.md index d0c32b1b1b..20a676043d 100644 --- a/controls/dropdownlist/server-side-programming/events/selectedindexchanged.md +++ b/controls/dropdownlist/server-side-programming/events/selectedindexchanged.md @@ -3,6 +3,7 @@ title: SelectedIndexChanged page_title: SelectedIndexChanged - RadDropDownList description: Explore how to handle the SelectedIndexChanged event in the DropDownList control for server-side logic. slug: dropdownlist/server-side-programming/events/selectedindexchanged +components: ["dropdownlist"] tags: selectedindexchanged published: True position: 2 diff --git a/controls/dropdownlist/server-side-programming/overview.md b/controls/dropdownlist/server-side-programming/overview.md index 0f8a2276ef..b14d3fb3a7 100644 --- a/controls/dropdownlist/server-side-programming/overview.md +++ b/controls/dropdownlist/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadDropDownList description: Check our Web Forms article about Telerik's ASP.NET RadDropDownList Server-side Programming Overview. slug: dropdownlist/server-side-programming/overview +components: ["dropdownlist"] tags: overview published: True position: 0 diff --git a/controls/dropdownlist/templates/clienttemplates.md b/controls/dropdownlist/templates/clienttemplates.md index f0512c18b6..4adc88d354 100644 --- a/controls/dropdownlist/templates/clienttemplates.md +++ b/controls/dropdownlist/templates/clienttemplates.md @@ -3,6 +3,7 @@ title: ClientTemplates page_title: ClientTemplates - RadDropDownList description: Check our Web Forms article about ClientTemplates. slug: dropdownlist/templates/clienttemplates +components: ["dropdownlist"] tags: clienttemplates published: True position: 1 diff --git a/controls/dropdownlist/templates/overview.md b/controls/dropdownlist/templates/overview.md index bc1f4c7ff4..52ebd28d44 100644 --- a/controls/dropdownlist/templates/overview.md +++ b/controls/dropdownlist/templates/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Templates Overview - RadDropDownList description: Check our Web Forms article about Overview. slug: dropdownlist/templates/overview +components: ["dropdownlist"] tags: overview published: True position: 0 diff --git a/controls/dropdownlist/templates/servertemplates.md b/controls/dropdownlist/templates/servertemplates.md index 38b74878db..c88190d045 100644 --- a/controls/dropdownlist/templates/servertemplates.md +++ b/controls/dropdownlist/templates/servertemplates.md @@ -3,6 +3,7 @@ title: ServerTemplates page_title: ServerTemplates - RadDropDownList description: Check our Web Forms article about ServerTemplates. slug: dropdownlist/templates/servertemplates +components: ["dropdownlist"] tags: servertemplates published: True position: 2 diff --git a/controls/dropdowntree/accessibility-and-internationalization/keyboard-support.md b/controls/dropdowntree/accessibility-and-internationalization/keyboard-support.md index 2e6c7d08ca..2f6fec14d0 100644 --- a/controls/dropdowntree/accessibility-and-internationalization/keyboard-support.md +++ b/controls/dropdowntree/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadDropDownTree description: Check our Web Forms article about Keyboard Support. slug: dropdowntree/accessibility-and-internationalization/keyboard-support +components: ["dropdowntree"] tags: keyboard,support published: True position: 0 diff --git a/controls/dropdowntree/accessibility-and-internationalization/localization.md b/controls/dropdowntree/accessibility-and-internationalization/localization.md index dc5ad69fc2..bd9641d42a 100644 --- a/controls/dropdowntree/accessibility-and-internationalization/localization.md +++ b/controls/dropdowntree/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadDropDownTree description: Check our Web Forms article about Localization. slug: dropdowntree/accessibility-and-internationalization/localization +components: ["dropdowntree"] tags: localization published: True position: 1 diff --git a/controls/dropdowntree/accessibility-and-internationalization/wai-aria-support.md b/controls/dropdowntree/accessibility-and-internationalization/wai-aria-support.md index 0132b020d9..d31ae24682 100644 --- a/controls/dropdowntree/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/dropdowntree/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadDropDownTree description: Check our Web Forms article about WAI-ARIA Support. slug: dropdowntree/accessibility-and-internationalization/wai-aria-support +components: ["dropdowntree"] tags: wai-aria,support published: True position: 1 diff --git a/controls/dropdowntree/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/dropdowntree/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 5f6a78d679..29864ee8d5 100644 --- a/controls/dropdowntree/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/dropdowntree/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadDropDownTree description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: dropdowntree/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["dropdowntree"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 4 diff --git a/controls/dropdowntree/appearance-and-styling/animations.md b/controls/dropdowntree/appearance-and-styling/animations.md index a40a9c44c9..edab306fae 100644 --- a/controls/dropdowntree/appearance-and-styling/animations.md +++ b/controls/dropdowntree/appearance-and-styling/animations.md @@ -3,6 +3,7 @@ title: Animations page_title: Animations - RadDropDownTree description: Check our Web Forms article about Animations. slug: dropdowntree/appearance-and-styling/animations +components: ["dropdowntree"] tags: animations published: True position: 1 diff --git a/controls/dropdowntree/appearance-and-styling/css-skin-file-selector.md b/controls/dropdowntree/appearance-and-styling/css-skin-file-selector.md index efd8dfeacb..2e5876016f 100644 --- a/controls/dropdowntree/appearance-and-styling/css-skin-file-selector.md +++ b/controls/dropdowntree/appearance-and-styling/css-skin-file-selector.md @@ -3,6 +3,7 @@ title: CSS Skin File Selector page_title: CSS Skin File Selector - RadDropDownTree description: Check our Web Forms article about CSS Skin File Selector. slug: dropdowntree/appearance-and-styling/css-skin-file-selector +components: ["dropdowntree"] tags: css,skin,file,selector published: False position: 2 diff --git a/controls/dropdowntree/appearance-and-styling/skins.md b/controls/dropdowntree/appearance-and-styling/skins.md index d42320cec7..685c0e6788 100644 --- a/controls/dropdowntree/appearance-and-styling/skins.md +++ b/controls/dropdowntree/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadDropDownTree description: Check our Web Forms article about Skins. slug: dropdowntree/appearance-and-styling/skins +components: ["dropdowntree"] tags: skins published: True position: 0 diff --git a/controls/dropdowntree/client-side-programming/events/onclientclearbuttonclicked.md b/controls/dropdowntree/client-side-programming/events/onclientclearbuttonclicked.md index 87d4c86355..f060f19fea 100644 --- a/controls/dropdowntree/client-side-programming/events/onclientclearbuttonclicked.md +++ b/controls/dropdowntree/client-side-programming/events/onclientclearbuttonclicked.md @@ -3,6 +3,7 @@ title: OnClientClearButtonClicked page_title: OnClientClearButtonClicked - RadDropDownTree description: Check our Web Forms article about OnClientClearButtonClicked. slug: dropdowntree/client-side-programming/events/onclientclearbuttonclicked +components: ["dropdowntree"] tags: onclientclearbuttonclicked published: True position: 14 diff --git a/controls/dropdowntree/client-side-programming/events/onclientclearbuttonclicking.md b/controls/dropdowntree/client-side-programming/events/onclientclearbuttonclicking.md index 970e23702d..e5244a50c2 100644 --- a/controls/dropdowntree/client-side-programming/events/onclientclearbuttonclicking.md +++ b/controls/dropdowntree/client-side-programming/events/onclientclearbuttonclicking.md @@ -3,6 +3,7 @@ title: OnClientClearButtonClicking page_title: OnClientClearButtonClicking - RadDropDownTree description: Check our Web Forms article about OnClientClearButtonClicking. slug: dropdowntree/client-side-programming/events/onclientclearbuttonclicking +components: ["dropdowntree"] tags: onclientclearbuttonclicking published: True position: 13 diff --git a/controls/dropdowntree/client-side-programming/events/onclientdropdownclosed.md b/controls/dropdowntree/client-side-programming/events/onclientdropdownclosed.md index 7e0d92da7a..59fd06b781 100644 --- a/controls/dropdowntree/client-side-programming/events/onclientdropdownclosed.md +++ b/controls/dropdowntree/client-side-programming/events/onclientdropdownclosed.md @@ -3,6 +3,7 @@ title: OnClientDropDownClosed page_title: OnClientDropDownClosed - RadDropDownTree description: Check our Web Forms article about OnClientDropDownClosed. slug: dropdowntree/client-side-programming/events/onclientdropdownclosed +components: ["dropdowntree"] tags: onclientdropdownclosed published: True position: 5 diff --git a/controls/dropdowntree/client-side-programming/events/onclientdropdownclosing.md b/controls/dropdowntree/client-side-programming/events/onclientdropdownclosing.md index 1c06c2c10d..e2b0c6f0e9 100644 --- a/controls/dropdowntree/client-side-programming/events/onclientdropdownclosing.md +++ b/controls/dropdowntree/client-side-programming/events/onclientdropdownclosing.md @@ -3,6 +3,7 @@ title: OnClientDropDownClosing page_title: OnClientDropDownClosing - RadDropDownTree description: Check our Web Forms article about OnClientDropDownClosing. slug: dropdowntree/client-side-programming/events/onclientdropdownclosing +components: ["dropdowntree"] tags: onclientdropdownclosing published: True position: 4 diff --git a/controls/dropdowntree/client-side-programming/events/onclientdropdownopened.md b/controls/dropdowntree/client-side-programming/events/onclientdropdownopened.md index 29b3492867..7553d8d5ab 100644 --- a/controls/dropdowntree/client-side-programming/events/onclientdropdownopened.md +++ b/controls/dropdowntree/client-side-programming/events/onclientdropdownopened.md @@ -3,6 +3,7 @@ title: OnClientDropDownOpened page_title: OnClientDropDownOpened - RadDropDownTree description: Check our Web Forms article about OnClientDropDownOpened. slug: dropdowntree/client-side-programming/events/onclientdropdownopened +components: ["dropdowntree"] tags: onclientdropdownopened published: True position: 3 diff --git a/controls/dropdowntree/client-side-programming/events/onclientdropdownopening.md b/controls/dropdowntree/client-side-programming/events/onclientdropdownopening.md index 9fec3f6b37..779629a418 100644 --- a/controls/dropdowntree/client-side-programming/events/onclientdropdownopening.md +++ b/controls/dropdowntree/client-side-programming/events/onclientdropdownopening.md @@ -3,6 +3,7 @@ title: OnClientDropDownOpening page_title: OnClientDropDownOpening - RadDropDownTree description: Check our Web Forms article about OnClientDropDownOpening. slug: dropdowntree/client-side-programming/events/onclientdropdownopening +components: ["dropdowntree"] tags: onclientdropdownopening published: True position: 2 diff --git a/controls/dropdowntree/client-side-programming/events/oncliententryadded.md b/controls/dropdowntree/client-side-programming/events/oncliententryadded.md index 9ec081c101..fb1677d181 100644 --- a/controls/dropdowntree/client-side-programming/events/oncliententryadded.md +++ b/controls/dropdowntree/client-side-programming/events/oncliententryadded.md @@ -3,6 +3,7 @@ title: OnClientEntryAdded page_title: OnClientEntryAdded - RadDropDownTree description: Check our Web Forms article about OnClientEntryAdded. slug: dropdowntree/client-side-programming/events/oncliententryadded +components: ["dropdowntree"] tags: oncliententryadded published: True position: 7 diff --git a/controls/dropdowntree/client-side-programming/events/oncliententryadding.md b/controls/dropdowntree/client-side-programming/events/oncliententryadding.md index 7449666c05..922a448fb0 100644 --- a/controls/dropdowntree/client-side-programming/events/oncliententryadding.md +++ b/controls/dropdowntree/client-side-programming/events/oncliententryadding.md @@ -3,6 +3,7 @@ title: OnClientEntryAdding page_title: OnClientEntryAdding - RadDropDownTree description: Check our Web Forms article about OnClientEntryAdding. slug: dropdowntree/client-side-programming/events/oncliententryadding +components: ["dropdowntree"] tags: oncliententryadding published: True position: 6 diff --git a/controls/dropdowntree/client-side-programming/events/oncliententryremoved.md b/controls/dropdowntree/client-side-programming/events/oncliententryremoved.md index 46f271e906..2156558a08 100644 --- a/controls/dropdowntree/client-side-programming/events/oncliententryremoved.md +++ b/controls/dropdowntree/client-side-programming/events/oncliententryremoved.md @@ -3,6 +3,7 @@ title: OnClientEntryRemoved page_title: OnClientEntryRemoved - RadDropDownTree description: Check our Web Forms article about OnClientEntryRemoved. slug: dropdowntree/client-side-programming/events/oncliententryremoved +components: ["dropdowntree"] tags: oncliententryremoved published: True position: 9 diff --git a/controls/dropdowntree/client-side-programming/events/oncliententryremoving.md b/controls/dropdowntree/client-side-programming/events/oncliententryremoving.md index 7b58c89ace..396ea8b1b2 100644 --- a/controls/dropdowntree/client-side-programming/events/oncliententryremoving.md +++ b/controls/dropdowntree/client-side-programming/events/oncliententryremoving.md @@ -3,6 +3,7 @@ title: OnClientEntryRemoving page_title: OnClientEntryRemoving - RadDropDownTree description: Check our Web Forms article about OnClientEntryRemoving. slug: dropdowntree/client-side-programming/events/oncliententryremoving +components: ["dropdowntree"] tags: oncliententryremoving published: True position: 8 diff --git a/controls/dropdowntree/client-side-programming/events/onclientload.md b/controls/dropdowntree/client-side-programming/events/onclientload.md index d4fb63d71c..9b0623785b 100644 --- a/controls/dropdowntree/client-side-programming/events/onclientload.md +++ b/controls/dropdowntree/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadDropDownTree description: Check our Web Forms article about OnClientLoad. slug: dropdowntree/client-side-programming/events/onclientload +components: ["dropdowntree"] tags: onclientload published: True position: 1 diff --git a/controls/dropdowntree/client-side-programming/events/onclientrequested.md b/controls/dropdowntree/client-side-programming/events/onclientrequested.md index d5b8a2e1ce..9f08c14eaf 100644 --- a/controls/dropdowntree/client-side-programming/events/onclientrequested.md +++ b/controls/dropdowntree/client-side-programming/events/onclientrequested.md @@ -3,6 +3,7 @@ title: OnClientRequested page_title: OnClientRequested - RadDropDownTree description: Check our Web Forms article about OnClientRequested. slug: dropdowntree/client-side-programming/events/onclientrequested +components: ["dropdowntree"] tags: onclientrequested published: False position: 10 diff --git a/controls/dropdowntree/client-side-programming/events/onclientrequestfailed.md b/controls/dropdowntree/client-side-programming/events/onclientrequestfailed.md index 06b276f59c..fddbf7bebf 100644 --- a/controls/dropdowntree/client-side-programming/events/onclientrequestfailed.md +++ b/controls/dropdowntree/client-side-programming/events/onclientrequestfailed.md @@ -3,6 +3,7 @@ title: OnClientRequestFailed page_title: OnClientRequestFailed - RadDropDownTree description: Check our Web Forms article about OnClientRequestFailed. slug: dropdowntree/client-side-programming/events/onclientrequestfailed +components: ["dropdowntree"] tags: onclientrequestfailed published: False position: 11 diff --git a/controls/dropdowntree/client-side-programming/events/onclientrequesting.md b/controls/dropdowntree/client-side-programming/events/onclientrequesting.md index 95d44170bf..ac6735aada 100644 --- a/controls/dropdowntree/client-side-programming/events/onclientrequesting.md +++ b/controls/dropdowntree/client-side-programming/events/onclientrequesting.md @@ -3,6 +3,7 @@ title: OnClientRequesting page_title: OnClientRequesting - RadDropDownTree description: Check our Web Forms article about OnClientRequesting. slug: dropdowntree/client-side-programming/events/onclientrequesting +components: ["dropdowntree"] tags: onclientrequesting published: False position: 12 diff --git a/controls/dropdowntree/client-side-programming/events/overview.md b/controls/dropdowntree/client-side-programming/events/overview.md index 1d72020edf..73485db8e4 100644 --- a/controls/dropdowntree/client-side-programming/events/overview.md +++ b/controls/dropdowntree/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Events Overview page_title: Overview - RadDropDownTree description: Check our Web Forms article about Overview. slug: dropdowntree/client-side-programming/events/overview +components: ["dropdowntree"] tags: overview published: True position: 0 diff --git a/controls/dropdowntree/client-side-programming/overview.md b/controls/dropdowntree/client-side-programming/overview.md index 69e79972ba..4a5aa26795 100644 --- a/controls/dropdowntree/client-side-programming/overview.md +++ b/controls/dropdowntree/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadDropDownTree description: Check our Web Forms article about Overview. slug: dropdowntree/client-side-programming/overview +components: ["dropdowntree"] tags: overview published: False position: 0 diff --git a/controls/dropdowntree/client-side-programming/raddropdowntree-entry-object.md b/controls/dropdowntree/client-side-programming/raddropdowntree-entry-object.md index e42fba659b..6a4efb42f7 100644 --- a/controls/dropdowntree/client-side-programming/raddropdowntree-entry-object.md +++ b/controls/dropdowntree/client-side-programming/raddropdowntree-entry-object.md @@ -3,6 +3,7 @@ title: RadDropDownTree Entry Object page_title: RadDropDownTree Entry Object - RadDropDownTree description: Check our Web Forms article about RadDropDownTree Entry Object. slug: dropdowntree/client-side-programming/raddropdowntree-entry-object +components: ["dropdowntree"] tags: raddropdowntree,entry,object published: True position: 2 diff --git a/controls/dropdowntree/client-side-programming/raddropdowntree-entrycollection-object.md b/controls/dropdowntree/client-side-programming/raddropdowntree-entrycollection-object.md index e0936c9197..b7452caf7e 100644 --- a/controls/dropdowntree/client-side-programming/raddropdowntree-entrycollection-object.md +++ b/controls/dropdowntree/client-side-programming/raddropdowntree-entrycollection-object.md @@ -3,6 +3,7 @@ title: RadDropDownTree EntryCollection Object page_title: RadDropDownTree EntryCollection Object - RadDropDownTree description: Check our Web Forms article about RadDropDownTree EntryCollection Object. slug: dropdowntree/client-side-programming/raddropdowntree-entrycollection-object +components: ["dropdowntree"] tags: raddropdowntree,entrycollection,object published: True position: 3 diff --git a/controls/dropdowntree/client-side-programming/raddropdowntree-object.md b/controls/dropdowntree/client-side-programming/raddropdowntree-object.md index 269ee54645..40b0d504d6 100644 --- a/controls/dropdowntree/client-side-programming/raddropdowntree-object.md +++ b/controls/dropdowntree/client-side-programming/raddropdowntree-object.md @@ -3,6 +3,7 @@ title: RadDropDownTree Object page_title: RadDropDownTree Object - RadDropDownTree description: Check our Web Forms article about RadDropDownTree Object. slug: dropdowntree/client-side-programming/raddropdowntree-object +components: ["dropdowntree"] tags: raddropdowntree,object published: True position: 1 diff --git a/controls/dropdowntree/data-binding/binding-to-array,-arraylist-and-generic-list.md b/controls/dropdowntree/data-binding/binding-to-array,-arraylist-and-generic-list.md index f84d8be13a..03bb94f8b7 100644 --- a/controls/dropdowntree/data-binding/binding-to-array,-arraylist-and-generic-list.md +++ b/controls/dropdowntree/data-binding/binding-to-array,-arraylist-and-generic-list.md @@ -3,6 +3,7 @@ title: Binding to Array, ArrayList and Generic List page_title: Binding to Array, ArrayList and Generic List - RadDropDownTree description: Check our Web Forms article about Binding to Array, ArrayList and Generic List. slug: dropdowntree/data-binding/binding-to-array,-arraylist-and-generic-list +components: ["dropdowntree"] tags: binding,to,array,,arraylist,and,generic,list published: True position: 1 diff --git a/controls/dropdowntree/data-binding/binding-to-datatable,-dataset-or-dataview.md b/controls/dropdowntree/data-binding/binding-to-datatable,-dataset-or-dataview.md index 745d2f85fb..34cadb5101 100644 --- a/controls/dropdowntree/data-binding/binding-to-datatable,-dataset-or-dataview.md +++ b/controls/dropdowntree/data-binding/binding-to-datatable,-dataset-or-dataview.md @@ -3,6 +3,7 @@ title: Binding to DataTable, DataSet or DataView page_title: Binding to DataTable, DataSet or DataView - RadDropDownTree description: Check our Web Forms article about Binding to DataTable, DataSet or DataView. slug: dropdowntree/data-binding/binding-to-datatable,-dataset-or-dataview +components: ["dropdowntree"] tags: binding,to,datatable,,dataset,or,dataview published: True position: 2 diff --git a/controls/dropdowntree/data-binding/binding-to-radclientdatasource.md b/controls/dropdowntree/data-binding/binding-to-radclientdatasource.md index 11568094e0..317a2a18ef 100644 --- a/controls/dropdowntree/data-binding/binding-to-radclientdatasource.md +++ b/controls/dropdowntree/data-binding/binding-to-radclientdatasource.md @@ -3,6 +3,7 @@ title: Binding to RadClientDataSource page_title: Binding to RadClientDataSource - RadDropDownTree description: Check our Web Forms article about Binding to RadClientDataSource. slug: dropdowntree/data-binding/binding-to-radclientdatasource +components: ["dropdowntree"] tags: binding,to,radclientdatasource published: True position: 4 diff --git a/controls/dropdowntree/data-binding/overview.md b/controls/dropdowntree/data-binding/overview.md index 538b7bb7ac..144f6fb462 100644 --- a/controls/dropdowntree/data-binding/overview.md +++ b/controls/dropdowntree/data-binding/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Data Binding Overview - RadDropDownTree description: Check our Web Forms article about Telerik's ASP.NET RadDropDownTree Overview. slug: dropdowntree/data-binding/overview +components: ["dropdowntree"] tags: overview published: True position: 0 diff --git a/controls/dropdowntree/data-binding/web-service-binding.md b/controls/dropdowntree/data-binding/web-service-binding.md index f9e3f666ee..1dcf2a48df 100644 --- a/controls/dropdowntree/data-binding/web-service-binding.md +++ b/controls/dropdowntree/data-binding/web-service-binding.md @@ -3,6 +3,7 @@ title: Web Service Binding page_title: Web Service Binding - RadDropDownTree description: Check our Web Forms article about Web Service Binding. slug: dropdowntree/data-binding/web-service-binding +components: ["dropdowntree"] tags: web,service,binding published: True position: 3 diff --git a/controls/dropdowntree/design-time/configuration-wizard.md b/controls/dropdowntree/design-time/configuration-wizard.md index 1464a2fb63..0bc8fa6ad5 100644 --- a/controls/dropdowntree/design-time/configuration-wizard.md +++ b/controls/dropdowntree/design-time/configuration-wizard.md @@ -3,6 +3,7 @@ title: Configuration Wizard page_title: Configuration Wizard - RadDropDownTree description: Check our Web Forms article about RadDropDownTree Configuration Wizard. slug: dropdowntree/design-time/configuration-wizard +components: ["dropdowntree"] tags: raddropdowntree,configuration,wizard,design published: True position: 1 diff --git a/controls/dropdowntree/design-time/smart-tag.md b/controls/dropdowntree/design-time/smart-tag.md index b68338369b..c6b8fa3a5a 100644 --- a/controls/dropdowntree/design-time/smart-tag.md +++ b/controls/dropdowntree/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadDropDownTree description: Check our Web Forms article about Smart Tag. slug: dropdowntree/design-time/smart-tag +components: ["dropdowntree"] tags: smart,tag published: True position: 0 diff --git a/controls/dropdowntree/functionality/button-settings.md b/controls/dropdowntree/functionality/button-settings.md index a79df02e3b..8c27027459 100644 --- a/controls/dropdowntree/functionality/button-settings.md +++ b/controls/dropdowntree/functionality/button-settings.md @@ -3,6 +3,7 @@ title: Button Settings page_title: Button Settings - RadDropDownTree description: Check our Web Forms article about Button Settings. slug: dropdowntree/functionality/button-settings +components: ["dropdowntree"] tags: button,settings published: True position: 3 diff --git a/controls/dropdowntree/functionality/checkboxes.md b/controls/dropdowntree/functionality/checkboxes.md index 4297661c86..05e5ea1f63 100644 --- a/controls/dropdowntree/functionality/checkboxes.md +++ b/controls/dropdowntree/functionality/checkboxes.md @@ -3,6 +3,7 @@ title: CheckBoxes page_title: CheckBoxes - RadDropDownTree description: Check our Web Forms article about CheckBoxes. slug: dropdowntree/functionality/checkboxes +components: ["dropdowntree"] tags: checkboxes published: True position: 0 diff --git a/controls/dropdowntree/functionality/delimiters.md b/controls/dropdowntree/functionality/delimiters.md index b6a61425e3..ce3f7a011a 100644 --- a/controls/dropdowntree/functionality/delimiters.md +++ b/controls/dropdowntree/functionality/delimiters.md @@ -3,6 +3,7 @@ title: Delimiters page_title: Delimiters - RadDropDownTree description: Check our Web Forms article about Delimiters. slug: dropdowntree/functionality/delimiters +components: ["dropdowntree"] tags: delimiters published: True position: 1 diff --git a/controls/dropdowntree/functionality/dropdown-settings.md b/controls/dropdowntree/functionality/dropdown-settings.md index ca5dff9615..9f8251d363 100644 --- a/controls/dropdowntree/functionality/dropdown-settings.md +++ b/controls/dropdowntree/functionality/dropdown-settings.md @@ -3,6 +3,7 @@ title: DropDown Settings page_title: DropDown Settings - RadDropDownTree description: Check our Web Forms article about DropDown Settings. slug: dropdowntree/functionality/dropdown-settings +components: ["dropdowntree"] tags: dropdown,settings published: True position: 2 diff --git a/controls/dropdowntree/functionality/expand-node-on-single-click.md b/controls/dropdowntree/functionality/expand-node-on-single-click.md index f8baa1e35f..cbe5c7a901 100644 --- a/controls/dropdowntree/functionality/expand-node-on-single-click.md +++ b/controls/dropdowntree/functionality/expand-node-on-single-click.md @@ -3,6 +3,7 @@ title: Expand Node on Single Click page_title: Expand Node on Single Click - RadDropDownTree description: Check our Web Forms article about Expand Node on Single Click. slug: dropdowntree/functionality/expand-node-on-single-click +components: ["dropdowntree"] tags: expand,node,on,single,click published: True position: 4 diff --git a/controls/dropdowntree/functionality/filtering.md b/controls/dropdowntree/functionality/filtering.md index 7d746f7a1a..3a32a7545e 100644 --- a/controls/dropdowntree/functionality/filtering.md +++ b/controls/dropdowntree/functionality/filtering.md @@ -3,6 +3,7 @@ title: Filtering page_title: Filtering - RadDropDownTree description: Check our Web Forms article about Filtering. slug: dropdowntree/functionality/filtering +components: ["dropdowntree"] tags: filtering published: True position: 5 diff --git a/controls/dropdowntree/getting-started.md b/controls/dropdowntree/getting-started.md index cc2ebfdf57..6a088431c0 100644 --- a/controls/dropdowntree/getting-started.md +++ b/controls/dropdowntree/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadDropDownTree description: Check our Web Forms article about Telerik's ASP.NET RadDropDownTree Getting Started. slug: dropdowntree/getting-started +components: ["dropdowntree"] tags: getting,started published: True position: 1 diff --git a/controls/dropdowntree/getting-started/getting-started-.md b/controls/dropdowntree/getting-started/getting-started-.md index 674667a7f8..e33d6d1564 100644 --- a/controls/dropdowntree/getting-started/getting-started-.md +++ b/controls/dropdowntree/getting-started/getting-started-.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadDropDownTree description: Check our Web Forms article about Getting Started. slug: dropdowntree/getting-started/getting-started- +components: ["dropdowntree"] tags: getting,started, published: False position: 0 diff --git a/controls/dropdowntree/how-to/accessing-the-embedded-tree.md b/controls/dropdowntree/how-to/accessing-the-embedded-tree.md index b8c451a510..e20bc335e4 100644 --- a/controls/dropdowntree/how-to/accessing-the-embedded-tree.md +++ b/controls/dropdowntree/how-to/accessing-the-embedded-tree.md @@ -3,6 +3,7 @@ title: Accessing the Embedded Tree page_title: Accessing the Embedded Tree - RadDropDownTree description: Check our Web Forms article about Accessing the Embedded Tree. slug: dropdowntree/how-to/accessing-the-embedded-tree +components: ["dropdowntree"] tags: accessing,the,embedded,tree published: True position: 0 diff --git a/controls/dropdowntree/how-to/how-to-create-an-entry-or-select-a-node.md b/controls/dropdowntree/how-to/how-to-create-an-entry-or-select-a-node.md index 50623b0823..fe2ef3fed7 100644 --- a/controls/dropdowntree/how-to/how-to-create-an-entry-or-select-a-node.md +++ b/controls/dropdowntree/how-to/how-to-create-an-entry-or-select-a-node.md @@ -3,6 +3,7 @@ title: How to Create An Entry or Select a Node page_title: How to Create An Entry or Select a Node - RadDropDownTree description: Check our Web Forms article about How to Create An Entry or Select a Node. slug: dropdowntree/how-to/how-to-create-an-entry-or-select-a-node +components: ["dropdowntree"] tags: how,to,create,an,entry,or,select,a,node published: True position: 1 diff --git a/controls/dropdowntree/how-to/how-to-pre-select-a-node-based-on-text-or-value.md b/controls/dropdowntree/how-to/how-to-pre-select-a-node-based-on-text-or-value.md index 247c6e081e..c7877b49bb 100644 --- a/controls/dropdowntree/how-to/how-to-pre-select-a-node-based-on-text-or-value.md +++ b/controls/dropdowntree/how-to/how-to-pre-select-a-node-based-on-text-or-value.md @@ -3,6 +3,7 @@ title: How to Pre-Select a Node Based on Text or Value page_title: How to Pre-Select a Node Based on Text or Value - RadDropDownTree description: Check our Web Forms article about How to Pre-Select a Node Based on Text or Value. slug: dropdowntree/how-to/how-to-pre-select-a-node-based-on-text-or-value +components: ["dropdowntree"] tags: how,to,pre-select,a,node,based,on,text,or,value published: True position: 2 diff --git a/controls/dropdowntree/how-to/html-encode-the-entry-text.md b/controls/dropdowntree/how-to/html-encode-the-entry-text.md index 0f715ff42f..6ea7850d72 100644 --- a/controls/dropdowntree/how-to/html-encode-the-entry-text.md +++ b/controls/dropdowntree/how-to/html-encode-the-entry-text.md @@ -3,6 +3,7 @@ title: HTML Encode the Entry Text page_title: HTML Encode the Entry Text - RadDropDownTree description: Check our Web Forms article about HTML Encode the Entry Text. slug: dropdowntree/how-to/html-encode-the-entry-text +components: ["dropdowntree"] tags: html,encode,entry,text published: True position: 1 diff --git a/controls/dropdowntree/overview.md b/controls/dropdowntree/overview.md index c8e2f99d05..3845d00123 100644 --- a/controls/dropdowntree/overview.md +++ b/controls/dropdowntree/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadDropDownTree Overview description: Explore the DropDownTree control and its features for displaying hierarchical data in a dropdown format. slug: dropdowntree/overview +components: ["dropdowntree"] tags: overview published: True position: 0 diff --git a/controls/dropdowntree/server-side-programming/events/nodedatabound.md b/controls/dropdowntree/server-side-programming/events/nodedatabound.md index 64e3e82c86..4c27e8a06a 100644 --- a/controls/dropdowntree/server-side-programming/events/nodedatabound.md +++ b/controls/dropdowntree/server-side-programming/events/nodedatabound.md @@ -3,6 +3,7 @@ title: NodeDataBound page_title: NodeDataBound - RadDropDownTree description: Check our Web Forms article about NodeDataBound. slug: dropdowntree/server-side-programming/events/nodedatabound +components: ["dropdowntree"] tags: nodedatabound published: True position: 1 diff --git a/controls/dropdowntree/server-side-programming/events/onentryadded.md b/controls/dropdowntree/server-side-programming/events/onentryadded.md index 346fac316f..54357dc702 100644 --- a/controls/dropdowntree/server-side-programming/events/onentryadded.md +++ b/controls/dropdowntree/server-side-programming/events/onentryadded.md @@ -3,6 +3,7 @@ title: OnEntryAdded page_title: OnEntryAdded - RadDropDownTree description: Check our Web Forms article about OnEntryAdded. slug: dropdowntree/server-side-programming/events/onentryadded +components: ["dropdowntree"] tags: onentryadded published: True position: 2 diff --git a/controls/dropdowntree/server-side-programming/events/onentryremoved.md b/controls/dropdowntree/server-side-programming/events/onentryremoved.md index f95a6d664f..a6448cc40f 100644 --- a/controls/dropdowntree/server-side-programming/events/onentryremoved.md +++ b/controls/dropdowntree/server-side-programming/events/onentryremoved.md @@ -3,6 +3,7 @@ title: OnEntryRemoved page_title: OnEntryRemoved - RadDropDownTree description: Check our Web Forms article about OnEntryRemoved. slug: dropdowntree/server-side-programming/events/onentryremoved +components: ["dropdowntree"] tags: onentryremoved published: True position: 3 diff --git a/controls/dropdowntree/server-side-programming/events/overview.md b/controls/dropdowntree/server-side-programming/events/overview.md index 56c160aaa1..714060ba51 100644 --- a/controls/dropdowntree/server-side-programming/events/overview.md +++ b/controls/dropdowntree/server-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Events Overview page_title: Overview - RadDropDownTree description: Check our Web Forms article about Overview. slug: dropdowntree/server-side-programming/events/overview +components: ["dropdowntree"] tags: overview published: True position: 0 diff --git a/controls/dropdowntree/templates/client-templates.md b/controls/dropdowntree/templates/client-templates.md index 66dbebaedc..749baa5d06 100644 --- a/controls/dropdowntree/templates/client-templates.md +++ b/controls/dropdowntree/templates/client-templates.md @@ -3,6 +3,7 @@ title: Client Templates page_title: Client Templates - RadDropDownTree description: Check our Web Forms article about Client Templates. slug: dropdowntree/templates/client-templates +components: ["dropdowntree"] tags: client,templates published: True position: 1 diff --git a/controls/dropdowntree/templates/templates-overview.md b/controls/dropdowntree/templates/templates-overview.md index b8aa51b09d..623a5d7ebf 100644 --- a/controls/dropdowntree/templates/templates-overview.md +++ b/controls/dropdowntree/templates/templates-overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Templates Overview - RadDropDownTree description: Check our Web Forms article about Telerik's ASP.NET RadDropDownTree Templates Overview. slug: dropdowntree/templates/templates-overview +components: ["dropdowntree"] tags: templates,overview published: True position: 0 diff --git a/controls/editor/accessibility-and-internationalization/creating-accessible-content/accessible-hyperlinks.md b/controls/editor/accessibility-and-internationalization/creating-accessible-content/accessible-hyperlinks.md index 4c419ba488..f6636a2d27 100644 --- a/controls/editor/accessibility-and-internationalization/creating-accessible-content/accessible-hyperlinks.md +++ b/controls/editor/accessibility-and-internationalization/creating-accessible-content/accessible-hyperlinks.md @@ -3,6 +3,7 @@ title: Accessible Hyperlinks page_title: Accessible Hyperlinks - RadEditor description: Check our Web Forms article about Accessible Hyperlinks. slug: editor/accessibility-and-internationalization/creating-accessible-content/accessible-hyperlinks +components: ["editor"] tags: accessible,hyperlinks published: True position: 2 diff --git a/controls/editor/accessibility-and-internationalization/creating-accessible-content/accessible-images.md b/controls/editor/accessibility-and-internationalization/creating-accessible-content/accessible-images.md index 96991162d0..1015fbe22c 100644 --- a/controls/editor/accessibility-and-internationalization/creating-accessible-content/accessible-images.md +++ b/controls/editor/accessibility-and-internationalization/creating-accessible-content/accessible-images.md @@ -3,6 +3,7 @@ title: Accessible Images page_title: Accessible Images - RadEditor description: Check our Web Forms article about Accessible Images. slug: editor/accessibility-and-internationalization/creating-accessible-content/accessible-images +components: ["editor"] tags: accessible,images published: True position: 3 diff --git a/controls/editor/accessibility-and-internationalization/creating-accessible-content/accessible-tables.md b/controls/editor/accessibility-and-internationalization/creating-accessible-content/accessible-tables.md index 689db341b8..0e5829f55f 100644 --- a/controls/editor/accessibility-and-internationalization/creating-accessible-content/accessible-tables.md +++ b/controls/editor/accessibility-and-internationalization/creating-accessible-content/accessible-tables.md @@ -3,6 +3,7 @@ title: Accessible Tables page_title: Accessible Tables - RadEditor description: Check our Web Forms article about Accessible Tables. slug: editor/accessibility-and-internationalization/creating-accessible-content/accessible-tables +components: ["editor"] tags: accessible,tables published: True position: 1 diff --git a/controls/editor/accessibility-and-internationalization/creating-accessible-content/compliance-check-dialog.md b/controls/editor/accessibility-and-internationalization/creating-accessible-content/compliance-check-dialog.md index af0ca1d4f8..89d484743f 100644 --- a/controls/editor/accessibility-and-internationalization/creating-accessible-content/compliance-check-dialog.md +++ b/controls/editor/accessibility-and-internationalization/creating-accessible-content/compliance-check-dialog.md @@ -3,6 +3,7 @@ title: Compliance Check Dialog page_title: Compliance Check Dialog - RadEditor description: Check our Web Forms article about Compliance Check Dialog. slug: editor/accessibility-and-internationalization/creating-accessible-content/compliance-check-dialog +components: ["editor"] tags: compliance,check,dialog published: True position: 6 diff --git a/controls/editor/accessibility-and-internationalization/creating-accessible-content/overview.md b/controls/editor/accessibility-and-internationalization/creating-accessible-content/overview.md index 0c24158532..a017f7dbaa 100644 --- a/controls/editor/accessibility-and-internationalization/creating-accessible-content/overview.md +++ b/controls/editor/accessibility-and-internationalization/creating-accessible-content/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Creating Accessible Content Overview - RadEditor description: Check our Web Forms article about Creating Accessible Content Overview. slug: editor/accessibility-and-internationalization/creating-accessible-content/overview +components: ["editor"] tags: overview published: True position: 0 diff --git a/controls/editor/accessibility-and-internationalization/creating-accessible-content/provide-good-color-contrasts-for-content.md b/controls/editor/accessibility-and-internationalization/creating-accessible-content/provide-good-color-contrasts-for-content.md index 0feab35547..15d3f12d0a 100644 --- a/controls/editor/accessibility-and-internationalization/creating-accessible-content/provide-good-color-contrasts-for-content.md +++ b/controls/editor/accessibility-and-internationalization/creating-accessible-content/provide-good-color-contrasts-for-content.md @@ -3,6 +3,7 @@ title: Provide Good Color Contrasts for Content page_title: Provide Good Color Contrasts for Content - RadEditor description: Check our Web Forms article about Provide Good Color Contrasts for Content. slug: editor/accessibility-and-internationalization/creating-accessible-content/provide-good-color-contrasts-for-content +components: ["editor"] tags: provide,good,color,contrasts,for,content published: True position: 5 diff --git a/controls/editor/accessibility-and-internationalization/creating-accessible-content/use-headers-in-content.md b/controls/editor/accessibility-and-internationalization/creating-accessible-content/use-headers-in-content.md index 18172e9447..7f37504e0b 100644 --- a/controls/editor/accessibility-and-internationalization/creating-accessible-content/use-headers-in-content.md +++ b/controls/editor/accessibility-and-internationalization/creating-accessible-content/use-headers-in-content.md @@ -3,6 +3,7 @@ title: Use Headers in Content page_title: Use Headers in Content - RadEditor description: Check our Web Forms article about Use Headers in Content. slug: editor/accessibility-and-internationalization/creating-accessible-content/use-headers-in-content +components: ["editor"] tags: use,headers,in,content published: True position: 4 diff --git a/controls/editor/accessibility-and-internationalization/keyboard-support/disable-keyboard-shortcuts.md b/controls/editor/accessibility-and-internationalization/keyboard-support/disable-keyboard-shortcuts.md index 16a84a188b..675c421513 100644 --- a/controls/editor/accessibility-and-internationalization/keyboard-support/disable-keyboard-shortcuts.md +++ b/controls/editor/accessibility-and-internationalization/keyboard-support/disable-keyboard-shortcuts.md @@ -3,6 +3,7 @@ title: Disable Keyboard Shortcuts page_title: Disable Keyboard Shortcuts - RadEditor description: Check our Web Forms article about Disable Keyboard Shortcuts. slug: editor/accessibility-and-internationalization/keyboard-support/disable-keyboard-shortcuts +components: ["editor"] tags: disable,keyboard,shortcuts published: True position: 1 diff --git a/controls/editor/accessibility-and-internationalization/keyboard-support/overview.md b/controls/editor/accessibility-and-internationalization/keyboard-support/overview.md index 522d02d6d6..cd2357cb71 100644 --- a/controls/editor/accessibility-and-internationalization/keyboard-support/overview.md +++ b/controls/editor/accessibility-and-internationalization/keyboard-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Keyboard Support Overview - RadEditor description: Check our Web Forms article about Keyboard Support Overview. slug: editor/accessibility-and-internationalization/keyboard-support/overview +components: ["editor"] tags: overview published: True position: 0 diff --git a/controls/editor/accessibility-and-internationalization/keyboard-support/tab-key-behavior.md b/controls/editor/accessibility-and-internationalization/keyboard-support/tab-key-behavior.md index eecc487091..f015177c4b 100644 --- a/controls/editor/accessibility-and-internationalization/keyboard-support/tab-key-behavior.md +++ b/controls/editor/accessibility-and-internationalization/keyboard-support/tab-key-behavior.md @@ -3,6 +3,7 @@ title: Tab Key Behavior page_title: Tab Key Behavior - RadEditor description: Check our Web Forms article about Tab Key Behavior. slug: editor/accessibility-and-internationalization/keyboard-support/tab-key-behavior +components: ["editor"] tags: tab,key,behavior published: True position: 2 diff --git a/controls/editor/accessibility-and-internationalization/localization/create-a-new-language.md b/controls/editor/accessibility-and-internationalization/localization/create-a-new-language.md index 03840c92ca..467ae6e90d 100644 --- a/controls/editor/accessibility-and-internationalization/localization/create-a-new-language.md +++ b/controls/editor/accessibility-and-internationalization/localization/create-a-new-language.md @@ -3,6 +3,7 @@ title: Create a New Language page_title: Create a New Language - RadEditor description: Check our Web Forms article about Create a New Language. slug: editor/accessibility-and-internationalization/localization/create-a-new-language +components: ["editor"] tags: create,a,new,language published: True position: 3 diff --git a/controls/editor/accessibility-and-internationalization/localization/global-resource-files.md b/controls/editor/accessibility-and-internationalization/localization/global-resource-files.md index d8227876c8..905307ef42 100644 --- a/controls/editor/accessibility-and-internationalization/localization/global-resource-files.md +++ b/controls/editor/accessibility-and-internationalization/localization/global-resource-files.md @@ -3,6 +3,7 @@ title: Global Resource Files page_title: Global Resource Files - RadEditor description: Check our Web Forms article about Global Resource Files. slug: editor/accessibility-and-internationalization/localization/global-resource-files +components: ["editor"] tags: global,resource,files published: True position: 0 diff --git a/controls/editor/accessibility-and-internationalization/localization/localization-property.md b/controls/editor/accessibility-and-internationalization/localization/localization-property.md index 148e0e27fc..e9d0cc79a1 100644 --- a/controls/editor/accessibility-and-internationalization/localization/localization-property.md +++ b/controls/editor/accessibility-and-internationalization/localization/localization-property.md @@ -3,6 +3,7 @@ title: Localization Property page_title: Localization Property - RadEditor description: Check our Web Forms article about Localization Property. slug: editor/accessibility-and-internationalization/localization/localization-property +components: ["editor"] tags: localization,property published: True position: 1 diff --git a/controls/editor/accessibility-and-internationalization/localization/localize-buttons,-tooltips,-etc.md b/controls/editor/accessibility-and-internationalization/localization/localize-buttons,-tooltips,-etc.md index 46691396b8..a11c603e33 100644 --- a/controls/editor/accessibility-and-internationalization/localization/localize-buttons,-tooltips,-etc.md +++ b/controls/editor/accessibility-and-internationalization/localization/localize-buttons,-tooltips,-etc.md @@ -3,6 +3,7 @@ title: Localize Buttons, ToolTips, etc page_title: Localize Buttons, ToolTips, etc - RadEditor description: Check our Web Forms article about Localize Buttons, ToolTips, etc. slug: editor/accessibility-and-internationalization/localization/localize-buttons,-tooltips,-etc +components: ["editor"] tags: localize,buttons,,tooltips,,etc published: True position: 4 diff --git a/controls/editor/accessibility-and-internationalization/localization/text-property.md b/controls/editor/accessibility-and-internationalization/localization/text-property.md index 6f855fdff9..f7db5942c8 100644 --- a/controls/editor/accessibility-and-internationalization/localization/text-property.md +++ b/controls/editor/accessibility-and-internationalization/localization/text-property.md @@ -3,6 +3,7 @@ title: Text Property page_title: Text Property - RadEditor description: Check our Web Forms article about Text Property. slug: editor/accessibility-and-internationalization/localization/text-property +components: ["editor"] tags: text,property published: True position: 2 diff --git a/controls/editor/accessibility-and-internationalization/standards-compliance/right-to-left-support.md b/controls/editor/accessibility-and-internationalization/standards-compliance/right-to-left-support.md index df673ac215..e66c2b96b8 100644 --- a/controls/editor/accessibility-and-internationalization/standards-compliance/right-to-left-support.md +++ b/controls/editor/accessibility-and-internationalization/standards-compliance/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadEditor description: Check our Web Forms article about Right-to-left Support. slug: editor/accessibility-and-internationalization/standards-compliance/right-to-left-support +components: ["editor"] tags: right-to-left,support published: True position: 2 diff --git a/controls/editor/accessibility-and-internationalization/standards-compliance/wai-aria-support.md b/controls/editor/accessibility-and-internationalization/standards-compliance/wai-aria-support.md index c45183becc..a47b567010 100644 --- a/controls/editor/accessibility-and-internationalization/standards-compliance/wai-aria-support.md +++ b/controls/editor/accessibility-and-internationalization/standards-compliance/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadEditor description: Check our Web Forms article about WAI-ARIA Support. slug: editor/accessibility-and-internationalization/standards-compliance/wai-aria-support +components: ["editor"] tags: wai-aria,support published: True position: 3 diff --git a/controls/editor/accessibility-and-internationalization/standards-compliance/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/editor/accessibility-and-internationalization/standards-compliance/wcag-2.0-and-section-508-accessibility-compliance.md index f3e2b91eda..e11002ddfb 100644 --- a/controls/editor/accessibility-and-internationalization/standards-compliance/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/editor/accessibility-and-internationalization/standards-compliance/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadEditor description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: editor/accessibility-and-internationalization/standards-compliance/wcag-2.0-and-section-508-accessibility-compliance +components: ["editor"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/editor/accessibility-and-internationalization/standards-compliance/xhtml-compliance.md b/controls/editor/accessibility-and-internationalization/standards-compliance/xhtml-compliance.md index c719caf695..d940e5e53e 100644 --- a/controls/editor/accessibility-and-internationalization/standards-compliance/xhtml-compliance.md +++ b/controls/editor/accessibility-and-internationalization/standards-compliance/xhtml-compliance.md @@ -3,6 +3,7 @@ title: XHTML Compliance page_title: XHTML Compliance - RadEditor description: Check our Web Forms article about XHTML Compliance. slug: editor/accessibility-and-internationalization/standards-compliance/xhtml-compliance +components: ["editor"] tags: xhtml,compliance published: True position: 1 diff --git a/controls/editor/appearance-and-styling/create-a-custom-skin.md b/controls/editor/appearance-and-styling/create-a-custom-skin.md index b52a0432fc..ceb71a54bd 100644 --- a/controls/editor/appearance-and-styling/create-a-custom-skin.md +++ b/controls/editor/appearance-and-styling/create-a-custom-skin.md @@ -3,6 +3,7 @@ title: Create a Custom Skin page_title: Create a Custom Skin - RadEditor description: Check our Web Forms article about Create a Custom Skin. slug: editor/appearance-and-styling/create-a-custom-skin +components: ["editor"] tags: create,a,custom,skin published: True position: 2 diff --git a/controls/editor/appearance-and-styling/css-classes.md b/controls/editor/appearance-and-styling/css-classes.md index 0bbadbe9c2..066a6b1efa 100644 --- a/controls/editor/appearance-and-styling/css-classes.md +++ b/controls/editor/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadEditor description: Check our Web Forms article about CSS Classes. slug: editor/appearance-and-styling/css-classes +components: ["editor"] tags: css,classes published: True position: 3 diff --git a/controls/editor/appearance-and-styling/dialogs'-css-classes.md b/controls/editor/appearance-and-styling/dialogs'-css-classes.md index ecf5f09173..1c1ba0350c 100644 --- a/controls/editor/appearance-and-styling/dialogs'-css-classes.md +++ b/controls/editor/appearance-and-styling/dialogs'-css-classes.md @@ -3,6 +3,7 @@ title: Dialogs' CSS Classes page_title: Dialogs' CSS Classes - RadEditor description: Check our Web Forms article about Dialogs' CSS Classes. slug: editor/appearance-and-styling/dialogs'-css-classes +components: ["editor"] tags: dialogs',css,classes published: True position: 4 diff --git a/controls/editor/appearance-and-styling/dialogscssfile-property.md b/controls/editor/appearance-and-styling/dialogscssfile-property.md index 256e3f808c..6c2535fbf1 100644 --- a/controls/editor/appearance-and-styling/dialogscssfile-property.md +++ b/controls/editor/appearance-and-styling/dialogscssfile-property.md @@ -3,6 +3,7 @@ title: DialogsCssFile Property page_title: DialogsCssFile Property - RadEditor description: Check our Web Forms article about DialogsCssFile Property. slug: editor/appearance-and-styling/dialogscssfile-property +components: ["editor"] tags: dialogscssfile,property published: True position: 1 diff --git a/controls/editor/appearance-and-styling/skins.md b/controls/editor/appearance-and-styling/skins.md index f627d31664..9ef6d9806d 100644 --- a/controls/editor/appearance-and-styling/skins.md +++ b/controls/editor/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadEditor description: Check our Web Forms article about Skins. slug: editor/appearance-and-styling/skins +components: ["editor"] tags: skins published: True position: 0 diff --git a/controls/editor/changes-and-backwards-compatibility/block-commands-behavior-change.md b/controls/editor/changes-and-backwards-compatibility/block-commands-behavior-change.md index 2e911a8be0..d9c23b0bb0 100644 --- a/controls/editor/changes-and-backwards-compatibility/block-commands-behavior-change.md +++ b/controls/editor/changes-and-backwards-compatibility/block-commands-behavior-change.md @@ -3,6 +3,7 @@ title: Block Commands Behavior Change page_title: Block Commands Behavior Change - RadEditor description: Check our Web Forms article about Block Commands Behavior Change. slug: editor/changes-and-backwards-compatibility/block-commands-behavior-change +components: ["editor"] tags: block,commands,behavior,change published: False position: 2 diff --git a/controls/editor/changes-and-backwards-compatibility/inline-and-block-commands-behavior-change.md b/controls/editor/changes-and-backwards-compatibility/inline-and-block-commands-behavior-change.md index 4c07137b83..3a6c0d91e5 100644 --- a/controls/editor/changes-and-backwards-compatibility/inline-and-block-commands-behavior-change.md +++ b/controls/editor/changes-and-backwards-compatibility/inline-and-block-commands-behavior-change.md @@ -3,6 +3,7 @@ title: Inline and Block Commands Behavior Change page_title: Inline and Block Commands Behavior Change - RadEditor description: Check our Web Forms article about Inline and Block Commands Behavior Change. slug: editor/changes-and-backwards-compatibility/inline-and-block-commands-behavior-change +components: ["editor"] tags: inline,and,block,commands,behavior,change published: True position: 4 diff --git a/controls/editor/changes-and-backwards-compatibility/migration-from-radeditor-classic-to-radeditor-for-asp.net-ajax.md b/controls/editor/changes-and-backwards-compatibility/migration-from-radeditor-classic-to-radeditor-for-asp.net-ajax.md index 08dc42d127..71889f99f0 100644 --- a/controls/editor/changes-and-backwards-compatibility/migration-from-radeditor-classic-to-radeditor-for-asp.net-ajax.md +++ b/controls/editor/changes-and-backwards-compatibility/migration-from-radeditor-classic-to-radeditor-for-asp.net-ajax.md @@ -3,6 +3,7 @@ title: Migration from RadEditor Classic to RadEditor for ASP.NET AJAX page_title: Migration from RadEditor Classic to RadEditor - RadEditor description: Check our Web Forms article about Migration from RadEditor Classic to RadEditor for ASP.NET AJAX. slug: editor/changes-and-backwards-compatibility/migration-from-radeditor-classic-to-radeditor-for-asp.net-ajax +components: ["editor"] tags: migration,from,radeditor,classic,to,radeditor,for,asp.net,ajax published: True position: 1 diff --git a/controls/editor/changes-and-backwards-compatibility/overview.md b/controls/editor/changes-and-backwards-compatibility/overview.md index 5e237750c5..dc604a9809 100644 --- a/controls/editor/changes-and-backwards-compatibility/overview.md +++ b/controls/editor/changes-and-backwards-compatibility/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Changes and Backwards Compatibility Overview - RadEditor description: Check our Web Forms article about Overview. slug: editor/changes-and-backwards-compatibility/overview +components: ["editor"] tags: overview published: True position: 0 diff --git a/controls/editor/changes-and-backwards-compatibility/the-autosize-feature-of-the-built-in-dialogs-is-enabled.md b/controls/editor/changes-and-backwards-compatibility/the-autosize-feature-of-the-built-in-dialogs-is-enabled.md index 06b63f4da7..b0f01dbb5d 100644 --- a/controls/editor/changes-and-backwards-compatibility/the-autosize-feature-of-the-built-in-dialogs-is-enabled.md +++ b/controls/editor/changes-and-backwards-compatibility/the-autosize-feature-of-the-built-in-dialogs-is-enabled.md @@ -3,6 +3,7 @@ title: The Autosize Feature of the Built-in Dialogs is Enabled page_title: The Autosize Feature of the Built-in Dialogs is Enabled - RadEditor description: Check our Web Forms article about The Autosize Feature of the Built-in Dialogs is Enabled. slug: editor/changes-and-backwards-compatibility/the-autosize-feature-of-the-built-in-dialogs-is-enabled +components: ["editor"] tags: the,autosize,feature,of,the,built-in,dialogs,is,enabled published: True position: 5 diff --git a/controls/editor/changes-and-backwards-compatibility/what's-new.md b/controls/editor/changes-and-backwards-compatibility/what's-new.md index 37c0b65c92..c90bd03826 100644 --- a/controls/editor/changes-and-backwards-compatibility/what's-new.md +++ b/controls/editor/changes-and-backwards-compatibility/what's-new.md @@ -3,6 +3,7 @@ title: What's New page_title: What's New - RadEditor description: Check our Web Forms article about What's New. slug: editor/changes-and-backwards-compatibility/what's-new +components: ["editor"] tags: what's,new published: False position: 3 diff --git a/controls/editor/client-side-programming/ajaxspellcheck-object.md b/controls/editor/client-side-programming/ajaxspellcheck-object.md index b24574a0c1..ed4ff653ee 100644 --- a/controls/editor/client-side-programming/ajaxspellcheck-object.md +++ b/controls/editor/client-side-programming/ajaxspellcheck-object.md @@ -3,6 +3,7 @@ title: AjaxSpellCheck Object page_title: AjaxSpellCheck Object - RadEditor description: Check our Web Forms article about AjaxSpellCheck Object. slug: editor/client-side-programming/ajaxspellcheck-object +components: ["editor"] tags: ajaxspellcheck,object published: True position: 5 diff --git a/controls/editor/client-side-programming/commandsmanager-object.md b/controls/editor/client-side-programming/commandsmanager-object.md index 6437372aa1..fca1e29f68 100644 --- a/controls/editor/client-side-programming/commandsmanager-object.md +++ b/controls/editor/client-side-programming/commandsmanager-object.md @@ -3,6 +3,7 @@ title: CommandsManager Object page_title: CommandsManager Object - RadEditor description: Check our Web Forms article about CommandsManager Object. slug: editor/client-side-programming/commandsmanager-object +components: ["editor"] tags: commandsmanager,object published: True position: 6 diff --git a/controls/editor/client-side-programming/defaulttooladapter-object.md b/controls/editor/client-side-programming/defaulttooladapter-object.md index ebcc35ac70..2b982dcfc7 100644 --- a/controls/editor/client-side-programming/defaulttooladapter-object.md +++ b/controls/editor/client-side-programming/defaulttooladapter-object.md @@ -3,6 +3,7 @@ title: DefaultToolAdapter Object page_title: DefaultToolAdapter Object - RadEditor description: Check our Web Forms article about DefaultToolAdapter Object. slug: editor/client-side-programming/defaulttooladapter-object +components: ["editor"] tags: defaulttooladapter,object published: True position: 7 diff --git a/controls/editor/client-side-programming/editorbutton-object.md b/controls/editor/client-side-programming/editorbutton-object.md index 32df881926..c8c4c4622f 100644 --- a/controls/editor/client-side-programming/editorbutton-object.md +++ b/controls/editor/client-side-programming/editorbutton-object.md @@ -3,6 +3,7 @@ title: EditorButton Object page_title: EditorButton Object - RadEditor description: Check our Web Forms article about EditorButton Object. slug: editor/client-side-programming/editorbutton-object +components: ["editor"] tags: editorbutton,object published: True position: 9 diff --git a/controls/editor/client-side-programming/editorcontextmenu-object.md b/controls/editor/client-side-programming/editorcontextmenu-object.md index f9fbf55a30..764fb40671 100644 --- a/controls/editor/client-side-programming/editorcontextmenu-object.md +++ b/controls/editor/client-side-programming/editorcontextmenu-object.md @@ -3,6 +3,7 @@ title: EditorContextMenu Object page_title: EditorContextMenu Object - RadEditor description: Check our Web Forms article about EditorContextMenu Object. slug: editor/client-side-programming/editorcontextmenu-object +components: ["editor"] tags: editorcontextmenu,object published: True position: 10 diff --git a/controls/editor/client-side-programming/events/onclientcommandexecuted.md b/controls/editor/client-side-programming/events/onclientcommandexecuted.md index 51902caea6..cf0c7b63d6 100644 --- a/controls/editor/client-side-programming/events/onclientcommandexecuted.md +++ b/controls/editor/client-side-programming/events/onclientcommandexecuted.md @@ -3,6 +3,7 @@ title: OnClientCommandExecuted page_title: OnClientCommandExecuted - RadEditor description: Check our Web Forms article about OnClientCommandExecuted. slug: editor/client-side-programming/events/onclientcommandexecuted +components: ["editor"] tags: onclientcommandexecuted published: True position: 4 diff --git a/controls/editor/client-side-programming/events/onclientcommandexecuting.md b/controls/editor/client-side-programming/events/onclientcommandexecuting.md index 721b30d1fc..290d4f2c45 100644 --- a/controls/editor/client-side-programming/events/onclientcommandexecuting.md +++ b/controls/editor/client-side-programming/events/onclientcommandexecuting.md @@ -3,6 +3,7 @@ title: OnClientCommandExecuting page_title: OnClientCommandExecuting - RadEditor description: Check our Web Forms article about OnClientCommandExecuting. slug: editor/client-side-programming/events/onclientcommandexecuting +components: ["editor"] tags: onclientcommandexecuting published: True position: 3 diff --git a/controls/editor/client-side-programming/events/onclientdomchange.md b/controls/editor/client-side-programming/events/onclientdomchange.md index 8dad64a736..40415952d2 100644 --- a/controls/editor/client-side-programming/events/onclientdomchange.md +++ b/controls/editor/client-side-programming/events/onclientdomchange.md @@ -3,6 +3,7 @@ title: OnClientDomChange page_title: OnClientDomChange - RadEditor description: Check our Web Forms article about OnClientDomChange. slug: editor/client-side-programming/events/onclientdomchange +components: ["editor"] tags: onclientdomchange published: True position: 5 diff --git a/controls/editor/client-side-programming/events/onclientinit.md b/controls/editor/client-side-programming/events/onclientinit.md index 74441dc45d..9c5081e310 100644 --- a/controls/editor/client-side-programming/events/onclientinit.md +++ b/controls/editor/client-side-programming/events/onclientinit.md @@ -3,6 +3,7 @@ title: OnClientInit page_title: OnClientInit - RadEditor description: Check our Web Forms article about OnClientInit. slug: editor/client-side-programming/events/onclientinit +components: ["editor"] tags: onclientinit published: True position: 1 diff --git a/controls/editor/client-side-programming/events/onclientinlineeditcompleted.md b/controls/editor/client-side-programming/events/onclientinlineeditcompleted.md index 93bf0da47c..ebbf4bdfd4 100644 --- a/controls/editor/client-side-programming/events/onclientinlineeditcompleted.md +++ b/controls/editor/client-side-programming/events/onclientinlineeditcompleted.md @@ -3,6 +3,7 @@ title: OnClientInlineEditCompleted page_title: OnClientInlineEditCompleted - RadEditor description: Check our Web Forms article about OnClientInlineEditCompleted. slug: editor/client-side-programming/events/onclientinlineeditcompleted +components: ["editor"] tags: onclientinlineeditcompleted published: True position: 10 diff --git a/controls/editor/client-side-programming/events/onclientload.md b/controls/editor/client-side-programming/events/onclientload.md index 3cbf817c7c..1fcd4f66dc 100644 --- a/controls/editor/client-side-programming/events/onclientload.md +++ b/controls/editor/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadEditor description: Check our Web Forms article about OnClientLoad. slug: editor/client-side-programming/events/onclientload +components: ["editor"] tags: onclientload published: True position: 2 diff --git a/controls/editor/client-side-programming/events/onclientmodechange.md b/controls/editor/client-side-programming/events/onclientmodechange.md index abbec0f425..6c4c01a7eb 100644 --- a/controls/editor/client-side-programming/events/onclientmodechange.md +++ b/controls/editor/client-side-programming/events/onclientmodechange.md @@ -3,6 +3,7 @@ title: OnClientModeChange page_title: OnClientModeChange - RadEditor description: Check our Web Forms article about OnClientModeChange. slug: editor/client-side-programming/events/onclientmodechange +components: ["editor"] tags: onclientmodechange published: True position: 6 diff --git a/controls/editor/client-side-programming/events/onclientpastehtml.md b/controls/editor/client-side-programming/events/onclientpastehtml.md index 3a46f92867..8feabd4b10 100644 --- a/controls/editor/client-side-programming/events/onclientpastehtml.md +++ b/controls/editor/client-side-programming/events/onclientpastehtml.md @@ -3,6 +3,7 @@ title: OnClientPasteHtml page_title: OnClientPasteHtml - RadEditor description: Check our Web Forms article about OnClientPasteHtml. slug: editor/client-side-programming/events/onclientpastehtml +components: ["editor"] tags: onclientpastehtml published: True position: 7 diff --git a/controls/editor/client-side-programming/events/onclientselectionchange.md b/controls/editor/client-side-programming/events/onclientselectionchange.md index 498fe011eb..93575f99e3 100644 --- a/controls/editor/client-side-programming/events/onclientselectionchange.md +++ b/controls/editor/client-side-programming/events/onclientselectionchange.md @@ -3,6 +3,7 @@ title: OnClientSelectionChange page_title: OnClientSelectionChange - RadEditor description: Check our Web Forms article about OnClientSelectionChange. slug: editor/client-side-programming/events/onclientselectionchange +components: ["editor"] tags: onclientselectionchange published: True position: 8 diff --git a/controls/editor/client-side-programming/events/onclientsubmit.md b/controls/editor/client-side-programming/events/onclientsubmit.md index eff95eee89..44915bf0c2 100644 --- a/controls/editor/client-side-programming/events/onclientsubmit.md +++ b/controls/editor/client-side-programming/events/onclientsubmit.md @@ -3,6 +3,7 @@ title: OnClientSubmit page_title: OnClientSubmit - RadEditor description: Check our Web Forms article about OnClientSubmit. slug: editor/client-side-programming/events/onclientsubmit +components: ["editor"] tags: onclientsubmit published: True position: 9 diff --git a/controls/editor/client-side-programming/events/overview.md b/controls/editor/client-side-programming/events/overview.md index 4b525fb66d..e364927ad4 100644 --- a/controls/editor/client-side-programming/events/overview.md +++ b/controls/editor/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Events Overview - RadEditor description: Check our Web Forms article about Overview. slug: editor/client-side-programming/events/overview +components: ["editor"] tags: overview published: True position: 0 diff --git a/controls/editor/client-side-programming/filtersmanager-object.md b/controls/editor/client-side-programming/filtersmanager-object.md index 7cf14a4219..2659620465 100644 --- a/controls/editor/client-side-programming/filtersmanager-object.md +++ b/controls/editor/client-side-programming/filtersmanager-object.md @@ -3,6 +3,7 @@ title: FiltersManager Object page_title: FiltersManager Object - RadEditor description: Check our Web Forms article about FiltersManager Object. slug: editor/client-side-programming/filtersmanager-object +components: ["editor"] tags: filtersmanager,object published: True position: 8 diff --git a/controls/editor/client-side-programming/getting-a-reference-to-radeditor.md b/controls/editor/client-side-programming/getting-a-reference-to-radeditor.md index 3a6f5d7475..e590b193a5 100644 --- a/controls/editor/client-side-programming/getting-a-reference-to-radeditor.md +++ b/controls/editor/client-side-programming/getting-a-reference-to-radeditor.md @@ -3,6 +3,7 @@ title: Getting a Reference to RadEditor page_title: Getting a Reference to RadEditor - RadEditor description: Check our Web Forms article about Getting a Reference to RadEditor. slug: editor/client-side-programming/getting-a-reference-to-radeditor +components: ["editor"] tags: getting,a,reference,to,radeditor published: True position: 1 diff --git a/controls/editor/client-side-programming/getting-a-reference-to-the-radeditor-document-object.md b/controls/editor/client-side-programming/getting-a-reference-to-the-radeditor-document-object.md index 9c96fd0439..96816e4414 100644 --- a/controls/editor/client-side-programming/getting-a-reference-to-the-radeditor-document-object.md +++ b/controls/editor/client-side-programming/getting-a-reference-to-the-radeditor-document-object.md @@ -3,6 +3,7 @@ title: Getting a Reference to the RadEditor Document Object page_title: Getting a Reference to the RadEditor Document Object - RadEditor description: Check our Web Forms article about Getting a Reference to the RadEditor Document Object. slug: editor/client-side-programming/getting-a-reference-to-the-radeditor-document-object +components: ["editor"] tags: getting,a,reference,to,the,radeditor,document,object published: True position: 2 diff --git a/controls/editor/client-side-programming/methods/add_submit.md b/controls/editor/client-side-programming/methods/add_submit.md index 430b0afef5..828a4bc2a2 100644 --- a/controls/editor/client-side-programming/methods/add_submit.md +++ b/controls/editor/client-side-programming/methods/add_submit.md @@ -3,6 +3,7 @@ title: add_submit page_title: add_submit - RadEditor description: Check our Web Forms article about add_submit. slug: editor/client-side-programming/methods/add_submit +components: ["editor"] tags: add_submit published: True position: 19 diff --git a/controls/editor/client-side-programming/methods/attacheventhandler.md b/controls/editor/client-side-programming/methods/attacheventhandler.md index f037586fd5..dbcce19616 100644 --- a/controls/editor/client-side-programming/methods/attacheventhandler.md +++ b/controls/editor/client-side-programming/methods/attacheventhandler.md @@ -3,6 +3,7 @@ title: attachEventHandler page_title: attachEventHandler - RadEditor description: Check our Web Forms article about attachEventHandler. slug: editor/client-side-programming/methods/attacheventhandler +components: ["editor"] tags: attacheventhandler published: True position: 0 diff --git a/controls/editor/client-side-programming/methods/detacheventhandler.md b/controls/editor/client-side-programming/methods/detacheventhandler.md index 6945a2f7b9..c67fe8ad2c 100644 --- a/controls/editor/client-side-programming/methods/detacheventhandler.md +++ b/controls/editor/client-side-programming/methods/detacheventhandler.md @@ -3,6 +3,7 @@ title: detachEventHandler page_title: detachEventHandler - RadEditor description: Check our Web Forms article about detachEventHandler. slug: editor/client-side-programming/methods/detacheventhandler +components: ["editor"] tags: detacheventhandler published: True position: 1 diff --git a/controls/editor/client-side-programming/methods/fire.md b/controls/editor/client-side-programming/methods/fire.md index 441e702cf5..4ba636dc3d 100644 --- a/controls/editor/client-side-programming/methods/fire.md +++ b/controls/editor/client-side-programming/methods/fire.md @@ -3,6 +3,7 @@ title: fire page_title: fire - RadEditor description: Check our Web Forms article about fire. slug: editor/client-side-programming/methods/fire +components: ["editor"] tags: fire published: True position: 2 diff --git a/controls/editor/client-side-programming/methods/get_contentarea.md b/controls/editor/client-side-programming/methods/get_contentarea.md index eebdfdc9eb..045b041265 100644 --- a/controls/editor/client-side-programming/methods/get_contentarea.md +++ b/controls/editor/client-side-programming/methods/get_contentarea.md @@ -3,6 +3,7 @@ title: get_contentArea page_title: get_contentArea - RadEditor description: Check our Web Forms article about get_contentArea. slug: editor/client-side-programming/methods/get_contentarea +components: ["editor"] tags: get_contentarea published: True position: 3 diff --git a/controls/editor/client-side-programming/methods/get_html.md b/controls/editor/client-side-programming/methods/get_html.md index 1c283ee4c0..687143a22b 100644 --- a/controls/editor/client-side-programming/methods/get_html.md +++ b/controls/editor/client-side-programming/methods/get_html.md @@ -3,6 +3,7 @@ title: get_html page_title: get_html - RadEditor description: Check our Web Forms article about get_html. slug: editor/client-side-programming/methods/get_html +components: ["editor"] tags: get_html published: True position: 6 diff --git a/controls/editor/client-side-programming/methods/get_mode.md b/controls/editor/client-side-programming/methods/get_mode.md index 0a94eb405f..2e38b7982d 100644 --- a/controls/editor/client-side-programming/methods/get_mode.md +++ b/controls/editor/client-side-programming/methods/get_mode.md @@ -3,6 +3,7 @@ title: get_mode page_title: get_mode - RadEditor description: Check our Web Forms article about get_mode. slug: editor/client-side-programming/methods/get_mode +components: ["editor"] tags: get_mode published: True position: 7 diff --git a/controls/editor/client-side-programming/methods/get_text.md b/controls/editor/client-side-programming/methods/get_text.md index ecd95605f2..7a72a3488d 100644 --- a/controls/editor/client-side-programming/methods/get_text.md +++ b/controls/editor/client-side-programming/methods/get_text.md @@ -3,6 +3,7 @@ title: get_text page_title: get_text - RadEditor description: Check our Web Forms article about get_text. slug: editor/client-side-programming/methods/get_text +components: ["editor"] tags: get_text published: True position: 10 diff --git a/controls/editor/client-side-programming/methods/getselection.md b/controls/editor/client-side-programming/methods/getselection.md index 10293b786d..85f240696e 100644 --- a/controls/editor/client-side-programming/methods/getselection.md +++ b/controls/editor/client-side-programming/methods/getselection.md @@ -3,6 +3,7 @@ title: getSelection page_title: getSelection - RadEditor description: Check our Web Forms article about getSelection. slug: editor/client-side-programming/methods/getselection +components: ["editor"] tags: getselection published: True position: 8 diff --git a/controls/editor/client-side-programming/methods/getselectionhtml.md b/controls/editor/client-side-programming/methods/getselectionhtml.md index 76a0d9889a..f4c4c3a2e2 100644 --- a/controls/editor/client-side-programming/methods/getselectionhtml.md +++ b/controls/editor/client-side-programming/methods/getselectionhtml.md @@ -3,6 +3,7 @@ title: getSelectionHtml page_title: getSelectionHtml - RadEditor description: Check our Web Forms article about getSelectionHtml. slug: editor/client-side-programming/methods/getselectionhtml +components: ["editor"] tags: getselectionhtml published: True position: 9 diff --git a/controls/editor/client-side-programming/methods/getting-height.md b/controls/editor/client-side-programming/methods/getting-height.md index d36da7f179..90c15b9ac3 100644 --- a/controls/editor/client-side-programming/methods/getting-height.md +++ b/controls/editor/client-side-programming/methods/getting-height.md @@ -3,6 +3,7 @@ title: getting height page_title: getting height - RadEditor description: Check our Web Forms article about getting height. slug: editor/client-side-programming/methods/getting-height +components: ["editor"] tags: getting,height published: True position: 5 diff --git a/controls/editor/client-side-programming/methods/getting-width.md b/controls/editor/client-side-programming/methods/getting-width.md index f889b297bf..f2a3da7740 100644 --- a/controls/editor/client-side-programming/methods/getting-width.md +++ b/controls/editor/client-side-programming/methods/getting-width.md @@ -3,6 +3,7 @@ title: getting width page_title: getting width - RadEditor description: Check our Web Forms article about getting width. slug: editor/client-side-programming/methods/getting-width +components: ["editor"] tags: getting,width published: True position: 4 diff --git a/controls/editor/client-side-programming/methods/gettoolbyname.md b/controls/editor/client-side-programming/methods/gettoolbyname.md index 84fbcde1ba..1baccbc5dd 100644 --- a/controls/editor/client-side-programming/methods/gettoolbyname.md +++ b/controls/editor/client-side-programming/methods/gettoolbyname.md @@ -3,6 +3,7 @@ title: getToolByName page_title: getToolByName - RadEditor description: Check our Web Forms article about getToolByName. slug: editor/client-side-programming/methods/gettoolbyname +components: ["editor"] tags: gettoolbyname published: True position: 11 diff --git a/controls/editor/client-side-programming/methods/pastehtml.md b/controls/editor/client-side-programming/methods/pastehtml.md index b8bd603338..c578a9c9bc 100644 --- a/controls/editor/client-side-programming/methods/pastehtml.md +++ b/controls/editor/client-side-programming/methods/pastehtml.md @@ -3,6 +3,7 @@ title: pasteHtml page_title: pasteHtml - RadEditor description: Check our Web Forms article about pasteHtml. slug: editor/client-side-programming/methods/pastehtml +components: ["editor"] tags: pastehtml published: True position: 13 diff --git a/controls/editor/client-side-programming/methods/selection/gethtml.md b/controls/editor/client-side-programming/methods/selection/gethtml.md index 676a1420cf..0990a9580b 100644 --- a/controls/editor/client-side-programming/methods/selection/gethtml.md +++ b/controls/editor/client-side-programming/methods/selection/gethtml.md @@ -3,6 +3,7 @@ title: getHtml page_title: getHtml - RadEditor description: Check our Web Forms article about getHtml. slug: editor/client-side-programming/methods/selection/gethtml +components: ["editor"] tags: gethtml published: True position: 3 diff --git a/controls/editor/client-side-programming/methods/selection/getparentelement.md b/controls/editor/client-side-programming/methods/selection/getparentelement.md index a20d3113d2..6e54a45e41 100644 --- a/controls/editor/client-side-programming/methods/selection/getparentelement.md +++ b/controls/editor/client-side-programming/methods/selection/getparentelement.md @@ -3,6 +3,7 @@ title: getParentElement page_title: getParentElement - RadEditor description: Check our Web Forms article about getParentElement. slug: editor/client-side-programming/methods/selection/getparentelement +components: ["editor"] tags: getparentelement published: True position: 5 diff --git a/controls/editor/client-side-programming/methods/selection/getrange.md b/controls/editor/client-side-programming/methods/selection/getrange.md index 5873d00473..c7c2f5e582 100644 --- a/controls/editor/client-side-programming/methods/selection/getrange.md +++ b/controls/editor/client-side-programming/methods/selection/getrange.md @@ -3,6 +3,7 @@ title: getRange page_title: getRange - RadEditor description: Check our Web Forms article about getRange. slug: editor/client-side-programming/methods/selection/getrange +components: ["editor"] tags: getrange published: True position: 4 diff --git a/controls/editor/client-side-programming/methods/selection/getselectedelement.md b/controls/editor/client-side-programming/methods/selection/getselectedelement.md index e9a311a3ed..5a3d1f9246 100644 --- a/controls/editor/client-side-programming/methods/selection/getselectedelement.md +++ b/controls/editor/client-side-programming/methods/selection/getselectedelement.md @@ -3,6 +3,7 @@ title: getSelectedElement page_title: getSelectedElement - RadEditor description: Check our Web Forms article about getSelectedElement. slug: editor/client-side-programming/methods/selection/getselectedelement +components: ["editor"] tags: getselectedelement published: True position: 6 diff --git a/controls/editor/client-side-programming/methods/selection/getselection.md b/controls/editor/client-side-programming/methods/selection/getselection.md index 6d52d2f7c8..5ac87b6175 100644 --- a/controls/editor/client-side-programming/methods/selection/getselection.md +++ b/controls/editor/client-side-programming/methods/selection/getselection.md @@ -3,6 +3,7 @@ title: getSelection page_title: getSelection - RadEditor description: Check our Web Forms article about getSelection. slug: editor/client-side-programming/methods/selection/getselection +components: ["editor"] tags: getselection published: True position: 0 diff --git a/controls/editor/client-side-programming/methods/selection/getselectionhtml.md b/controls/editor/client-side-programming/methods/selection/getselectionhtml.md index c51dedbb64..bc74b10995 100644 --- a/controls/editor/client-side-programming/methods/selection/getselectionhtml.md +++ b/controls/editor/client-side-programming/methods/selection/getselectionhtml.md @@ -3,6 +3,7 @@ title: getSelectionHtml page_title: getSelectionHtml - RadEditor description: Check our Web Forms article about getSelectionHtml. slug: editor/client-side-programming/methods/selection/getselectionhtml +components: ["editor"] tags: getselectionhtml published: True position: 1 diff --git a/controls/editor/client-side-programming/methods/selection/gettext.md b/controls/editor/client-side-programming/methods/selection/gettext.md index 1f91beb33d..bcf4c1236b 100644 --- a/controls/editor/client-side-programming/methods/selection/gettext.md +++ b/controls/editor/client-side-programming/methods/selection/gettext.md @@ -3,6 +3,7 @@ title: getText page_title: getText - RadEditor description: Check our Web Forms article about getText. slug: editor/client-side-programming/methods/selection/gettext +components: ["editor"] tags: gettext published: True position: 2 diff --git a/controls/editor/client-side-programming/methods/set_html.md b/controls/editor/client-side-programming/methods/set_html.md index 759f04ea1b..b717237148 100644 --- a/controls/editor/client-side-programming/methods/set_html.md +++ b/controls/editor/client-side-programming/methods/set_html.md @@ -3,6 +3,7 @@ title: set_html page_title: set_html - RadEditor description: Check our Web Forms article about set_html. slug: editor/client-side-programming/methods/set_html +components: ["editor"] tags: set_html published: True position: 12 diff --git a/controls/editor/client-side-programming/methods/set_mode.md b/controls/editor/client-side-programming/methods/set_mode.md index 604fe8c566..2a2cd7eba5 100644 --- a/controls/editor/client-side-programming/methods/set_mode.md +++ b/controls/editor/client-side-programming/methods/set_mode.md @@ -3,6 +3,7 @@ title: set_mode page_title: set_mode - RadEditor description: Check our Web Forms article about set_mode. slug: editor/client-side-programming/methods/set_mode +components: ["editor"] tags: set_mode published: True position: 15 diff --git a/controls/editor/client-side-programming/methods/set_visible.md b/controls/editor/client-side-programming/methods/set_visible.md index d47d0621f1..bf269d8825 100644 --- a/controls/editor/client-side-programming/methods/set_visible.md +++ b/controls/editor/client-side-programming/methods/set_visible.md @@ -3,6 +3,7 @@ title: set_visible page_title: set_visible - RadEditor description: Check our Web Forms article about set_visible. slug: editor/client-side-programming/methods/set_visible +components: ["editor"] tags: set_visible published: True position: 17 diff --git a/controls/editor/client-side-programming/methods/setfocus.md b/controls/editor/client-side-programming/methods/setfocus.md index 4fe25a786b..ce1386eade 100644 --- a/controls/editor/client-side-programming/methods/setfocus.md +++ b/controls/editor/client-side-programming/methods/setfocus.md @@ -3,6 +3,7 @@ title: setFocus page_title: setFocus - RadEditor description: Check our Web Forms article about setFocus. slug: editor/client-side-programming/methods/setfocus +components: ["editor"] tags: setfocus published: True position: 14 diff --git a/controls/editor/client-side-programming/methods/setsize.md b/controls/editor/client-side-programming/methods/setsize.md index 9d89929806..8c2d35ad4f 100644 --- a/controls/editor/client-side-programming/methods/setsize.md +++ b/controls/editor/client-side-programming/methods/setsize.md @@ -3,6 +3,7 @@ title: setSize page_title: setSize - RadEditor description: Check our Web Forms article about setSize. slug: editor/client-side-programming/methods/setsize +components: ["editor"] tags: setsize published: True position: 16 diff --git a/controls/editor/client-side-programming/methods/showdialog.md b/controls/editor/client-side-programming/methods/showdialog.md index 3d92909663..39cda8d1aa 100644 --- a/controls/editor/client-side-programming/methods/showdialog.md +++ b/controls/editor/client-side-programming/methods/showdialog.md @@ -3,6 +3,7 @@ title: showDialog page_title: showDialog - RadEditor description: Check our Web Forms article about showDialog. slug: editor/client-side-programming/methods/showdialog +components: ["editor"] tags: showdialog published: True position: 18 diff --git a/controls/editor/client-side-programming/modulesmanager-object.md b/controls/editor/client-side-programming/modulesmanager-object.md index 1abbc17c18..70f63fdc22 100644 --- a/controls/editor/client-side-programming/modulesmanager-object.md +++ b/controls/editor/client-side-programming/modulesmanager-object.md @@ -3,6 +3,7 @@ title: ModulesManager Object page_title: ModulesManager Object - RadEditor description: Check our Web Forms article about ModulesManager Object. slug: editor/client-side-programming/modulesmanager-object +components: ["editor"] tags: modulesmanager,object published: True position: 11 diff --git a/controls/editor/client-side-programming/overview.md b/controls/editor/client-side-programming/overview.md index 4f1f3b4038..a6d6e57b04 100644 --- a/controls/editor/client-side-programming/overview.md +++ b/controls/editor/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadEditor description: Check our Web Forms article about Overview. slug: editor/client-side-programming/overview +components: ["editor"] tags: overview published: True position: 0 diff --git a/controls/editor/client-side-programming/raddialogopener-object.md b/controls/editor/client-side-programming/raddialogopener-object.md index 01f140401c..55282af5d5 100644 --- a/controls/editor/client-side-programming/raddialogopener-object.md +++ b/controls/editor/client-side-programming/raddialogopener-object.md @@ -3,6 +3,7 @@ title: RadDialogOpener Object page_title: RadDialogOpener Object - RadEditor description: Check our Web Forms article about RadDialogOpener Object. slug: editor/client-side-programming/raddialogopener-object +components: ["editor"] tags: raddialogopener,object published: True position: 12 diff --git a/controls/editor/client-side-programming/radeditor-object.md b/controls/editor/client-side-programming/radeditor-object.md index 8295f378a1..a105692e0d 100644 --- a/controls/editor/client-side-programming/radeditor-object.md +++ b/controls/editor/client-side-programming/radeditor-object.md @@ -3,6 +3,7 @@ title: RadEditor Object page_title: RadEditor Object - RadEditor description: Discover the RadEditor object and its client-side API for managing rich text editing dynamically. slug: editor/client-side-programming/radeditor-object +components: ["editor"] tags: radeditor,object published: True position: 3 diff --git a/controls/editor/client-side-programming/selection-object.md b/controls/editor/client-side-programming/selection-object.md index 1e22d32115..17ed43dd43 100644 --- a/controls/editor/client-side-programming/selection-object.md +++ b/controls/editor/client-side-programming/selection-object.md @@ -3,6 +3,7 @@ title: Selection Object page_title: Selection Object - RadEditor description: Check our Web Forms article about Selection Object. slug: editor/client-side-programming/selection-object +components: ["editor"] tags: selection,object published: True position: 4 diff --git a/controls/editor/client-side-programming/shortcutmanager-object.md b/controls/editor/client-side-programming/shortcutmanager-object.md index 03d2771e8b..4010f7b15e 100644 --- a/controls/editor/client-side-programming/shortcutmanager-object.md +++ b/controls/editor/client-side-programming/shortcutmanager-object.md @@ -3,6 +3,7 @@ title: ShortcutManager Object page_title: ShortcutManager Object - RadEditor description: Check our Web Forms article about ShortcutManager Object. slug: editor/client-side-programming/shortcutmanager-object +components: ["editor"] tags: shortcutmanager,object published: True position: 13 diff --git a/controls/editor/design-time/configuration-wizard.md b/controls/editor/design-time/configuration-wizard.md index e10b5e589e..5099cfafbd 100644 --- a/controls/editor/design-time/configuration-wizard.md +++ b/controls/editor/design-time/configuration-wizard.md @@ -3,6 +3,7 @@ title: Configuration Wizard page_title: Configuration Wizard - RadEditor description: Check our Web Forms article about Configuration Wizard. slug: editor/design-time/configuration-wizard +components: ["editor"] tags: configuration,wizard published: True position: 1 diff --git a/controls/editor/design-time/smart-tag.md b/controls/editor/design-time/smart-tag.md index 246d43360b..ecb34e9476 100644 --- a/controls/editor/design-time/smart-tag.md +++ b/controls/editor/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadEditor description: Check our Web Forms article about Smart Tag. slug: editor/design-time/smart-tag +components: ["editor"] tags: smart,tag published: True position: 0 diff --git a/controls/editor/functionality/context-menus/disable-context-menu-.md b/controls/editor/functionality/context-menus/disable-context-menu-.md index c6d6132642..b8a27d7e71 100644 --- a/controls/editor/functionality/context-menus/disable-context-menu-.md +++ b/controls/editor/functionality/context-menus/disable-context-menu-.md @@ -3,6 +3,7 @@ title: Disable Context Menu page_title: Disable Context Menu - RadEditor description: Check our Web Forms article about Disable Context Menu. slug: editor/functionality/context-menus/disable-context-menu- +components: ["editor"] tags: disable,context,menu, published: True position: 2 diff --git a/controls/editor/functionality/context-menus/nested-context-menus.md b/controls/editor/functionality/context-menus/nested-context-menus.md index 4467305ec0..5ee4a99c27 100644 --- a/controls/editor/functionality/context-menus/nested-context-menus.md +++ b/controls/editor/functionality/context-menus/nested-context-menus.md @@ -3,6 +3,7 @@ title: Nested Context Menus page_title: Nested Context Menus - RadEditor description: Check our Web Forms article about Nested Context Menus. slug: editor/functionality/context-menus/nested-context-menus +components: ["editor"] tags: disable,context,menu, nested, right, click published: True position: 1 diff --git a/controls/editor/functionality/context-menus/overview.md b/controls/editor/functionality/context-menus/overview.md index 3b5d208696..ecd538b7ee 100644 --- a/controls/editor/functionality/context-menus/overview.md +++ b/controls/editor/functionality/context-menus/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Context Menus Overview - RadEditor description: Check our Web Forms article about Overview. slug: editor/functionality/context-menus/overview +components: ["editor"] tags: overview published: True position: 0 diff --git a/controls/editor/functionality/dialogs/custom-dialogs.md b/controls/editor/functionality/dialogs/custom-dialogs.md index 0c7e81bc60..a8817ec04f 100644 --- a/controls/editor/functionality/dialogs/custom-dialogs.md +++ b/controls/editor/functionality/dialogs/custom-dialogs.md @@ -3,6 +3,7 @@ title: Custom Dialogs page_title: Custom Dialogs - RadEditor description: Check our Web Forms article about Custom Dialogs. slug: editor/functionality/dialogs/custom-dialogs +components: ["editor"] tags: custom,dialogs published: True position: 8 diff --git a/controls/editor/functionality/dialogs/examples/custom-filebrowsercontentprovider.md b/controls/editor/functionality/dialogs/examples/custom-filebrowsercontentprovider.md index 5b269293a1..5d22066336 100644 --- a/controls/editor/functionality/dialogs/examples/custom-filebrowsercontentprovider.md +++ b/controls/editor/functionality/dialogs/examples/custom-filebrowsercontentprovider.md @@ -3,6 +3,7 @@ title: Custom FileBrowserContentProvider page_title: Custom FileBrowserContentProvider - RadEditor description: Check our Web Forms article about Custom FileBrowserContentProvider. slug: editor/functionality/dialogs/examples/custom-filebrowsercontentprovider +components: ["editor"] tags: custom,filebrowsercontentprovider published: True position: 7 diff --git a/controls/editor/functionality/dialogs/examples/disable-the-anchor-tab-on-the-link-manager.md b/controls/editor/functionality/dialogs/examples/disable-the-anchor-tab-on-the-link-manager.md index bc527f62b1..69a8554326 100644 --- a/controls/editor/functionality/dialogs/examples/disable-the-anchor-tab-on-the-link-manager.md +++ b/controls/editor/functionality/dialogs/examples/disable-the-anchor-tab-on-the-link-manager.md @@ -3,6 +3,7 @@ title: Disable the Anchor Tab on the Link Manager page_title: Disable the Anchor Tab on the Link Manager - RadEditor description: Check our Web Forms article about Disable the Anchor Tab on the Link Manager. slug: editor/functionality/dialogs/examples/disable-the-anchor-tab-on-the-link-manager +components: ["editor"] tags: disable,the,anchor,tab,on,the,link,manager published: True position: 0 diff --git a/controls/editor/functionality/dialogs/examples/enable-tabs.md b/controls/editor/functionality/dialogs/examples/enable-tabs.md index c5220e2171..822d6d7b2a 100644 --- a/controls/editor/functionality/dialogs/examples/enable-tabs.md +++ b/controls/editor/functionality/dialogs/examples/enable-tabs.md @@ -3,6 +3,7 @@ title: Enable Tabs page_title: Enable Tabs - RadEditor description: Check our Web Forms article about Enable Tabs. slug: editor/functionality/dialogs/examples/enable-tabs +components: ["editor"] tags: enable,tabs published: True position: 1 diff --git a/controls/editor/functionality/dialogs/examples/enforce-roles.md b/controls/editor/functionality/dialogs/examples/enforce-roles.md index 5f40771801..c7b5532d18 100644 --- a/controls/editor/functionality/dialogs/examples/enforce-roles.md +++ b/controls/editor/functionality/dialogs/examples/enforce-roles.md @@ -3,6 +3,7 @@ title: Enforce Roles page_title: Enforce Roles - RadEditor description: Check our Web Forms article about Enforce Roles. slug: editor/functionality/dialogs/examples/enforce-roles +components: ["editor"] tags: enforce,roles published: True position: 8 diff --git a/controls/editor/functionality/dialogs/examples/resize-dialogs.md b/controls/editor/functionality/dialogs/examples/resize-dialogs.md index 3530f942ff..e816f27c0b 100644 --- a/controls/editor/functionality/dialogs/examples/resize-dialogs.md +++ b/controls/editor/functionality/dialogs/examples/resize-dialogs.md @@ -3,6 +3,7 @@ title: Resize Dialogs page_title: Resize Dialogs - RadEditor description: Check our Web Forms article about Resize Dialogs. slug: editor/functionality/dialogs/examples/resize-dialogs +components: ["editor"] tags: resize,dialogs published: True position: 6 diff --git a/controls/editor/functionality/dialogs/examples/strip-image-and-anchor-paths.md b/controls/editor/functionality/dialogs/examples/strip-image-and-anchor-paths.md index 49a22c7317..7836e3b71f 100644 --- a/controls/editor/functionality/dialogs/examples/strip-image-and-anchor-paths.md +++ b/controls/editor/functionality/dialogs/examples/strip-image-and-anchor-paths.md @@ -3,6 +3,7 @@ title: Strip Image and Anchor Paths page_title: Strip Image and Anchor Paths - RadEditor description: Check our Web Forms article about Strip Image and Anchor Paths. slug: editor/functionality/dialogs/examples/strip-image-and-anchor-paths +components: ["editor"] tags: strip,image,and,anchor,paths published: True position: 2 diff --git a/controls/editor/functionality/dialogs/examples/upload-files-to-a-shared-drive.md b/controls/editor/functionality/dialogs/examples/upload-files-to-a-shared-drive.md index c2c846b3df..1441c2bb3d 100644 --- a/controls/editor/functionality/dialogs/examples/upload-files-to-a-shared-drive.md +++ b/controls/editor/functionality/dialogs/examples/upload-files-to-a-shared-drive.md @@ -3,6 +3,7 @@ title: Upload Files to a Shared Drive page_title: Upload Files to a Shared Drive - RadEditor description: Check our Web Forms article about Upload Files to a Shared Drive. slug: editor/functionality/dialogs/examples/upload-files-to-a-shared-drive +components: ["editor"] tags: upload,files,to,a,shared,drive published: True position: 4 diff --git a/controls/editor/functionality/dialogs/examples/upload-images-to-the-server.md b/controls/editor/functionality/dialogs/examples/upload-images-to-the-server.md index 96d1fe6876..b4e5c5e10f 100644 --- a/controls/editor/functionality/dialogs/examples/upload-images-to-the-server.md +++ b/controls/editor/functionality/dialogs/examples/upload-images-to-the-server.md @@ -3,6 +3,7 @@ title: Upload Images to the Server page_title: Upload Images to the Server - RadEditor description: Check our Web Forms article about Upload Images to the Server. slug: editor/functionality/dialogs/examples/upload-images-to-the-server +components: ["editor"] tags: upload,images,to,the,server published: True position: 3 diff --git a/controls/editor/functionality/dialogs/examples/upload-large-files-(maxrequestlength).md b/controls/editor/functionality/dialogs/examples/upload-large-files-(maxrequestlength).md index c78a29ce5a..1e72acd7e1 100644 --- a/controls/editor/functionality/dialogs/examples/upload-large-files-(maxrequestlength).md +++ b/controls/editor/functionality/dialogs/examples/upload-large-files-(maxrequestlength).md @@ -3,6 +3,7 @@ title: Upload Large Files (maxRequestLength) page_title: Upload Large Files (maxRequestLength) - RadEditor description: Check our Web Forms article about Upload Large Files (maxRequestLength). slug: editor/functionality/dialogs/examples/upload-large-files-(maxrequestlength) +components: ["editor"] tags: upload,large,files,(maxrequestlength) published: True position: 5 diff --git a/controls/editor/functionality/dialogs/externaldialogspath-property.md b/controls/editor/functionality/dialogs/externaldialogspath-property.md index 0a872dfe69..81c3425c19 100644 --- a/controls/editor/functionality/dialogs/externaldialogspath-property.md +++ b/controls/editor/functionality/dialogs/externaldialogspath-property.md @@ -3,6 +3,7 @@ title: ExternalDialogsPath Property page_title: ExternalDialogsPath Property - RadEditor description: Check our Web Forms article about ExternalDialogsPath Property. slug: editor/functionality/dialogs/externaldialogspath-property +components: ["editor"] tags: externaldialogspath,property published: True position: 7 diff --git a/controls/editor/functionality/dialogs/file-browser-dialogs/documents.md b/controls/editor/functionality/dialogs/file-browser-dialogs/documents.md index 243c09c6af..61075291c5 100644 --- a/controls/editor/functionality/dialogs/file-browser-dialogs/documents.md +++ b/controls/editor/functionality/dialogs/file-browser-dialogs/documents.md @@ -3,6 +3,7 @@ title: Documents page_title: Documents - RadEditor description: Check our Web Forms article about Documents. slug: editor/functionality/dialogs/file-browser-dialogs/documents +components: ["editor"] tags: documents published: True position: 2 diff --git a/controls/editor/functionality/dialogs/file-browser-dialogs/flash.md b/controls/editor/functionality/dialogs/file-browser-dialogs/flash.md index d83c02b1ff..219920f95c 100644 --- a/controls/editor/functionality/dialogs/file-browser-dialogs/flash.md +++ b/controls/editor/functionality/dialogs/file-browser-dialogs/flash.md @@ -3,6 +3,7 @@ title: Flash page_title: Flash - RadEditor description: Check our Web Forms article about Flash. slug: editor/functionality/dialogs/file-browser-dialogs/flash +components: ["editor"] tags: flash published: True position: 5 diff --git a/controls/editor/functionality/dialogs/file-browser-dialogs/images.md b/controls/editor/functionality/dialogs/file-browser-dialogs/images.md index 7adca28b38..1d39af8754 100644 --- a/controls/editor/functionality/dialogs/file-browser-dialogs/images.md +++ b/controls/editor/functionality/dialogs/file-browser-dialogs/images.md @@ -3,6 +3,7 @@ title: Images page_title: Images - RadEditor description: Check our Web Forms article about Images. slug: editor/functionality/dialogs/file-browser-dialogs/images +components: ["editor"] tags: images published: True position: 1 diff --git a/controls/editor/functionality/dialogs/file-browser-dialogs/media.md b/controls/editor/functionality/dialogs/file-browser-dialogs/media.md index 7368485ec5..88da538caf 100644 --- a/controls/editor/functionality/dialogs/file-browser-dialogs/media.md +++ b/controls/editor/functionality/dialogs/file-browser-dialogs/media.md @@ -3,6 +3,7 @@ title: Media page_title: Media - RadEditor description: Check our Web Forms article about Media. slug: editor/functionality/dialogs/file-browser-dialogs/media +components: ["editor"] tags: media published: True position: 4 diff --git a/controls/editor/functionality/dialogs/file-browser-dialogs/overview.md b/controls/editor/functionality/dialogs/file-browser-dialogs/overview.md index 3fa014fa9d..e684ebd315 100644 --- a/controls/editor/functionality/dialogs/file-browser-dialogs/overview.md +++ b/controls/editor/functionality/dialogs/file-browser-dialogs/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: File Browser Dialogs Overview - RadEditor description: Check our Web Forms article about File Browser Dialogs Overview. slug: editor/functionality/dialogs/file-browser-dialogs/overview +components: ["editor"] tags: overview published: True position: 0 diff --git a/controls/editor/functionality/dialogs/file-browser-dialogs/silverlight-manager.md b/controls/editor/functionality/dialogs/file-browser-dialogs/silverlight-manager.md index 31463a5bb8..1a6adb1093 100644 --- a/controls/editor/functionality/dialogs/file-browser-dialogs/silverlight-manager.md +++ b/controls/editor/functionality/dialogs/file-browser-dialogs/silverlight-manager.md @@ -3,6 +3,7 @@ title: Silverlight Manager page_title: Silverlight Manager - RadEditor description: Check our Web Forms article about Silverlight Manager. slug: editor/functionality/dialogs/file-browser-dialogs/silverlight-manager +components: ["editor"] tags: silverlight,manager published: True position: 6 diff --git a/controls/editor/functionality/dialogs/file-browser-dialogs/templates.md b/controls/editor/functionality/dialogs/file-browser-dialogs/templates.md index 236ee92fa3..2fd2749bc1 100644 --- a/controls/editor/functionality/dialogs/file-browser-dialogs/templates.md +++ b/controls/editor/functionality/dialogs/file-browser-dialogs/templates.md @@ -3,6 +3,7 @@ title: Templates page_title: Templates - RadEditor description: Check our Web Forms article about Templates. slug: editor/functionality/dialogs/file-browser-dialogs/templates +components: ["editor"] tags: templates published: True position: 3 diff --git a/controls/editor/functionality/dialogs/format-code-block.md b/controls/editor/functionality/dialogs/format-code-block.md index 2275502080..c2e3fbcf9c 100644 --- a/controls/editor/functionality/dialogs/format-code-block.md +++ b/controls/editor/functionality/dialogs/format-code-block.md @@ -3,6 +3,7 @@ title: Format Code Block page_title: Format Code Block - RadEditor description: Check our Web Forms article about Format Code Block. slug: editor/functionality/dialogs/format-code-block +components: ["editor"] tags: format,code,block published: True position: 5 diff --git a/controls/editor/functionality/dialogs/insert-select-element.md b/controls/editor/functionality/dialogs/insert-select-element.md index c03d06b86d..85fec73d6c 100644 --- a/controls/editor/functionality/dialogs/insert-select-element.md +++ b/controls/editor/functionality/dialogs/insert-select-element.md @@ -3,6 +3,7 @@ title: Insert Select Element page_title: Insert Select Element - RadEditor description: Check our Web Forms article about Insert Select Element. slug: editor/functionality/dialogs/insert-select-element +components: ["editor"] tags: insert,select,element published: True position: 3 diff --git a/controls/editor/functionality/dialogs/lightweight-insert-dialogs.md b/controls/editor/functionality/dialogs/lightweight-insert-dialogs.md index 126e8692cc..912708d589 100644 --- a/controls/editor/functionality/dialogs/lightweight-insert-dialogs.md +++ b/controls/editor/functionality/dialogs/lightweight-insert-dialogs.md @@ -3,6 +3,7 @@ title: Lightweight Insert Dialogs page_title: Lightweight Insert Dialogs - RadEditor description: Check our Web Forms article about Lightweight Insert Dialogs. slug: editor/functionality/dialogs/lightweight-insert-dialogs +components: ["editor"] tags: lightweight,insert,dialogs published: True position: 4 diff --git a/controls/editor/functionality/dialogs/overview.md b/controls/editor/functionality/dialogs/overview.md index 5cd35a2e78..e303758f28 100644 --- a/controls/editor/functionality/dialogs/overview.md +++ b/controls/editor/functionality/dialogs/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Dialogs Overview - RadEditor description: Check our Web Forms article about Overview. slug: editor/functionality/dialogs/overview +components: ["editor"] tags: overview published: True position: 0 diff --git a/controls/editor/functionality/dialogs/security.md b/controls/editor/functionality/dialogs/security.md index 67f7353f02..ba8dcce357 100644 --- a/controls/editor/functionality/dialogs/security.md +++ b/controls/editor/functionality/dialogs/security.md @@ -3,6 +3,7 @@ title: Security page_title: Security - RadEditor description: Check our Web Forms article about Apply security in RadEditor and enforce information encryption to prevent attacks. slug: editor/security +components: ["editor"] previous_url: editor-security tags: security published: True diff --git a/controls/editor/functionality/dialogs/table-wizard.md b/controls/editor/functionality/dialogs/table-wizard.md index a4512b6282..73625677a7 100644 --- a/controls/editor/functionality/dialogs/table-wizard.md +++ b/controls/editor/functionality/dialogs/table-wizard.md @@ -3,6 +3,7 @@ title: Table Wizard page_title: Table Wizard - RadEditor description: Check our Web Forms article about Table Wizard. slug: editor/functionality/dialogs/table-wizard +components: ["editor"] tags: table,wizard published: True position: 2 diff --git a/controls/editor/functionality/dialogs/xhtml-validator.md b/controls/editor/functionality/dialogs/xhtml-validator.md index 900c87b7c4..f929d6e6da 100644 --- a/controls/editor/functionality/dialogs/xhtml-validator.md +++ b/controls/editor/functionality/dialogs/xhtml-validator.md @@ -3,6 +3,7 @@ title: XHTML Validator page_title: XHTML Validator - RadEditor description: Check our Web Forms article about XHTML Validator. slug: editor/functionality/dialogs/xhtml-validator +components: ["editor"] tags: xhtml,validator published: True position: 6 diff --git a/controls/editor/functionality/editor-views-and-modes/contentareamode-property.md b/controls/editor/functionality/editor-views-and-modes/contentareamode-property.md index 69e8de98c4..4f7f78ba85 100644 --- a/controls/editor/functionality/editor-views-and-modes/contentareamode-property.md +++ b/controls/editor/functionality/editor-views-and-modes/contentareamode-property.md @@ -3,6 +3,7 @@ title: ContentAreaMode Property page_title: ContentAreaMode Property - RadEditor description: Check our Web Forms article about ContentAreaMode Property. slug: editor/functionality/editor-views-and-modes/contentareamode-property +components: ["editor"] tags: contentareamode,property published: True position: 1 diff --git a/controls/editor/functionality/editor-views-and-modes/disable-radeditor.md b/controls/editor/functionality/editor-views-and-modes/disable-radeditor.md index cfd9afa441..37b1702b47 100644 --- a/controls/editor/functionality/editor-views-and-modes/disable-radeditor.md +++ b/controls/editor/functionality/editor-views-and-modes/disable-radeditor.md @@ -3,6 +3,7 @@ title: Disable RadEditor page_title: Disable RadEditor - RadEditor description: Check our Web Forms article about Disable RadEditor. slug: editor/functionality/editor-views-and-modes/disable-radeditor +components: ["editor"] tags: disable,radeditor published: True position: 4 diff --git a/controls/editor/functionality/editor-views-and-modes/edit-modes.md b/controls/editor/functionality/editor-views-and-modes/edit-modes.md index ccf58e3640..b47b93f3c2 100644 --- a/controls/editor/functionality/editor-views-and-modes/edit-modes.md +++ b/controls/editor/functionality/editor-views-and-modes/edit-modes.md @@ -3,6 +3,7 @@ title: Edit Modes page_title: Edit Modes - RadEditor description: Check our Web Forms article about Edit Modes. slug: editor/functionality/editor-views-and-modes/edit-modes +components: ["editor"] tags: edit,modes published: True position: 0 diff --git a/controls/editor/functionality/editor-views-and-modes/full-screen-mode.md b/controls/editor/functionality/editor-views-and-modes/full-screen-mode.md index 077f234fba..39ee9e7ff8 100644 --- a/controls/editor/functionality/editor-views-and-modes/full-screen-mode.md +++ b/controls/editor/functionality/editor-views-and-modes/full-screen-mode.md @@ -3,6 +3,7 @@ title: Full Screen Mode page_title: Full Screen Mode - RadEditor description: Check our Web Forms article about Full Screen Mode. slug: editor/functionality/editor-views-and-modes/full-screen-mode +components: ["editor"] tags: full,screen,mode published: True position: 3 diff --git a/controls/editor/functionality/editor-views-and-modes/inline-editing-mode.md b/controls/editor/functionality/editor-views-and-modes/inline-editing-mode.md index 2dc59c284c..de2ceb3241 100644 --- a/controls/editor/functionality/editor-views-and-modes/inline-editing-mode.md +++ b/controls/editor/functionality/editor-views-and-modes/inline-editing-mode.md @@ -3,6 +3,7 @@ title: Inline Editing Mode page_title: Inline Editing Mode - RadEditor description: Check our Web Forms article about Inline Editing Mode. slug: editor/functionality/editor-views-and-modes/inline-editing-mode +components: ["editor"] tags: inline,editing,mode published: True position: 2 diff --git a/controls/editor/functionality/editor-views-and-modes/scrollable-non-editable-mode.md b/controls/editor/functionality/editor-views-and-modes/scrollable-non-editable-mode.md index 6e9447c550..c58d35d88a 100644 --- a/controls/editor/functionality/editor-views-and-modes/scrollable-non-editable-mode.md +++ b/controls/editor/functionality/editor-views-and-modes/scrollable-non-editable-mode.md @@ -3,6 +3,7 @@ title: Scrollable Non Editable Mode page_title: Scrollable Non Editable Mode - RadEditor description: Check our Web Forms article about Scrollable Non Editable Mode. slug: editor/functionality/editor-views-and-modes/scrollable-non-editable-mode +components: ["editor"] tags: scrollable,non,editable,mode published: True position: 5 diff --git a/controls/editor/functionality/import-and-export/export-to-docx-and-rtf.md b/controls/editor/functionality/import-and-export/export-to-docx-and-rtf.md index d0e50352b5..4f10734a22 100644 --- a/controls/editor/functionality/import-and-export/export-to-docx-and-rtf.md +++ b/controls/editor/functionality/import-and-export/export-to-docx-and-rtf.md @@ -3,6 +3,7 @@ title: Export to DOCX and RTF page_title: Export to DOCX and RTF - RadEditor description: Check our Web Forms article about Export to DOCX and RTF. slug: editor/functionality/import-and-export/export-to-docx-and-rtf +components: ["editor"] tags: export,to,docx,and,rtf published: True position: 2 diff --git a/controls/editor/functionality/import-and-export/export-to-pdf.md b/controls/editor/functionality/import-and-export/export-to-pdf.md index d9d806068a..94f63b69f0 100644 --- a/controls/editor/functionality/import-and-export/export-to-pdf.md +++ b/controls/editor/functionality/import-and-export/export-to-pdf.md @@ -3,6 +3,7 @@ title: Export to PDF page_title: Export to PDF - RadEditor description: Learn how to export content from the Editor control to PDF format for creating shareable documents. slug: editor/functionality/import-and-export/export-to-pdf +components: ["editor"] tags: export,to,pdf published: True position: 0 diff --git a/controls/editor/functionality/import-and-export/import-and-export-to-word.md b/controls/editor/functionality/import-and-export/import-and-export-to-word.md index be1e98bab6..65116d935a 100644 --- a/controls/editor/functionality/import-and-export/import-and-export-to-word.md +++ b/controls/editor/functionality/import-and-export/import-and-export-to-word.md @@ -3,6 +3,7 @@ title: Import and Export to Word page_title: Import and Export to Word - RadEditor description: Check our Web Forms article about Import and Export to Word. slug: editor/functionality/import-and-export/import-and-export-to-word +components: ["editor"] tags: import,and,export,to,word published: True position: 1 diff --git a/controls/editor/functionality/import-and-export/import-from-docx-and-rtf.md b/controls/editor/functionality/import-and-export/import-from-docx-and-rtf.md index 961b63b8d4..f2353bd4e8 100644 --- a/controls/editor/functionality/import-and-export/import-from-docx-and-rtf.md +++ b/controls/editor/functionality/import-and-export/import-from-docx-and-rtf.md @@ -3,6 +3,7 @@ title: Import from DOCX and RTF page_title: Import from DOCX and RTF - RadEditor description: Check our Web Forms article about Import from DOCX and RTF. slug: editor/functionality/import-and-export/import-from-docx-and-rtf +components: ["editor"] tags: import,from,docx,and,rtf published: True position: 3 diff --git a/controls/editor/functionality/modules/custom-modules.md b/controls/editor/functionality/modules/custom-modules.md index ac1b0dd4b9..fa3ef4c16a 100644 --- a/controls/editor/functionality/modules/custom-modules.md +++ b/controls/editor/functionality/modules/custom-modules.md @@ -3,6 +3,7 @@ title: Custom Modules page_title: Custom Modules - RadEditor description: Check our Web Forms article about Custom Modules. slug: editor/functionality/modules/custom-modules +components: ["editor"] tags: custom,modules published: True position: 2 diff --git a/controls/editor/functionality/modules/disable-or-hide-modules.md b/controls/editor/functionality/modules/disable-or-hide-modules.md index 65e292d763..134222104c 100644 --- a/controls/editor/functionality/modules/disable-or-hide-modules.md +++ b/controls/editor/functionality/modules/disable-or-hide-modules.md @@ -3,6 +3,7 @@ title: Disable or Hide Modules page_title: Disable or Hide Modules - RadEditor description: Check our Web Forms article about Disable or Hide Modules. slug: editor/functionality/modules/disable-or-hide-modules +components: ["editor"] tags: disable,or,hide,modules published: True position: 1 diff --git a/controls/editor/functionality/modules/overview.md b/controls/editor/functionality/modules/overview.md index 478addc2b8..e45dfef8fb 100644 --- a/controls/editor/functionality/modules/overview.md +++ b/controls/editor/functionality/modules/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Modules Overview - RadEditor description: Check our Web Forms article about Overview. slug: editor/functionality/modules/overview +components: ["editor"] tags: overview published: True position: 0 diff --git a/controls/editor/functionality/spellchecker/create-a-new-dictionary.md b/controls/editor/functionality/spellchecker/create-a-new-dictionary.md index 1d4bb3c4ea..53a5a7c4fc 100644 --- a/controls/editor/functionality/spellchecker/create-a-new-dictionary.md +++ b/controls/editor/functionality/spellchecker/create-a-new-dictionary.md @@ -3,6 +3,7 @@ title: Create a New Dictionary page_title: Create a New Dictionary - RadEditor description: Check our Web Forms article about Create a New Dictionary. slug: editor/functionality/spellchecker/create-a-new-dictionary +components: ["editor"] tags: create,a,new,dictionary published: True position: 1 diff --git a/controls/editor/functionality/spellchecker/localization.md b/controls/editor/functionality/spellchecker/localization.md index e084800d9a..07e66ff768 100644 --- a/controls/editor/functionality/spellchecker/localization.md +++ b/controls/editor/functionality/spellchecker/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadEditor description: Check our Web Forms article about Localization. slug: editor/functionality/spellchecker/localization +components: ["editor"] tags: localization published: True position: 2 diff --git a/controls/editor/functionality/spellchecker/overview.md b/controls/editor/functionality/spellchecker/overview.md index ffa5535c9f..13b25adfdf 100644 --- a/controls/editor/functionality/spellchecker/overview.md +++ b/controls/editor/functionality/spellchecker/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Spellchecker Overview - RadEditor description: Check our Web Forms article about Overview. slug: editor/functionality/spellchecker/overview +components: ["editor"] tags: overview published: True position: 0 diff --git a/controls/editor/functionality/toolbars/buttons/add-standard-buttons.md b/controls/editor/functionality/toolbars/buttons/add-standard-buttons.md index eaeafa7136..b3f2972217 100644 --- a/controls/editor/functionality/toolbars/buttons/add-standard-buttons.md +++ b/controls/editor/functionality/toolbars/buttons/add-standard-buttons.md @@ -3,6 +3,7 @@ title: Add Standard Buttons page_title: Add Standard Buttons - RadEditor description: Check our Web Forms article about Add Standard Buttons. slug: editor/functionality/toolbars/buttons/add-standard-buttons +components: ["editor"] tags: add,standard,buttons published: True position: 0 diff --git a/controls/editor/functionality/toolbars/buttons/add-your-own-buttons.md b/controls/editor/functionality/toolbars/buttons/add-your-own-buttons.md index 233dc7a9fc..24a8074e23 100644 --- a/controls/editor/functionality/toolbars/buttons/add-your-own-buttons.md +++ b/controls/editor/functionality/toolbars/buttons/add-your-own-buttons.md @@ -3,6 +3,7 @@ title: Add Your Own Buttons page_title: Add Your Own Buttons - RadEditor description: Check our Web Forms article about Add Your Own Buttons. slug: editor/functionality/toolbars/buttons/add-your-own-buttons +components: ["editor"] tags: add,your,own,buttons published: True position: 2 diff --git a/controls/editor/functionality/toolbars/buttons/examples/increase-and-decrease-size-buttons.md b/controls/editor/functionality/toolbars/buttons/examples/increase-and-decrease-size-buttons.md index 6fe2fb0f01..a228500ac3 100644 --- a/controls/editor/functionality/toolbars/buttons/examples/increase-and-decrease-size-buttons.md +++ b/controls/editor/functionality/toolbars/buttons/examples/increase-and-decrease-size-buttons.md @@ -3,6 +3,7 @@ title: Increase and Decrease Size Buttons page_title: Increase and Decrease Size Buttons - RadEditor description: Check our Web Forms article about Increase and Decrease Size Buttons. slug: editor/functionality/toolbars/buttons/examples/increase-and-decrease-size-buttons +components: ["editor"] tags: increase,and,decrease,size,buttons published: True position: 1 diff --git a/controls/editor/functionality/toolbars/buttons/examples/page-break-button.md b/controls/editor/functionality/toolbars/buttons/examples/page-break-button.md index c71194a61f..51a61e4bfa 100644 --- a/controls/editor/functionality/toolbars/buttons/examples/page-break-button.md +++ b/controls/editor/functionality/toolbars/buttons/examples/page-break-button.md @@ -3,6 +3,7 @@ title: Page-break Button page_title: Page-break Button - RadEditor description: Check our Web Forms article about Page-break Button. slug: editor/functionality/toolbars/buttons/examples/page-break-button +components: ["editor"] tags: page-break,button published: True position: 0 diff --git a/controls/editor/functionality/toolbars/buttons/examples/save-and-cancel-buttons.md b/controls/editor/functionality/toolbars/buttons/examples/save-and-cancel-buttons.md index 4614d54e84..3539aa4e5b 100644 --- a/controls/editor/functionality/toolbars/buttons/examples/save-and-cancel-buttons.md +++ b/controls/editor/functionality/toolbars/buttons/examples/save-and-cancel-buttons.md @@ -3,6 +3,7 @@ title: Save and Cancel Buttons page_title: Save and Cancel Buttons - RadEditor description: Check our Web Forms article about Save and Cancel Buttons. slug: editor/functionality/toolbars/buttons/examples/save-and-cancel-buttons +components: ["editor"] tags: save,and,cancel,buttons published: True position: 2 diff --git a/controls/editor/functionality/toolbars/buttons/remove-toolbar-buttons.md b/controls/editor/functionality/toolbars/buttons/remove-toolbar-buttons.md index 4cd5526705..34ba4f3582 100644 --- a/controls/editor/functionality/toolbars/buttons/remove-toolbar-buttons.md +++ b/controls/editor/functionality/toolbars/buttons/remove-toolbar-buttons.md @@ -3,6 +3,7 @@ title: Remove Toolbar Buttons page_title: Remove Toolbar Buttons - RadEditor description: Check our Web Forms article about Remove Toolbar Buttons. slug: editor/functionality/toolbars/buttons/remove-toolbar-buttons +components: ["editor"] tags: remove,toolbar,buttons published: True position: 1 diff --git a/controls/editor/functionality/toolbars/buttons/set-button-state.md b/controls/editor/functionality/toolbars/buttons/set-button-state.md index 4ef57c733f..6304540b95 100644 --- a/controls/editor/functionality/toolbars/buttons/set-button-state.md +++ b/controls/editor/functionality/toolbars/buttons/set-button-state.md @@ -3,6 +3,7 @@ title: Set Button State page_title: Set Button State - RadEditor description: Check our Web Forms article about Set Button State. slug: editor/functionality/toolbars/buttons/set-button-state +components: ["editor"] tags: set,button,state published: True position: 3 diff --git a/controls/editor/functionality/toolbars/docking-zones.md b/controls/editor/functionality/toolbars/docking-zones.md index ad9524c4a1..b942e430ed 100644 --- a/controls/editor/functionality/toolbars/docking-zones.md +++ b/controls/editor/functionality/toolbars/docking-zones.md @@ -3,6 +3,7 @@ title: Docking Zones page_title: Docking Zones - RadEditor description: Check our Web Forms article about Docking Zones. slug: editor/functionality/toolbars/docking-zones +components: ["editor"] tags: docking,zones published: True position: 3 diff --git a/controls/editor/functionality/toolbars/dropdowns/code-snippets.md b/controls/editor/functionality/toolbars/dropdowns/code-snippets.md index 75c63c1cd8..e4c4d1a177 100644 --- a/controls/editor/functionality/toolbars/dropdowns/code-snippets.md +++ b/controls/editor/functionality/toolbars/dropdowns/code-snippets.md @@ -3,6 +3,7 @@ title: Code Snippets page_title: Code Snippets - RadEditor description: Check our Web Forms article about Code Snippets. slug: editor/functionality/toolbars/dropdowns/code-snippets +components: ["editor"] tags: code,snippets published: True position: 11 diff --git a/controls/editor/functionality/toolbars/dropdowns/colors.md b/controls/editor/functionality/toolbars/dropdowns/colors.md index 7419807998..dc427693f6 100644 --- a/controls/editor/functionality/toolbars/dropdowns/colors.md +++ b/controls/editor/functionality/toolbars/dropdowns/colors.md @@ -3,6 +3,7 @@ title: Colors page_title: Colors - RadEditor description: Check our Web Forms article about Colors. slug: editor/functionality/toolbars/dropdowns/colors +components: ["editor"] tags: colors published: True position: 5 diff --git a/controls/editor/functionality/toolbars/dropdowns/css-styles.md b/controls/editor/functionality/toolbars/dropdowns/css-styles.md index d441f4c746..e163c349ff 100644 --- a/controls/editor/functionality/toolbars/dropdowns/css-styles.md +++ b/controls/editor/functionality/toolbars/dropdowns/css-styles.md @@ -3,6 +3,7 @@ title: CSS Styles page_title: CSS Styles - RadEditor description: Learn how to configure CSS styles in the Editor control's toolbar dropdowns for content formatting. slug: editor/functionality/toolbars/dropdowns/css-styles +components: ["editor"] tags: css,styles published: True position: 6 diff --git a/controls/editor/functionality/toolbars/dropdowns/custom-dropdown.md b/controls/editor/functionality/toolbars/dropdowns/custom-dropdown.md index 4f52fed08b..76894b468c 100644 --- a/controls/editor/functionality/toolbars/dropdowns/custom-dropdown.md +++ b/controls/editor/functionality/toolbars/dropdowns/custom-dropdown.md @@ -3,6 +3,7 @@ title: Custom Dropdown page_title: Custom Dropdown - RadEditor description: Check our Web Forms article about Custom Dropdown. slug: editor/functionality/toolbars/dropdowns/custom-dropdown +components: ["editor"] tags: custom,dropdown published: True position: 15 diff --git a/controls/editor/functionality/toolbars/dropdowns/custom-links.md b/controls/editor/functionality/toolbars/dropdowns/custom-links.md index 240fbf61e2..24d5a7a896 100644 --- a/controls/editor/functionality/toolbars/dropdowns/custom-links.md +++ b/controls/editor/functionality/toolbars/dropdowns/custom-links.md @@ -3,6 +3,7 @@ title: Custom Links page_title: Custom Links - RadEditor description: Check our Web Forms article about Custom Links. slug: editor/functionality/toolbars/dropdowns/custom-links +components: ["editor"] tags: custom,links published: True position: 9 diff --git a/controls/editor/functionality/toolbars/dropdowns/custom-toolstrip.md b/controls/editor/functionality/toolbars/dropdowns/custom-toolstrip.md index 8cf38bc55f..02f4e9a21e 100644 --- a/controls/editor/functionality/toolbars/dropdowns/custom-toolstrip.md +++ b/controls/editor/functionality/toolbars/dropdowns/custom-toolstrip.md @@ -3,6 +3,7 @@ title: Custom ToolStrip page_title: Custom ToolStrip - RadEditor description: Check our Web Forms article about Custom ToolStrip. slug: editor/functionality/toolbars/dropdowns/custom-toolstrip +components: ["editor"] tags: custom,toolstrip published: True position: 16 diff --git a/controls/editor/functionality/toolbars/dropdowns/examples/line-spacing-dropdown.md b/controls/editor/functionality/toolbars/dropdowns/examples/line-spacing-dropdown.md index 406fe3aa85..119da33238 100644 --- a/controls/editor/functionality/toolbars/dropdowns/examples/line-spacing-dropdown.md +++ b/controls/editor/functionality/toolbars/dropdowns/examples/line-spacing-dropdown.md @@ -3,6 +3,7 @@ title: Line Spacing Dropdown page_title: Line Spacing Dropdown - RadEditor description: Check our Web Forms article about Line Spacing Dropdown. slug: editor/functionality/toolbars/dropdowns/examples/line-spacing-dropdown +components: ["editor"] tags: line,spacing,dropdown published: True position: 0 diff --git a/controls/editor/functionality/toolbars/dropdowns/examples/resize-the-dropdown-header-and-pop-up-size.md b/controls/editor/functionality/toolbars/dropdowns/examples/resize-the-dropdown-header-and-pop-up-size.md index d729856242..c24bccaf23 100644 --- a/controls/editor/functionality/toolbars/dropdowns/examples/resize-the-dropdown-header-and-pop-up-size.md +++ b/controls/editor/functionality/toolbars/dropdowns/examples/resize-the-dropdown-header-and-pop-up-size.md @@ -3,6 +3,7 @@ title: Resize the Dropdown Header and Pop-up Size page_title: Resize the Dropdown Header and Pop-up Size - RadEditor description: Check our Web Forms article about Resize the Dropdown Header and Pop-up Size. slug: editor/functionality/toolbars/dropdowns/examples/resize-the-dropdown-header-and-pop-up-size +components: ["editor"] tags: resize,the,dropdown,header,and,pop-up,size published: True position: 1 diff --git a/controls/editor/functionality/toolbars/dropdowns/external-css-files.md b/controls/editor/functionality/toolbars/dropdowns/external-css-files.md index 9bf5d525d2..912a97921e 100644 --- a/controls/editor/functionality/toolbars/dropdowns/external-css-files.md +++ b/controls/editor/functionality/toolbars/dropdowns/external-css-files.md @@ -3,6 +3,7 @@ title: External CSS Files page_title: External CSS Files - RadEditor description: Check our Web Forms article about External CSS Files. slug: editor/functionality/toolbars/dropdowns/external-css-files +components: ["editor"] tags: external,css,files published: True position: 7 diff --git a/controls/editor/functionality/toolbars/dropdowns/font-sizes.md b/controls/editor/functionality/toolbars/dropdowns/font-sizes.md index 9fc41f0132..117be7ceb7 100644 --- a/controls/editor/functionality/toolbars/dropdowns/font-sizes.md +++ b/controls/editor/functionality/toolbars/dropdowns/font-sizes.md @@ -3,6 +3,7 @@ title: Font Sizes page_title: Font Sizes - RadEditor description: Check our Web Forms article about Font Sizes. slug: editor/functionality/toolbars/dropdowns/font-sizes +components: ["editor"] tags: font,sizes published: True position: 1 diff --git a/controls/editor/functionality/toolbars/dropdowns/fonts.md b/controls/editor/functionality/toolbars/dropdowns/fonts.md index fafbbac57f..2cd46db7dc 100644 --- a/controls/editor/functionality/toolbars/dropdowns/fonts.md +++ b/controls/editor/functionality/toolbars/dropdowns/fonts.md @@ -3,6 +3,7 @@ title: Fonts page_title: Fonts - RadEditor description: Check our Web Forms article about Fonts. slug: editor/functionality/toolbars/dropdowns/fonts +components: ["editor"] tags: fonts published: True position: 0 diff --git a/controls/editor/functionality/toolbars/dropdowns/format-sets.md b/controls/editor/functionality/toolbars/dropdowns/format-sets.md index c5dfae20e2..47756878cd 100644 --- a/controls/editor/functionality/toolbars/dropdowns/format-sets.md +++ b/controls/editor/functionality/toolbars/dropdowns/format-sets.md @@ -3,6 +3,7 @@ title: Format Sets page_title: Format Sets - RadEditor description: Check our Web Forms article about Format Sets. slug: editor/functionality/toolbars/dropdowns/format-sets +components: ["editor"] tags: format,sets published: True position: 4 diff --git a/controls/editor/functionality/toolbars/dropdowns/insert-table.md b/controls/editor/functionality/toolbars/dropdowns/insert-table.md index 4e30bc6b0c..860e3e44be 100644 --- a/controls/editor/functionality/toolbars/dropdowns/insert-table.md +++ b/controls/editor/functionality/toolbars/dropdowns/insert-table.md @@ -3,6 +3,7 @@ title: Insert Table page_title: Insert Table - RadEditor description: Check our Web Forms article about Insert Table. slug: editor/functionality/toolbars/dropdowns/insert-table +components: ["editor"] tags: insert,table published: True position: 12 diff --git a/controls/editor/functionality/toolbars/dropdowns/paragraph-styles.md b/controls/editor/functionality/toolbars/dropdowns/paragraph-styles.md index b20d9ce1c7..ea6ed25db5 100644 --- a/controls/editor/functionality/toolbars/dropdowns/paragraph-styles.md +++ b/controls/editor/functionality/toolbars/dropdowns/paragraph-styles.md @@ -3,6 +3,7 @@ title: Paragraph (FormatBlock) Styles page_title: Paragraph Styles - RadEditor description: Check our Web Forms article about Paragraph Styles. slug: editor/functionality/toolbars/dropdowns/paragraph-styles +components: ["editor"] tags: paragraph,styles published: True position: 3 diff --git a/controls/editor/functionality/toolbars/dropdowns/real-font-sizes.md b/controls/editor/functionality/toolbars/dropdowns/real-font-sizes.md index 62c15f64c8..55f32c979f 100644 --- a/controls/editor/functionality/toolbars/dropdowns/real-font-sizes.md +++ b/controls/editor/functionality/toolbars/dropdowns/real-font-sizes.md @@ -3,6 +3,7 @@ title: Real Font Sizes page_title: Real Font Sizes - RadEditor description: Check our Web Forms article about Real Font Sizes. slug: editor/functionality/toolbars/dropdowns/real-font-sizes +components: ["editor"] tags: real,font,sizes published: True position: 2 diff --git a/controls/editor/functionality/toolbars/dropdowns/strip-formatting-tools.md b/controls/editor/functionality/toolbars/dropdowns/strip-formatting-tools.md index c4bb48ef72..9b50c40a2a 100644 --- a/controls/editor/functionality/toolbars/dropdowns/strip-formatting-tools.md +++ b/controls/editor/functionality/toolbars/dropdowns/strip-formatting-tools.md @@ -3,6 +3,7 @@ title: Strip Formatting Tools page_title: Strip Formatting Tools - RadEditor description: Check our Web Forms article about Strip Formatting Tools. slug: editor/functionality/toolbars/dropdowns/strip-formatting-tools +components: ["editor"] tags: strip,formatting,tools published: True position: 13 diff --git a/controls/editor/functionality/toolbars/dropdowns/strip-pasting-tools.md b/controls/editor/functionality/toolbars/dropdowns/strip-pasting-tools.md index be15b9ee6a..c728a26d59 100644 --- a/controls/editor/functionality/toolbars/dropdowns/strip-pasting-tools.md +++ b/controls/editor/functionality/toolbars/dropdowns/strip-pasting-tools.md @@ -3,6 +3,7 @@ title: Strip Pasting Tools page_title: Strip Pasting Tools - RadEditor description: Check our Web Forms article about Strip Pasting Tools. slug: editor/functionality/toolbars/dropdowns/strip-pasting-tools +components: ["editor"] tags: strip,pasting,tools published: True position: 14 diff --git a/controls/editor/functionality/toolbars/dropdowns/symbols.md b/controls/editor/functionality/toolbars/dropdowns/symbols.md index cd24814344..97787892b8 100644 --- a/controls/editor/functionality/toolbars/dropdowns/symbols.md +++ b/controls/editor/functionality/toolbars/dropdowns/symbols.md @@ -3,6 +3,7 @@ title: Symbols page_title: Symbols - RadEditor description: Check our Web Forms article about Symbols. slug: editor/functionality/toolbars/dropdowns/symbols +components: ["editor"] tags: symbols published: True position: 10 diff --git a/controls/editor/functionality/toolbars/dropdowns/using-css-styles.md b/controls/editor/functionality/toolbars/dropdowns/using-css-styles.md index 5f0901bd3f..a42a1773db 100644 --- a/controls/editor/functionality/toolbars/dropdowns/using-css-styles.md +++ b/controls/editor/functionality/toolbars/dropdowns/using-css-styles.md @@ -3,6 +3,7 @@ title: Using CSS Styles page_title: Using CSS Styles - RadEditor description: Check our Web Forms article about Using CSS Styles. slug: editor/functionality/toolbars/dropdowns/using-css-styles +components: ["editor"] tags: using,css,styles published: True position: 8 diff --git a/controls/editor/functionality/toolbars/modes.md b/controls/editor/functionality/toolbars/modes.md index f5b73141d1..d3ba90c6c0 100644 --- a/controls/editor/functionality/toolbars/modes.md +++ b/controls/editor/functionality/toolbars/modes.md @@ -3,6 +3,7 @@ title: Modes page_title: Modes - RadEditor description: Check our Web Forms article about Modes. slug: editor/functionality/toolbars/modes +components: ["editor"] tags: modes published: True position: 1 diff --git a/controls/editor/functionality/toolbars/overview.md b/controls/editor/functionality/toolbars/overview.md index 20d5aba289..98657acdea 100644 --- a/controls/editor/functionality/toolbars/overview.md +++ b/controls/editor/functionality/toolbars/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Toolbars Overview - RadEditor description: Learn about the toolbars in the Editor control and how to customize them for specific editing needs. slug: editor/functionality/toolbars/overview +components: ["editor"] tags: overview published: True position: 0 diff --git a/controls/editor/functionality/toolbars/using-ribbonbar.md b/controls/editor/functionality/toolbars/using-ribbonbar.md index da932cf4da..8d7883464b 100644 --- a/controls/editor/functionality/toolbars/using-ribbonbar.md +++ b/controls/editor/functionality/toolbars/using-ribbonbar.md @@ -3,6 +3,7 @@ title: Using RibbonBar Toolbar page_title: Using RibbonBar Toolbar - RadEditor description: Check our Web Forms article about Using RibbonBar Toolbar. slug: editor/functionality/toolbars/using-ribbonbar +components: ["editor"] tags: editor, ribbonbarm toolbar, mode published: True position: 3 diff --git a/controls/editor/functionality/toolbars/using-toolsfile.xml.md b/controls/editor/functionality/toolbars/using-toolsfile.xml.md index a2f8ba04ef..9845ffcacb 100644 --- a/controls/editor/functionality/toolbars/using-toolsfile.xml.md +++ b/controls/editor/functionality/toolbars/using-toolsfile.xml.md @@ -3,6 +3,7 @@ title: Using ToolsFile.xml page_title: Using ToolsFile.xml - RadEditor description: Learn how to configure the Editor control's toolbar using the ToolsFile.xml configuration file. slug: editor/functionality/toolbars/using-toolsfile.xml +components: ["editor"] tags: using,toolsfile.xml published: True position: 2 diff --git a/controls/editor/functionality/track-changes-and-comments/comments.md b/controls/editor/functionality/track-changes-and-comments/comments.md index a495f0e9cf..48a79fa669 100644 --- a/controls/editor/functionality/track-changes-and-comments/comments.md +++ b/controls/editor/functionality/track-changes-and-comments/comments.md @@ -3,6 +3,7 @@ title: Comments page_title: Comments - RadEditor description: Check our Web Forms article about Comments. slug: editor/functionality/track-changes-and-comments/comments +components: ["editor"] tags: comments published: True position: 1 diff --git a/controls/editor/functionality/track-changes-and-comments/track-changes.md b/controls/editor/functionality/track-changes-and-comments/track-changes.md index c7333c37f5..ce7f821a43 100644 --- a/controls/editor/functionality/track-changes-and-comments/track-changes.md +++ b/controls/editor/functionality/track-changes-and-comments/track-changes.md @@ -3,6 +3,7 @@ title: Track Changes page_title: Track Changes - RadEditor description: Check our Web Forms article about Track Changes. slug: editor/functionality/track-changes-and-comments/track-changes +components: ["editor"] tags: track,changes published: True position: 0 diff --git a/controls/editor/getting-started/manage-content.md b/controls/editor/getting-started/manage-content.md index edafe2f368..26999b41f7 100644 --- a/controls/editor/getting-started/manage-content.md +++ b/controls/editor/getting-started/manage-content.md @@ -3,6 +3,7 @@ title: Manage Content page_title: Manage Content - RadEditor description: Check our Web Forms article about Manage Content. slug: editor/getting-started/manage-content +components: ["editor"] tags: manage,content published: True position: 3 diff --git a/controls/editor/getting-started/overview.md b/controls/editor/getting-started/overview.md index 7a51a06ce0..9bb020e466 100644 --- a/controls/editor/getting-started/overview.md +++ b/controls/editor/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Getting Started Overview - RadEditor description: Check our Web Forms article about Overview. slug: editor/getting-started/overview +components: ["editor"] tags: overview published: True position: 0 diff --git a/controls/editor/getting-started/set-properties.md b/controls/editor/getting-started/set-properties.md index c2a603f16e..853d972db5 100644 --- a/controls/editor/getting-started/set-properties.md +++ b/controls/editor/getting-started/set-properties.md @@ -3,6 +3,7 @@ title: Set Properties page_title: Set Properties - RadEditor description: Check our Web Forms article about Set Properties. slug: editor/getting-started/set-properties +components: ["editor"] tags: set,properties published: True position: 2 diff --git a/controls/editor/getting-started/standards-compliance-and-browser-support.md b/controls/editor/getting-started/standards-compliance-and-browser-support.md index a49f8f72c5..fa15ec70ca 100644 --- a/controls/editor/getting-started/standards-compliance-and-browser-support.md +++ b/controls/editor/getting-started/standards-compliance-and-browser-support.md @@ -3,6 +3,7 @@ title: Standards Compliance and Browser Support page_title: Standards Compliance and Browser Support - RadEditor description: Check our Web Forms article about Standards Compliance and Browser Support. slug: editor/getting-started/standards-compliance-and-browser-support +components: ["editor"] tags: standards,compliance,and,browser,support published: True position: 5 diff --git a/controls/editor/getting-started/structure.md b/controls/editor/getting-started/structure.md index 949f69ae0f..a28c67ed6c 100644 --- a/controls/editor/getting-started/structure.md +++ b/controls/editor/getting-started/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: RadEditor Structure - RadEditor description: Explore the structure of the Editor control and learn how to configure its components effectively. slug: editor/getting-started/radeditor-structure +components: ["editor"] tags: radeditor,structure published: True position: 1 diff --git a/controls/editor/getting-started/toolbars-and-menus.md b/controls/editor/getting-started/toolbars-and-menus.md index 0f344d6e9b..69d0e11cb7 100644 --- a/controls/editor/getting-started/toolbars-and-menus.md +++ b/controls/editor/getting-started/toolbars-and-menus.md @@ -3,6 +3,7 @@ title: Toolbars and Menus page_title: Toolbars and Menus - RadEditor description: Check our Web Forms article about Toolbars and Menus. slug: editor/getting-started/toolbars-and-menus +components: ["editor"] tags: toolbars,and,menus published: True position: 4 diff --git a/controls/editor/how-to/configure-browser-spellcheck.md b/controls/editor/how-to/configure-browser-spellcheck.md index 4ef3c34083..17056bf9c6 100644 --- a/controls/editor/how-to/configure-browser-spellcheck.md +++ b/controls/editor/how-to/configure-browser-spellcheck.md @@ -3,6 +3,7 @@ title: Configure Browser Spellcheck in RadEditor page_title: Configure Browser Spellcheck in RadEditor - RadEditor description: Check our Web Forms article about Configure Browser Spellcheck in RadEditor. slug: editor/how-to/configure-browser-spellcheck +components: ["editor"] tags: configure, browser, spellcheck, underline, red, color, wrong, word, ajaxspellcheck, spelling, editor, lang published: True position: 10 diff --git a/controls/editor/how-to/edit-template-in-grid.md b/controls/editor/how-to/edit-template-in-grid.md index 524f1a6da2..a9d491071f 100644 --- a/controls/editor/how-to/edit-template-in-grid.md +++ b/controls/editor/how-to/edit-template-in-grid.md @@ -3,6 +3,7 @@ title: Edit Template in Grid page_title: Edit Template in Grid - RadEditor description: Check our Web Forms article about Edit Template in Grid. slug: editor/how-to/edit-template-in-grid +components: ["editor"] tags: edit,template,in,grid published: True position: 0 diff --git a/controls/editor/how-to/insert-text-from-a-text-control-at-the-cursor-position.md b/controls/editor/how-to/insert-text-from-a-text-control-at-the-cursor-position.md index 2bc571201c..e8279f2b50 100644 --- a/controls/editor/how-to/insert-text-from-a-text-control-at-the-cursor-position.md +++ b/controls/editor/how-to/insert-text-from-a-text-control-at-the-cursor-position.md @@ -3,6 +3,7 @@ title: Insert Text from a Text Control at the Cursor Position page_title: Insert Text from a Text Control at the Cursor Position - RadEditor description: Check our Web Forms article about Insert Text from a Text Control at the Cursor Position. slug: editor/how-to/insert-text-from-a-text-control-at-the-cursor-position +components: ["editor"] tags: insert,text,from,a,text,control,at,the,cursor,position published: True position: 5 diff --git a/controls/editor/how-to/move-showonfocus-toolbar-different-location.md b/controls/editor/how-to/move-showonfocus-toolbar-different-location.md index cca2395b5f..ad5a55c5e3 100644 --- a/controls/editor/how-to/move-showonfocus-toolbar-different-location.md +++ b/controls/editor/how-to/move-showonfocus-toolbar-different-location.md @@ -3,6 +3,7 @@ title: Move ShowOnFocus Toolbar to a Different Location page_title: Move ShowOnFocus Toolbar to a Different Location - RadEditor description: Check our Web Forms article about This is a how-to article about moving the popup element of the ShowOnFocus Toolbar to a different location on the page. slug: editor/how-to/move-showonfocus-toolbar-different-location +components: ["editor"] tags: custom, solution, paste, strip, HTML, editor, content area published: True position: 8 diff --git a/controls/editor/how-to/obtain-current-editor's-selection-as-html.md b/controls/editor/how-to/obtain-current-editor's-selection-as-html.md index d75e47ec7f..707a9629dc 100644 --- a/controls/editor/how-to/obtain-current-editor's-selection-as-html.md +++ b/controls/editor/how-to/obtain-current-editor's-selection-as-html.md @@ -3,6 +3,7 @@ title: Obtain Current Editor's Selection as HTML page_title: Obtain Current Editor's Selection as HTML - RadEditor description: Check our Web Forms article about Obtain Current Editor's Selection as HTML. slug: editor/how-to/obtain-current-editor's-selection-as-html +components: ["editor"] tags: obtain,current,editor's,selection,as,html published: True position: 4 diff --git a/controls/editor/how-to/open-link-in-a-new-window-on-double-click.md b/controls/editor/how-to/open-link-in-a-new-window-on-double-click.md index c185249f8e..26599f422a 100644 --- a/controls/editor/how-to/open-link-in-a-new-window-on-double-click.md +++ b/controls/editor/how-to/open-link-in-a-new-window-on-double-click.md @@ -3,6 +3,7 @@ title: Open Link in a New Window on Double Click page_title: Open Link in a New Window on Double Click - RadEditor description: Check our Web Forms article about Open Link in a New Window on Double Click. slug: editor/how-to/open-link-in-a-new-window-on-double-click +components: ["editor"] tags: open,link,in,a,new,window,on,double,click published: True position: 7 diff --git a/controls/editor/how-to/open-link-in-a-new-window-when-clicked.md b/controls/editor/how-to/open-link-in-a-new-window-when-clicked.md index de885d82c0..ff5f0384f8 100644 --- a/controls/editor/how-to/open-link-in-a-new-window-when-clicked.md +++ b/controls/editor/how-to/open-link-in-a-new-window-when-clicked.md @@ -3,6 +3,7 @@ title: Open Link in a New Window When Clicked page_title: Open Link in a New Window When Clicked - RadEditor description: Check our Web Forms article about Open Link in a New Window When Clicked. slug: editor/how-to/open-link-in-a-new-window-when-clicked +components: ["editor"] tags: open,link,in,a,new,window,when,clicked published: True position: 6 diff --git a/controls/editor/how-to/paste-at-cursor-position.md b/controls/editor/how-to/paste-at-cursor-position.md index 24651147ce..100d090555 100644 --- a/controls/editor/how-to/paste-at-cursor-position.md +++ b/controls/editor/how-to/paste-at-cursor-position.md @@ -3,6 +3,7 @@ title: Paste at the Cursor Position page_title: Paste at the Cursor Position - RadEditor description: Check our Web Forms article about paste content programmatically at the cursor position. slug: editor/how-to/paste-at-cursor-position +components: ["editor"] tags: paste,programmatically,at,the,cursor,position published: True position: 1 diff --git a/controls/editor/how-to/print-content-div-contentareamode.md b/controls/editor/how-to/print-content-div-contentareamode.md index 1922d946d3..5f0f03f989 100644 --- a/controls/editor/how-to/print-content-div-contentareamode.md +++ b/controls/editor/how-to/print-content-div-contentareamode.md @@ -3,6 +3,7 @@ title: Print Content when using Div ContentAreaMode page_title: Print Content when using Div ContentAreaMode - RadEditor description: Check our Web Forms article about This is a custom solution for printing the content of RadEditor with Dov ContentAreaMode. slug: editor/how-to/print-content-div-contentareamode +components: ["editor"] tags: custom, solution, print, content, HTML, editor, content area, mode, contentareamode, div published: True position: 8 diff --git a/controls/editor/how-to/print-content-with-styles.md b/controls/editor/how-to/print-content-with-styles.md index 918a8d9aaf..0780adf510 100644 --- a/controls/editor/how-to/print-content-with-styles.md +++ b/controls/editor/how-to/print-content-with-styles.md @@ -3,6 +3,7 @@ title: Print Content with Styles page_title: Print Content with Styles - RadEditor description: Check our Web Forms article about Print Content with Styles. slug: editor/how-to/print-content-with-styles +components: ["editor"] tags: print,content,with,styles published: True position: 3 diff --git a/controls/editor/how-to/save-content-with-predefined-font.md b/controls/editor/how-to/save-content-with-predefined-font.md index e0abdb14bb..2fe0e19cfd 100644 --- a/controls/editor/how-to/save-content-with-predefined-font.md +++ b/controls/editor/how-to/save-content-with-predefined-font.md @@ -3,6 +3,7 @@ title: Save Content with Predefined Font page_title: Save Content with Predefined Font - RadEditor description: Check our Web Forms article about Save RadEditor Content with Predefined Font. slug: editor/how-to/save-content-with-predefined-font +components: ["editor"] tags: save, content, with, predefined, font published: True position: 12 diff --git a/controls/editor/how-to/strip-html-on-paste.md b/controls/editor/how-to/strip-html-on-paste.md index e4e8a675d3..d4e453f50c 100644 --- a/controls/editor/how-to/strip-html-on-paste.md +++ b/controls/editor/how-to/strip-html-on-paste.md @@ -3,6 +3,7 @@ title: Strip HTML on Paste page_title: Strip HTML on Paste - RadEditor description: Check our Web Forms article about This is a custom solution for stripping some HTML when pasting in RadEditor. slug: editor/how-to/strip-html-on-paste +components: ["editor"] tags: custom, solution, paste, strip, HTML, editor, content area published: True position: 7 diff --git a/controls/editor/how-to/toggle-css-files-from-cssfiles-collection.md b/controls/editor/how-to/toggle-css-files-from-cssfiles-collection.md index e43430490d..9c4b05a145 100644 --- a/controls/editor/how-to/toggle-css-files-from-cssfiles-collection.md +++ b/controls/editor/how-to/toggle-css-files-from-cssfiles-collection.md @@ -3,6 +3,7 @@ title: Toggle CSS Files from the CssFiles Collection page_title: Toggle CSS Files from the CssFiles Collection- RadEditor description: Check our Web Forms article about Toggle CSS Files from the CssFiles Collection. slug: editor/how-to/toggle-css-files-from-cssfiles-collection +components: ["editor"] tags: css, files, toggle, disable, decoration, content, area, iframe published: True position: 8 diff --git a/controls/editor/how-to/use-themes.md b/controls/editor/how-to/use-themes.md index b87d60e1b3..705e5ba9b3 100644 --- a/controls/editor/how-to/use-themes.md +++ b/controls/editor/how-to/use-themes.md @@ -3,6 +3,7 @@ title: Use Themes page_title: Use Themes - RadEditor description: Check our Web Forms article about Use Themes. slug: editor/how-to/use-themes +components: ["editor"] tags: use,themes published: True position: 2 diff --git a/controls/editor/managing-content/automatic-height-resize.md b/controls/editor/managing-content/automatic-height-resize.md index b2db5006bd..2dae0f2ca7 100644 --- a/controls/editor/managing-content/automatic-height-resize.md +++ b/controls/editor/managing-content/automatic-height-resize.md @@ -3,6 +3,7 @@ title: Automatic Height Resize page_title: Automatic Height Resize - RadEditor description: Check our Web Forms article about Automatic Height Resize. slug: editor/managing-content/automatic-height-resize +components: ["editor"] tags: automatic,height,resize published: True position: 8 diff --git a/controls/editor/managing-content/content-area-appearance/contentareacssfile-vs-cssfiles.md b/controls/editor/managing-content/content-area-appearance/contentareacssfile-vs-cssfiles.md index 8deb4c263f..2387ed2146 100644 --- a/controls/editor/managing-content/content-area-appearance/contentareacssfile-vs-cssfiles.md +++ b/controls/editor/managing-content/content-area-appearance/contentareacssfile-vs-cssfiles.md @@ -3,6 +3,7 @@ title: ContentAreaCssFile vs. CssFiles page_title: ContentAreaCssFile vs. CssFiles - RadEditor description: Check our Web Forms article about ContentAreaCssFile versus CssFiles. slug: editor/managing-content/content-area-appearance/contentareacssfile-vs-cssfiles +components: ["editor"] tags: contentareacssfile, cssfiles, custom, stylization, content, area, css published: True position: 2 diff --git a/controls/editor/managing-content/content-area-appearance/custom-stylization.md b/controls/editor/managing-content/content-area-appearance/custom-stylization.md index 30c6a3c2c1..eba5993f45 100644 --- a/controls/editor/managing-content/content-area-appearance/custom-stylization.md +++ b/controls/editor/managing-content/content-area-appearance/custom-stylization.md @@ -3,6 +3,7 @@ title: Custom Stylization page_title: Custom Stylization - RadEditor description: Check our Web Forms article about Custom Stylization. slug: editor/managing-content/content-area-appearance/custom-stylization +components: ["editor"] tags: custom,stylization published: False position: 2 diff --git a/controls/editor/managing-content/content-area-appearance/decorating-div-contentareamode.md b/controls/editor/managing-content/content-area-appearance/decorating-div-contentareamode.md index 22e5504fc7..0a22dbb821 100644 --- a/controls/editor/managing-content/content-area-appearance/decorating-div-contentareamode.md +++ b/controls/editor/managing-content/content-area-appearance/decorating-div-contentareamode.md @@ -3,6 +3,7 @@ title: Decorating Div Content Area page_title: Decorating Div Content Area - RadEditor description: Check our Web Forms article about Decorating Div Content Area. slug: editor/managing-content/content-area-appearance/decorating-div-contentareamode +components: ["editor"] tags: decorating,div,content,area published: True position: 3 diff --git a/controls/editor/managing-content/content-area-appearance/default-font-for-editable-content.md b/controls/editor/managing-content/content-area-appearance/default-font-for-editable-content.md index dd73d5ce0f..ff5e65046b 100644 --- a/controls/editor/managing-content/content-area-appearance/default-font-for-editable-content.md +++ b/controls/editor/managing-content/content-area-appearance/default-font-for-editable-content.md @@ -3,6 +3,7 @@ title: Default Font for Editable Content page_title: Default Font for Editable Content - RadEditor description: Check our Web Forms article about Default Font for Editable Content. slug: editor/managing-content/content-area-appearance/default-font-for-editable-content +components: ["editor"] tags: default,font,for,editable,content published: True position: 4 diff --git a/controls/editor/managing-content/content-area-appearance/set-defaults.md b/controls/editor/managing-content/content-area-appearance/set-defaults.md index 8af42dee0d..55c3ba18e2 100644 --- a/controls/editor/managing-content/content-area-appearance/set-defaults.md +++ b/controls/editor/managing-content/content-area-appearance/set-defaults.md @@ -3,6 +3,7 @@ title: Setting Default Styles page_title: Setting Default Styles - RadEditor description: Check our Web Forms article about Setting Default Styles. slug: editor/managing-content/content-area-appearance/set-defaults +components: ["editor"] previous_url: controls/editor/managing-content/content-area-appearance/custom-stylization tags: set,defaults published: True diff --git a/controls/editor/managing-content/content-area-appearance/set-editor-background-and-color.md b/controls/editor/managing-content/content-area-appearance/set-editor-background-and-color.md index 9db38889dd..53f56db022 100644 --- a/controls/editor/managing-content/content-area-appearance/set-editor-background-and-color.md +++ b/controls/editor/managing-content/content-area-appearance/set-editor-background-and-color.md @@ -3,6 +3,7 @@ title: Set Editor Background and Color page_title: Set Editor Background and Color - RadEditor description: Check our Web Forms article about Set Editor Background and Color. slug: editor/managing-content/content-area-appearance/set-editor-background-and-color +components: ["editor"] tags: set,editor,background,and,color published: True position: 5 diff --git a/controls/editor/managing-content/content-area-appearance/using-contentareacssfile-property.md b/controls/editor/managing-content/content-area-appearance/using-contentareacssfile-property.md index 50921d0263..8af44fd934 100644 --- a/controls/editor/managing-content/content-area-appearance/using-contentareacssfile-property.md +++ b/controls/editor/managing-content/content-area-appearance/using-contentareacssfile-property.md @@ -3,6 +3,7 @@ title: Using ContentAreaCssFile Property page_title: Using ContentAreaCssFile Property - RadEditor description: Check our Web Forms article about Using ContentAreaCssFile Property. slug: editor/managing-content/content-area-appearance/using-contentareacssfile-property +components: ["editor"] tags: content, area, css, file, property, stylization, custom, CSS published: True position: 1 diff --git a/controls/editor/managing-content/content-filters.md b/controls/editor/managing-content/content-filters.md index 2f8ccf6bfc..1d47c2c99c 100644 --- a/controls/editor/managing-content/content-filters.md +++ b/controls/editor/managing-content/content-filters.md @@ -3,6 +3,7 @@ title: Content Filters page_title: Content Filters - RadEditor description: Explore how to use content filters in the Editor control for managing and transforming user input. slug: editor/managing-content/content-filters +components: ["editor"] tags: content,filters published: True position: 3 diff --git a/controls/editor/managing-content/control-new-line-behavior.md b/controls/editor/managing-content/control-new-line-behavior.md index 2598eb71a7..329fb33ab5 100644 --- a/controls/editor/managing-content/control-new-line-behavior.md +++ b/controls/editor/managing-content/control-new-line-behavior.md @@ -3,6 +3,7 @@ title: Control New Line Behavior page_title: Control New Line Behavior - RadEditor description: Check our Web Forms article about Control New Line Behavior. slug: editor/managing-content/control-new-line-behavior +components: ["editor"] tags: control,new,line,behavior published: True position: 5 diff --git a/controls/editor/managing-content/editable-and-non-editable-areas.md b/controls/editor/managing-content/editable-and-non-editable-areas.md index fde0eb53e9..2049b82488 100644 --- a/controls/editor/managing-content/editable-and-non-editable-areas.md +++ b/controls/editor/managing-content/editable-and-non-editable-areas.md @@ -3,6 +3,7 @@ title: Editable and Non-Editable Areas page_title: Editable and Non-Editable Areas - RadEditor description: Check our Web Forms article about How to implement editable and non-editable arwas in RadEditor. slug: editor/managing-content/editable-and-non-editable-areas +components: ["editor"] tags: editable,and,non-editable,areas published: True position: 7 diff --git a/controls/editor/managing-content/getting-and-setting-content/auto-save-with-ajax.md b/controls/editor/managing-content/getting-and-setting-content/auto-save-with-ajax.md index fe4e65c40c..93d56c0008 100644 --- a/controls/editor/managing-content/getting-and-setting-content/auto-save-with-ajax.md +++ b/controls/editor/managing-content/getting-and-setting-content/auto-save-with-ajax.md @@ -3,6 +3,7 @@ title: Auto Save with Ajax page_title: Auto Save with Ajax - RadEditor description: Check our Web Forms article about Auto Save with Ajax. slug: editor/managing-content/getting-and-setting-content/auto-save-with-ajax +components: ["editor"] tags: auto,save,with,ajax published: True position: 5 diff --git a/controls/editor/managing-content/getting-and-setting-content/codeless-save-in-database-asp.net.md b/controls/editor/managing-content/getting-and-setting-content/codeless-save-in-database-asp.net.md index 34e7d59cdf..6a5815138b 100644 --- a/controls/editor/managing-content/getting-and-setting-content/codeless-save-in-database-asp.net.md +++ b/controls/editor/managing-content/getting-and-setting-content/codeless-save-in-database-asp.net.md @@ -3,6 +3,7 @@ title: Codeless Save in Database ASP.NET page_title: Codeless Save in Database ASP.NET - RadEditor description: Check our Web Forms article about Codeless Save in Database ASP.NET. slug: editor/managing-content/getting-and-setting-content/codeless-save-in-database-asp.net +components: ["editor"] tags: codeless,save,in,database,asp.net published: True position: 4 diff --git a/controls/editor/managing-content/getting-and-setting-content/overview.md b/controls/editor/managing-content/getting-and-setting-content/overview.md index 8049311c16..3019f6b69d 100644 --- a/controls/editor/managing-content/getting-and-setting-content/overview.md +++ b/controls/editor/managing-content/getting-and-setting-content/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadEditor description: Check our Web Forms article about Getting and Setting Content Overview. slug: editor/managing-content/getting-and-setting-content/overview +components: ["editor"] tags: overview published: True position: 0 diff --git a/controls/editor/managing-content/getting-and-setting-content/save-in-a-database.md b/controls/editor/managing-content/getting-and-setting-content/save-in-a-database.md index 57580850b8..107647a1d9 100644 --- a/controls/editor/managing-content/getting-and-setting-content/save-in-a-database.md +++ b/controls/editor/managing-content/getting-and-setting-content/save-in-a-database.md @@ -3,6 +3,7 @@ title: Save in a Database page_title: Save in a Database - RadEditor description: Check our Web Forms article about Save in a Database. slug: editor/managing-content/getting-and-setting-content/save-in-a-database +components: ["editor"] tags: save,in,a,database published: True position: 3 diff --git a/controls/editor/managing-content/getting-and-setting-content/save-in-external-file.md b/controls/editor/managing-content/getting-and-setting-content/save-in-external-file.md index 757d1abb13..272751a674 100644 --- a/controls/editor/managing-content/getting-and-setting-content/save-in-external-file.md +++ b/controls/editor/managing-content/getting-and-setting-content/save-in-external-file.md @@ -3,6 +3,7 @@ title: Save in External File page_title: Save in External File - RadEditor description: Check our Web Forms article about Save in External File. slug: editor/managing-content/getting-and-setting-content/save-in-external-file +components: ["editor"] tags: save,in,external,file published: True position: 2 diff --git a/controls/editor/managing-content/getting-and-setting-content/save-in-file.md b/controls/editor/managing-content/getting-and-setting-content/save-in-file.md index dc93545322..3d5a1431da 100644 --- a/controls/editor/managing-content/getting-and-setting-content/save-in-file.md +++ b/controls/editor/managing-content/getting-and-setting-content/save-in-file.md @@ -3,6 +3,7 @@ title: Save in File page_title: Save in File - RadEditor description: Check our Web Forms article about Save in File. slug: editor/managing-content/getting-and-setting-content/save-in-file +components: ["editor"] tags: save,in,file published: True position: 1 diff --git a/controls/editor/managing-content/max-content-length-.md b/controls/editor/managing-content/max-content-length-.md index 044206b296..f750730b92 100644 --- a/controls/editor/managing-content/max-content-length-.md +++ b/controls/editor/managing-content/max-content-length-.md @@ -3,6 +3,7 @@ title: Max Content Length page_title: Max Content Length - RadEditor description: Check our Web Forms article about Max Content Length. slug: editor/managing-content/max-content-length- +components: ["editor"] tags: max,content,length, published: True position: 6 diff --git a/controls/editor/managing-content/pasting-content/clean-ms-word-formatting-on-page-load-and-on-submit.md b/controls/editor/managing-content/pasting-content/clean-ms-word-formatting-on-page-load-and-on-submit.md index 03af54125b..c671507d9b 100644 --- a/controls/editor/managing-content/pasting-content/clean-ms-word-formatting-on-page-load-and-on-submit.md +++ b/controls/editor/managing-content/pasting-content/clean-ms-word-formatting-on-page-load-and-on-submit.md @@ -3,6 +3,7 @@ title: Clean MS Word Formatting on Page Load and on Submit page_title: Clean MS Word Formatting on Page Load and on Submit - RadEditor description: Check our Web Forms article about Clean MS Word Formatting on Page Load and on Submit. slug: editor/managing-content/pasting-content/clean-ms-word-formatting-on-page-load-and-on-submit +components: ["editor"] tags: clean,ms,word,formatting,on,page,load,and,on,submit published: True position: 2 diff --git a/controls/editor/managing-content/pasting-content/clean-ms-word-formatting.md b/controls/editor/managing-content/pasting-content/clean-ms-word-formatting.md index 70f40c9447..161b88539c 100644 --- a/controls/editor/managing-content/pasting-content/clean-ms-word-formatting.md +++ b/controls/editor/managing-content/pasting-content/clean-ms-word-formatting.md @@ -3,6 +3,7 @@ title: Clean MS Word Formatting page_title: Clean MS Word Formatting - RadEditor description: Check our Web Forms article about Clean MS Word Formatting. slug: editor/managing-content/pasting-content/clean-ms-word-formatting- +components: ["editor"] tags: clean,ms,word,formatting, published: True position: 1 diff --git a/controls/editor/managing-content/pasting-content/overview.md b/controls/editor/managing-content/pasting-content/overview.md index cb471421df..435b3f569a 100644 --- a/controls/editor/managing-content/pasting-content/overview.md +++ b/controls/editor/managing-content/pasting-content/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Pasting Content Overview - RadEditor description: Check our Web Forms article about Pasting Content Overview. slug: editor/managing-content/pasting-content/overview +components: ["editor"] tags: overview published: True position: 0 diff --git a/controls/editor/managing-content/prevent-cross-site-scripting-(xss).md b/controls/editor/managing-content/prevent-cross-site-scripting-(xss).md index 71635e3dfd..5c831b997d 100644 --- a/controls/editor/managing-content/prevent-cross-site-scripting-(xss).md +++ b/controls/editor/managing-content/prevent-cross-site-scripting-(xss).md @@ -3,6 +3,7 @@ title: Prevent Cross-site Scripting (XSS) page_title: Prevent Cross-site Scripting (XSS) - RadEditor description: Check our Web Forms article about Prevent Cross-site Scripting (XSS). slug: editor/managing-content/prevent-cross-site-scripting-(xss) +components: ["editor"] tags: prevent,cross-site,scripting,(xss) previous_url: controls/editor/managing-content/prevent-cross-site-scripting-(xss) published: True diff --git a/controls/editor/mobile-support/elastic-design.md b/controls/editor/mobile-support/elastic-design.md index d625016639..d08fe67dcc 100644 --- a/controls/editor/mobile-support/elastic-design.md +++ b/controls/editor/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadEditor description: Check our Web Forms article about Elastic Design. slug: editor/mobile-support/elastic-design +components: ["editor"] tags: elastic,design published: True position: 2 diff --git a/controls/editor/mobile-support/fluid-design.md b/controls/editor/mobile-support/fluid-design.md index 6b592e7c77..7c62decbd6 100644 --- a/controls/editor/mobile-support/fluid-design.md +++ b/controls/editor/mobile-support/fluid-design.md @@ -3,6 +3,7 @@ title: Fluid Design page_title: Fluid Design - RadEditor description: Check our Web Forms article about Fluid Design. slug: editor/mobile-support/fluid-design +components: ["editor"] tags: fluid,design published: True position: 3 diff --git a/controls/editor/mobile-support/overview.md b/controls/editor/mobile-support/overview.md index 6bc816b0b4..e2c0693aea 100644 --- a/controls/editor/mobile-support/overview.md +++ b/controls/editor/mobile-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Mobile Support Overview - RadEditor description: Check our Web Forms article about Overview. slug: editor/mobile-support/overview +components: ["editor"] tags: overview published: True position: 0 diff --git a/controls/editor/mobile-support/phone-layout/dialogs.md b/controls/editor/mobile-support/phone-layout/dialogs.md index 014f4cca06..26c4f588ff 100644 --- a/controls/editor/mobile-support/phone-layout/dialogs.md +++ b/controls/editor/mobile-support/phone-layout/dialogs.md @@ -3,6 +3,7 @@ title: Dialogs page_title: Mobile Dialogs - RadEditor description: Check our Web Forms article about Mobile Rendering. slug: editor/mobile-support/phone-layout/dialogs +components: ["editor"] tags: editor,support,mobile,rendering,dialogs published: True position: 5 diff --git a/controls/editor/mobile-support/phone-layout/elements-structure.md b/controls/editor/mobile-support/phone-layout/elements-structure.md index 1563468dc7..ab72de97a0 100644 --- a/controls/editor/mobile-support/phone-layout/elements-structure.md +++ b/controls/editor/mobile-support/phone-layout/elements-structure.md @@ -3,6 +3,7 @@ title: Elements Structure page_title: Phone Layout Elements Structure - RadEditor description: Check our Web Forms article about Mobile Rendering. slug: editor/mobile-support/phone-layout/elements-structure +components: ["editor"] tags: editor,support,mobile,rendering,structure published: True position: 2 diff --git a/controls/editor/mobile-support/phone-layout/end-user-experience.md b/controls/editor/mobile-support/phone-layout/end-user-experience.md index 41130ee3e2..4dafc35554 100644 --- a/controls/editor/mobile-support/phone-layout/end-user-experience.md +++ b/controls/editor/mobile-support/phone-layout/end-user-experience.md @@ -3,6 +3,7 @@ title: End User Experience page_title: Phone Layout End User Experience - RadEditor description: Check our Web Forms article about End User Experience. slug: editor/mobile-support/phone-layout/end-user-experience +components: ["editor"] tags: editor,support,mobile,rendering,end, user, experience, phone, layout published: True position: 3 diff --git a/controls/editor/mobile-support/phone-layout/getting-started.md b/controls/editor/mobile-support/phone-layout/getting-started.md index bb4b80a800..17abffbd84 100644 --- a/controls/editor/mobile-support/phone-layout/getting-started.md +++ b/controls/editor/mobile-support/phone-layout/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Phone Layout Getting Started - RadEditor description: Check our Web Forms article about Getting Started. slug: editor/mobile-support/phone-layout/getting-started +components: ["editor"] tags: editor,support,mobile,rendering,overview, getting, started published: True position: 1 diff --git a/controls/editor/mobile-support/phone-layout/overview.md b/controls/editor/mobile-support/phone-layout/overview.md index 103a535e2b..5f18f4315e 100644 --- a/controls/editor/mobile-support/phone-layout/overview.md +++ b/controls/editor/mobile-support/phone-layout/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Phone Layout Overview - RadEditor description: Check our Web Forms article about Mobile Rendering. slug: editor/mobile-support/phone-layout/overview +components: ["editor"] tags: editor,support,mobile,rendering,overview published: True position: 0 diff --git a/controls/editor/mobile-support/phone-layout/toolbar-configuration.md b/controls/editor/mobile-support/phone-layout/toolbar-configuration.md index 444fda2cae..58181643d5 100644 --- a/controls/editor/mobile-support/phone-layout/toolbar-configuration.md +++ b/controls/editor/mobile-support/phone-layout/toolbar-configuration.md @@ -3,6 +3,7 @@ title: Toolbar Configuration page_title: Phone Layout Toolbar Configuration - RadEditor description: Check our Web Forms article about Toolbar Configuration. slug: editor/mobile-support/phone-layout/toolbar-configuration +components: ["editor"] tags: editor,support,mobile,rendering,toolbar,configuration published: True position: 4 diff --git a/controls/editor/mobile-support/phone-layout/troubleshooting/known-issues.md b/controls/editor/mobile-support/phone-layout/troubleshooting/known-issues.md index 380d8b333c..482f86a370 100644 --- a/controls/editor/mobile-support/phone-layout/troubleshooting/known-issues.md +++ b/controls/editor/mobile-support/phone-layout/troubleshooting/known-issues.md @@ -3,6 +3,7 @@ title: Known Issues page_title: Phone Layout Known Issues - RadEditor description: Check our Web Forms article about Mobile Rendering. slug: editor/mobile-support/phone-layout/troubleshooting/known-issues +components: ["editor"] tags: editor,support,mobile,rendering,issues published: True position: 0 diff --git a/controls/editor/mobile-support/phone-layout/troubleshooting/known-limitations.md b/controls/editor/mobile-support/phone-layout/troubleshooting/known-limitations.md index 3b0c697e31..fa41e9d35b 100644 --- a/controls/editor/mobile-support/phone-layout/troubleshooting/known-limitations.md +++ b/controls/editor/mobile-support/phone-layout/troubleshooting/known-limitations.md @@ -3,6 +3,7 @@ title: Known Limitations page_title: Phone Layout Known Limitations - RadEditor description: Check our Web Forms article about Mobile Rendering. slug: editor/mobile-support/phone-layout/troubleshooting/known-limitations +components: ["editor"] tags: editor,support,mobile,rendering,limitations published: True position: 1 diff --git a/controls/editor/mobile-support/render-modes.md b/controls/editor/mobile-support/render-modes.md index 7d28c28470..e8243d28ff 100644 --- a/controls/editor/mobile-support/render-modes.md +++ b/controls/editor/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadEditor description: Check our Web Forms article about Render Modes. slug: editor/mobile-support/render-modes +components: ["editor"] tags: render,modes published: True position: 1 diff --git a/controls/editor/overview.md b/controls/editor/overview.md index 661a66cdb4..9a93ad534b 100644 --- a/controls/editor/overview.md +++ b/controls/editor/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview description: Discover how to export Grid data to PDF format for creating professional and shareable documents. slug: editor/overview +components: ["editor"] tags: overview published: True position: 0 diff --git a/controls/editor/performance/optimizations.md b/controls/editor/performance/optimizations.md index 8ca79031a5..7d8a08ab13 100644 --- a/controls/editor/performance/optimizations.md +++ b/controls/editor/performance/optimizations.md @@ -3,6 +3,7 @@ title: Optimizations page_title: Optimizations - RadEditor description: Check our Web Forms article about Optimizations. slug: editor/performance/optimizations +components: ["editor"] tags: optimizations published: True position: 0 diff --git a/controls/editor/performance/toolbar-loading-optimizations.md b/controls/editor/performance/toolbar-loading-optimizations.md index 8e35510c35..1de7f7ceb5 100644 --- a/controls/editor/performance/toolbar-loading-optimizations.md +++ b/controls/editor/performance/toolbar-loading-optimizations.md @@ -3,6 +3,7 @@ title: Toolbar Loading Optimizations page_title: Toolbar Loading Optimizations - RadEditor description: Check our Web Forms article about Toolbar Loading Optimizations. slug: editor/performance/toolbar-loading-optimizations +components: ["editor"] tags: toolbar,loading,optimizations published: True position: 1 diff --git a/controls/editor/server-side-programming/events/onexportcontent.md b/controls/editor/server-side-programming/events/onexportcontent.md index d9d52119e9..9e720a07c7 100644 --- a/controls/editor/server-side-programming/events/onexportcontent.md +++ b/controls/editor/server-side-programming/events/onexportcontent.md @@ -3,6 +3,7 @@ title: OnExportContent page_title: OnExportContent - RadEditor description: Check our Web Forms article about OnExportContent. slug: editor/server-side-programming/events/onexportcontent +components: ["editor"] tags: onexportcontent published: True position: 0 diff --git a/controls/editor/server-side-programming/events/onimportcontent.md b/controls/editor/server-side-programming/events/onimportcontent.md index f7ecb86538..f4f233a534 100644 --- a/controls/editor/server-side-programming/events/onimportcontent.md +++ b/controls/editor/server-side-programming/events/onimportcontent.md @@ -3,6 +3,7 @@ title: OnImportContent page_title: OnImportContent - RadEditor description: Check our Web Forms article about OnImportContent. slug: editor/server-side-programming/events/onimportcontent +components: ["editor"] tags: onimportcontent published: True position: 1 diff --git a/controls/editor/server-side-programming/overview.md b/controls/editor/server-side-programming/overview.md index 0abdd7145d..4e428dd5bd 100644 --- a/controls/editor/server-side-programming/overview.md +++ b/controls/editor/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadEditor description: Check our Web Forms article about Overview. slug: editor/server-side-programming/overview +components: ["editor"] tags: overview published: True position: 0 diff --git a/controls/editor/troubleshooting/appearance-issues-with-initially-hidden-editor.md b/controls/editor/troubleshooting/appearance-issues-with-initially-hidden-editor.md index 55152d54d7..98413ecc05 100644 --- a/controls/editor/troubleshooting/appearance-issues-with-initially-hidden-editor.md +++ b/controls/editor/troubleshooting/appearance-issues-with-initially-hidden-editor.md @@ -3,6 +3,7 @@ title: Appearance Issues with Initially Hidden Editor page_title: Appearance Issues with Initially Hidden Editor - RadEditor description: Check our Web Forms article about Appearance Issues with Initially Hidden Editor. slug: editor/troubleshooting/appearance-issues-with-initially-hidden-editor +components: ["editor"] tags: appearance,issues,with,initially,hidden,editor published: True position: 1 diff --git a/controls/editor/troubleshooting/appearance-of-odd-characters-after-saving-radeditor's-content-in-database.md b/controls/editor/troubleshooting/appearance-of-odd-characters-after-saving-radeditor's-content-in-database.md index 98aa439ecc..316fa69514 100644 --- a/controls/editor/troubleshooting/appearance-of-odd-characters-after-saving-radeditor's-content-in-database.md +++ b/controls/editor/troubleshooting/appearance-of-odd-characters-after-saving-radeditor's-content-in-database.md @@ -3,6 +3,7 @@ title: Appearance of Odd Characters After Saving RadEditor's Content In Database page_title: Appearance of Odd Characters After Saving RadEditor's Content In Database - RadEditor description: Check our Web Forms article about Appearance of Odd Characters After Saving RadEditor's Content In Database. slug: editor/troubleshooting/appearance-of-odd-characters-after-saving-radeditor's-content-in-database +components: ["editor"] tags: appearance,of,odd,characters,after,saving,radeditor's,content,in,database published: True position: 6 diff --git a/controls/editor/troubleshooting/appearance-of-undesired-white-spaces-in-ie9.md b/controls/editor/troubleshooting/appearance-of-undesired-white-spaces-in-ie9.md index f0349cdec8..c90e510166 100644 --- a/controls/editor/troubleshooting/appearance-of-undesired-white-spaces-in-ie9.md +++ b/controls/editor/troubleshooting/appearance-of-undesired-white-spaces-in-ie9.md @@ -3,6 +3,7 @@ title: Appearance of Undesired White Spaces in IE9 page_title: Appearance of Undesired White Spaces in IE9 - RadEditor description: Check our Web Forms article about Appearance of Undesired White Spaces in IE9. slug: editor/troubleshooting/appearance-of-undesired-white-spaces-in-ie9 +components: ["editor"] tags: appearance,of,undesired,white,spaces,in,ie9 published: True position: 8 diff --git a/controls/editor/troubleshooting/blank-dialogs-problem.md b/controls/editor/troubleshooting/blank-dialogs-problem.md index 3562494d9b..00438d5dea 100644 --- a/controls/editor/troubleshooting/blank-dialogs-problem.md +++ b/controls/editor/troubleshooting/blank-dialogs-problem.md @@ -3,6 +3,7 @@ title: Blank Dialogs Problem page_title: Blank Dialogs Problem - RadEditor description: Check our Web Forms article about Blank Dialogs Problem. slug: editor/troubleshooting/blank-dialogs-problem +components: ["editor"] tags: blank,dialogs,problem published: True position: 4 diff --git a/controls/editor/troubleshooting/broken-file-browser-dialogs.md b/controls/editor/troubleshooting/broken-file-browser-dialogs.md index a4dc6ee93f..757fc0da39 100644 --- a/controls/editor/troubleshooting/broken-file-browser-dialogs.md +++ b/controls/editor/troubleshooting/broken-file-browser-dialogs.md @@ -3,6 +3,7 @@ title: Broken File Browser Dialogs page_title: Broken File Browser Dialogs - RadEditor description: Check our Web Forms article about Broken File Browser Dialogs. slug: editor/troubleshooting/broken-file-browser-dialogs +components: ["editor"] tags: broken,file,browser,dialogs published: True position: 10 diff --git a/controls/editor/troubleshooting/cannot-deserialize-dialog-parameters.-invalid-character-in-a-base-64-string.md b/controls/editor/troubleshooting/cannot-deserialize-dialog-parameters.-invalid-character-in-a-base-64-string.md index b95cb0c48b..d0102ab8c1 100644 --- a/controls/editor/troubleshooting/cannot-deserialize-dialog-parameters.-invalid-character-in-a-base-64-string.md +++ b/controls/editor/troubleshooting/cannot-deserialize-dialog-parameters.-invalid-character-in-a-base-64-string.md @@ -3,6 +3,7 @@ title: Cannot Deserialize Dialog Parameters. Invalid character in a Base-64 stri page_title: Cannot Deserialize Dialog Parameters. Invalid character in a Base-64 string. - RadEditor description: Check our Web Forms article about Cannot Deserialize Dialog Parameters. Invalid character in a Base-64 string. slug: editor/troubleshooting/cannot-deserialize-dialog-parameters.-invalid-character-in-a-base-64-string. +components: ["editor"] tags: cannot,deserialize,dialog,parameters.,invalid,character,in,a,base-64,string. published: True position: 5 diff --git a/controls/editor/troubleshooting/chrome-creates-spans-with-inherited-styles-on-delete-and-paste.md b/controls/editor/troubleshooting/chrome-creates-spans-with-inherited-styles-on-delete-and-paste.md index b82314374a..29b0bfc64b 100644 --- a/controls/editor/troubleshooting/chrome-creates-spans-with-inherited-styles-on-delete-and-paste.md +++ b/controls/editor/troubleshooting/chrome-creates-spans-with-inherited-styles-on-delete-and-paste.md @@ -3,6 +3,7 @@ title: Chrome Creates Spans with Inherited Styles on Delete and Paste page_title: Chrome Creates Spans with Inherited Styles on Delete and Paste - RadEditor description: Check our Web Forms article about Chrome Creates Spans with Inherited Styles on Delete and Paste. slug: editor/troubleshooting/chrome-creates-spans-with-inherited-styles-on-delete-and-paste +components: ["editor"] tags: chrome,creates,spans,with,inherited,styles,on,delete,and,paste published: True position: 13 diff --git a/controls/editor/troubleshooting/content-area-appearance-problems.md b/controls/editor/troubleshooting/content-area-appearance-problems.md index 0602e7c54a..8a186bbeb2 100644 --- a/controls/editor/troubleshooting/content-area-appearance-problems.md +++ b/controls/editor/troubleshooting/content-area-appearance-problems.md @@ -3,6 +3,7 @@ title: Content Area Appearance Problems page_title: Content Area Appearance Problems - RadEditor description: Check our Web Forms article about Content Area Appearance Problems. slug: editor/troubleshooting/content-area-appearance-problems +components: ["editor"] tags: content,area,appearance,problems published: True position: 3 diff --git a/controls/editor/troubleshooting/editor-content-is-not-saved-after-ajax-update.md b/controls/editor/troubleshooting/editor-content-is-not-saved-after-ajax-update.md index d0d63c20d8..e342ee7a48 100644 --- a/controls/editor/troubleshooting/editor-content-is-not-saved-after-ajax-update.md +++ b/controls/editor/troubleshooting/editor-content-is-not-saved-after-ajax-update.md @@ -3,6 +3,7 @@ title: Editor Content Is Not Saved After AJAX Update page_title: Editor Content Is Not Saved After AJAX Update - RadEditor description: Check our Web Forms article about Editor Content Is Not Saved After AJAX Update. slug: editor/troubleshooting/editor-content-is-not-saved-after-ajax-update +components: ["editor"] tags: editor,content,is,not,saved,after,ajax,update published: True position: 11 diff --git a/controls/editor/troubleshooting/inner-toolbars-are-displayed-in-multiple-lines.md b/controls/editor/troubleshooting/inner-toolbars-are-displayed-in-multiple-lines.md index d723dc5415..0ca0ba4d21 100644 --- a/controls/editor/troubleshooting/inner-toolbars-are-displayed-in-multiple-lines.md +++ b/controls/editor/troubleshooting/inner-toolbars-are-displayed-in-multiple-lines.md @@ -3,6 +3,7 @@ title: Inner Toolbars are Displayed in Multiple Lines page_title: Inner Toolbars are Displayed in Multiple Lines - RadEditor description: Check our Web Forms article about Inner Toolbars are Displayed in Multiple Lines. slug: editor/troubleshooting/inner-toolbars-are-displayed-in-multiple-lines +components: ["editor"] tags: inner,toolbars,are,displayed,in,multiple,lines published: True position: 2 diff --git a/controls/editor/troubleshooting/paste-issues-ie.md b/controls/editor/troubleshooting/paste-issues-ie.md index eef513e3be..09e0fa9278 100644 --- a/controls/editor/troubleshooting/paste-issues-ie.md +++ b/controls/editor/troubleshooting/paste-issues-ie.md @@ -3,6 +3,7 @@ title: Pasting Issues Under IE page_title: Pasting Issues Under IE - RadEditor description: Check our Web Forms article about Pasting Issues Under IE. slug: editor/troubleshooting/paste-issues-ie +components: ["editor"] tags: pasting,issues,with,ie,internet explorer,editor,paste published: True position: 12 diff --git a/controls/editor/troubleshooting/problems-with-registering-the-httphandlers-in-a-web-site-that-uses-authentication.md b/controls/editor/troubleshooting/problems-with-registering-the-httphandlers-in-a-web-site-that-uses-authentication.md index 89f8fd2f40..3eb7c8e881 100644 --- a/controls/editor/troubleshooting/problems-with-registering-the-httphandlers-in-a-web-site-that-uses-authentication.md +++ b/controls/editor/troubleshooting/problems-with-registering-the-httphandlers-in-a-web-site-that-uses-authentication.md @@ -3,6 +3,7 @@ title: Problems with Registering the HttpHandlers in a Web Site that Uses Authen page_title: Problems with Registering the HttpHandlers in a Web Site that Uses Authentication - RadEditor description: Check our Web Forms article about Problems with Registering the HttpHandlers in a Web Site that Uses Authentication. slug: editor/troubleshooting/problems-with-registering-the-httphandlers-in-a-web-site-that-uses-authentication +components: ["editor"] tags: problems,with,registering,the,httphandlers,in,a,web,site,that,uses,authentication published: True position: 9 diff --git a/controls/editor/troubleshooting/radeditor-display-issue-in-firefox-2.0.md b/controls/editor/troubleshooting/radeditor-display-issue-in-firefox-2.0.md index 71d6eca3c2..be2b65c2e2 100644 --- a/controls/editor/troubleshooting/radeditor-display-issue-in-firefox-2.0.md +++ b/controls/editor/troubleshooting/radeditor-display-issue-in-firefox-2.0.md @@ -3,6 +3,7 @@ title: RadEditor Display Issue in Firefox 2.0 page_title: RadEditor Display Issue in Firefox 2.0 - RadEditor description: Check our Web Forms article about RadEditor Display Issue in Firefox 2.0. slug: editor/troubleshooting/radeditor-display-issue-in-firefox-2.0 +components: ["editor"] tags: radeditor,display,issue,in,firefox,2.0 published: False position: 0 diff --git a/controls/editor/troubleshooting/tabs-replaced-on-paste.md b/controls/editor/troubleshooting/tabs-replaced-on-paste.md index da3f6762de..5efde1e158 100644 --- a/controls/editor/troubleshooting/tabs-replaced-on-paste.md +++ b/controls/editor/troubleshooting/tabs-replaced-on-paste.md @@ -3,6 +3,7 @@ title: TABs Replaced on Paste page_title: TABs Replaced on Paste - RadEditor description: Check our Web Forms article about TABs Replaced on Paste. slug: editor/troubleshooting/tabs-replaced-on-paste +components: ["editor"] tags: tabs,replaced,on,paste published: True position: 7 diff --git a/controls/fileexplorer/accessibility-and-internationalization/keyboard-support.md b/controls/fileexplorer/accessibility-and-internationalization/keyboard-support.md index 15e48683ec..ce6f991daf 100644 --- a/controls/fileexplorer/accessibility-and-internationalization/keyboard-support.md +++ b/controls/fileexplorer/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadFileExplorer description: Check our Web Forms article about Keyboard Support. slug: fileexplorer/accessibility-and-internationalization/keyboard-support +components: ["fileexplorer"] tags: keyboard,support published: True position: 2 diff --git a/controls/fileexplorer/accessibility-and-internationalization/localization.md b/controls/fileexplorer/accessibility-and-internationalization/localization.md index 0614c9e5ba..213c19ab38 100644 --- a/controls/fileexplorer/accessibility-and-internationalization/localization.md +++ b/controls/fileexplorer/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadFileExplorer description: Check our Web Forms article about Localization. slug: fileexplorer/accessibility-and-internationalization/localization +components: ["fileexplorer"] tags: localization published: True position: 3 diff --git a/controls/fileexplorer/accessibility-and-internationalization/right-to-left-support.md b/controls/fileexplorer/accessibility-and-internationalization/right-to-left-support.md index 5fb3953183..7927b801f7 100644 --- a/controls/fileexplorer/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/fileexplorer/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadFileExplorer description: Check our Web Forms article about Right-to-left Support. slug: fileexplorer/accessibility-and-internationalization/right-to-left-support +components: ["fileexplorer"] tags: right-to-left,support published: True position: 1 diff --git a/controls/fileexplorer/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/fileexplorer/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 95db5d51e9..bbc74ac784 100644 --- a/controls/fileexplorer/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/fileexplorer/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadFileExplorer description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: fileexplorer/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["fileexplorer"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/fileexplorer/appearance-and-styling/create-a-custom-skin.md b/controls/fileexplorer/appearance-and-styling/create-a-custom-skin.md index b70988fcae..90b86ae474 100644 --- a/controls/fileexplorer/appearance-and-styling/create-a-custom-skin.md +++ b/controls/fileexplorer/appearance-and-styling/create-a-custom-skin.md @@ -3,6 +3,7 @@ title: Create a Custom Skin page_title: Create a Custom Skin - RadFileExplorer description: Check our Web Forms article about Create a Custom Skin. slug: fileexplorer/appearance-and-styling/create-a-custom-skin +components: ["fileexplorer"] tags: create,a,custom,skin published: True position: 0 diff --git a/controls/fileexplorer/appearance-and-styling/css-classes.md b/controls/fileexplorer/appearance-and-styling/css-classes.md index bbcd961fed..71e2b3668e 100644 --- a/controls/fileexplorer/appearance-and-styling/css-classes.md +++ b/controls/fileexplorer/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadFileExplorer description: Check our Web Forms article about CSS Classes. slug: fileexplorer/appearance-and-styling/css-classes +components: ["fileexplorer"] tags: css,classes published: True position: 1 diff --git a/controls/fileexplorer/appearance-and-styling/increase-thumbnail-dimensions.md b/controls/fileexplorer/appearance-and-styling/increase-thumbnail-dimensions.md index 8296750c8e..6fadaba9b0 100644 --- a/controls/fileexplorer/appearance-and-styling/increase-thumbnail-dimensions.md +++ b/controls/fileexplorer/appearance-and-styling/increase-thumbnail-dimensions.md @@ -3,6 +3,7 @@ title: Increase Thumbnail Dimensions page_title: Increase Thumbnail Dimensions - RadFileExplorer description: Check our Web Forms article about Increase Thumbnail Dimensions. slug: fileexplorer/appearance-and-styling/increase-thumbnail-dimensions +components: ["fileexplorer"] tags: increase,thumbnail,dimensions published: True position: 2 diff --git a/controls/fileexplorer/changes-and-backward-compatibility.md b/controls/fileexplorer/changes-and-backward-compatibility.md index f18f61f203..6efafc04b3 100644 --- a/controls/fileexplorer/changes-and-backward-compatibility.md +++ b/controls/fileexplorer/changes-and-backward-compatibility.md @@ -3,6 +3,7 @@ title: Changes And Backward Compatibility page_title: Changes And Backward Compatibility - RadFileExplorer description: Check our Web Forms article about Changes And Backward Compatibility. slug: fileexplorer/changes-and-backward-compatibility +components: ["fileexplorer"] tags: changes,and,backward,compatibility published: True position: 1 diff --git a/controls/fileexplorer/client-side-programming/events/events.md b/controls/fileexplorer/client-side-programming/events/events.md index 2e53d0dc9a..33cbd6e3a9 100644 --- a/controls/fileexplorer/client-side-programming/events/events.md +++ b/controls/fileexplorer/client-side-programming/events/events.md @@ -3,6 +3,7 @@ title: Events page_title: Events - RadFileExplorer description: Check our Web Forms article about Events. slug: fileexplorer/client-side-programming/events +components: ["fileexplorer"] tags: events published: True position: 1 diff --git a/controls/fileexplorer/client-side-programming/events/onclientcopy.md b/controls/fileexplorer/client-side-programming/events/onclientcopy.md index 81dad83012..4a7491537d 100644 --- a/controls/fileexplorer/client-side-programming/events/onclientcopy.md +++ b/controls/fileexplorer/client-side-programming/events/onclientcopy.md @@ -3,6 +3,7 @@ title: OnClientCopy page_title: OnClientCopy - RadFileExplorer description: Check our Web Forms article about OnClientCopy. slug: fileexplorer/client-side-programming/events/onclientcopy +components: ["fileexplorer"] tags: onclientcopy published: True position: 4 diff --git a/controls/fileexplorer/client-side-programming/events/onclientcreatenewfolder.md b/controls/fileexplorer/client-side-programming/events/onclientcreatenewfolder.md index e609cf8de9..10c64be802 100644 --- a/controls/fileexplorer/client-side-programming/events/onclientcreatenewfolder.md +++ b/controls/fileexplorer/client-side-programming/events/onclientcreatenewfolder.md @@ -3,6 +3,7 @@ title: OnClientCreateNewFolder page_title: OnClientCreateNewFolder - RadFileExplorer description: Check our Web Forms article about OnClientCreateNewFolder. slug: fileexplorer/client-side-programming/events/onclientcreatenewfolder +components: ["fileexplorer"] tags: onclientcreatenewfolder published: True position: 5 diff --git a/controls/fileexplorer/client-side-programming/events/onclientdelete.md b/controls/fileexplorer/client-side-programming/events/onclientdelete.md index 944af52f6f..781a901093 100644 --- a/controls/fileexplorer/client-side-programming/events/onclientdelete.md +++ b/controls/fileexplorer/client-side-programming/events/onclientdelete.md @@ -3,6 +3,7 @@ title: OnClientDelete page_title: OnClientDelete - RadFileExplorer description: Check our Web Forms article about OnClientDelete. slug: fileexplorer/client-side-programming/events/onclientdelete +components: ["fileexplorer"] tags: onclientdelete published: True position: 6 diff --git a/controls/fileexplorer/client-side-programming/events/onclientfileopen.md b/controls/fileexplorer/client-side-programming/events/onclientfileopen.md index abc7df2cb7..0377353588 100644 --- a/controls/fileexplorer/client-side-programming/events/onclientfileopen.md +++ b/controls/fileexplorer/client-side-programming/events/onclientfileopen.md @@ -3,6 +3,7 @@ title: OnClientFileOpen page_title: OnClientFileOpen - RadFileExplorer description: Check our Web Forms article about OnClientFileOpen. slug: fileexplorer/client-side-programming/events/onclientfileOpen +components: ["fileexplorer"] tags: onclientdelete published: True position: 7 diff --git a/controls/fileexplorer/client-side-programming/events/onclientfilesdropping.md b/controls/fileexplorer/client-side-programming/events/onclientfilesdropping.md index 9fb2d27179..81960d3ca1 100644 --- a/controls/fileexplorer/client-side-programming/events/onclientfilesdropping.md +++ b/controls/fileexplorer/client-side-programming/events/onclientfilesdropping.md @@ -3,6 +3,7 @@ title: OnClientFilesDropping page_title: OnClientFilesDropping - RadFileExplorer description: Check our Web Forms article about OnClientFilesDropping. slug: fileexplorer/client-side-programming/events/onclientfilesdropping +components: ["fileexplorer"] tags: onclientfilesdropping published: True position: 8 diff --git a/controls/fileexplorer/client-side-programming/events/onclientfilter.md b/controls/fileexplorer/client-side-programming/events/onclientfilter.md index d5b4cf30fd..5e29eb819f 100644 --- a/controls/fileexplorer/client-side-programming/events/onclientfilter.md +++ b/controls/fileexplorer/client-side-programming/events/onclientfilter.md @@ -3,6 +3,7 @@ title: OnClientFilter page_title: OnClientFilter - RadFileExplorer description: Check our Web Forms article about OnClientFilter. slug: fileexplorer/client-side-programming/events/onclientfilter +components: ["fileexplorer"] tags: onclientfilter published: True position: 9 diff --git a/controls/fileexplorer/client-side-programming/events/onclientfolderchange.md b/controls/fileexplorer/client-side-programming/events/onclientfolderchange.md index cd83cc1614..8b4eb8a058 100644 --- a/controls/fileexplorer/client-side-programming/events/onclientfolderchange.md +++ b/controls/fileexplorer/client-side-programming/events/onclientfolderchange.md @@ -3,6 +3,7 @@ title: OnClientFolderChange page_title: OnClientFolderChange - RadFileExplorer description: Check our Web Forms article about OnClientFolderChange. slug: fileexplorer/client-side-programming/events/onclientfolderchange +components: ["fileexplorer"] tags: onclientfolderchange published: True position: 10 diff --git a/controls/fileexplorer/client-side-programming/events/onclientfolderloaded.md b/controls/fileexplorer/client-side-programming/events/onclientfolderloaded.md index 49ca872868..b91a9b7c5b 100644 --- a/controls/fileexplorer/client-side-programming/events/onclientfolderloaded.md +++ b/controls/fileexplorer/client-side-programming/events/onclientfolderloaded.md @@ -3,6 +3,7 @@ title: OnClientFolderLoaded page_title: OnClientFolderLoaded - RadFileExplorer description: Check our Web Forms article about OnClientFolderLoaded. slug: fileexplorer/client-side-programming/events/onclientfolderloaded +components: ["fileexplorer"] tags: onclientfolderloaded published: True position: 11 diff --git a/controls/fileexplorer/client-side-programming/events/onclientinit.md b/controls/fileexplorer/client-side-programming/events/onclientinit.md index 2bb8ee5185..bc360115b7 100644 --- a/controls/fileexplorer/client-side-programming/events/onclientinit.md +++ b/controls/fileexplorer/client-side-programming/events/onclientinit.md @@ -3,6 +3,7 @@ title: OnClientInit page_title: OnClientInit - RadFileExplorer description: Check our Web Forms article about OnClientInit. slug: fileexplorer/client-side-programming/events/onclientinit +components: ["fileexplorer"] tags: onclientinit published: True position: 2 diff --git a/controls/fileexplorer/client-side-programming/events/onclientitemselected.md b/controls/fileexplorer/client-side-programming/events/onclientitemselected.md index c66f4ac0e1..f2d87ef02f 100644 --- a/controls/fileexplorer/client-side-programming/events/onclientitemselected.md +++ b/controls/fileexplorer/client-side-programming/events/onclientitemselected.md @@ -3,6 +3,7 @@ title: OnClientItemSelected page_title: OnClientItemSelected - RadFileExplorer description: Check our Web Forms article about OnClientItemSelected. slug: fileexplorer/client-side-programming/events/onclientitemselected +components: ["fileexplorer"] tags: onclientitemselected published: True position: 12 diff --git a/controls/fileexplorer/client-side-programming/events/onclientload.md b/controls/fileexplorer/client-side-programming/events/onclientload.md index 50d61a199c..29480441ba 100644 --- a/controls/fileexplorer/client-side-programming/events/onclientload.md +++ b/controls/fileexplorer/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadFileExplorer description: Check our Web Forms article about OnClientLoad. slug: fileexplorer/client-side-programming/events/onclientload +components: ["fileexplorer"] tags: onclientload published: True position: 3 diff --git a/controls/fileexplorer/client-side-programming/events/onclientmove.md b/controls/fileexplorer/client-side-programming/events/onclientmove.md index ce657245bc..0357d6a66d 100644 --- a/controls/fileexplorer/client-side-programming/events/onclientmove.md +++ b/controls/fileexplorer/client-side-programming/events/onclientmove.md @@ -3,6 +3,7 @@ title: OnClientMove page_title: OnClientMove - RadFileExplorer description: Check our Web Forms article about OnClientMove. slug: fileexplorer/client-side-programming/events/onclientmove +components: ["fileexplorer"] tags: onclientmove published: True position: 13 diff --git a/controls/fileexplorer/client-side-programming/overview.md b/controls/fileexplorer/client-side-programming/overview.md index 5bd0905abc..4d9b9901ac 100644 --- a/controls/fileexplorer/client-side-programming/overview.md +++ b/controls/fileexplorer/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadFileExplorer description: Check our Web Forms article about Overview. slug: fileexplorer/client-side-programming/overview +components: ["fileexplorer"] tags: overview published: True position: 0 diff --git a/controls/fileexplorer/design-time.md b/controls/fileexplorer/design-time.md index b4e4d2eb5e..1125d7eef4 100644 --- a/controls/fileexplorer/design-time.md +++ b/controls/fileexplorer/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadFileExplorer description: Check our Web Forms article about Design Time. slug: fileexplorer/design-time +components: ["fileexplorer"] tags: design,time published: True position: 3 diff --git a/controls/fileexplorer/functionality/drag-and-drop-files.md b/controls/fileexplorer/functionality/drag-and-drop-files.md index 97aa15ba17..84a83365ae 100644 --- a/controls/fileexplorer/functionality/drag-and-drop-files.md +++ b/controls/fileexplorer/functionality/drag-and-drop-files.md @@ -3,6 +3,7 @@ title: Drag and Drop Files page_title: Drag and Drop Files - RadFileExplorer description: Check our Web Forms article about Drag and Drop Files. slug: fileexplorer/functionality/drag-and-drop-files +components: ["fileexplorer"] tags: drag,and,dorp,files published: True position: 3 diff --git a/controls/fileexplorer/functionality/filter-items.md b/controls/fileexplorer/functionality/filter-items.md index 69a848f632..69896c2c2b 100644 --- a/controls/fileexplorer/functionality/filter-items.md +++ b/controls/fileexplorer/functionality/filter-items.md @@ -3,6 +3,7 @@ title: Filter Items page_title: Filter Items - RadFileExplorer description: Check our Web Forms article about Filter Items. slug: fileexplorer/functionality/filter-items +components: ["fileexplorer"] tags: filter,items published: True position: 0 diff --git a/controls/fileexplorer/functionality/thumbnails-mode.md b/controls/fileexplorer/functionality/thumbnails-mode.md index 25c2ed12c8..08db1962ef 100644 --- a/controls/fileexplorer/functionality/thumbnails-mode.md +++ b/controls/fileexplorer/functionality/thumbnails-mode.md @@ -3,6 +3,7 @@ title: Thumbnails Mode page_title: Thumbnails Mode - RadFileExplorer description: Check our Web Forms article about Thumbnails Mode. slug: fileexplorer/functionality/thumbnails-mode +components: ["fileexplorer"] tags: thumbnails,mode published: True position: 1 diff --git a/controls/fileexplorer/getting-started.md b/controls/fileexplorer/getting-started.md index 24bb36a014..551f57939d 100644 --- a/controls/fileexplorer/getting-started.md +++ b/controls/fileexplorer/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadFileExplorer description: Discover how to set up and configure the FileExplorer control for managing file systems in web apps. slug: fileexplorer/getting-started +components: ["fileexplorer"] tags: getting,started published: True position: 2 diff --git a/controls/fileexplorer/how-to/adding-custom-command-buttons.md b/controls/fileexplorer/how-to/adding-custom-command-buttons.md index 8ebdd40cb9..0f734afcaa 100644 --- a/controls/fileexplorer/how-to/adding-custom-command-buttons.md +++ b/controls/fileexplorer/how-to/adding-custom-command-buttons.md @@ -3,6 +3,7 @@ title: Adding Custom Command Buttons page_title: Adding Custom Command Buttons - RadFileExplorer description: Check our Web Forms article about Adding Custom Command Buttons. slug: fileexplorer/how-to/adding-custom-command-buttons +components: ["fileexplorer"] tags: adding,custom,command,buttons published: True position: 0 diff --git a/controls/fileexplorer/how-to/adding-custom-grid-columns.md b/controls/fileexplorer/how-to/adding-custom-grid-columns.md index 697881647c..be729c9735 100644 --- a/controls/fileexplorer/how-to/adding-custom-grid-columns.md +++ b/controls/fileexplorer/how-to/adding-custom-grid-columns.md @@ -3,6 +3,7 @@ title: Adding Custom Grid Columns page_title: Adding Custom Grid Columns - RadFileExplorer description: Check our Web Forms article about Adding Custom Grid Columns. slug: fileexplorer/how-to/adding-custom-grid-columns +components: ["fileexplorer"] tags: adding,custom,grid,columns published: True position: 1 diff --git a/controls/fileexplorer/mobile-support/elastic-design.md b/controls/fileexplorer/mobile-support/elastic-design.md index 4aeaf65059..9284004284 100644 --- a/controls/fileexplorer/mobile-support/elastic-design.md +++ b/controls/fileexplorer/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadFileExplorer description: Check our Web Forms article about Elastic Design. slug: fileexplorer/mobile-support/elastic-design +components: ["fileexplorer"] tags: elastic,design,file explorer published: True position: 1 diff --git a/controls/fileexplorer/mobile-support/render-modes.md b/controls/fileexplorer/mobile-support/render-modes.md index 658a69b373..a043644e28 100644 --- a/controls/fileexplorer/mobile-support/render-modes.md +++ b/controls/fileexplorer/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadFileExplorer description: Check our Web Forms article about Render Modes. slug: fileexplorer/mobile-support/render-modes +components: ["fileexplorer"] tags: render,modes,file explorer published: True position: 3 diff --git a/controls/fileexplorer/overview.md b/controls/fileexplorer/overview.md index 89baf602e4..b48702fd71 100644 --- a/controls/fileexplorer/overview.md +++ b/controls/fileexplorer/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadFileExplorer Overview description: Discover the FileExplorer control and its features for managing and navigating file systems in web apps. slug: fileexplorer/overview +components: ["fileexplorer"] tags: overview published: True position: 0 diff --git a/controls/fileexplorer/security.md b/controls/fileexplorer/security.md index 8382f0625e..062371e5f1 100644 --- a/controls/fileexplorer/security.md +++ b/controls/fileexplorer/security.md @@ -3,6 +3,7 @@ title: Security page_title: Security - RadFileExplorer description: Check our Web Forms article about Security. slug: fileexplorer/security +components: ["fileexplorer"] tags: security,action published: True position: 15 diff --git a/controls/fileexplorer/server-side-programming/configure-radfileexplorer-on-the-server.md b/controls/fileexplorer/server-side-programming/configure-radfileexplorer-on-the-server.md index c1223cb9d2..bde35f3ee3 100644 --- a/controls/fileexplorer/server-side-programming/configure-radfileexplorer-on-the-server.md +++ b/controls/fileexplorer/server-side-programming/configure-radfileexplorer-on-the-server.md @@ -3,6 +3,7 @@ title: Configure RadFileExplorer on the Server page_title: Configure RadFileExplorer on the Server - RadFileExplorer description: Check our Web Forms article about Configure RadFileExplorer on the Server. slug: fileexplorer/server-side-programming/configure-radfileexplorer-on-the-server +components: ["fileexplorer"] tags: configure,radfileexplorer,on,the,server published: True position: 2 diff --git a/controls/fileexplorer/server-side-programming/events.md b/controls/fileexplorer/server-side-programming/events.md index 14b1e04678..3fcc591ec4 100644 --- a/controls/fileexplorer/server-side-programming/events.md +++ b/controls/fileexplorer/server-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Events - RadFileExplorer description: Check our Web Forms article about Events. slug: fileexplorer/server-side-programming/events +components: ["fileexplorer"] tags: events published: True position: 1 diff --git a/controls/fileexplorer/server-side-programming/overview.md b/controls/fileexplorer/server-side-programming/overview.md index 97d0753cc4..b363cff92c 100644 --- a/controls/fileexplorer/server-side-programming/overview.md +++ b/controls/fileexplorer/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadFileExplorer description: Check our Web Forms article about Overview. slug: fileexplorer/server-side-programming/overview +components: ["fileexplorer"] tags: overview published: True position: 0 diff --git a/controls/fileexplorer/server-side-programming/use-custom-filebrowsercontentprovider.md b/controls/fileexplorer/server-side-programming/use-custom-filebrowsercontentprovider.md index 287ce30c48..7bb840cd82 100644 --- a/controls/fileexplorer/server-side-programming/use-custom-filebrowsercontentprovider.md +++ b/controls/fileexplorer/server-side-programming/use-custom-filebrowsercontentprovider.md @@ -3,6 +3,7 @@ title: Use Custom FileBrowserContentProvider page_title: Use Custom FileBrowserContentProvider - RadFileExplorer description: Check our Web Forms article about Use Custom FileBrowserContentProvider. slug: fileexplorer/server-side-programming/use-custom-filebrowsercontentprovider +components: ["fileexplorer"] tags: use,custom,filebrowsercontentprovider published: True position: 3 diff --git a/controls/fileexplorer/troubleshooting/common-issues.md b/controls/fileexplorer/troubleshooting/common-issues.md index a52cca4d98..4a3ce42c69 100644 --- a/controls/fileexplorer/troubleshooting/common-issues.md +++ b/controls/fileexplorer/troubleshooting/common-issues.md @@ -3,6 +3,7 @@ title: Common Issues page_title: Common Issues - RadFileExplorer description: Check our Web Forms article about Common Issues. slug: fileexplorer/troubleshooting/common-issues +components: ["fileexplorer"] tags: common,issues published: True position: 0 diff --git a/controls/fileexplorer/troubleshooting/restricted-symbols.md b/controls/fileexplorer/troubleshooting/restricted-symbols.md index b1115cbce3..552f30e519 100644 --- a/controls/fileexplorer/troubleshooting/restricted-symbols.md +++ b/controls/fileexplorer/troubleshooting/restricted-symbols.md @@ -3,6 +3,7 @@ title: Restricted Symbols page_title: Restricted Symbols - RadFileExplorer description: Check our Web Forms article about Restricted Symbols. slug: fileexplorer/troubleshooting/restricted-symbols +components: ["fileexplorer"] tags: restricted,symbols published: True position: 1 diff --git a/controls/filter/accessibility-and-internationalization/localization.md b/controls/filter/accessibility-and-internationalization/localization.md index 9f9abc855f..4bb3a07e05 100644 --- a/controls/filter/accessibility-and-internationalization/localization.md +++ b/controls/filter/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadFilter description: Check our Web Forms article about Localization. slug: filter/accessibility-and-internationalization/localization +components: ["filter"] tags: localization published: True position: 0 diff --git a/controls/filter/accessibility-and-internationalization/wai-aria-support.md b/controls/filter/accessibility-and-internationalization/wai-aria-support.md index 832dec7de0..cb64374dec 100644 --- a/controls/filter/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/filter/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadFilter description: Check our Web Forms article about WAI-ARIA Support. slug: filter/accessibility-and-internationalization/wai-aria-support +components: ["filter"] tags: wai-aria,support published: True position: 1 diff --git a/controls/filter/appearance-and-styling/html-output.md b/controls/filter/appearance-and-styling/html-output.md index c9945c105d..233c2496fb 100644 --- a/controls/filter/appearance-and-styling/html-output.md +++ b/controls/filter/appearance-and-styling/html-output.md @@ -3,6 +3,7 @@ title: HTML Output page_title: HTML Output - RadFilter description: Check our Web Forms article about HTML Output. slug: filter/appearance-and-styling/html-output +components: ["filter"] tags: html,output published: True position: 1 diff --git a/controls/filter/appearance-and-styling/skins.md b/controls/filter/appearance-and-styling/skins.md index 7637dcaedc..6790f4053a 100644 --- a/controls/filter/appearance-and-styling/skins.md +++ b/controls/filter/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadFilter description: Check our Web Forms article about Skins. slug: filter/appearance-and-styling/skins +components: ["filter"] tags: skins published: True position: 0 diff --git a/controls/filter/client-side-programming/overview.md b/controls/filter/client-side-programming/overview.md index ece2e5b3a5..5428aa544a 100644 --- a/controls/filter/client-side-programming/overview.md +++ b/controls/filter/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-Side Programming Overview - RadFilter description: Check our Web Forms article about Overview. slug: filter/client-side-programming/overview +components: ["filter"] tags: overview published: True position: 0 diff --git a/controls/filter/design-time.md b/controls/filter/design-time.md index 36c54c7d27..6e654815cf 100644 --- a/controls/filter/design-time.md +++ b/controls/filter/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadFilter description: Check our Web Forms article about Design Time. slug: filter/design-time +components: ["filter"] tags: design,time published: True position: 2 diff --git a/controls/filter/field-editors/built-in.md b/controls/filter/field-editors/built-in.md index 7274aa8ee5..1636c19208 100644 --- a/controls/filter/field-editors/built-in.md +++ b/controls/filter/field-editors/built-in.md @@ -3,6 +3,7 @@ title: Built-in page_title: Built-in - RadFilter description: Check our Web Forms article about Built-in. slug: filter/field-editors/built-in +components: ["filter"] tags: built-in published: True position: 0 diff --git a/controls/filter/field-editors/custom.md b/controls/filter/field-editors/custom.md index 21acc2ad3b..912442f8b4 100644 --- a/controls/filter/field-editors/custom.md +++ b/controls/filter/field-editors/custom.md @@ -3,6 +3,7 @@ title: Custom page_title: Custom - RadFilter description: Check our Web Forms article about Custom. slug: filter/field-editors/custom +components: ["filter"] tags: custom published: True position: 1 diff --git a/controls/filter/field-editors/programmatic-creation.md b/controls/filter/field-editors/programmatic-creation.md index 0cd6819974..1916e3892c 100644 --- a/controls/filter/field-editors/programmatic-creation.md +++ b/controls/filter/field-editors/programmatic-creation.md @@ -3,6 +3,7 @@ title: Programmatic Creation page_title: Programmatic Creation - RadFilter description: Check our Web Forms article about Programmatic Creation. slug: filter/field-editors/programmatic-creation +components: ["filter"] tags: programmatic,creation published: True position: 2 diff --git a/controls/filter/filter-expressions/accessing-expression-items.md b/controls/filter/filter-expressions/accessing-expression-items.md index 1cbdaf287f..af53b78fc2 100644 --- a/controls/filter/filter-expressions/accessing-expression-items.md +++ b/controls/filter/filter-expressions/accessing-expression-items.md @@ -3,6 +3,7 @@ title: Accessing Expression Items page_title: Accessing Expression Items - RadFilter description: Check our Web Forms article about Accessing Expression Items. slug: filter/filter-expressions/accessing-expression-items +components: ["filter"] tags: accessing,expression,items published: True position: 3 diff --git a/controls/filter/filter-expressions/building-filter-expressions-manually.md b/controls/filter/filter-expressions/building-filter-expressions-manually.md index 4cd7933028..85999ff4d4 100644 --- a/controls/filter/filter-expressions/building-filter-expressions-manually.md +++ b/controls/filter/filter-expressions/building-filter-expressions-manually.md @@ -3,6 +3,7 @@ title: Building Filter Expressions Manually page_title: Building Filter Expressions Manually - RadFilter description: Check our Web Forms article about Building Filter Expressions Manually. slug: filter/filter-expressions/building-filter-expressions-manually +components: ["filter"] tags: building,filter,expressions,manually published: True position: 1 diff --git a/controls/filter/filter-expressions/saving-and-loading.md b/controls/filter/filter-expressions/saving-and-loading.md index a2e8be950d..040e08164d 100644 --- a/controls/filter/filter-expressions/saving-and-loading.md +++ b/controls/filter/filter-expressions/saving-and-loading.md @@ -3,6 +3,7 @@ title: Saving and Loading page_title: Saving and Loading - RadFilter description: Check our Web Forms article about Saving and Loading. slug: filter/filter-expressions/saving-and-loading +components: ["filter"] tags: saving,and,loading published: True position: 2 diff --git a/controls/filter/filter-expressions/working-with-expressions.md b/controls/filter/filter-expressions/working-with-expressions.md index 1fbe0c3dde..d350cfcf08 100644 --- a/controls/filter/filter-expressions/working-with-expressions.md +++ b/controls/filter/filter-expressions/working-with-expressions.md @@ -3,6 +3,7 @@ title: Working with Expressions page_title: Working with Expressions - RadFilter description: Check our Web Forms article about Working with Expressions. slug: filter/filter-expressions/working-with-expressions +components: ["filter"] tags: working,with,expressions published: True position: 0 diff --git a/controls/filter/getting-started.md b/controls/filter/getting-started.md index 7a40d9bb44..3f5f8b4614 100644 --- a/controls/filter/getting-started.md +++ b/controls/filter/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadFilter description: Check our Web Forms article about Getting Started. slug: filter/getting-started +components: ["filter"] tags: getting,started published: True position: 1 diff --git a/controls/filter/how-to/customizing-the-menu.md b/controls/filter/how-to/customizing-the-menu.md index 5e9636a66c..0cbf44dd2f 100644 --- a/controls/filter/how-to/customizing-the-menu.md +++ b/controls/filter/how-to/customizing-the-menu.md @@ -3,6 +3,7 @@ title: Customizing the Menu page_title: Customizing the Menu - RadFilter description: Check our Web Forms article about Customizing the Menu. slug: filter/how-to/customizing-the-menu +components: ["filter"] tags: customizing,the,menu published: True position: 4 diff --git a/controls/filter/how-to/enable-scrolling-for-contextmenu-in-radfilter.md b/controls/filter/how-to/enable-scrolling-for-contextmenu-in-radfilter.md index 9219d14734..88ecf6d4ab 100644 --- a/controls/filter/how-to/enable-scrolling-for-contextmenu-in-radfilter.md +++ b/controls/filter/how-to/enable-scrolling-for-contextmenu-in-radfilter.md @@ -3,6 +3,7 @@ title: Enable Scrolling for ContextMenu in RadFilter page_title: Enable Scrolling for ContextMenu in RadFilter - RadFilter description: Check our Web Forms article about Enable Scrolling for ContextMenu in RadFilter. slug: filter/how-to/enable-scrolling-for-contextmenu-in-radfilter +components: ["filter"] tags: enable,scrolling,for,contextmenu,in,radfilter published: True position: 3 diff --git a/controls/filter/how-to/integration-with-datasource-controls.md b/controls/filter/how-to/integration-with-datasource-controls.md index fd60fdf166..f583d8116e 100644 --- a/controls/filter/how-to/integration-with-datasource-controls.md +++ b/controls/filter/how-to/integration-with-datasource-controls.md @@ -3,6 +3,7 @@ title: Integration with DataSource Controls page_title: Integration with DataSource Controls - RadFilter description: Check our Web Forms article about Integration with DataSource Controls. slug: filter/how-to/integration-with-datasource-controls +components: ["filter"] tags: integration,with,datasource,controls published: True position: 0 diff --git a/controls/filter/how-to/radgrid-filtering-with-radfilter.md b/controls/filter/how-to/radgrid-filtering-with-radfilter.md index 3633e73254..5a6ecf75c3 100644 --- a/controls/filter/how-to/radgrid-filtering-with-radfilter.md +++ b/controls/filter/how-to/radgrid-filtering-with-radfilter.md @@ -3,6 +3,7 @@ title: RadGrid Filtering with RadFilter page_title: RadGrid Filtering with RadFilter - RadFilter description: Check our Web Forms article about RadGrid Filtering with RadFilter. slug: filter/how-to/radgrid-filtering-with-radfilter +components: ["filter"] tags: radgrid,filtering,with,radfilter published: True position: 1 diff --git a/controls/filter/how-to/radlistview-filtering-with-radfilter.md b/controls/filter/how-to/radlistview-filtering-with-radfilter.md index 64740cd47e..4a1bcd4376 100644 --- a/controls/filter/how-to/radlistview-filtering-with-radfilter.md +++ b/controls/filter/how-to/radlistview-filtering-with-radfilter.md @@ -3,6 +3,7 @@ title: RadListView Filtering with RadFilter page_title: RadListView Filtering with RadFilter - RadFilter description: Check our Web Forms article about RadListView Filtering with RadFilter. slug: filter/how-to/radlistview-filtering-with-radfilter +components: ["filter"] tags: radlistview,filtering,with,radfilter published: True position: 2 diff --git a/controls/filter/overview.md b/controls/filter/overview.md index ec16dfad3d..1084a24695 100644 --- a/controls/filter/overview.md +++ b/controls/filter/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadFilter Overview description: Check our Web Forms article about Overview. slug: filter/overview +components: ["filter"] tags: overview published: True position: 0 diff --git a/controls/filter/server-side-programming/overview.md b/controls/filter/server-side-programming/overview.md index 181a75509e..e39847e650 100644 --- a/controls/filter/server-side-programming/overview.md +++ b/controls/filter/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadFilter Server-Side Programming Overview - RadFilter description: Check our Web Forms article about Overview. slug: filter/server-side-programming/overview +components: ["filter"] tags: overview published: True position: 0 diff --git a/controls/filter/troubleshooting/wrong-control-filtered-multiple-user-controls.md b/controls/filter/troubleshooting/wrong-control-filtered-multiple-user-controls.md index d0a661d016..b75ede6472 100644 --- a/controls/filter/troubleshooting/wrong-control-filtered-multiple-user-controls.md +++ b/controls/filter/troubleshooting/wrong-control-filtered-multiple-user-controls.md @@ -3,6 +3,7 @@ title: Wrong Control is Filtered with Multiple Instances page_title: Wrong Control is Filtered with Multiple Instances - RadFilter description: Check our Web Forms article about Wrong control may be filtered when more than one instance of their user control is present. See how to resolve/. slug: filter/troubleshooting/wrong-control-filtered-multiple-user-controls +components: ["filter"] tags: filter,multiple,instances,wrong,control,filtered published: True position: 0 diff --git a/controls/floatingactionbutton/accessibility-and-internationalization/keyboard-support.md b/controls/floatingactionbutton/accessibility-and-internationalization/keyboard-support.md index 26cbfe9c96..d713491c2d 100644 --- a/controls/floatingactionbutton/accessibility-and-internationalization/keyboard-support.md +++ b/controls/floatingactionbutton/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadFloatingActionButton description: Check our Web Forms article about Keyboard Support. slug: floatingactionbutton/accessibility-and-internationalization/keyboard-support +components: ["floatingactionbutton"] tags: keyboard,support published: True position: 1 diff --git a/controls/floatingactionbutton/accessibility-and-internationalization/right-to-left-support.md b/controls/floatingactionbutton/accessibility-and-internationalization/right-to-left-support.md index 3939633972..ba564d5461 100644 --- a/controls/floatingactionbutton/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/floatingactionbutton/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadFloatingActionButton description: Check our Web Forms article about Right-to-left Support. slug: floatingactionbutton/accessibility-and-internationalization/right-to-left-support +components: ["floatingactionbutton"] tags: right-to-left,support published: True position: 0 diff --git a/controls/floatingactionbutton/accessibility-and-internationalization/wai-aria-support.md b/controls/floatingactionbutton/accessibility-and-internationalization/wai-aria-support.md index 7c6974c59c..a9a22d64ca 100644 --- a/controls/floatingactionbutton/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/floatingactionbutton/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadFloatingActionButton description: Check our Web Forms article about WAI-ARIA Support. slug: floatingactionbutton/accessibility-and-internationalization/wai-aria-support +components: ["floatingactionbutton"] tags: wai-aria,support published: True position: 2 diff --git a/controls/floatingactionbutton/accessibility-and-internationalization/wcag-2.1-and-section-508-accessibility-compliance.md b/controls/floatingactionbutton/accessibility-and-internationalization/wcag-2.1-and-section-508-accessibility-compliance.md index dbc43f6fa4..b7d7151cf1 100644 --- a/controls/floatingactionbutton/accessibility-and-internationalization/wcag-2.1-and-section-508-accessibility-compliance.md +++ b/controls/floatingactionbutton/accessibility-and-internationalization/wcag-2.1-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.1 and Section 508 Accessibility Compliance page_title: WCAG 2.1 and Section 508 Accessibility Compliance - RadFloatingActionButton description: Check our Web Forms article about WCAG 2.1 and Section 508 Accessibility Compliance. slug: floatingactionbutton/accessibility-and-internationalization/wcag-2.1-and-section-508-accessibility-compliance +components: ["floatingactionbutton"] tags: wcag,2.1,and,section,508,accessibility,compliance published: True position: 3 diff --git a/controls/floatingactionbutton/client-side-programming/events.md b/controls/floatingactionbutton/client-side-programming/events.md index 3f9ee5b401..4b6bc01b9f 100644 --- a/controls/floatingactionbutton/client-side-programming/events.md +++ b/controls/floatingactionbutton/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: RadFloatingActionButton Client-side Events description: Check our Web Forms article about the API of RadFloatingActionButton object. slug: floatingactionbutton/client-side-programming/events +components: ["floatingactionbutton"] tags: overview published: True position: 1 diff --git a/controls/floatingactionbutton/client-side-programming/overview.md b/controls/floatingactionbutton/client-side-programming/overview.md index 8696eb952c..246b04cd7b 100644 --- a/controls/floatingactionbutton/client-side-programming/overview.md +++ b/controls/floatingactionbutton/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadFloatingActionButton object description: Check our Web Forms article about the API of RadFloatingActionButton object. slug: floatingactionbutton/client-side-programming/overview +components: ["floatingactionbutton"] tags: overview published: True position: 0 diff --git a/controls/floatingactionbutton/functionality/alignment.md b/controls/floatingactionbutton/functionality/alignment.md index f71f6b6a3f..1434d7361f 100644 --- a/controls/floatingactionbutton/functionality/alignment.md +++ b/controls/floatingactionbutton/functionality/alignment.md @@ -3,6 +3,7 @@ title: Alignment page_title: Alignment - RadFloatingActionButton description: Check our Web Forms article about the Alignment of RadFloatingActionButton. slug: floatingactionbutton/functionality/alignment +components: ["floatingactionbutton"] published: True position: 1 --- diff --git a/controls/floatingactionbutton/functionality/appearance.md b/controls/floatingactionbutton/functionality/appearance.md index 513f4b2b30..504372dbc8 100644 --- a/controls/floatingactionbutton/functionality/appearance.md +++ b/controls/floatingactionbutton/functionality/appearance.md @@ -3,6 +3,7 @@ title: Appearance page_title: Appearance - RadFloatingActionButton description: Check our Web Forms article about RadFloatingActionButton Appearance. slug: floatingactionbutton/functionality/appearance +components: ["floatingactionbutton"] published: True position: 2 --- diff --git a/controls/floatingactionbutton/functionality/items.md b/controls/floatingactionbutton/functionality/items.md index 42ee93f736..0c16a5aaba 100644 --- a/controls/floatingactionbutton/functionality/items.md +++ b/controls/floatingactionbutton/functionality/items.md @@ -3,6 +3,7 @@ title: Items page_title: Functionality - RadFloatingActionButton description: Check our Web Forms article about RadFloatingActionButton Items. slug: floatingactionbutton/functionality/items +components: ["floatingactionbutton"] published: True position: 3 --- diff --git a/controls/floatingactionbutton/getting-started.md b/controls/floatingactionbutton/getting-started.md index d7b8199578..674b746dd6 100644 --- a/controls/floatingactionbutton/getting-started.md +++ b/controls/floatingactionbutton/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadFloatingActionButton description: Getting Started with the Telerik RadFloatingActionButton. slug: floatingactionbutton/getting-started +components: ["floatingactionbutton"] tags: getting-started, floatingactionbutton published: True position: 1 diff --git a/controls/floatingactionbutton/overview.md b/controls/floatingactionbutton/overview.md index 7870bf9cfe..ef43c12e0d 100644 --- a/controls/floatingactionbutton/overview.md +++ b/controls/floatingactionbutton/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadFloatingActionButton description: The Telerik RadFloatingActionButton is a component, which represents the primary action of a screen. It floats in the application above other items. slug: floatingactionbutton/overview +components: ["floatingactionbutton"] tags: overview, floatingactionbutton published: True position: 0 diff --git a/controls/floatingactionbutton/server-side-programming/overview.md b/controls/floatingactionbutton/server-side-programming/overview.md index 7c02a0f20e..cb9e30e78c 100644 --- a/controls/floatingactionbutton/server-side-programming/overview.md +++ b/controls/floatingactionbutton/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadFloatingActionButton description: Check our Web Forms article about the Server API of RadFloatingActionButton. slug: floatingactionbutton/server-side-programming/overview +components: ["floatingactionbutton"] tags: overview published: True position: 0 diff --git a/controls/formdecorator/accessibility-and-internationalization/keyboard-support.md b/controls/formdecorator/accessibility-and-internationalization/keyboard-support.md index f5f25e80fd..dd241703b5 100644 --- a/controls/formdecorator/accessibility-and-internationalization/keyboard-support.md +++ b/controls/formdecorator/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadFormDecorator description: Check our Web Forms article about Keyboard Support. slug: formdecorator/accessibility-and-internationalization/keyboard-support +components: ["formdecorator"] tags: keyboard,support published: True position: 0 diff --git a/controls/formdecorator/accessibility-and-internationalization/right-to-left-support.md b/controls/formdecorator/accessibility-and-internationalization/right-to-left-support.md index 8c7a2f664c..92dabba2c6 100644 --- a/controls/formdecorator/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/formdecorator/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadFormDecorator description: Check our Web Forms article about Right-to-left Support. slug: formdecorator/accessibility-and-internationalization/right-to-left-support +components: ["formdecorator"] tags: right-to-left,support published: True position: 1 diff --git a/controls/formdecorator/appearance-and-styling/css-classes.md b/controls/formdecorator/appearance-and-styling/css-classes.md index c7d88633c7..2d1fd36329 100644 --- a/controls/formdecorator/appearance-and-styling/css-classes.md +++ b/controls/formdecorator/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadFormDecorator description: Check our Web Forms article about CSS Classes. slug: formdecorator/appearance-and-styling/css-classes +components: ["formdecorator"] tags: css,classes published: True position: 2 diff --git a/controls/formdecorator/appearance-and-styling/flat-button.md b/controls/formdecorator/appearance-and-styling/flat-button.md index d53f6e62f5..e61cb6ec5e 100644 --- a/controls/formdecorator/appearance-and-styling/flat-button.md +++ b/controls/formdecorator/appearance-and-styling/flat-button.md @@ -3,6 +3,7 @@ title: Flat Button page_title: Flat Button - RadFormDecorator description: Check our Web Forms article about Flat Button. slug: formdecorator/appearance-and-styling/flat-button +components: ["formdecorator"] tags: material, skin, flat, button published: True position: 1 diff --git a/controls/formdecorator/appearance-and-styling/primary-action-button.md b/controls/formdecorator/appearance-and-styling/primary-action-button.md index a35cb08b70..175b738152 100644 --- a/controls/formdecorator/appearance-and-styling/primary-action-button.md +++ b/controls/formdecorator/appearance-and-styling/primary-action-button.md @@ -3,6 +3,7 @@ title: Primary Action Button page_title: Primary Action Button - RadFormDecorator description: Check our Web Forms article about Primary Action Button. slug: formdecorator/appearance-and-styling/primary-action-button +components: ["formdecorator"] tags: primary,action,button published: True position: 0 diff --git a/controls/formdecorator/appearance-and-styling/tutorial-creating-custom-classic-skin.md b/controls/formdecorator/appearance-and-styling/tutorial-creating-custom-classic-skin.md index 503db4b35e..e2b7b72d1d 100644 --- a/controls/formdecorator/appearance-and-styling/tutorial-creating-custom-classic-skin.md +++ b/controls/formdecorator/appearance-and-styling/tutorial-creating-custom-classic-skin.md @@ -3,6 +3,7 @@ title: Tutorial - Creating a Custom Classic Skin page_title: Tutorial - Creating a Custom Classic Skin - RadFormDecorator description: Check our Web Forms article about Tutorial for Creating a Custom Classic Skin for RadFormDecorator. slug: formdecorator/appearance-and-styling/tutorial-creating-custom-classic-skin +components: ["formdecorator"] tags: form decorator, custom, classic, skin, tutorial published: True position: 4 diff --git a/controls/formdecorator/appearance-and-styling/tutorial-creating-custom-lightweight-skin.md b/controls/formdecorator/appearance-and-styling/tutorial-creating-custom-lightweight-skin.md index 5edf694e19..6bf7c0fdb1 100644 --- a/controls/formdecorator/appearance-and-styling/tutorial-creating-custom-lightweight-skin.md +++ b/controls/formdecorator/appearance-and-styling/tutorial-creating-custom-lightweight-skin.md @@ -3,6 +3,7 @@ title: Tutorial - Creating a Custom Lightweight Skin page_title: Tutorial - Creating a Custom Lightweight Skin - RadFormDecorator description: Check our Web Forms article about Tutorial for Creating a Custom Lightweight Skin for RadFormDecorator. slug: formdecorator/appearance-and-styling/tutorial-creating-custom-lightweight-skin +components: ["formdecorator"] tags: FormDecorator, custom, lightweight, skin, tutorial published: True position: 3 diff --git a/controls/formdecorator/changes-and-backwards-compatibility/changes-and-backward-compatibility.md b/controls/formdecorator/changes-and-backwards-compatibility/changes-and-backward-compatibility.md index ff76bc75de..cc58095fce 100644 --- a/controls/formdecorator/changes-and-backwards-compatibility/changes-and-backward-compatibility.md +++ b/controls/formdecorator/changes-and-backwards-compatibility/changes-and-backward-compatibility.md @@ -3,6 +3,7 @@ title: Overview page_title: Changes And Backward Compatibility Overview- RadFormDecorator description: Check our Web Forms article about Overview. slug: formdecorator/changes-and-backward-compatibility +components: ["formdecorator"] previous_url: controls/formdecorator/changes-and-backward-compatibility tags: changes,and,backward,compatibility published: True diff --git a/controls/formdecorator/changes-and-backwards-compatibility/decorating-heading-tags.md b/controls/formdecorator/changes-and-backwards-compatibility/decorating-heading-tags.md index 0d64771eb0..8464f67263 100644 --- a/controls/formdecorator/changes-and-backwards-compatibility/decorating-heading-tags.md +++ b/controls/formdecorator/changes-and-backwards-compatibility/decorating-heading-tags.md @@ -3,6 +3,7 @@ title: Decorating Heading Tags page_title: Decorating Heading Tags - RadFormDecorator description: Check our Web Forms article about Decorating Heading Tags. slug: formdecorator/decorating-heading-tags +components: ["formdecorator"] tags: changes,and,backward,compatibility published: True position: 1 diff --git a/controls/formdecorator/client-side-programming/overview.md b/controls/formdecorator/client-side-programming/overview.md index 48f71e75e3..26c8d944b5 100644 --- a/controls/formdecorator/client-side-programming/overview.md +++ b/controls/formdecorator/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadFormDecorator description: Check our Web Forms article about Overview. slug: formdecorator/client-side-programming/overview +components: ["formdecorator"] tags: overview published: True position: 0 diff --git a/controls/formdecorator/design-time.md b/controls/formdecorator/design-time.md index c722b85df9..122172fc1a 100644 --- a/controls/formdecorator/design-time.md +++ b/controls/formdecorator/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadFormDecorator description: Check our Web Forms article about Design Time. slug: formdecorator/design-time +components: ["formdecorator"] tags: design,time published: True position: 4 diff --git a/controls/formdecorator/how-to/decorating-radwindow-when-decorationzoneid-is-set.md b/controls/formdecorator/how-to/decorating-radwindow-when-decorationzoneid-is-set.md index 82a35dab68..ebb1debc72 100644 --- a/controls/formdecorator/how-to/decorating-radwindow-when-decorationzoneid-is-set.md +++ b/controls/formdecorator/how-to/decorating-radwindow-when-decorationzoneid-is-set.md @@ -3,6 +3,7 @@ title: Decorating RadWindow When DecorationZoneID Is Set page_title: Decorating RadWindow When DecorationZoneID Is Set - RadFormDecorator description: Check our Web Forms article about Decorating RadWindow When DecorationZoneID Is Set. slug: formdecorator/how-to/decorating-radwindow-when-decorationzoneid-is-set +components: ["formdecorator"] tags: decorating,radwindow,when,decorationzoneid,is,set published: True position: 1 diff --git a/controls/formdecorator/how-to/what-is-zone.md b/controls/formdecorator/how-to/what-is-zone.md index 4a09898d04..9e63be642d 100644 --- a/controls/formdecorator/how-to/what-is-zone.md +++ b/controls/formdecorator/how-to/what-is-zone.md @@ -3,6 +3,7 @@ title: What is Zone page_title: What is Zone - RadFormDecorator description: Check our Web Forms article about What is Zone. slug: formdecorator/how-to/what-is-zone +components: ["formdecorator"] tags: what,is,zone published: True position: 0 diff --git a/controls/formdecorator/integration-with-radcontrols.md b/controls/formdecorator/integration-with-radcontrols.md index 8864a96435..ebdf04e342 100644 --- a/controls/formdecorator/integration-with-radcontrols.md +++ b/controls/formdecorator/integration-with-radcontrols.md @@ -3,6 +3,7 @@ title: Integration With RadControls page_title: Integration With RadControls - RadFormDecorator description: Check our Web Forms article about Integration With RadControls. slug: formdecorator/integration-with-radcontrols +components: ["formdecorator"] tags: integration,with,radcontrols published: True position: 2 diff --git a/controls/formdecorator/integration-with-standard-controls.md b/controls/formdecorator/integration-with-standard-controls.md index cd189b070e..14e5dd10c0 100644 --- a/controls/formdecorator/integration-with-standard-controls.md +++ b/controls/formdecorator/integration-with-standard-controls.md @@ -3,6 +3,7 @@ title: Integration With Standard Controls page_title: Integration With Standard Controls - RadFormDecorator description: Check our Web Forms article about Integration With Standard Controls. slug: formdecorator/integration-with-standard-controls +components: ["formdecorator"] tags: integration,with,standard,controls published: True position: 3 diff --git a/controls/formdecorator/mobile-support/render-modes.md b/controls/formdecorator/mobile-support/render-modes.md index dc3428dc97..197df6fe64 100644 --- a/controls/formdecorator/mobile-support/render-modes.md +++ b/controls/formdecorator/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadFormDecorator description: Check our Web Forms article about Render Modes. slug: formdecorator/mobile-support/render-modes +components: ["formdecorator"] tags: render,modes published: True position: 1 diff --git a/controls/formdecorator/mobile-support/responsive,-adaptive-and-elastic-capabilities.md b/controls/formdecorator/mobile-support/responsive,-adaptive-and-elastic-capabilities.md index 3723d63376..be5daeb986 100644 --- a/controls/formdecorator/mobile-support/responsive,-adaptive-and-elastic-capabilities.md +++ b/controls/formdecorator/mobile-support/responsive,-adaptive-and-elastic-capabilities.md @@ -3,6 +3,7 @@ title: Responsive, Adaptive and Elastic Capabilities page_title: Responsive, Adaptive and Elastic Capabilities - RadFormDecorator description: Check our Web Forms article about Responsive, Adaptive and Elastic Capabilities. slug: formdecorator/mobile-support/responsive,-adaptive-and-elastic-capabilities +components: ["formdecorator"] tags: responsive,,adaptive,and,elastic,capabilities published: True position: 0 diff --git a/controls/formdecorator/overview.md b/controls/formdecorator/overview.md index ab6f4070e4..71fc4e33ac 100644 --- a/controls/formdecorator/overview.md +++ b/controls/formdecorator/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadFormDecorator Overview description: Check our Web Forms article about Overview. slug: formdecorator/overview +components: ["formdecorator"] tags: overview published: True position: 0 diff --git a/controls/formdecorator/server-side-programming/overview.md b/controls/formdecorator/server-side-programming/overview.md index e115f27969..fdc15cc3a8 100644 --- a/controls/formdecorator/server-side-programming/overview.md +++ b/controls/formdecorator/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadFormDecorator description: Check our Web Forms article about Overview. slug: formdecorator/server-side-programming/overview +components: ["formdecorator"] tags: overview published: True position: 0 diff --git a/controls/formdecorator/troubleshooting/checkbox-and-radio-button-click-event-is-not-fired.md b/controls/formdecorator/troubleshooting/checkbox-and-radio-button-click-event-is-not-fired.md index 1a3816906e..a3148e8c8a 100644 --- a/controls/formdecorator/troubleshooting/checkbox-and-radio-button-click-event-is-not-fired.md +++ b/controls/formdecorator/troubleshooting/checkbox-and-radio-button-click-event-is-not-fired.md @@ -3,6 +3,7 @@ title: Checkbox And Radio Button Click Event Is Not Fired page_title: Checkbox And Radio Button Click Event Is Not Fired - RadFormDecorator description: Check our Web Forms article about Checkbox And Radio Button Click Event Is Not Fired. slug: formdecorator/troubleshooting/checkbox-and-radio-button-click-event-is-not-fired +components: ["formdecorator"] tags: checkbox,and,radio,button,click,event,is,not,fired published: True position: 1 diff --git a/controls/formdecorator/troubleshooting/decorated-gridview-is-not-bound-to-sqldatasource-with-controlparameter.md b/controls/formdecorator/troubleshooting/decorated-gridview-is-not-bound-to-sqldatasource-with-controlparameter.md index 0f2ca8fdc8..35d7f9648b 100644 --- a/controls/formdecorator/troubleshooting/decorated-gridview-is-not-bound-to-sqldatasource-with-controlparameter.md +++ b/controls/formdecorator/troubleshooting/decorated-gridview-is-not-bound-to-sqldatasource-with-controlparameter.md @@ -3,6 +3,7 @@ title: Decorated GridView Is Not Bound to SqlDataSource with ControlParameter page_title: Decorated GridView Is Not Bound to SqlDataSource with ControlParameter - RadFormDecorator description: Check our Web Forms article about Decorated GridView Is Not Bound to SqlDataSource with ControlParameter. slug: formdecorator/troubleshooting/decorated-gridview-is-not-bound-to-sqldatasource-with-controlparameter +components: ["formdecorator"] tags: decorated,gridview,is,not,bound,to,sqldatasource,with,controlparameter published: True position: 2 diff --git a/controls/formdecorator/troubleshooting/input-appearance-is-not-updated-when-disabled-in-internet-explorer.md b/controls/formdecorator/troubleshooting/input-appearance-is-not-updated-when-disabled-in-internet-explorer.md index e778285d3b..11687297c4 100644 --- a/controls/formdecorator/troubleshooting/input-appearance-is-not-updated-when-disabled-in-internet-explorer.md +++ b/controls/formdecorator/troubleshooting/input-appearance-is-not-updated-when-disabled-in-internet-explorer.md @@ -3,6 +3,7 @@ title: Input Appearance Is Not Updated When Disabled In Internet Explorer page_title: Input Appearance Is Not Updated When Disabled In Internet Explorer - RadFormDecorator description: Check our Web Forms article about Input Appearance Is Not Updated When Disabled In Internet Explorer. slug: formdecorator/troubleshooting/input-appearance-is-not-updated-when-disabled-in-internet-explorer +components: ["formdecorator"] tags: input,appearance,is,not,updated,when,disabled,in,internet,explorer published: True position: 0 diff --git a/controls/gantt/accessibility-and-internationalization/keyboard-support.md b/controls/gantt/accessibility-and-internationalization/keyboard-support.md index ddd5ffc2a5..3644089a72 100644 --- a/controls/gantt/accessibility-and-internationalization/keyboard-support.md +++ b/controls/gantt/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadGantt description: Check our Web Forms article about Keyboard Support. slug: gantt/accessibility-and-internationalization/keyboard-support +components: ["gantt"] tags: keyboard,support published: True position: 0 diff --git a/controls/gantt/accessibility-and-internationalization/localization.md b/controls/gantt/accessibility-and-internationalization/localization.md index f0b6b413c2..5848cd3b99 100644 --- a/controls/gantt/accessibility-and-internationalization/localization.md +++ b/controls/gantt/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadGantt description: Check our Web Forms article about Localization. slug: gantt/accessibility-and-internationalization/localization +components: ["gantt"] tags: localization published: True position: 1 diff --git a/controls/gantt/accessibility-and-internationalization/rtl-support.md b/controls/gantt/accessibility-and-internationalization/rtl-support.md index 7672f81021..951fe89881 100644 --- a/controls/gantt/accessibility-and-internationalization/rtl-support.md +++ b/controls/gantt/accessibility-and-internationalization/rtl-support.md @@ -3,6 +3,7 @@ title: RTL Support page_title: RTL Support - RadGantt description: Check our Web Forms article about RTL Support. slug: gantt/accessibility-and-internationalization/rtl-support +components: ["gantt"] tags: rtl,support published: True position: 2 diff --git a/controls/gantt/accessibility-and-internationalization/wai-aria-support.md b/controls/gantt/accessibility-and-internationalization/wai-aria-support.md index c128014122..9f61d601f7 100644 --- a/controls/gantt/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/gantt/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadGantt description: Check our Web Forms article about WAI-ARIA Support. slug: gantt/accessibility-and-internationalization/wai-aria-support +components: ["gantt"] tags: wai-aria,support published: True position: 3 diff --git a/controls/gantt/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/gantt/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 3b181972f1..440c5c122d 100644 --- a/controls/gantt/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/gantt/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadGantt description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: gantt/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["gantt"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 4 diff --git a/controls/gantt/appearance-and-styling/skins.md b/controls/gantt/appearance-and-styling/skins.md index cbb198c2c7..a3fc0a4f0a 100644 --- a/controls/gantt/appearance-and-styling/skins.md +++ b/controls/gantt/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadGantt description: Check our Web Forms article about Skins. slug: gantt/appearance-and-styling/skins +components: ["gantt"] tags: skins published: True position: 0 diff --git a/controls/gantt/client-side-programming/events/onclientinserting.md b/controls/gantt/client-side-programming/events/onclientinserting.md index b50ec7d215..88dfd6f518 100644 --- a/controls/gantt/client-side-programming/events/onclientinserting.md +++ b/controls/gantt/client-side-programming/events/onclientinserting.md @@ -3,6 +3,7 @@ title: OnClientInserting page_title: OnClientInserting - RadGantt description: Check our Web Forms article about OnClientInserting. slug: gantt/client-side-programming/events/onclientinserting +components: ["gantt"] tags: published: True position: 3 diff --git a/controls/gantt/client-side-programming/events/onclientkendowidgetinitializing.md b/controls/gantt/client-side-programming/events/onclientkendowidgetinitializing.md index 0448426c09..d2719010ed 100644 --- a/controls/gantt/client-side-programming/events/onclientkendowidgetinitializing.md +++ b/controls/gantt/client-side-programming/events/onclientkendowidgetinitializing.md @@ -3,6 +3,7 @@ title: OnClientKendoWidgetInitializing page_title: OnClientKendoWidgetInitializing - RadGantt description: Check our Web Forms article about OnClientKendoWidgetInitializing. slug: gantt/client-side-programming/events/onclientkendowidgetinitializing +components: ["gantt"] tags: onclientkendowidgetinitializing published: True position: 1 diff --git a/controls/gantt/client-side-programming/events/onclientload.md b/controls/gantt/client-side-programming/events/onclientload.md index 9b990545aa..671bac30a3 100644 --- a/controls/gantt/client-side-programming/events/onclientload.md +++ b/controls/gantt/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadGantt description: Check our Web Forms article about OnClientLoad. slug: gantt/client-side-programming/events/onclientload +components: ["gantt"] tags: onclientload published: True position: 2 diff --git a/controls/gantt/client-side-programming/events/onclientnavigationcommand.md b/controls/gantt/client-side-programming/events/onclientnavigationcommand.md index 9e0a889df9..4fa922c9b5 100644 --- a/controls/gantt/client-side-programming/events/onclientnavigationcommand.md +++ b/controls/gantt/client-side-programming/events/onclientnavigationcommand.md @@ -3,6 +3,7 @@ title: OnClientNavigationCommand page_title: OnClientNavigationCommand - RadGantt description: Check our Web Forms article about OnClientNavigationCommand. slug: gantt/client-side-programming/events/onclientnavigationcommand +components: ["gantt"] tags: onclientnavigationcommand published: True position: 18 diff --git a/controls/gantt/client-side-programming/events/onclientremoving.md b/controls/gantt/client-side-programming/events/onclientremoving.md index 6e3d4e63d1..cfd0fdd1ea 100644 --- a/controls/gantt/client-side-programming/events/onclientremoving.md +++ b/controls/gantt/client-side-programming/events/onclientremoving.md @@ -3,6 +3,7 @@ title: OnClientRemoving page_title: OnClientRemoving - RadGantt description: Check our Web Forms article about OnClientRemoving. slug: gantt/client-side-programming/events/onclientremoving +components: ["gantt"] tags: onclientremoving published: True position: 4 diff --git a/controls/gantt/client-side-programming/events/onclientrequestend.md b/controls/gantt/client-side-programming/events/onclientrequestend.md index 790747378a..53ea38c8d5 100644 --- a/controls/gantt/client-side-programming/events/onclientrequestend.md +++ b/controls/gantt/client-side-programming/events/onclientrequestend.md @@ -3,6 +3,7 @@ title: OnClientRequestEnd page_title: OnClientRequestEnd - RadGantt description: Check our Web Forms article about OnClientRequestEnd. slug: gantt/client-side-programming/events/onclientrequestend +components: ["gantt"] tags: onclientrequestend published: True position: 9 diff --git a/controls/gantt/client-side-programming/events/onclientrequestfailed.md b/controls/gantt/client-side-programming/events/onclientrequestfailed.md index da5d6b3b20..f558fb4f49 100644 --- a/controls/gantt/client-side-programming/events/onclientrequestfailed.md +++ b/controls/gantt/client-side-programming/events/onclientrequestfailed.md @@ -3,6 +3,7 @@ title: OnClientRequestFailed page_title: OnClientRequestFailed - RadGantt description: Check our Web Forms article about OnClientRequestFailed. slug: gantt/client-side-programming/events/onclientrequestfailed +components: ["gantt"] tags: onclientrequestfailed published: True position: 10 diff --git a/controls/gantt/client-side-programming/events/onclientrequeststart.md b/controls/gantt/client-side-programming/events/onclientrequeststart.md index 4375bf9001..d59f6535c8 100644 --- a/controls/gantt/client-side-programming/events/onclientrequeststart.md +++ b/controls/gantt/client-side-programming/events/onclientrequeststart.md @@ -3,6 +3,7 @@ title: OnClientRequestStart page_title: OnClientRequestStart - RadGantt description: Check our Web Forms article about OnClientRequestStart. slug: gantt/client-side-programming/events/onclientrequeststart +components: ["gantt"] tags: onclientrequeststart published: True position: 8 diff --git a/controls/gantt/client-side-programming/events/onclienttaskediting.md b/controls/gantt/client-side-programming/events/onclienttaskediting.md index 08a8101255..7f851d1f05 100644 --- a/controls/gantt/client-side-programming/events/onclienttaskediting.md +++ b/controls/gantt/client-side-programming/events/onclienttaskediting.md @@ -3,6 +3,7 @@ title: OnClientTaskEditing page_title: OnClientTaskEditing - RadGantt description: Check our Web Forms article about OnClientTaskEditing. slug: gantt/client-side-programming/events/onclienttaskediting +components: ["gantt"] tags: onclienttaskediting published: True position: 5 diff --git a/controls/gantt/client-side-programming/events/onclienttaskmoveend.md b/controls/gantt/client-side-programming/events/onclienttaskmoveend.md index 125e3366b9..e7dcfa972f 100644 --- a/controls/gantt/client-side-programming/events/onclienttaskmoveend.md +++ b/controls/gantt/client-side-programming/events/onclienttaskmoveend.md @@ -3,6 +3,7 @@ title: OnClientTaskMoveEnd page_title: OnClientTaskMoveEnd - RadGantt description: Check our Web Forms article about OnClientTaskMoveEnd. slug: gantt/client-side-programming/events/onclienttaskmoveend +components: ["gantt"] tags: onclienttaskmoveend published: True position: 13 diff --git a/controls/gantt/client-side-programming/events/onclienttaskmovestart.md b/controls/gantt/client-side-programming/events/onclienttaskmovestart.md index 7552ff4f8d..191616d945 100644 --- a/controls/gantt/client-side-programming/events/onclienttaskmovestart.md +++ b/controls/gantt/client-side-programming/events/onclienttaskmovestart.md @@ -3,6 +3,7 @@ title: OnClientTaskMoveStart page_title: OnClientTaskMoveStart - RadGantt description: Check our Web Forms article about OnClientTaskMoveStart. slug: gantt/client-side-programming/events/onclienttaskmovestart +components: ["gantt"] tags: onclienttaskmovestart published: True position: 11 diff --git a/controls/gantt/client-side-programming/events/onclienttaskmoving.md b/controls/gantt/client-side-programming/events/onclienttaskmoving.md index d0b292eeef..67153502d8 100644 --- a/controls/gantt/client-side-programming/events/onclienttaskmoving.md +++ b/controls/gantt/client-side-programming/events/onclienttaskmoving.md @@ -3,6 +3,7 @@ title: OnClientTaskMoving page_title: OnClientTaskMoving - RadGantt description: Check our Web Forms article about OnClientTaskMoving. slug: gantt/client-side-programming/events/onclienttaskmoving +components: ["gantt"] tags: onclienttaskmoving published: True position: 12 diff --git a/controls/gantt/client-side-programming/events/onclienttaskresizeend.md b/controls/gantt/client-side-programming/events/onclienttaskresizeend.md index b35d8a46a0..ebdd601b2d 100644 --- a/controls/gantt/client-side-programming/events/onclienttaskresizeend.md +++ b/controls/gantt/client-side-programming/events/onclienttaskresizeend.md @@ -3,6 +3,7 @@ title: OnClientTaskResizeEnd page_title: OnClientTaskResizeEnd - RadGantt description: Check our Web Forms article about OnClientTaskResizeEnd. slug: gantt/client-side-programming/events/onclienttaskresizeend +components: ["gantt"] tags: onclienttaskresizeend published: True position: 16 diff --git a/controls/gantt/client-side-programming/events/onclienttaskresizestart.md b/controls/gantt/client-side-programming/events/onclienttaskresizestart.md index 785e3ff10c..45001d9c25 100644 --- a/controls/gantt/client-side-programming/events/onclienttaskresizestart.md +++ b/controls/gantt/client-side-programming/events/onclienttaskresizestart.md @@ -3,6 +3,7 @@ title: OnClientTaskResizeStart page_title: OnClientTaskResizeStart - RadGantt description: Check our Web Forms article about OnClientTaskResizeStart. slug: gantt/client-side-programming/events/onclienttaskresizestart +components: ["gantt"] tags: onclienttaskresizestart published: True position: 14 diff --git a/controls/gantt/client-side-programming/events/onclienttaskresizing.md b/controls/gantt/client-side-programming/events/onclienttaskresizing.md index 6b037951a7..87896f3eef 100644 --- a/controls/gantt/client-side-programming/events/onclienttaskresizing.md +++ b/controls/gantt/client-side-programming/events/onclienttaskresizing.md @@ -3,6 +3,7 @@ title: OnClientTaskResizing page_title: OnClientTaskResizing - RadGantt description: Check our Web Forms article about OnClientTaskResizing. slug: gantt/client-side-programming/events/onclienttaskresizing +components: ["gantt"] tags: onclienttaskresizing published: True position: 15 diff --git a/controls/gantt/client-side-programming/events/onclienttasksaving.md b/controls/gantt/client-side-programming/events/onclienttasksaving.md index c8b6e4b5d1..0afb087cff 100644 --- a/controls/gantt/client-side-programming/events/onclienttasksaving.md +++ b/controls/gantt/client-side-programming/events/onclienttasksaving.md @@ -3,6 +3,7 @@ title: OnClientTaskSaving page_title: OnClientTaskSaving - RadGantt description: Check our Web Forms article about OnClientTaskSaving. slug: gantt/client-side-programming/events/onclienttasksaving +components: ["gantt"] tags: onclienttasksaving published: True position: 6 diff --git a/controls/gantt/client-side-programming/events/onclienttaskselectionchanged.md b/controls/gantt/client-side-programming/events/onclienttaskselectionchanged.md index 17efbfbe1c..9b189ce43e 100644 --- a/controls/gantt/client-side-programming/events/onclienttaskselectionchanged.md +++ b/controls/gantt/client-side-programming/events/onclienttaskselectionchanged.md @@ -3,6 +3,7 @@ title: OnClientTaskSelectionChanged page_title: OnClientTaskSelectionChanged - RadGantt description: Check our Web Forms article about OnClientTaskSelectionChanged. slug: gantt/client-side-programming/events/onclienttaskselectionchanged +components: ["gantt"] tags: onclienttaskselectionchanged published: True position: 17 diff --git a/controls/gantt/client-side-programming/events/onclienttaskupdatecancel.md b/controls/gantt/client-side-programming/events/onclienttaskupdatecancel.md index 3e018bfa65..f45f439873 100644 --- a/controls/gantt/client-side-programming/events/onclienttaskupdatecancel.md +++ b/controls/gantt/client-side-programming/events/onclienttaskupdatecancel.md @@ -3,6 +3,7 @@ title: OnClientTaskUpdateCancel page_title: OnClientTaskUpdateCancel - RadGantt description: Check our Web Forms article about OnClientTaskUpdateCancel. slug: gantt/client-side-programming/events/onclienttaskupdatecancel +components: ["gantt"] tags: onclienttaskupdatecancel published: True position: 7 diff --git a/controls/gantt/client-side-programming/events/onclienttoggleplannedtasks.md b/controls/gantt/client-side-programming/events/onclienttoggleplannedtasks.md index a6eb7ef72c..e58b964aee 100644 --- a/controls/gantt/client-side-programming/events/onclienttoggleplannedtasks.md +++ b/controls/gantt/client-side-programming/events/onclienttoggleplannedtasks.md @@ -3,6 +3,7 @@ title: OnClientTogglePlannedTasks page_title: OnClientTogglePlannedTasks - RadGantt description: Check our Web Forms article about OnClientTogglePlannedTasks. slug: gantt/client-side-programming/events/onclienttoggleplannedtasks +components: ["gantt"] tags: onclienttoggleplannedtasks published: True position: 19 diff --git a/controls/gantt/client-side-programming/events/overview.md b/controls/gantt/client-side-programming/events/overview.md index 7450230f7f..8592944457 100644 --- a/controls/gantt/client-side-programming/events/overview.md +++ b/controls/gantt/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Events Overview page_title: Overview - RadGantt description: Check our Web Forms article about Overview. slug: gantt/client-side-programming/events/overview +components: ["gantt"] tags: overview published: True position: 0 diff --git a/controls/gantt/client-side-programming/objects/ganttassignment-object.md b/controls/gantt/client-side-programming/objects/ganttassignment-object.md index dba14cae08..2a9ac4f9d8 100644 --- a/controls/gantt/client-side-programming/objects/ganttassignment-object.md +++ b/controls/gantt/client-side-programming/objects/ganttassignment-object.md @@ -3,6 +3,7 @@ title: GanttAssignment Object page_title: GanttAssignment Object - RadGantt description: Check our Web Forms article about GanttAssignment Object. slug: gantt/client-side-programming/objects/ganttassignment-object +components: ["gantt"] tags: ganttassignment,object published: True position: 5 diff --git a/controls/gantt/client-side-programming/objects/ganttassignmentcollection-object.md b/controls/gantt/client-side-programming/objects/ganttassignmentcollection-object.md index 423193ee05..fc01b33d86 100644 --- a/controls/gantt/client-side-programming/objects/ganttassignmentcollection-object.md +++ b/controls/gantt/client-side-programming/objects/ganttassignmentcollection-object.md @@ -3,6 +3,7 @@ title: GanttAssignmentCollection Object page_title: GanttAssignmentCollection Object - RadGantt description: Check our Web Forms article about GanttAssignmentCollection Object. slug: gantt/client-side-programming/objects/ganttassignmentcollection-object +components: ["gantt"] tags: ganttassignmentcollection,object published: True position: 6 diff --git a/controls/gantt/client-side-programming/objects/ganttdependency-object.md b/controls/gantt/client-side-programming/objects/ganttdependency-object.md index e0a8375007..31339885d0 100644 --- a/controls/gantt/client-side-programming/objects/ganttdependency-object.md +++ b/controls/gantt/client-side-programming/objects/ganttdependency-object.md @@ -3,6 +3,7 @@ title: GanttDependency Object page_title: GanttDependency Object - RadGantt description: Check our Web Forms article about GanttDependency Object. slug: gantt/client-side-programming/objects/ganttdependency-object +components: ["gantt"] tags: ganttdependency,object published: True position: 3 diff --git a/controls/gantt/client-side-programming/objects/ganttdependencycollection-object.md b/controls/gantt/client-side-programming/objects/ganttdependencycollection-object.md index 3622563895..e29fac0baf 100644 --- a/controls/gantt/client-side-programming/objects/ganttdependencycollection-object.md +++ b/controls/gantt/client-side-programming/objects/ganttdependencycollection-object.md @@ -3,6 +3,7 @@ title: GanttDependencyCollection Object page_title: GanttDependencyCollection Object - RadGantt description: Check our Web Forms article about GanttDependencyCollection Object. slug: gantt/client-side-programming/objects/ganttdependencycollection-object +components: ["gantt"] tags: ganttdependencycollection,object published: True position: 4 diff --git a/controls/gantt/client-side-programming/objects/ganttresource-object.md b/controls/gantt/client-side-programming/objects/ganttresource-object.md index ad4b1d26f6..99a1fe350a 100644 --- a/controls/gantt/client-side-programming/objects/ganttresource-object.md +++ b/controls/gantt/client-side-programming/objects/ganttresource-object.md @@ -3,6 +3,7 @@ title: GanttResource Object page_title: GanttResource Object - RadGantt description: Check our Web Forms article about GanttResource Object. slug: gantt/client-side-programming/objects/ganttresource-object +components: ["gantt"] tags: ganttresource,object published: True position: 7 diff --git a/controls/gantt/client-side-programming/objects/ganttresourcecollection-object.md b/controls/gantt/client-side-programming/objects/ganttresourcecollection-object.md index 5e9e714196..14aa391651 100644 --- a/controls/gantt/client-side-programming/objects/ganttresourcecollection-object.md +++ b/controls/gantt/client-side-programming/objects/ganttresourcecollection-object.md @@ -3,6 +3,7 @@ title: GanttResourceCollection Object page_title: GanttResourceCollection Object - RadGantt description: Check our Web Forms article about GanttResourceCollection Object. slug: gantt/client-side-programming/objects/ganttresourcecollection-object +components: ["gantt"] tags: ganttresourcecollection,object published: True position: 8 diff --git a/controls/gantt/client-side-programming/objects/gantttask-object.md b/controls/gantt/client-side-programming/objects/gantttask-object.md index 58a961052c..a3e1362f40 100644 --- a/controls/gantt/client-side-programming/objects/gantttask-object.md +++ b/controls/gantt/client-side-programming/objects/gantttask-object.md @@ -3,6 +3,7 @@ title: GanttTask Object page_title: GanttTask Object - RadGantt description: Check our Web Forms article about GanttTask Object. slug: gantt/client-side-programming/objects/gantttask-object +components: ["gantt"] tags: gantttask,object published: True position: 1 diff --git a/controls/gantt/client-side-programming/objects/gantttaskcollection-object.md b/controls/gantt/client-side-programming/objects/gantttaskcollection-object.md index 145f7cc25a..19d5d60229 100644 --- a/controls/gantt/client-side-programming/objects/gantttaskcollection-object.md +++ b/controls/gantt/client-side-programming/objects/gantttaskcollection-object.md @@ -3,6 +3,7 @@ title: GanttTaskCollection Object page_title: GanttTaskCollection Object - RadGantt description: Check our Web Forms article about GanttTaskCollection Object. slug: gantt/client-side-programming/objects/gantttaskcollection-object +components: ["gantt"] tags: gantttaskcollection,object published: True position: 1 diff --git a/controls/gantt/client-side-programming/objects/radgantt-object.md b/controls/gantt/client-side-programming/objects/radgantt-object.md index b6ff105682..8bbdff9cb5 100644 --- a/controls/gantt/client-side-programming/objects/radgantt-object.md +++ b/controls/gantt/client-side-programming/objects/radgantt-object.md @@ -3,6 +3,7 @@ title: RadGantt Object page_title: RadGantt Object - RadGantt description: Check our Web Forms article about RadGantt Object. slug: gantt/client-side-programming/objects/radgantt-object +components: ["gantt"] tags: radgantt,object published: True position: 0 diff --git a/controls/gantt/client-side-programming/overview.md b/controls/gantt/client-side-programming/overview.md index e9bb33779d..06d3168914 100644 --- a/controls/gantt/client-side-programming/overview.md +++ b/controls/gantt/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadGantt description: Check our Web Forms article about Overview. slug: gantt/client-side-programming/overview +components: ["gantt"] tags: overview published: True position: 0 diff --git a/controls/gantt/data-binding/client-side-binding/sending-additional-information-to-the-web-service.md b/controls/gantt/data-binding/client-side-binding/sending-additional-information-to-the-web-service.md index fe3b7f09bb..90636898d5 100644 --- a/controls/gantt/data-binding/client-side-binding/sending-additional-information-to-the-web-service.md +++ b/controls/gantt/data-binding/client-side-binding/sending-additional-information-to-the-web-service.md @@ -3,6 +3,7 @@ title: Sending Additional Information to the Web Service page_title: Sending Additional Information to the Web Service - RadGantt description: Check our Web Forms article about Sending Additional Information to the Web Service. slug: gantt/data-binding/client-side-binding/sending-additional-information-to-the-web-service +components: ["gantt"] tags: sending,additional,information,to,the,web,service published: True position: 1 diff --git a/controls/gantt/data-binding/client-side-binding/wcf-service.md b/controls/gantt/data-binding/client-side-binding/wcf-service.md index 8144ba49b4..1b669c779d 100644 --- a/controls/gantt/data-binding/client-side-binding/wcf-service.md +++ b/controls/gantt/data-binding/client-side-binding/wcf-service.md @@ -3,6 +3,7 @@ title: WCF Service page_title: WCF Service - RadGantt description: Check our Web Forms article about WCF Service. slug: gantt/data-binding/client-side-binding/wcf-service +components: ["gantt"] tags: wcf,service published: False position: 2 diff --git a/controls/gantt/data-binding/client-side-binding/web-api.md b/controls/gantt/data-binding/client-side-binding/web-api.md index cd206255ab..0f7dd8683e 100644 --- a/controls/gantt/data-binding/client-side-binding/web-api.md +++ b/controls/gantt/data-binding/client-side-binding/web-api.md @@ -3,6 +3,7 @@ title: Web API page_title: Web API - RadGantt description: Check our Web Forms article about Web API. slug: gantt/data-binding/client-side-binding/web-api +components: ["gantt"] tags: web,api published: False position: 3 diff --git a/controls/gantt/data-binding/client-side-binding/web-service-binding.md b/controls/gantt/data-binding/client-side-binding/web-service-binding.md index 0952a47062..5c46db2ca1 100644 --- a/controls/gantt/data-binding/client-side-binding/web-service-binding.md +++ b/controls/gantt/data-binding/client-side-binding/web-service-binding.md @@ -3,6 +3,7 @@ title: Web Service Binding page_title: Web Service Binding - RadGantt description: Check our Web Forms article about Web Service Binding. slug: gantt/data-binding/client-side-binding/web-service-binding +components: ["gantt"] tags: web,service,binding published: True position: 0 diff --git a/controls/gantt/data-binding/database-structure.md b/controls/gantt/data-binding/database-structure.md index 1f5310350a..9749b62163 100644 --- a/controls/gantt/data-binding/database-structure.md +++ b/controls/gantt/data-binding/database-structure.md @@ -3,6 +3,7 @@ title: Database Structure page_title: Database Structure - RadGantt description: Check our Web Forms article about Database Structure. slug: gantt/data-binding/database-structure +components: ["gantt"] tags: database,structure published: True position: 0 diff --git a/controls/gantt/data-binding/providers/custom-entityframework-provider.md b/controls/gantt/data-binding/providers/custom-entityframework-provider.md index d4e35db079..b2166135c1 100644 --- a/controls/gantt/data-binding/providers/custom-entityframework-provider.md +++ b/controls/gantt/data-binding/providers/custom-entityframework-provider.md @@ -3,6 +3,7 @@ title: Custom EntityFramework Provider page_title: Custom EntityFramework Provider - RadGantt description: Check our Web Forms article about Custom EntityFramework Provider. slug: gantt/data-binding/providers/custom-entityframework-provider +components: ["gantt"] tags: custom,entityframework,provider published: True position: 0 diff --git a/controls/gantt/data-binding/server-side-binding/declarative-binding.md b/controls/gantt/data-binding/server-side-binding/declarative-binding.md index 76de4af946..f198d34e65 100644 --- a/controls/gantt/data-binding/server-side-binding/declarative-binding.md +++ b/controls/gantt/data-binding/server-side-binding/declarative-binding.md @@ -3,6 +3,7 @@ title: Declarative Binding page_title: Declarative Binding - RadGantt description: Check our Web Forms article about Declarative Binding. slug: gantt/data-binding/server-side-binding/declarative-binding +components: ["gantt"] tags: declarative,binding published: True position: 0 diff --git a/controls/gantt/data-binding/server-side-binding/programmatic-binding-/database-provider.md b/controls/gantt/data-binding/server-side-binding/programmatic-binding-/database-provider.md index 25b0e725be..526cc793f2 100644 --- a/controls/gantt/data-binding/server-side-binding/programmatic-binding-/database-provider.md +++ b/controls/gantt/data-binding/server-side-binding/programmatic-binding-/database-provider.md @@ -3,6 +3,7 @@ title: Database Provider page_title: Database Provider - RadGantt description: Check our Web Forms article about Database Provider. slug: gantt/data-binding/server-side-binding/programmatic-binding-/database-provider +components: ["gantt"] tags: database,provider published: True position: 1 diff --git a/controls/gantt/data-binding/server-side-binding/programmatic-binding-/xml-provider.md b/controls/gantt/data-binding/server-side-binding/programmatic-binding-/xml-provider.md index 8108fae1bf..f65b30c298 100644 --- a/controls/gantt/data-binding/server-side-binding/programmatic-binding-/xml-provider.md +++ b/controls/gantt/data-binding/server-side-binding/programmatic-binding-/xml-provider.md @@ -3,6 +3,7 @@ title: XML Provider page_title: XML Provider - RadGantt description: Check our Web Forms article about XML Provider. slug: gantt/data-binding/server-side-binding/programmatic-binding-/xml-provider +components: ["gantt"] tags: xml,provider published: True position: 0 diff --git a/controls/gantt/design-time/design-time.md b/controls/gantt/design-time/design-time.md index 2aea75e232..d3cc4f7aa6 100644 --- a/controls/gantt/design-time/design-time.md +++ b/controls/gantt/design-time/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadGantt description: Check our Web Forms article about Design Time. slug: gantt/design-time/design-time +components: ["gantt"] tags: design,time published: False position: 0 diff --git a/controls/gantt/functionality/adding-tasks.md b/controls/gantt/functionality/adding-tasks.md index f9481bffd1..966c66345f 100644 --- a/controls/gantt/functionality/adding-tasks.md +++ b/controls/gantt/functionality/adding-tasks.md @@ -3,6 +3,7 @@ title: Adding Tasks page_title: Adding Tasks - RadGantt description: Check our Web Forms article about Adding Tasks. slug: gantt/functionality/adding-tasks +components: ["gantt"] tags: adding,tasks published: True position: 0 diff --git a/controls/gantt/functionality/cell-editing.md b/controls/gantt/functionality/cell-editing.md index ccf2ca9090..16862b0e0d 100644 --- a/controls/gantt/functionality/cell-editing.md +++ b/controls/gantt/functionality/cell-editing.md @@ -3,6 +3,7 @@ title: Cell Editing page_title: Cell Editing - RadGantt description: Check our Web Forms article about Cell Editing. slug: gantt/functionality/cell-editing +components: ["gantt"] tags: cell,editing published: True position: 3 diff --git a/controls/gantt/functionality/client-templates.md b/controls/gantt/functionality/client-templates.md index 039f4ac304..b9ecbf8537 100644 --- a/controls/gantt/functionality/client-templates.md +++ b/controls/gantt/functionality/client-templates.md @@ -3,6 +3,7 @@ title: Client Templates page_title: Client Templates in RadGantt description: Client templates in RadGantt for Task, Column, ColumnHeader, View, Task Tooltip, ToolBar Buttons. slug: gantt/functionality/client-templates +components: ["gantt"] tags: gantt, templates published: True position: 8 diff --git a/controls/gantt/functionality/column-resizing.md b/controls/gantt/functionality/column-resizing.md index 520800ce9e..624bd6849a 100644 --- a/controls/gantt/functionality/column-resizing.md +++ b/controls/gantt/functionality/column-resizing.md @@ -3,6 +3,7 @@ title: Column Resizing page_title: Column Resizing - RadGantt description: Check our Web Forms article about Column Resizing. slug: gantt/functionality/column-resizing +components: ["gantt"] tags: column,resizing published: True position: 2 diff --git a/controls/gantt/functionality/column-sorting.md b/controls/gantt/functionality/column-sorting.md index a8f232fb01..1a3086989a 100644 --- a/controls/gantt/functionality/column-sorting.md +++ b/controls/gantt/functionality/column-sorting.md @@ -3,6 +3,7 @@ title: Column Sorting page_title: Column Sorting - RadGantt description: Check our Web Forms article about Column Sorting. slug: gantt/functionality/column-sorting +components: ["gantt"] tags: column,sorting published: True position: 2 diff --git a/controls/gantt/functionality/custom-tasks-fields.md b/controls/gantt/functionality/custom-tasks-fields.md index d6e3916303..11955a03bd 100644 --- a/controls/gantt/functionality/custom-tasks-fields.md +++ b/controls/gantt/functionality/custom-tasks-fields.md @@ -3,6 +3,7 @@ title: Custom Tasks Fields page_title: Custom Tasks Fields - RadGantt description: Check our Web Forms article about Custom Tasks Fields. slug: gantt/functionality/custom-tasks-fields +components: ["gantt"] tags: custom,tasks,fields published: True position: 5 diff --git a/controls/gantt/functionality/import/export-to-ms-project.md b/controls/gantt/functionality/import/export-to-ms-project.md index 5127f23629..ca68bf3557 100644 --- a/controls/gantt/functionality/import/export-to-ms-project.md +++ b/controls/gantt/functionality/import/export-to-ms-project.md @@ -3,6 +3,7 @@ title: Export to MS Project page_title: Export to MS Project - RadGantt description: Check our Web Forms article about Export to MS Project. slug: gantt/functionality/import/export-to-ms-project +components: ["gantt"] tags: export,to,ms,project published: False position: 0 diff --git a/controls/gantt/functionality/pdf-export.md b/controls/gantt/functionality/pdf-export.md index 0dc4a5522a..807eea6f1b 100644 --- a/controls/gantt/functionality/pdf-export.md +++ b/controls/gantt/functionality/pdf-export.md @@ -3,6 +3,7 @@ title: PDF Export page_title: PDF Export - RadGantt description: Check our Web Forms article about PDF Export. slug: gantt/functionality/pdf-export +components: ["gantt"] tags: pdf,export published: True position: 6 diff --git a/controls/gantt/functionality/planned-vs-actual.md b/controls/gantt/functionality/planned-vs-actual.md index 6ddd4dbb94..1dd757dc9b 100644 --- a/controls/gantt/functionality/planned-vs-actual.md +++ b/controls/gantt/functionality/planned-vs-actual.md @@ -3,6 +3,7 @@ title: Planned vs Actual page_title: Planned vs Actual - RadGantt description: Check our Web Forms article about PDF Export. slug: gantt/functionality/planned-vs-actual +components: ["gantt"] tags: planned,actual,task,baseline published: True position: 9 diff --git a/controls/gantt/functionality/range.md b/controls/gantt/functionality/range.md index f9e054923c..114d404109 100644 --- a/controls/gantt/functionality/range.md +++ b/controls/gantt/functionality/range.md @@ -3,6 +3,7 @@ title: Range page_title: Range - RadGantt description: Check our Web Forms article about Range. slug: gantt/functionality/range +components: ["gantt"] tags: range published: True position: 7 diff --git a/controls/gantt/functionality/reordering-tasks-.md b/controls/gantt/functionality/reordering-tasks-.md index fc7353ba6c..b0a4038a62 100644 --- a/controls/gantt/functionality/reordering-tasks-.md +++ b/controls/gantt/functionality/reordering-tasks-.md @@ -3,6 +3,7 @@ title: Reordering Tasks page_title: Reordering Tasks - RadGantt description: Check our Web Forms article about Reordering Tasks. slug: gantt/functionality/reordering-tasks- +components: ["gantt"] tags: reordering,tasks, published: True position: 1 diff --git a/controls/gantt/functionality/selected-date.md b/controls/gantt/functionality/selected-date.md index 881f64d960..d5c2547509 100644 --- a/controls/gantt/functionality/selected-date.md +++ b/controls/gantt/functionality/selected-date.md @@ -3,6 +3,7 @@ title: Selected Date page_title: Selected Date - RadGantt description: Check our Web Forms article about Selected Date. slug: gantt/functionality/selected-date +components: ["gantt"] tags: selected date published: True position: 8 diff --git a/controls/gantt/getting-started-/getting-started.md b/controls/gantt/getting-started-/getting-started.md index 8c06bd2b9e..5daea069e0 100644 --- a/controls/gantt/getting-started-/getting-started.md +++ b/controls/gantt/getting-started-/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadGantt description: Check our Web Forms article about Getting Started. slug: gantt/getting-started-/getting-started +components: ["gantt"] tags: getting,started published: False position: 0 diff --git a/controls/gantt/getting-started/getting-started.md b/controls/gantt/getting-started/getting-started.md index a17271fb63..ae1a7944aa 100644 --- a/controls/gantt/getting-started/getting-started.md +++ b/controls/gantt/getting-started/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadGantt description: Check our Web Forms article about Getting Started. slug: gantt/getting-started-/getting-started +components: ["gantt"] tags: getting,started published: False position: 0 diff --git a/controls/gantt/how-to/custom-task-edit-window.md b/controls/gantt/how-to/custom-task-edit-window.md index 0ae417de8e..b21d78ca02 100644 --- a/controls/gantt/how-to/custom-task-edit-window.md +++ b/controls/gantt/how-to/custom-task-edit-window.md @@ -3,6 +3,7 @@ title: Custom Task Edit Window page_title: Custom Task Edit Window description: Check our Web Forms article about Custom Task Edit Window. slug: gantt/how-to/custom-task-edit-window +components: ["gantt"] tags: custom,task,edit,window published: True position: 1 diff --git a/controls/gantt/how-to/placing-radgantt-inside-radwindow.md b/controls/gantt/how-to/placing-radgantt-inside-radwindow.md index de46738450..4eb51bfc36 100644 --- a/controls/gantt/how-to/placing-radgantt-inside-radwindow.md +++ b/controls/gantt/how-to/placing-radgantt-inside-radwindow.md @@ -3,6 +3,7 @@ title: Placing RadGantt inside RadWindow page_title: Placing RadGantt inside RadWindow description: Check our Web Forms article about Placing RadGantt inside RadWindow. slug: gantt/how-to/placing-radgantt-inside-radwindow +components: ["gantt"] tags: placing,radgantt,inside,radwindow published: True position: 0 diff --git a/controls/gantt/import/import-from-ms-project.md b/controls/gantt/import/import-from-ms-project.md index f3f0641991..761dbd4964 100644 --- a/controls/gantt/import/import-from-ms-project.md +++ b/controls/gantt/import/import-from-ms-project.md @@ -3,6 +3,7 @@ title: Import from MS Project page_title: Import from MS Project - RadGantt description: Check our Web Forms article about Import from MS Project. slug: gantt/import/import-from-ms-project +components: ["gantt"] tags: import,from,ms,project published: True position: 0 diff --git a/controls/gantt/layout.md b/controls/gantt/layout.md index 8576c3ea8d..c18aeab10f 100644 --- a/controls/gantt/layout.md +++ b/controls/gantt/layout.md @@ -3,6 +3,7 @@ title: RadGantt Structure page_title: RadGantt Structure - RadGantt description: Check our Web Forms article about RadGantt Structure. slug: gantt/structure/layout +components: ["gantt"] tags: layout published: True position: 1 diff --git a/controls/gantt/mobile-support/gestures-support-.md b/controls/gantt/mobile-support/gestures-support-.md index acd4f53de2..29094e7c5a 100644 --- a/controls/gantt/mobile-support/gestures-support-.md +++ b/controls/gantt/mobile-support/gestures-support-.md @@ -3,6 +3,7 @@ title: Gestures Support page_title: Gestures Support - RadGantt description: Check our Web Forms article about Gestures Support. slug: gantt/mobile-support/gestures-support- +components: ["gantt"] tags: gestures,support, published: False position: 1 diff --git a/controls/gantt/mobile-support/overview.md b/controls/gantt/mobile-support/overview.md index f6b142b978..afac3cda59 100644 --- a/controls/gantt/mobile-support/overview.md +++ b/controls/gantt/mobile-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Mobile Support Overview - RadGantt description: Check our Web Forms article about Overview. slug: gantt/mobile-support/overview +components: ["gantt"] tags: overview published: False position: 0 diff --git a/controls/gantt/overview.md b/controls/gantt/overview.md index fb4ec84b93..4398ee6d95 100644 --- a/controls/gantt/overview.md +++ b/controls/gantt/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadGantt Overview description: Check our Web Forms article about Overview. slug: gantt/overview +components: ["gantt"] tags: overview published: True position: 0 diff --git a/controls/gantt/resources/data-binding/custom-entityframework-provider.md b/controls/gantt/resources/data-binding/custom-entityframework-provider.md index 39a735e5d4..46d7feff2d 100644 --- a/controls/gantt/resources/data-binding/custom-entityframework-provider.md +++ b/controls/gantt/resources/data-binding/custom-entityframework-provider.md @@ -3,6 +3,7 @@ title: Custom EntityFramework Provider page_title: Custom EntityFramework Provider - RadGantt description: Check our Web Forms article about Custom EntityFramework Provider. slug: gantt/resources/data-binding/custom-entityframework-provider +components: ["gantt"] tags: custom,entityframework,provider published: True position: 4 diff --git a/controls/gantt/resources/data-binding/database-structure.md b/controls/gantt/resources/data-binding/database-structure.md index 54a8b6070a..fc64f0ed80 100644 --- a/controls/gantt/resources/data-binding/database-structure.md +++ b/controls/gantt/resources/data-binding/database-structure.md @@ -3,6 +3,7 @@ title: Database Structure page_title: Database Structure - RadGantt description: Check our Web Forms article about Database Structure. slug: gantt/resources/data-binding/database-structure +components: ["gantt"] tags: database,structure published: True position: 0 diff --git a/controls/gantt/resources/data-binding/declarative-binding.md b/controls/gantt/resources/data-binding/declarative-binding.md index 249b208c46..f6ecf3a01b 100644 --- a/controls/gantt/resources/data-binding/declarative-binding.md +++ b/controls/gantt/resources/data-binding/declarative-binding.md @@ -3,6 +3,7 @@ title: Declarative Binding page_title: Declarative Binding - RadGantt description: Check our Web Forms article about Declarative Binding. slug: gantt/resources/data-binding/declarative-binding +components: ["gantt"] tags: declarative,binding published: True position: 1 diff --git a/controls/gantt/resources/data-binding/web-service-binding.md b/controls/gantt/resources/data-binding/web-service-binding.md index 712bf1d6c2..3a552cd8db 100644 --- a/controls/gantt/resources/data-binding/web-service-binding.md +++ b/controls/gantt/resources/data-binding/web-service-binding.md @@ -3,6 +3,7 @@ title: Web Service Binding page_title: Web Service Binding - RadGantt description: Check our Web Forms article about Web Service Binding. slug: gantt/resources/data-binding/web-service-binding +components: ["gantt"] tags: web,service,binding published: True position: 3 diff --git a/controls/gantt/resources/data-binding/xml-provider-binding.md b/controls/gantt/resources/data-binding/xml-provider-binding.md index 828b7f721e..639cc5ee0b 100644 --- a/controls/gantt/resources/data-binding/xml-provider-binding.md +++ b/controls/gantt/resources/data-binding/xml-provider-binding.md @@ -3,6 +3,7 @@ title: XML Provider Binding page_title: XML Provider Binding - RadGantt description: Check our Web Forms article about XML Provider Binding. slug: gantt/resources/data-binding/xml-provider-binding +components: ["gantt"] tags: xml,provider,binding published: True position: 2 diff --git a/controls/gantt/resources/overview.md b/controls/gantt/resources/overview.md index 5a2058ede9..2ea8af3fbf 100644 --- a/controls/gantt/resources/overview.md +++ b/controls/gantt/resources/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Resources Overview - RadGantt description: Check our Web Forms article about Overview. slug: gantt/resources/overview +components: ["gantt"] tags: overview published: True position: 0 diff --git a/controls/gantt/server-side-programming/events/assignmentdelete.md b/controls/gantt/server-side-programming/events/assignmentdelete.md index 4dd06d6ddb..68ef27eac7 100644 --- a/controls/gantt/server-side-programming/events/assignmentdelete.md +++ b/controls/gantt/server-side-programming/events/assignmentdelete.md @@ -3,6 +3,7 @@ title: AssignmentDelete page_title: AssignmentDelete - RadGantt description: Check our Web Forms article about AssignmentDelete. slug: gantt/server-side-programming/events/assignmentdelete +components: ["gantt"] tags: assignmentdelete published: True position: 11 diff --git a/controls/gantt/server-side-programming/events/assignmentinsert.md b/controls/gantt/server-side-programming/events/assignmentinsert.md index 50f4f28360..130c7047d1 100644 --- a/controls/gantt/server-side-programming/events/assignmentinsert.md +++ b/controls/gantt/server-side-programming/events/assignmentinsert.md @@ -3,6 +3,7 @@ title: AssignmentInsert page_title: AssignmentInsert - RadGantt description: Check our Web Forms article about AssignmentInsert. slug: gantt/server-side-programming/events/assignmentinsert +components: ["gantt"] tags: assignmentinsert published: True position: 9 diff --git a/controls/gantt/server-side-programming/events/assignmentupdate.md b/controls/gantt/server-side-programming/events/assignmentupdate.md index 06fdfa9b2c..b7f56e8d0d 100644 --- a/controls/gantt/server-side-programming/events/assignmentupdate.md +++ b/controls/gantt/server-side-programming/events/assignmentupdate.md @@ -3,6 +3,7 @@ title: AssignmentUpdate page_title: AssignmentUpdate - RadGantt description: Check our Web Forms article about AssignmentUpdate. slug: gantt/server-side-programming/events/assignmentupdate +components: ["gantt"] tags: assignmentupdate published: True position: 10 diff --git a/controls/gantt/server-side-programming/events/columncreated.md b/controls/gantt/server-side-programming/events/columncreated.md index 601933934d..ca97f0f93d 100644 --- a/controls/gantt/server-side-programming/events/columncreated.md +++ b/controls/gantt/server-side-programming/events/columncreated.md @@ -3,6 +3,7 @@ title: ColumnCreated page_title: ColumnCreated - RadGantt description: Check our Web Forms article about ColumnCreated. slug: gantt/server-side-programming/events/columncreated +components: ["gantt"] tags: columncreated published: True position: 2 diff --git a/controls/gantt/server-side-programming/events/columncreating.md b/controls/gantt/server-side-programming/events/columncreating.md index 84df7634e3..5fe0202998 100644 --- a/controls/gantt/server-side-programming/events/columncreating.md +++ b/controls/gantt/server-side-programming/events/columncreating.md @@ -3,6 +3,7 @@ title: ColumnCreating page_title: ColumnCreating - RadGantt description: Check our Web Forms article about ColumnCreating. slug: gantt/server-side-programming/events/columncreating +components: ["gantt"] tags: columncreating published: True position: 1 diff --git a/controls/gantt/server-side-programming/events/dependencydelete.md b/controls/gantt/server-side-programming/events/dependencydelete.md index 84593fa01b..1f67f777af 100644 --- a/controls/gantt/server-side-programming/events/dependencydelete.md +++ b/controls/gantt/server-side-programming/events/dependencydelete.md @@ -3,6 +3,7 @@ title: DependencyDelete page_title: DependencyDelete - RadGantt description: Check our Web Forms article about DependencyDelete. slug: gantt/server-side-programming/events/dependencydelete +components: ["gantt"] tags: dependencydelete published: True position: 7 diff --git a/controls/gantt/server-side-programming/events/dependencyinsert.md b/controls/gantt/server-side-programming/events/dependencyinsert.md index 145ba72cab..c3d1e4af4d 100644 --- a/controls/gantt/server-side-programming/events/dependencyinsert.md +++ b/controls/gantt/server-side-programming/events/dependencyinsert.md @@ -3,6 +3,7 @@ title: DependencyInsert page_title: DependencyInsert - RadGantt description: Check our Web Forms article about DependencyInsert. slug: gantt/server-side-programming/events/dependencyinsert +components: ["gantt"] tags: dependencyinsert published: True position: 6 diff --git a/controls/gantt/server-side-programming/events/navigationcommand.md b/controls/gantt/server-side-programming/events/navigationcommand.md index a779941403..2e19a63cb8 100644 --- a/controls/gantt/server-side-programming/events/navigationcommand.md +++ b/controls/gantt/server-side-programming/events/navigationcommand.md @@ -3,6 +3,7 @@ title: NavigationCommand page_title: NavigationCommand - RadGantt description: Check our Web Forms article about NavigationCommand. slug: gantt/server-side-programming/events/navigationcommand +components: ["gantt"] tags: navigationcommand published: True position: 8 diff --git a/controls/gantt/server-side-programming/events/overview.md b/controls/gantt/server-side-programming/events/overview.md index 6d8cba1433..c36464a027 100644 --- a/controls/gantt/server-side-programming/events/overview.md +++ b/controls/gantt/server-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadGantt description: Check our Web Forms article about Overview. slug: gantt/server-side-programming/events/overview +components: ["gantt"] tags: overview published: True position: 0 diff --git a/controls/gantt/server-side-programming/events/taskdelete.md b/controls/gantt/server-side-programming/events/taskdelete.md index b5e45dbd2b..32629255db 100644 --- a/controls/gantt/server-side-programming/events/taskdelete.md +++ b/controls/gantt/server-side-programming/events/taskdelete.md @@ -3,6 +3,7 @@ title: TaskDelete page_title: TaskDelete - RadGantt description: Check our Web Forms article about TaskDelete. slug: gantt/server-side-programming/events/taskdelete +components: ["gantt"] tags: taskdelete published: True position: 5 diff --git a/controls/gantt/server-side-programming/events/taskinsert.md b/controls/gantt/server-side-programming/events/taskinsert.md index 4f90ca7033..dca190aa1e 100644 --- a/controls/gantt/server-side-programming/events/taskinsert.md +++ b/controls/gantt/server-side-programming/events/taskinsert.md @@ -3,6 +3,7 @@ title: TaskInsert page_title: TaskInsert - RadGantt description: Check our Web Forms article about TaskInsert. slug: gantt/server-side-programming/events/taskinsert +components: ["gantt"] tags: taskinsert published: True position: 3 diff --git a/controls/gantt/server-side-programming/events/taskupdate.md b/controls/gantt/server-side-programming/events/taskupdate.md index 55ba90f839..65ac82e435 100644 --- a/controls/gantt/server-side-programming/events/taskupdate.md +++ b/controls/gantt/server-side-programming/events/taskupdate.md @@ -3,6 +3,7 @@ title: TaskUpdate page_title: TaskUpdate - RadGantt description: Check our Web Forms article about TaskUpdate. slug: gantt/server-side-programming/events/taskupdate +components: ["gantt"] tags: taskupdate published: True position: 4 diff --git a/controls/gantt/server-side-programming/objects/assignments.md b/controls/gantt/server-side-programming/objects/assignments.md index a23fc74908..a7449cc9e6 100644 --- a/controls/gantt/server-side-programming/objects/assignments.md +++ b/controls/gantt/server-side-programming/objects/assignments.md @@ -3,6 +3,7 @@ title: Assignments page_title: Assignments - RadGantt description: Check our Web Forms article about Assignments. slug: gantt/server-side-programming/objects/assignments +components: ["gantt"] tags: assignments published: True position: 4 diff --git a/controls/gantt/server-side-programming/objects/dependencies.md b/controls/gantt/server-side-programming/objects/dependencies.md index f11b4c8628..3baea6b51d 100644 --- a/controls/gantt/server-side-programming/objects/dependencies.md +++ b/controls/gantt/server-side-programming/objects/dependencies.md @@ -3,6 +3,7 @@ title: Dependency page_title: Dependency - RadGantt description: Check our Web Forms article about Dependency. slug: gantt/server-side-programming/objects/dependencies +components: ["gantt"] tags: dependencies published: True position: 3 diff --git a/controls/gantt/server-side-programming/objects/radgantt-object.md b/controls/gantt/server-side-programming/objects/radgantt-object.md index d8ade62dff..b8af431863 100644 --- a/controls/gantt/server-side-programming/objects/radgantt-object.md +++ b/controls/gantt/server-side-programming/objects/radgantt-object.md @@ -3,6 +3,7 @@ title: RadGantt Object page_title: Server-side RadGantt Object - RadGantt description: Check our Web Forms article about RadGantt Object. slug: gantt/server-side-programming/objects/radgantt-object +components: ["gantt"] tags: radgantt-object published: True position: 0 diff --git a/controls/gantt/server-side-programming/objects/resources.md b/controls/gantt/server-side-programming/objects/resources.md index 23eae4bf8c..c9695da18d 100644 --- a/controls/gantt/server-side-programming/objects/resources.md +++ b/controls/gantt/server-side-programming/objects/resources.md @@ -3,6 +3,7 @@ title: Resources page_title: Resources - RadGantt description: Check our Web Forms article about Resources. slug: gantt/server-side-programming/objects/resources +components: ["gantt"] tags: resources published: True position: 5 diff --git a/controls/gantt/server-side-programming/objects/tasks.md b/controls/gantt/server-side-programming/objects/tasks.md index beff0f04bb..041b0e4966 100644 --- a/controls/gantt/server-side-programming/objects/tasks.md +++ b/controls/gantt/server-side-programming/objects/tasks.md @@ -3,6 +3,7 @@ title: Task page_title: Task - RadGantt description: Check our Web Forms article about Task. slug: gantt/server-side-programming/objects/tasks +components: ["gantt"] tags: tasks published: True position: 2 diff --git a/controls/gantt/server-side-programming/overview.md b/controls/gantt/server-side-programming/overview.md index 512649a122..a1b7ab8b5b 100644 --- a/controls/gantt/server-side-programming/overview.md +++ b/controls/gantt/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadGantt description: Check our Web Forms article about Overview. slug: gantt/server-side-programming/overview +components: ["gantt"] tags: overview published: True position: 0 diff --git a/controls/gantt/views/day-view.md b/controls/gantt/views/day-view.md index 38768e0bb2..72c29f43d9 100644 --- a/controls/gantt/views/day-view.md +++ b/controls/gantt/views/day-view.md @@ -3,6 +3,7 @@ title: Day View page_title: Day View - RadGantt description: Check our Web Forms article about Day View. slug: gantt/views/day-view +components: ["gantt"] tags: day,view published: True position: 1 diff --git a/controls/gantt/views/month-view.md b/controls/gantt/views/month-view.md index 7bafcf7d88..1967cb24d3 100644 --- a/controls/gantt/views/month-view.md +++ b/controls/gantt/views/month-view.md @@ -3,6 +3,7 @@ title: Month View page_title: Month View - RadGantt description: Check our Web Forms article about Month View. slug: gantt/views/month-view +components: ["gantt"] tags: month,view published: True position: 3 diff --git a/controls/gantt/views/overview.md b/controls/gantt/views/overview.md index 171880a258..6510f30105 100644 --- a/controls/gantt/views/overview.md +++ b/controls/gantt/views/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Views Overview - RadGantt description: Check our Web Forms article about Overview. slug: gantt/views/overview +components: ["gantt"] tags: overview published: True position: 0 diff --git a/controls/gantt/views/week-view.md b/controls/gantt/views/week-view.md index c77fbbc1ba..fc87044fcb 100644 --- a/controls/gantt/views/week-view.md +++ b/controls/gantt/views/week-view.md @@ -3,6 +3,7 @@ title: Week View page_title: Week View - RadGantt description: Check our Web Forms article about Week View. slug: gantt/views/week-view +components: ["gantt"] tags: week,view published: True position: 2 diff --git a/controls/gantt/views/year-view.md b/controls/gantt/views/year-view.md index 0a5199d310..4e47f6587c 100644 --- a/controls/gantt/views/year-view.md +++ b/controls/gantt/views/year-view.md @@ -3,6 +3,7 @@ title: Year View page_title: Year View - RadGantt description: Check our Web Forms article about Year View. slug: gantt/views/year-view +components: ["gantt"] tags: year,view published: True position: 4 diff --git a/controls/gauge/appearance-and-styling/lineargauge-pointer-and-range-size.md b/controls/gauge/appearance-and-styling/lineargauge-pointer-and-range-size.md index c554956241..dc0abb354e 100644 --- a/controls/gauge/appearance-and-styling/lineargauge-pointer-and-range-size.md +++ b/controls/gauge/appearance-and-styling/lineargauge-pointer-and-range-size.md @@ -3,6 +3,7 @@ title: LinearGauge Pointer and Range Size page_title: LinearGauge Pointer and Range Size - RadGauge description: Check our Web Forms article about LinearGauge Pointer and Range Size. slug: gauge/appearance-and-styling/lineargauge-pointer-and-range-size +components: ["gauge"] tags: lineargauge,pointer,and,range,size published: True position: 0 diff --git a/controls/gauge/appearance-and-styling/set-font-of-the-scale-labels.md b/controls/gauge/appearance-and-styling/set-font-of-the-scale-labels.md index 0cc8c15dd8..f301b5bdb4 100644 --- a/controls/gauge/appearance-and-styling/set-font-of-the-scale-labels.md +++ b/controls/gauge/appearance-and-styling/set-font-of-the-scale-labels.md @@ -3,6 +3,7 @@ title: Set Font of the Scale Labels page_title: Set Font of the Scale Labels - RadGauge description: Check our Web Forms article about Set Font of the Scale Labels. slug: gauge/appearance-and-styling/set-font-of-the-scale-labels +components: ["gauge"] tags: set,font,of,the,scale,labels published: True position: 1 diff --git a/controls/gauge/client-side-programming/overview.md b/controls/gauge/client-side-programming/overview.md index 4caeab7f32..d7731dca23 100644 --- a/controls/gauge/client-side-programming/overview.md +++ b/controls/gauge/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Progamming Overview - RadGauge description: Check our Web Forms article about Overview. slug: gauge/client-side-progamming/overview +components: ["gauge"] tags: overview published: True position: 0 diff --git a/controls/gauge/design-time/configuration-manager.md b/controls/gauge/design-time/configuration-manager.md index 8425eb5b23..c5b7aac3fc 100644 --- a/controls/gauge/design-time/configuration-manager.md +++ b/controls/gauge/design-time/configuration-manager.md @@ -3,6 +3,7 @@ title: Configuration Manager page_title: Configuration Manager - RadGauge description: Check our Web Forms article about Configuration Manager. slug: gauge/design-time/configuration-manager +components: ["gauge"] tags: configuration,manager published: True position: 1 diff --git a/controls/gauge/design-time/overview.md b/controls/gauge/design-time/overview.md index 6963acf766..c17bd4165e 100644 --- a/controls/gauge/design-time/overview.md +++ b/controls/gauge/design-time/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Design Time Overview - RadGauge description: Check our Web Forms article about Overview. slug: gauge/design-time/overview +components: ["gauge"] tags: overview published: True position: 0 diff --git a/controls/gauge/functionality/color-ranges.md b/controls/gauge/functionality/color-ranges.md index 9dfe4f50f5..413b2913d9 100644 --- a/controls/gauge/functionality/color-ranges.md +++ b/controls/gauge/functionality/color-ranges.md @@ -3,6 +3,7 @@ title: Color Ranges page_title: Color Ranges - RadGauge description: Check our Web Forms article about Color Ranges. slug: gauge/gauge-types/color-ranges +components: ["gauge"] published: True position: 1 --- diff --git a/controls/gauge/functionality/multiple-pointers.md b/controls/gauge/functionality/multiple-pointers.md index 4d5c667023..20e8fe0c98 100644 --- a/controls/gauge/functionality/multiple-pointers.md +++ b/controls/gauge/functionality/multiple-pointers.md @@ -3,6 +3,7 @@ title: Multiple Pointers page_title: Multiple Pointers - RadGauge description: Check our Web Forms article about Multiple Pointers. slug: gauge/gauge-types/multiple-pointers +components: ["gauge"] previous_url: controls/gauge/gauge-types/multiple-pointers tags: multiple,pointers published: True diff --git a/controls/gauge/gauge-types/arc.md b/controls/gauge/gauge-types/arc.md index d1b0e871b9..d282cabdd9 100644 --- a/controls/gauge/gauge-types/arc.md +++ b/controls/gauge/gauge-types/arc.md @@ -3,6 +3,7 @@ title: Arc page_title: RadArcGauge description: Check our Web Forms article about Arc Gauge. slug: gauge/gauge-types/arc +components: ["gauge"] tags: arc published: True position: 0 diff --git a/controls/gauge/gauge-types/circular.md b/controls/gauge/gauge-types/circular.md index 4bc0b49306..cb5f23a566 100644 --- a/controls/gauge/gauge-types/circular.md +++ b/controls/gauge/gauge-types/circular.md @@ -3,6 +3,7 @@ title: Circular page_title: RadCircularGauge description: Check our Web Forms article about Circular Gauge. slug: gauge/gauge-types/circular +components: ["gauge"] tags: circular published: True position: 1 diff --git a/controls/gauge/gauge-types/linear.md b/controls/gauge/gauge-types/linear.md index ef9c910e43..c490b22b4e 100644 --- a/controls/gauge/gauge-types/linear.md +++ b/controls/gauge/gauge-types/linear.md @@ -3,6 +3,7 @@ title: Linear page_title: Linear - RadGauge description: Check our Web Forms article about Linear. slug: gauge/gauge-types/linear +components: ["gauge"] tags: linear published: True position: 2 diff --git a/controls/gauge/gauge-types/radial.md b/controls/gauge/gauge-types/radial.md index 04b48400a3..de0de5170f 100644 --- a/controls/gauge/gauge-types/radial.md +++ b/controls/gauge/gauge-types/radial.md @@ -3,6 +3,7 @@ title: Radial page_title: Radial - RadGauge description: Check our Web Forms article about Radial. slug: gauge/gauge-types/radial +components: ["gauge"] tags: radial published: True position: 3 diff --git a/controls/gauge/overview.md b/controls/gauge/overview.md index f4575aeb53..d2ba63cfc8 100644 --- a/controls/gauge/overview.md +++ b/controls/gauge/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadGauge Overview - RadGauge description: Check our Web Forms article about Overview. slug: gauge/overview +components: ["gauge"] tags: overview published: True position: 0 diff --git a/controls/gauge/server-side-programming/overview.md b/controls/gauge/server-side-programming/overview.md index 51b00661f7..0c14556e97 100644 --- a/controls/gauge/server-side-programming/overview.md +++ b/controls/gauge/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadGauge description: Check our Web Forms article about Overview. slug: gauge/server-side-programming/overview +components: ["gauge"] tags: overview published: True position: 0 diff --git a/controls/gauge/server-side-programming/programmatic-creation.md b/controls/gauge/server-side-programming/programmatic-creation.md index e8c5e5c80e..1a18db3754 100644 --- a/controls/gauge/server-side-programming/programmatic-creation.md +++ b/controls/gauge/server-side-programming/programmatic-creation.md @@ -3,6 +3,7 @@ title: Programmatic Creation page_title: Programmatic Creation - RadGauge description: Check our Web Forms article about Programmatic Creation. slug: gauge/server-side-programming/programmatic-creation +components: ["gauge"] tags: programmatic,creation published: True position: 1 diff --git a/controls/gauge/structure.md b/controls/gauge/structure.md index e0c7b79397..f40af5cf41 100644 --- a/controls/gauge/structure.md +++ b/controls/gauge/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: RadGauge Structure - RadGauge description: Check our Web Forms article about RadGauge Structure. slug: gauge/radgauge-structure +components: ["gauge"] tags: radgauge,structure published: True position: 1 diff --git a/controls/htmlchart/accessibility-and-internationalization/localization.md b/controls/htmlchart/accessibility-and-internationalization/localization.md index 740fe90858..d524aa32b6 100644 --- a/controls/htmlchart/accessibility-and-internationalization/localization.md +++ b/controls/htmlchart/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadHtmlChart description: Check our Web Forms article about Localization. slug: htmlchart/accessibility-and-internationalization/localization +components: ["htmlchart"] tags: localization published: True position: 0 diff --git a/controls/htmlchart/appearance-and-styling/conditional-item-colorization.md b/controls/htmlchart/appearance-and-styling/conditional-item-colorization.md index 07fe263b7b..b8ced2e0cf 100644 --- a/controls/htmlchart/appearance-and-styling/conditional-item-colorization.md +++ b/controls/htmlchart/appearance-and-styling/conditional-item-colorization.md @@ -3,6 +3,7 @@ title: Conditional Item Colorization page_title: Conditional Item Colorization - RadHtmlChart description: Check our Web Forms article about Conditional Item Colorization. slug: htmlchart/appearance-and-styling/conditional-item-colorization +components: ["htmlchart"] tags: conditional,item,colorization published: True position: 1 diff --git a/controls/htmlchart/appearance-and-styling/create-custom-skin.md b/controls/htmlchart/appearance-and-styling/create-custom-skin.md index 8940434f25..3e240ed037 100644 --- a/controls/htmlchart/appearance-and-styling/create-custom-skin.md +++ b/controls/htmlchart/appearance-and-styling/create-custom-skin.md @@ -3,6 +3,7 @@ title: Create Custom Skin page_title: Create Custom Skin - RadHtmlChart description: Check our Web Forms article about Create Custom Skin. slug: htmlchart/appearance-and-styling/create-custom-skin +components: ["htmlchart"] tags: create,custom,skin published: True position: 7 diff --git a/controls/htmlchart/appearance-and-styling/format-dates.md b/controls/htmlchart/appearance-and-styling/format-dates.md index 2d877e7994..e9c0e269a6 100644 --- a/controls/htmlchart/appearance-and-styling/format-dates.md +++ b/controls/htmlchart/appearance-and-styling/format-dates.md @@ -3,6 +3,7 @@ title: Format Dates page_title: Format Dates - RadHtmlChart description: Learn how to format date values in the HTMLChart control for better data visualization and clarity. slug: htmlchart/appearance-and-styling/format-dates +components: ["htmlchart"] tags: format,dates published: True position: 4 diff --git a/controls/htmlchart/appearance-and-styling/format-numbers.md b/controls/htmlchart/appearance-and-styling/format-numbers.md index f510d1133d..a0e4e70bec 100644 --- a/controls/htmlchart/appearance-and-styling/format-numbers.md +++ b/controls/htmlchart/appearance-and-styling/format-numbers.md @@ -3,6 +3,7 @@ title: Format Numbers page_title: Format Numbers - RadHtmlChart description: Discover how to format numeric values in the HTMLChart control for better data visualization. slug: htmlchart/appearance-and-styling/format-numbers +components: ["htmlchart"] tags: format,numbers published: True position: 5 diff --git a/controls/htmlchart/appearance-and-styling/gap-and-spacing.md b/controls/htmlchart/appearance-and-styling/gap-and-spacing.md index cddf4bb9bf..bc5a969706 100644 --- a/controls/htmlchart/appearance-and-styling/gap-and-spacing.md +++ b/controls/htmlchart/appearance-and-styling/gap-and-spacing.md @@ -3,6 +3,7 @@ title: Gap and Spacing page_title: Gap and Spacing - RadHtmlChart description: Check our Web Forms article about Gap and Spacing. slug: htmlchart/appearance-and-styling/gap-and-spacing +components: ["htmlchart"] tags: gap,and,spacing published: True position: 2 diff --git a/controls/htmlchart/appearance-and-styling/labels-and-titles-font-settings.md b/controls/htmlchart/appearance-and-styling/labels-and-titles-font-settings.md index f9bb73b339..0d12af97c3 100644 --- a/controls/htmlchart/appearance-and-styling/labels-and-titles-font-settings.md +++ b/controls/htmlchart/appearance-and-styling/labels-and-titles-font-settings.md @@ -3,6 +3,7 @@ title: Labels and Titles Font Settings page_title: Labels and Titles Font Settings - RadHtmlChart description: Check our Web Forms article about Labels and Titles Font Settings. slug: htmlchart/appearance-and-styling/labels-and-titles-font-settings +components: ["htmlchart"] tags: labels,and,titles,font,settings published: True position: 3 diff --git a/controls/htmlchart/appearance-and-styling/legend-settings.md b/controls/htmlchart/appearance-and-styling/legend-settings.md index 20ab6c9eb4..a4636b5da8 100644 --- a/controls/htmlchart/appearance-and-styling/legend-settings.md +++ b/controls/htmlchart/appearance-and-styling/legend-settings.md @@ -3,6 +3,7 @@ title: Legend Settings page_title: Legend Settings - RadHtmlChart description: Check our Web Forms article about Legend Settings. slug: htmlchart/appearance-and-styling/legend-settings +components: ["htmlchart"] tags: legend,settings published: True position: 6 diff --git a/controls/htmlchart/appearance-and-styling/order-series-via-zindex-property.md b/controls/htmlchart/appearance-and-styling/order-series-via-zindex-property.md index 9cc29e629d..7f7eb53dec 100644 --- a/controls/htmlchart/appearance-and-styling/order-series-via-zindex-property.md +++ b/controls/htmlchart/appearance-and-styling/order-series-via-zindex-property.md @@ -3,6 +3,7 @@ title: Order Series via ZIndex Property page_title: Order Series via ZIndex Property - RadHtmlChart description: Check our Web Forms article about Order Series via ZIndex Property. slug: htmlchart/appearance-and-styling/order-series-via-zindex-property +components: ["htmlchart"] tags: order,series,via,zindex,property published: True position: 0 diff --git a/controls/htmlchart/appearance-and-styling/patterns.md b/controls/htmlchart/appearance-and-styling/patterns.md index 916a59a9fd..b43535b935 100644 --- a/controls/htmlchart/appearance-and-styling/patterns.md +++ b/controls/htmlchart/appearance-and-styling/patterns.md @@ -3,6 +3,7 @@ title: Patterns page_title: Patterns description: "Learn how to use Series Patterns of the Telerik UI for ASP.NET AJAX Chart." slug: htmlchart/appearance-and-styling/patterns +components: ["htmlchart"] tags: patterns published: True position: 8 diff --git a/controls/htmlchart/changes-and-backwards-compatibility/data-source-string-fields-are-not-parsed-to-decimal.md b/controls/htmlchart/changes-and-backwards-compatibility/data-source-string-fields-are-not-parsed-to-decimal.md index 0e43beca78..21e7df0bba 100644 --- a/controls/htmlchart/changes-and-backwards-compatibility/data-source-string-fields-are-not-parsed-to-decimal.md +++ b/controls/htmlchart/changes-and-backwards-compatibility/data-source-string-fields-are-not-parsed-to-decimal.md @@ -3,6 +3,7 @@ title: Data Source String Fields Are Not Parsed to Decimal page_title: Data Source String Fields Are Not Parsed to Decimal - RadHtmlChart description: Check our Web Forms article about Data Source String Fields Are Not Parsed to Decimal. slug: htmlchart/changes-and-backwards-compatibility/data-source-string-fields-are-not-parsed-to-decimal +components: ["htmlchart"] tags: data,source,string,fields,are,not,parsed,to,decimal published: True position: 3 diff --git a/controls/htmlchart/changes-and-backwards-compatibility/important-changes-regarding-data-binding-datetime-parsable-string-fields.md b/controls/htmlchart/changes-and-backwards-compatibility/important-changes-regarding-data-binding-datetime-parsable-string-fields.md index adfaae689e..81520fb7c0 100644 --- a/controls/htmlchart/changes-and-backwards-compatibility/important-changes-regarding-data-binding-datetime-parsable-string-fields.md +++ b/controls/htmlchart/changes-and-backwards-compatibility/important-changes-regarding-data-binding-datetime-parsable-string-fields.md @@ -3,6 +3,7 @@ title: Important Changes Regarding Data Binding DateTime Parsable String Fields page_title: Important Changes Regarding Data Binding DateTime Parsable String Fields - RadHtmlChart description: Check our Web Forms article about Important Changes Regarding Data Binding DateTime Parsable String Fields. slug: htmlchart/changes-and-backwards-compatibility/important-changes-regarding-data-binding-datetime-parsable-string-fields +components: ["htmlchart"] tags: important,changes,regarding,data,binding,datetime,parsable,string,fields published: True position: 2 diff --git a/controls/htmlchart/changes-and-backwards-compatibility/important-changes-regarding-series-declaration.md b/controls/htmlchart/changes-and-backwards-compatibility/important-changes-regarding-series-declaration.md index 4f975ce7f1..5643558465 100644 --- a/controls/htmlchart/changes-and-backwards-compatibility/important-changes-regarding-series-declaration.md +++ b/controls/htmlchart/changes-and-backwards-compatibility/important-changes-regarding-series-declaration.md @@ -3,6 +3,7 @@ title: Important Changes Regarding Series Declaration page_title: Important Changes Regarding Series Declaration - RadHtmlChart description: Check our Web Forms article about Important Changes Regarding Series Declaration. slug: htmlchart/changes-and-backwards-compatibility/important-changes-regarding-series-declaration +components: ["htmlchart"] tags: important,changes,regarding,series,declaration published: True position: 1 diff --git a/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-axes-configuration.md b/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-axes-configuration.md index 45f0a103cd..a8fdf353eb 100644 --- a/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-axes-configuration.md +++ b/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-axes-configuration.md @@ -3,6 +3,7 @@ title: Migrate Axes Configuration page_title: Migrate Axes Configuration - RadHtmlChart description: Check our Web Forms article about Migrate Axes Configuration. slug: htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-axes-configuration +components: ["htmlchart"] tags: migrate,axes,configuration published: True position: 1 diff --git a/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-data-binding-configuration.md b/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-data-binding-configuration.md index f48ed137a1..e41603e0f8 100644 --- a/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-data-binding-configuration.md +++ b/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-data-binding-configuration.md @@ -3,6 +3,7 @@ title: Migrate Data Binding Configuration page_title: Migrate Data Binding Configuration - RadHtmlChart description: Check our Web Forms article about Migrate Data Binding Configuration. slug: htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-data-binding-configuration +components: ["htmlchart"] tags: migrate,data,binding,configuration published: True position: 2 diff --git a/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-date-axis-configuration.md b/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-date-axis-configuration.md index 00430eb8fd..0cc27f680e 100644 --- a/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-date-axis-configuration.md +++ b/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-date-axis-configuration.md @@ -3,6 +3,7 @@ title: Migrate Date Axis Configuration page_title: Migrate Date Axis Configuration - RadHtmlChart description: Check our Web Forms article about Migrate Date Axis Configuration. slug: htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-date-axis-configuration +components: ["htmlchart"] tags: migrate,date,axis,configuration published: True position: 3 diff --git a/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-functionalities---features-and-series-types-parity.md b/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-functionalities---features-and-series-types-parity.md index d410de860f..55432bde34 100644 --- a/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-functionalities---features-and-series-types-parity.md +++ b/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-functionalities---features-and-series-types-parity.md @@ -3,6 +3,7 @@ title: Migrate Functionalities - Features and Series Types Parity page_title: Migrate Functionalities - Features and Series Types Parity - RadHtmlChart description: Check our Web Forms article about Migrate Functionalities - Features and Series Types Parity. slug: htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-functionalities---features-and-series-types-parity +components: ["htmlchart"] tags: migrate,functionalities,-,features,and,series,types,parity published: True position: 0 diff --git a/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-series-configuration.md b/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-series-configuration.md index faabd24ab0..cd9d4e2b4e 100644 --- a/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-series-configuration.md +++ b/controls/htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-series-configuration.md @@ -3,6 +3,7 @@ title: Migrate Series Configuration page_title: Migrate Series Configuration - RadHtmlChart description: Check our Web Forms article about Migrate Series Configuration. slug: htmlchart/changes-and-backwards-compatibility/migrating-from-radchart-to-radhtmlchart/migrate-series-configuration +components: ["htmlchart"] tags: migrate,series,configuration published: True position: 4 diff --git a/controls/htmlchart/chart-types/area-chart.md b/controls/htmlchart/chart-types/area-chart.md index c0ee36ee7b..5adf770c12 100644 --- a/controls/htmlchart/chart-types/area-chart.md +++ b/controls/htmlchart/chart-types/area-chart.md @@ -3,6 +3,7 @@ title: Area Chart page_title: Area Chart - RadHtmlChart description: Check our Web Forms article about Area Chart. slug: htmlchart/chart-types/area-chart +components: ["htmlchart"] tags: area,chart published: True position: 1 diff --git a/controls/htmlchart/chart-types/bar-chart.md b/controls/htmlchart/chart-types/bar-chart.md index 0531ac613b..5c995e117f 100644 --- a/controls/htmlchart/chart-types/bar-chart.md +++ b/controls/htmlchart/chart-types/bar-chart.md @@ -3,6 +3,7 @@ title: Bar Chart page_title: Bar Chart - RadHtmlChart description: Learn about the Bar Chart type in the HTMLChart control for visualizing data in a bar format. slug: htmlchart/chart-types/bar-chart +components: ["htmlchart"] tags: bar,chart published: True position: 2 diff --git a/controls/htmlchart/chart-types/box-plot-chart.md b/controls/htmlchart/chart-types/box-plot-chart.md index 6437b759c7..ae2ebf7019 100644 --- a/controls/htmlchart/chart-types/box-plot-chart.md +++ b/controls/htmlchart/chart-types/box-plot-chart.md @@ -3,6 +3,7 @@ title: Box Plot Chart page_title: Box Plot Chart - RadHtmlChart description: Check our Web Forms article about Box Plot Chart. slug: htmlchart/chart-types/box-plot-chart +components: ["htmlchart"] tags: box,plot,chart published: True position: 3 diff --git a/controls/htmlchart/chart-types/bubble-chart.md b/controls/htmlchart/chart-types/bubble-chart.md index f6e3464fdf..12d80de151 100644 --- a/controls/htmlchart/chart-types/bubble-chart.md +++ b/controls/htmlchart/chart-types/bubble-chart.md @@ -3,6 +3,7 @@ title: Bubble Chart page_title: Bubble Chart - RadHtmlChart description: Check our Web Forms article about Bubble Chart. slug: htmlchart/chart-types/bubble-chart +components: ["htmlchart"] tags: bubble,chart published: True position: 4 diff --git a/controls/htmlchart/chart-types/bullet-chart.md b/controls/htmlchart/chart-types/bullet-chart.md index 4df22eb996..4cb2b887c6 100644 --- a/controls/htmlchart/chart-types/bullet-chart.md +++ b/controls/htmlchart/chart-types/bullet-chart.md @@ -3,6 +3,7 @@ title: Bullet Chart page_title: Bullet Chart - RadHtmlChart description: Check our Web Forms article about Bullet Chart. slug: htmlchart/chart-types/bullet-chart +components: ["htmlchart"] tags: bullet,chart published: True position: 5 diff --git a/controls/htmlchart/chart-types/candlestick-chart.md b/controls/htmlchart/chart-types/candlestick-chart.md index 170d49ce85..e58e630148 100644 --- a/controls/htmlchart/chart-types/candlestick-chart.md +++ b/controls/htmlchart/chart-types/candlestick-chart.md @@ -3,6 +3,7 @@ title: Candlestick Chart page_title: Candlestick Chart - RadHtmlChart description: Check our Web Forms article about Candlestick Chart. slug: htmlchart/chart-types/candlestick-chart +components: ["htmlchart"] tags: candlestick,chart published: True position: 6 diff --git a/controls/htmlchart/chart-types/column-chart.md b/controls/htmlchart/chart-types/column-chart.md index 109dea70c1..2b87354141 100644 --- a/controls/htmlchart/chart-types/column-chart.md +++ b/controls/htmlchart/chart-types/column-chart.md @@ -3,6 +3,7 @@ title: Column Chart page_title: Column Chart - RadHtmlChart description: Discover the Column Chart type in the HTMLChart control for visualizing data in a column format. slug: htmlchart/chart-types/column-chart +components: ["htmlchart"] tags: column,chart published: True position: 7 diff --git a/controls/htmlchart/chart-types/donut-chart.md b/controls/htmlchart/chart-types/donut-chart.md index ae85199160..6e0291c8a4 100644 --- a/controls/htmlchart/chart-types/donut-chart.md +++ b/controls/htmlchart/chart-types/donut-chart.md @@ -3,6 +3,7 @@ title: Donut Chart page_title: Donut Chart - RadHtmlChart description: Check our Web Forms article about Donut Chart. slug: htmlchart/chart-types/donut-chart +components: ["htmlchart"] tags: donut,chart published: True position: 8 diff --git a/controls/htmlchart/chart-types/funnel-chart.md b/controls/htmlchart/chart-types/funnel-chart.md index 0c430245c2..b84a914161 100644 --- a/controls/htmlchart/chart-types/funnel-chart.md +++ b/controls/htmlchart/chart-types/funnel-chart.md @@ -3,6 +3,7 @@ title: Funnel Chart page_title: Funnel Chart - RadHtmlChart description: Check our Web Forms article about Funnel Chart. slug: htmlchart/chart-types/funnel-chart +components: ["htmlchart"] tags: funnel,chart published: True position: 9 diff --git a/controls/htmlchart/chart-types/horizontal-waterfall-chart.md b/controls/htmlchart/chart-types/horizontal-waterfall-chart.md index 9b6395219c..0c8a596bb7 100644 --- a/controls/htmlchart/chart-types/horizontal-waterfall-chart.md +++ b/controls/htmlchart/chart-types/horizontal-waterfall-chart.md @@ -3,6 +3,7 @@ title: Horizontal Waterfall Chart page_title: Horizontal Waterfall Chart - RadHtmlChart description: Check our Web Forms article about Horizontal Waterfall Chart. slug: htmlchart/chart-types/horizontal-waterfall-chart +components: ["htmlchart"] tags: horizontal,waterfall,chart published: True position: 10 diff --git a/controls/htmlchart/chart-types/line-chart.md b/controls/htmlchart/chart-types/line-chart.md index 38e3fc7199..0431e360e3 100644 --- a/controls/htmlchart/chart-types/line-chart.md +++ b/controls/htmlchart/chart-types/line-chart.md @@ -3,6 +3,7 @@ title: Line Chart page_title: Line Chart - RadHtmlChart description: Learn about the Line Chart type in the HTMLChart control for visualizing data trends over time. slug: htmlchart/chart-types/line-chart +components: ["htmlchart"] tags: line,chart published: True position: 11 diff --git a/controls/htmlchart/chart-types/overview.md b/controls/htmlchart/chart-types/overview.md index 6338a34ff5..4d2df91d1c 100644 --- a/controls/htmlchart/chart-types/overview.md +++ b/controls/htmlchart/chart-types/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadHtmlChart Types Overview - RadHtmlChart description: Explore the various chart types available in the HTMLChart control for visualizing different data sets. slug: htmlchart/chart-types/overview +components: ["htmlchart"] tags: radchart,types,overview published: True position: 0 diff --git a/controls/htmlchart/chart-types/pie-chart.md b/controls/htmlchart/chart-types/pie-chart.md index cbc34b9623..67d455f109 100644 --- a/controls/htmlchart/chart-types/pie-chart.md +++ b/controls/htmlchart/chart-types/pie-chart.md @@ -3,6 +3,7 @@ title: Pie Chart page_title: Pie Chart - RadHtmlChart description: Learn about the Pie Chart type in the HTMLChart control for visualizing data as proportional slices. slug: htmlchart/chart-types/pie-chart +components: ["htmlchart"] tags: pie,chart published: True position: 12 diff --git a/controls/htmlchart/chart-types/polar-chart.md b/controls/htmlchart/chart-types/polar-chart.md index 8ad989503e..f338303b71 100644 --- a/controls/htmlchart/chart-types/polar-chart.md +++ b/controls/htmlchart/chart-types/polar-chart.md @@ -3,6 +3,7 @@ title: Polar Chart page_title: Polar Chart - RadHtmlChart description: Check our Web Forms article about Polar Chart. slug: htmlchart/chart-types/polar-chart +components: ["htmlchart"] tags: polar,chart published: True position: 13 diff --git a/controls/htmlchart/chart-types/pyramid-chart.md b/controls/htmlchart/chart-types/pyramid-chart.md index f687ff1d9d..90aae119ad 100644 --- a/controls/htmlchart/chart-types/pyramid-chart.md +++ b/controls/htmlchart/chart-types/pyramid-chart.md @@ -3,6 +3,7 @@ title: Pyramid Chart page_title: Pyramid Chart - RadHtmlChart description: Check our Web Forms article about Pyramid Chart. slug: htmlchart/chart-types/pyramid-chart +components: ["htmlchart"] tags: pyramid,chart published: True position: 14 diff --git a/controls/htmlchart/chart-types/radar-chart.md b/controls/htmlchart/chart-types/radar-chart.md index 811effa713..3cb1ebcab4 100644 --- a/controls/htmlchart/chart-types/radar-chart.md +++ b/controls/htmlchart/chart-types/radar-chart.md @@ -3,6 +3,7 @@ title: Radar Chart page_title: Radar Chart - RadHtmlChart description: Check our Web Forms article about Radar Chart. slug: htmlchart/chart-types/radar-chart +components: ["htmlchart"] tags: radar,chart published: True position: 15 diff --git a/controls/htmlchart/chart-types/range-bar-chart.md b/controls/htmlchart/chart-types/range-bar-chart.md index 068a50a4af..bb09c8bea7 100644 --- a/controls/htmlchart/chart-types/range-bar-chart.md +++ b/controls/htmlchart/chart-types/range-bar-chart.md @@ -3,6 +3,7 @@ title: Range Bar Chart page_title: Range Bar Chart - RadHtmlChart description: Check our Web Forms article about Range Bar Chart. slug: htmlchart/chart-types/range-bar-chart +components: ["htmlchart"] tags: range,bar,chart published: True position: 16 diff --git a/controls/htmlchart/chart-types/range-column-chart.md b/controls/htmlchart/chart-types/range-column-chart.md index 737e937c6d..e0fef8137d 100644 --- a/controls/htmlchart/chart-types/range-column-chart.md +++ b/controls/htmlchart/chart-types/range-column-chart.md @@ -3,6 +3,7 @@ title: Range Column Chart page_title: Range Column Chart - RadHtmlChart description: Check our Web Forms article about Range Column Chart. slug: htmlchart/chart-types/range-column-chart +components: ["htmlchart"] tags: range,column,chart published: True position: 17 diff --git a/controls/htmlchart/chart-types/scatter-chart.md b/controls/htmlchart/chart-types/scatter-chart.md index 609f65ffb0..b43e9e0725 100644 --- a/controls/htmlchart/chart-types/scatter-chart.md +++ b/controls/htmlchart/chart-types/scatter-chart.md @@ -3,6 +3,7 @@ title: Scatter Chart page_title: Scatter Chart - RadHtmlChart description: Check our Web Forms article about Scatter Chart. slug: htmlchart/chart-types/scatter-chart +components: ["htmlchart"] tags: scatter,chart published: True position: 18 diff --git a/controls/htmlchart/chart-types/scatterline-chart.md b/controls/htmlchart/chart-types/scatterline-chart.md index ea81097e42..a1c95b1cf7 100644 --- a/controls/htmlchart/chart-types/scatterline-chart.md +++ b/controls/htmlchart/chart-types/scatterline-chart.md @@ -3,6 +3,7 @@ title: ScatterLine Chart page_title: ScatterLine Chart - RadHtmlChart description: Check our Web Forms article about ScatterLine Chart. slug: htmlchart/chart-types/scatterline-chart +components: ["htmlchart"] tags: scatterline,chart published: True position: 19 diff --git a/controls/htmlchart/chart-types/sparkline-chart.md b/controls/htmlchart/chart-types/sparkline-chart.md index f8dcefa477..badeb5b40f 100644 --- a/controls/htmlchart/chart-types/sparkline-chart.md +++ b/controls/htmlchart/chart-types/sparkline-chart.md @@ -3,6 +3,7 @@ title: Sparkline Chart page_title: Sparkline Chart - RadHtmlChart description: Check our Web Forms article about Sparkline Chart. slug: htmlchart/chart-types/sparkline-chart +components: ["htmlchart"] tags: sparkline,chart published: True position: 20 diff --git a/controls/htmlchart/chart-types/spline-chart.md b/controls/htmlchart/chart-types/spline-chart.md index bb7fdfb23c..975986027b 100644 --- a/controls/htmlchart/chart-types/spline-chart.md +++ b/controls/htmlchart/chart-types/spline-chart.md @@ -3,6 +3,7 @@ title: Spline Chart page_title: Spline Chart - RadHtmlChart description: Check our Web Forms article about Spline Chart. slug: htmlchart/chart-types/spline-chart +components: ["htmlchart"] tags: spline,chart published: True position: 21 diff --git a/controls/htmlchart/chart-types/step-line-chart.md b/controls/htmlchart/chart-types/step-line-chart.md index e5502d548e..58417be3bb 100644 --- a/controls/htmlchart/chart-types/step-line-chart.md +++ b/controls/htmlchart/chart-types/step-line-chart.md @@ -3,6 +3,7 @@ title: Step Line Chart page_title: Step Line Chart - RadHtmlChart description: Check our Web Forms article about Step Line Chart. slug: htmlchart/chart-types/step-line-chart +components: ["htmlchart"] tags: step,line,chart published: True position: 22 diff --git a/controls/htmlchart/chart-types/vertical-bullet-chart.md b/controls/htmlchart/chart-types/vertical-bullet-chart.md index 05b410fe26..f1dcb3a4a6 100644 --- a/controls/htmlchart/chart-types/vertical-bullet-chart.md +++ b/controls/htmlchart/chart-types/vertical-bullet-chart.md @@ -3,6 +3,7 @@ title: Vertical Bullet Chart page_title: Vertical Bullet Chart - RadHtmlChart description: Check our Web Forms article about Vertical Bullet Chart. slug: htmlchart/chart-types/vertical-bullet-chart +components: ["htmlchart"] tags: vertical,bullet,chart published: True position: 23 diff --git a/controls/htmlchart/chart-types/waterfall-chart.md b/controls/htmlchart/chart-types/waterfall-chart.md index c4b38e454f..530a0fdd04 100644 --- a/controls/htmlchart/chart-types/waterfall-chart.md +++ b/controls/htmlchart/chart-types/waterfall-chart.md @@ -3,6 +3,7 @@ title: Waterfall Chart page_title: Waterfall Chart - RadHtmlChart description: Check our Web Forms article about Waterfall Chart. slug: htmlchart/chart-types/waterfall-chart +components: ["htmlchart"] tags: waterfall,chart published: True position: 24 diff --git a/controls/htmlchart/client-side-programming/events/onclientseriesclicked(deprecated).md b/controls/htmlchart/client-side-programming/events/onclientseriesclicked(deprecated).md index 7e71b71007..3e79fbd976 100644 --- a/controls/htmlchart/client-side-programming/events/onclientseriesclicked(deprecated).md +++ b/controls/htmlchart/client-side-programming/events/onclientseriesclicked(deprecated).md @@ -3,6 +3,7 @@ title: OnClientSeriesClicked(deprecated) page_title: OnClientSeriesClicked(deprecated) - RadHtmlChart description: Check our Web Forms article about OnClientSeriesClicked(deprecated). slug: htmlchart/client-side-programming/events/onclientseriesclicked(deprecated) +components: ["htmlchart"] tags: onclientseriesclicked(deprecated) published: True position: 1 diff --git a/controls/htmlchart/client-side-programming/events/onclientserieshovered(deprecated).md b/controls/htmlchart/client-side-programming/events/onclientserieshovered(deprecated).md index 3b763fdfef..0f23c6ec89 100644 --- a/controls/htmlchart/client-side-programming/events/onclientserieshovered(deprecated).md +++ b/controls/htmlchart/client-side-programming/events/onclientserieshovered(deprecated).md @@ -3,6 +3,7 @@ title: OnClientSeriesHovered(deprecated) page_title: OnClientSeriesHovered(deprecated) - RadHtmlChart description: Check our Web Forms article about OnClientSeriesHovered(deprecated). slug: htmlchart/client-side-programming/events/onclientserieshovered(deprecated) +components: ["htmlchart"] tags: onclientserieshovered(deprecated) published: True position: 2 diff --git a/controls/htmlchart/client-side-programming/events/overview.md b/controls/htmlchart/client-side-programming/events/overview.md index a56c09d59e..547394788b 100644 --- a/controls/htmlchart/client-side-programming/events/overview.md +++ b/controls/htmlchart/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadHtmlChart description: Check our Web Forms article about Events Overview. slug: htmlchart/client-side-programming/events/overview +components: ["htmlchart"] tags: overview published: True position: 0 diff --git a/controls/htmlchart/client-side-programming/overview.md b/controls/htmlchart/client-side-programming/overview.md index 7f0d536ed0..e8b56be710 100644 --- a/controls/htmlchart/client-side-programming/overview.md +++ b/controls/htmlchart/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadHtmlChart description: Check our Web Forms article about Overview. slug: htmlchart/client-side-programming/overview +components: ["htmlchart"] tags: overview published: True position: 0 diff --git a/controls/htmlchart/data-binding/array.md b/controls/htmlchart/data-binding/array.md index f19146554f..d305d218d9 100644 --- a/controls/htmlchart/data-binding/array.md +++ b/controls/htmlchart/data-binding/array.md @@ -3,6 +3,7 @@ title: Array page_title: Array - RadHtmlChart description: Check our Web Forms article about Array. slug: htmlchart/data-binding/array +components: ["htmlchart"] tags: array published: True position: 7 diff --git a/controls/htmlchart/data-binding/dataset.md b/controls/htmlchart/data-binding/dataset.md index 06908692e3..853bd24c76 100644 --- a/controls/htmlchart/data-binding/dataset.md +++ b/controls/htmlchart/data-binding/dataset.md @@ -3,6 +3,7 @@ title: DataSet page_title: DataSet - RadHtmlChart description: Check our Web Forms article about DataSet. slug: htmlchart/data-binding/dataset +components: ["htmlchart"] tags: dataset published: True position: 6 diff --git a/controls/htmlchart/data-binding/entitydatasource.md b/controls/htmlchart/data-binding/entitydatasource.md index 94298e167d..829fd6aad2 100644 --- a/controls/htmlchart/data-binding/entitydatasource.md +++ b/controls/htmlchart/data-binding/entitydatasource.md @@ -3,6 +3,7 @@ title: EntityDataSource page_title: EntityDataSource - RadHtmlChart description: Check our Web Forms article about EntityDataSource. slug: htmlchart/data-binding/entitydatasource +components: ["htmlchart"] tags: entitydatasource published: True position: 2 diff --git a/controls/htmlchart/data-binding/generic-list-of-custom-objects.md b/controls/htmlchart/data-binding/generic-list-of-custom-objects.md index 572f4665f4..132a838e1f 100644 --- a/controls/htmlchart/data-binding/generic-list-of-custom-objects.md +++ b/controls/htmlchart/data-binding/generic-list-of-custom-objects.md @@ -3,6 +3,7 @@ title: Generic List of Custom Objects page_title: Generic List of Custom Objects - RadHtmlChart description: Check our Web Forms article about Generic List of Custom Objects. slug: htmlchart/data-binding/generic-list-of-custom-objects +components: ["htmlchart"] tags: generic,list,of,custom,objects published: True position: 5 diff --git a/controls/htmlchart/data-binding/linqdatasource.md b/controls/htmlchart/data-binding/linqdatasource.md index 13964cb55a..450fb0c534 100644 --- a/controls/htmlchart/data-binding/linqdatasource.md +++ b/controls/htmlchart/data-binding/linqdatasource.md @@ -3,6 +3,7 @@ title: LinqDataSource page_title: LinqDataSource - RadHtmlChart description: Check our Web Forms article about LinqDataSource. slug: htmlchart/data-binding/linqdatasource +components: ["htmlchart"] tags: linqdatasource published: True position: 1 diff --git a/controls/htmlchart/data-binding/objectdatasource.md b/controls/htmlchart/data-binding/objectdatasource.md index 1d1152f43c..643e736321 100644 --- a/controls/htmlchart/data-binding/objectdatasource.md +++ b/controls/htmlchart/data-binding/objectdatasource.md @@ -3,6 +3,7 @@ title: ObjectDataSource page_title: ObjectDataSource - RadHtmlChart description: Check our Web Forms article about ObjectDataSource. slug: htmlchart/data-binding/objectdatasource +components: ["htmlchart"] tags: objectdatasource published: True position: 3 diff --git a/controls/htmlchart/data-binding/overview.md b/controls/htmlchart/data-binding/overview.md index a2c0da77cb..2807ed5f58 100644 --- a/controls/htmlchart/data-binding/overview.md +++ b/controls/htmlchart/data-binding/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Data Binding Overview - RadHtmlChart description: Check our Web Forms article about Array. slug: htmlchart/data-binding/overview +components: ["htmlchart"] tags: data, binding, overview, grouping published: True position: 0 diff --git a/controls/htmlchart/data-binding/setting-explicit-items.md b/controls/htmlchart/data-binding/setting-explicit-items.md index 5551e7e0d3..622f34a41d 100644 --- a/controls/htmlchart/data-binding/setting-explicit-items.md +++ b/controls/htmlchart/data-binding/setting-explicit-items.md @@ -3,6 +3,7 @@ title: Setting Explicit Items page_title: Setting Explicit Items - RadHtmlChart description: Check our Web Forms article about Setting Explicit Items. slug: htmlchart/data-binding/setting-explicit-items +components: ["htmlchart"] tags: setting,explicit,items published: True position: 8 diff --git a/controls/htmlchart/data-binding/sqldatasource.md b/controls/htmlchart/data-binding/sqldatasource.md index 35c3e47ca5..4d2d3db539 100644 --- a/controls/htmlchart/data-binding/sqldatasource.md +++ b/controls/htmlchart/data-binding/sqldatasource.md @@ -3,6 +3,7 @@ title: SqlDataSource page_title: SqlDataSource - RadHtmlChart description: Check our Web Forms article about SqlDataSource. slug: htmlchart/data-binding/sqldatasource +components: ["htmlchart"] tags: sqldatasource published: True position: 0 diff --git a/controls/htmlchart/data-binding/xmldatasource.md b/controls/htmlchart/data-binding/xmldatasource.md index 84c2f2cb60..985aa65da7 100644 --- a/controls/htmlchart/data-binding/xmldatasource.md +++ b/controls/htmlchart/data-binding/xmldatasource.md @@ -3,6 +3,7 @@ title: XmlDataSource page_title: XmlDataSource - RadHtmlChart description: Check our Web Forms article about XmlDataSource. slug: htmlchart/data-binding/xmldatasource +components: ["htmlchart"] tags: xmldatasource published: True position: 4 diff --git a/controls/htmlchart/design-time/configuration-wizard.md b/controls/htmlchart/design-time/configuration-wizard.md index 5a206d7d2f..3bc441e595 100644 --- a/controls/htmlchart/design-time/configuration-wizard.md +++ b/controls/htmlchart/design-time/configuration-wizard.md @@ -3,6 +3,7 @@ title: Configuration Wizard page_title: Configuration Wizard - RadHtmlChart description: Check our Web Forms article about Configuration Wizard. slug: htmlchart/design-time/configuration-wizard +components: ["htmlchart"] tags: configuration,wizard published: True position: 1 diff --git a/controls/htmlchart/design-time/overview.md b/controls/htmlchart/design-time/overview.md index d5ed46578a..9816635ae2 100644 --- a/controls/htmlchart/design-time/overview.md +++ b/controls/htmlchart/design-time/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Design Time Overview - RadHtmlChart description: Check our Web Forms article about Overview. slug: htmlchart/design-time/overview +components: ["htmlchart"] tags: overview published: True position: 0 diff --git a/controls/htmlchart/functionality/100-stacked-series.md b/controls/htmlchart/functionality/100-stacked-series.md index 15984e1bc1..18f213547b 100644 --- a/controls/htmlchart/functionality/100-stacked-series.md +++ b/controls/htmlchart/functionality/100-stacked-series.md @@ -3,6 +3,7 @@ title: 100% Stacked Series page_title: 100% Stacked Series - RadHtmlChart description: Check our Web Forms article about 100% Stacked Series. slug: htmlchart/functionality/100-stacked-series +components: ["htmlchart"] tags: 100%,stacked,series published: True position: 6 diff --git a/controls/htmlchart/functionality/axes/date-axis-base-unit-steps.md b/controls/htmlchart/functionality/axes/date-axis-base-unit-steps.md index c812268c22..8156c1a08e 100644 --- a/controls/htmlchart/functionality/axes/date-axis-base-unit-steps.md +++ b/controls/htmlchart/functionality/axes/date-axis-base-unit-steps.md @@ -3,6 +3,7 @@ title: Date Axis Base Unit Steps page_title: Date Axis Base Unit Steps - RadHtmlChart description: Check our Web Forms article about Date Axis Base Unit Steps. slug: htmlchart/functionality/axes/date-axis-base-unit-steps +components: ["htmlchart"] tags: date,axis published: True position: 0 diff --git a/controls/htmlchart/functionality/axes/date-axis.md b/controls/htmlchart/functionality/axes/date-axis.md index 17392492b8..97d40abf8c 100644 --- a/controls/htmlchart/functionality/axes/date-axis.md +++ b/controls/htmlchart/functionality/axes/date-axis.md @@ -3,6 +3,7 @@ title: Date Axis page_title: Date Axis - RadHtmlChart description: Check our Web Forms article about Date Axis. slug: htmlchart/functionality/axes/date-axis +components: ["htmlchart"] tags: date,axis published: True position: 0 diff --git a/controls/htmlchart/functionality/axes/logarithmic-axis.md b/controls/htmlchart/functionality/axes/logarithmic-axis.md index bd29986ab1..deac2924c0 100644 --- a/controls/htmlchart/functionality/axes/logarithmic-axis.md +++ b/controls/htmlchart/functionality/axes/logarithmic-axis.md @@ -3,6 +3,7 @@ title: Logarithmic Axis page_title: Logarithmic Axis - RadHtmlChart description: Check our Web Forms article about Logarithmic Axis. slug: htmlchart/functionality/axes/logarithmic-axis +components: ["htmlchart"] tags: logarithmic,axis published: True position: 1 diff --git a/controls/htmlchart/functionality/axes/multiple-y-axes.md b/controls/htmlchart/functionality/axes/multiple-y-axes.md index 1c2667529c..2703b2b8b9 100644 --- a/controls/htmlchart/functionality/axes/multiple-y-axes.md +++ b/controls/htmlchart/functionality/axes/multiple-y-axes.md @@ -3,6 +3,7 @@ title: Multiple Y-Axes page_title: Multiple Y-Axes - RadHtmlChart description: Check our Web Forms article about Multiple Y-Axes. slug: htmlchart/functionality/axes/multiple-y-axes +components: ["htmlchart"] tags: multiple,y-axes published: True position: 2 diff --git a/controls/htmlchart/functionality/clienttemplate/display-html-and-execute-javascript.md b/controls/htmlchart/functionality/clienttemplate/display-html-and-execute-javascript.md index 8652149e19..a5b5f527fc 100644 --- a/controls/htmlchart/functionality/clienttemplate/display-html-and-execute-javascript.md +++ b/controls/htmlchart/functionality/clienttemplate/display-html-and-execute-javascript.md @@ -3,6 +3,7 @@ title: Display HTML and Execute JavaScript page_title: Display HTML and Execute JavaScript - RadHtmlChart description: Check our Web Forms article about Display HTML and Execute JavaScript. slug: htmlchart/functionality/clienttemplate/display-html-and-execute-javascript +components: ["htmlchart"] tags: display,html,and,execute,javascript published: True position: 2 diff --git a/controls/htmlchart/functionality/clienttemplate/overview.md b/controls/htmlchart/functionality/clienttemplate/overview.md index 38462a335a..5a550eb46b 100644 --- a/controls/htmlchart/functionality/clienttemplate/overview.md +++ b/controls/htmlchart/functionality/clienttemplate/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: ClientTemplate Overview - RadHtmlChart description: Discover how to use client templates in the HTMLChart control for dynamic and customizable charts. slug: htmlchart/functionality/clienttemplate/overview +components: ["htmlchart"] tags: overview published: True position: 0 diff --git a/controls/htmlchart/functionality/clienttemplate/shared-template-for-tooltips.md b/controls/htmlchart/functionality/clienttemplate/shared-template-for-tooltips.md index db29ed1dd0..214c2e1bef 100644 --- a/controls/htmlchart/functionality/clienttemplate/shared-template-for-tooltips.md +++ b/controls/htmlchart/functionality/clienttemplate/shared-template-for-tooltips.md @@ -3,6 +3,7 @@ title: Shared Template for ToolTips page_title: Shared Template for ToolTips - RadHtmlChart description: Check our Web Forms article about Shared Template for ToolTips. slug: htmlchart/functionality/clienttemplate/shared-template-for-tooltips +components: ["htmlchart"] tags: shared,template,for,tooltips published: True position: 3 diff --git a/controls/htmlchart/functionality/clienttemplate/using-client-templates-legend-axes.md b/controls/htmlchart/functionality/clienttemplate/using-client-templates-legend-axes.md index 281c7c7505..ad2e1b0563 100644 --- a/controls/htmlchart/functionality/clienttemplate/using-client-templates-legend-axes.md +++ b/controls/htmlchart/functionality/clienttemplate/using-client-templates-legend-axes.md @@ -3,6 +3,7 @@ title: Using Client Templates in Legend and Axes Labels page_title: ClientTemplate Overview - RadHtmlChart description: Check our Web Forms article about ClientTemplate Overview. slug: htmlchart/functionality/clienttemplate/using-client-templates-legend-axes +components: ["htmlchart"] tags: client-templates, templates, client, kendo, axes, labels, legend, custom published: True position: 1 diff --git a/controls/htmlchart/functionality/crosshair.md b/controls/htmlchart/functionality/crosshair.md index 0b70b2a6cf..c922708e67 100644 --- a/controls/htmlchart/functionality/crosshair.md +++ b/controls/htmlchart/functionality/crosshair.md @@ -3,6 +3,7 @@ title: Crosshairs page_title: Crosshairs - RadHtmlChart description: Check our Web Forms article about Crosshairs. slug: htmlchart/functionality/crosshairs +components: ["htmlchart"] tags: crosshairs, crosshair, cross-hair, cross hair published: True position: 8 diff --git a/controls/htmlchart/functionality/data-navigation.md b/controls/htmlchart/functionality/data-navigation.md index 4441c9fa43..9ffa0f4c47 100644 --- a/controls/htmlchart/functionality/data-navigation.md +++ b/controls/htmlchart/functionality/data-navigation.md @@ -3,6 +3,7 @@ title: Data Navigation page_title: Data Navigation - RadHtmlChart description: Check our Web Forms article about Data Navigation. slug: htmlchart/functionality/data-navigation +components: ["htmlchart"] tags: data,navigation published: True position: 3 diff --git a/controls/htmlchart/functionality/multiline-labels.md b/controls/htmlchart/functionality/multiline-labels.md index 44ecbf5b04..8eca478011 100644 --- a/controls/htmlchart/functionality/multiline-labels.md +++ b/controls/htmlchart/functionality/multiline-labels.md @@ -3,6 +3,7 @@ title: Multiline Labels page_title: Multiline Labels - RadHtmlChart description: Check our Web Forms article about Multiline Labels. slug: htmlchart/functionality/multiline-labels +components: ["htmlchart"] tags: multiline,labels published: True position: 2 diff --git a/controls/htmlchart/functionality/no-data-template.md b/controls/htmlchart/functionality/no-data-template.md index 6b39f19b44..b6fd965a1f 100644 --- a/controls/htmlchart/functionality/no-data-template.md +++ b/controls/htmlchart/functionality/no-data-template.md @@ -3,6 +3,7 @@ title: No Data Template page_title: No Data Template - RadHtmlChart description: Learn how to use the No Data Template of the RadHtmlChart. slug: htmlchart/functionality/no-data-template +components: ["htmlchart"] tags: no data, template, no data template, htmlchart, chart, telerik, kendo published: True position: 7 diff --git a/controls/htmlchart/functionality/plot-bands.md b/controls/htmlchart/functionality/plot-bands.md index f11239c0f2..b300f50d52 100644 --- a/controls/htmlchart/functionality/plot-bands.md +++ b/controls/htmlchart/functionality/plot-bands.md @@ -3,6 +3,7 @@ title: Plot Bands page_title: Plot Bands - RadHtmlChart description: Check our Web Forms article about Plot Bands. slug: htmlchart/functionality/plot-bands +components: ["htmlchart"] tags: plot,bands published: True position: 4 diff --git a/controls/htmlchart/functionality/series-notes.md b/controls/htmlchart/functionality/series-notes.md index f7399b14ec..023c09a6aa 100644 --- a/controls/htmlchart/functionality/series-notes.md +++ b/controls/htmlchart/functionality/series-notes.md @@ -3,6 +3,7 @@ title: Series Notes page_title: Series Notes - RadHtmlChart description: Check our Web Forms article about Series Notes. slug: htmlchart/functionality/series-notes +components: ["htmlchart"] tags: series, notes published: True position: 9 diff --git a/controls/htmlchart/functionality/stacked-series.md b/controls/htmlchart/functionality/stacked-series.md index 43b97b0430..9f0afed072 100644 --- a/controls/htmlchart/functionality/stacked-series.md +++ b/controls/htmlchart/functionality/stacked-series.md @@ -3,6 +3,7 @@ title: Stacked Series page_title: Stacked Series - RadHtmlChart description: Check our Web Forms article about Stacked Series. slug: htmlchart/functionality/stacked-series +components: ["htmlchart"] tags: stacked,series published: True position: 5 diff --git a/controls/htmlchart/functionality/visual-template.md b/controls/htmlchart/functionality/visual-template.md index 4552748b10..5aa6ffed26 100644 --- a/controls/htmlchart/functionality/visual-template.md +++ b/controls/htmlchart/functionality/visual-template.md @@ -3,6 +3,7 @@ title: Visual Template page_title: Visual Template - RadHtmlChart description: Check our Web Forms article about Custom Visual Template for Chart Elements. slug: htmlchart/functionality/visual-template +components: ["htmlchart"] tags: custom,visual,template,visualization published: True position: 7 diff --git a/controls/htmlchart/functionality/zoom-pan-scroll.md b/controls/htmlchart/functionality/zoom-pan-scroll.md index f1e91df51b..8a3cbc20b7 100644 --- a/controls/htmlchart/functionality/zoom-pan-scroll.md +++ b/controls/htmlchart/functionality/zoom-pan-scroll.md @@ -3,6 +3,7 @@ title: Pan and Zoom page_title: Pan and Zoom - RadHtmlChart description: Check our Web Forms article about Panand Zoom features of RadHtmlChart. slug: htmlchart/functionality/zoom-pan-scroll +components: ["htmlchart"] tags: pan, zoom, htmlchart, chart, telerik, kendo, panning, zooming published: True position: 7 diff --git a/controls/htmlchart/how-to/create-line-chart-with-multiple-colors.md b/controls/htmlchart/how-to/create-line-chart-with-multiple-colors.md index 7fb1f37200..46aa1744d5 100644 --- a/controls/htmlchart/how-to/create-line-chart-with-multiple-colors.md +++ b/controls/htmlchart/how-to/create-line-chart-with-multiple-colors.md @@ -3,6 +3,7 @@ title: Create Line Chart With Multiple Colors page_title: Create Line Chart With Multiple Colors - RadHtmlChart description: Check our Web Forms article about Create Line Chart With Multiple Colors. slug: htmlchart/how-to/create-line-chart-with-multiple-colors +components: ["htmlchart"] tags: create,line,chart,with,multiple,colors published: True position: 5 diff --git a/controls/htmlchart/how-to/export-to-pdf-on-the-server.md b/controls/htmlchart/how-to/export-to-pdf-on-the-server.md index 1d425aab1a..07374a7452 100644 --- a/controls/htmlchart/how-to/export-to-pdf-on-the-server.md +++ b/controls/htmlchart/how-to/export-to-pdf-on-the-server.md @@ -3,6 +3,7 @@ title: Embed RadHtmlChart in PDF on the Server-side page_title: Embed RadHtmlChart in PDF on the Server-side - RadHtmlChart description: Check our Web Forms article about Embed RadHtmlChart in PDF on the Server-side. slug: htmlchart/how-to/export-to-pdf-on-the-server +components: ["htmlchart"] tags: create,line,chart,with,multiple,colors published: True position: 6 diff --git a/controls/htmlchart/how-to/export-to-pdf-with-clientexportmanager.md b/controls/htmlchart/how-to/export-to-pdf-with-clientexportmanager.md index af698b1f7d..f684a787a8 100644 --- a/controls/htmlchart/how-to/export-to-pdf-with-clientexportmanager.md +++ b/controls/htmlchart/how-to/export-to-pdf-with-clientexportmanager.md @@ -3,6 +3,7 @@ title: Export to PDF or Image with RadClientExportManager page_title: Export to PDF or Image with RadClientExportManager - RadHtmlChart description: Check our Web Forms article about Export to PDF or Image with RadClientExportManager. slug: htmlchart/how-to/export-to-pdf-with-clientexportmanager +components: ["htmlchart"] tags: Export,PDF, image,RadClientExportManager,ClientExportManager, client-side published: True position: 7 diff --git a/controls/htmlchart/how-to/implementing-drill-down-functionality.md b/controls/htmlchart/how-to/implementing-drill-down-functionality.md index 50116ce841..d3a8184f94 100644 --- a/controls/htmlchart/how-to/implementing-drill-down-functionality.md +++ b/controls/htmlchart/how-to/implementing-drill-down-functionality.md @@ -3,6 +3,7 @@ title: Implementing Drill-Down Functionality page_title: Implementing Drill-Down Functionality - RadHtmlChart description: Check our Web Forms article about Implementing Drill-Down Functionality. slug: htmlchart/how-to/implementing-drill-down-functionality +components: ["htmlchart"] tags: implementing,drill-down,functionality published: True position: 0 diff --git a/controls/htmlchart/how-to/plot-threshold-lines.md b/controls/htmlchart/how-to/plot-threshold-lines.md index 2563d8dcbd..a10a44de97 100644 --- a/controls/htmlchart/how-to/plot-threshold-lines.md +++ b/controls/htmlchart/how-to/plot-threshold-lines.md @@ -3,6 +3,7 @@ title: Plot Threshold Lines page_title: Plot Threshold Lines - RadHtmlChart description: Check our Web Forms article about Plot Threshold Lines. slug: htmlchart/how-to/plot-threshold-lines +components: ["htmlchart"] tags: plot,threshold,lines published: True position: 8 diff --git a/controls/htmlchart/how-to/print-the-chart.md b/controls/htmlchart/how-to/print-the-chart.md index 12ca79a0c0..95a05bc1b2 100644 --- a/controls/htmlchart/how-to/print-the-chart.md +++ b/controls/htmlchart/how-to/print-the-chart.md @@ -3,6 +3,7 @@ title: Print the Chart page_title: Print the Chart - RadHtmlChart description: Check our Web Forms article about Print the Chart. slug: htmlchart/how-to/print-the-chart +components: ["htmlchart"] tags: print,the,chart published: True position: 1 diff --git a/controls/htmlchart/how-to/programmatic-creation-of-seriesitems-with-datetime.md b/controls/htmlchart/how-to/programmatic-creation-of-seriesitems-with-datetime.md index 2f47f3c436..070f0453c6 100644 --- a/controls/htmlchart/how-to/programmatic-creation-of-seriesitems-with-datetime.md +++ b/controls/htmlchart/how-to/programmatic-creation-of-seriesitems-with-datetime.md @@ -3,6 +3,7 @@ title: Programmatic Creation Of SeriesItems With DateTime page_title: Programmatic Creation Of SeriesItems With DateTime - RadHtmlChart description: Check our Web Forms article about Programmatic Creation Of SeriesItems With DateTime. slug: htmlchart/how-to/programmatic-creation-of-seriesitems-with-datetime +components: ["htmlchart"] tags: programmatic,creation,of,seriesitems,with,datetime published: True position: 2 diff --git a/controls/htmlchart/how-to/radhtmlchart-integration-with-kendoui-widgets.md b/controls/htmlchart/how-to/radhtmlchart-integration-with-kendoui-widgets.md index 9141deac6e..89b1ffe6c4 100644 --- a/controls/htmlchart/how-to/radhtmlchart-integration-with-kendoui-widgets.md +++ b/controls/htmlchart/how-to/radhtmlchart-integration-with-kendoui-widgets.md @@ -3,6 +3,7 @@ title: RadHtmlChart Integration With KendoUI Widgets page_title: RadHtmlChart Integration With KendoUI Widgets - RadHtmlChart description: Check our Web Forms article about RadHtmlChart Integration With KendoUI Widgets. slug: htmlchart/how-to/radhtmlchart-integration-with-kendoui-widgets +components: ["htmlchart"] tags: radhtmlchart,integration,with,kendoui,widgets published: True position: 3 diff --git a/controls/htmlchart/how-to/set-gradient-to-plotarea.md b/controls/htmlchart/how-to/set-gradient-to-plotarea.md index 1e33128cc5..d849e83ca5 100644 --- a/controls/htmlchart/how-to/set-gradient-to-plotarea.md +++ b/controls/htmlchart/how-to/set-gradient-to-plotarea.md @@ -3,6 +3,7 @@ title: Set Gradient to PlotArea page_title: Plot Threshold Lines - RadHtmlChart description: Check our Web Forms article about Plot Threshold Lines. slug: htmlchart/how-to/set-gradient-to-plotarea +components: ["htmlchart"] tags: set,gradient,to,plotarea published: True position: 9 diff --git a/controls/htmlchart/how-to/using-multiple-custom-colors-to-create-charts.md b/controls/htmlchart/how-to/using-multiple-custom-colors-to-create-charts.md index 60a267890a..83c72066df 100644 --- a/controls/htmlchart/how-to/using-multiple-custom-colors-to-create-charts.md +++ b/controls/htmlchart/how-to/using-multiple-custom-colors-to-create-charts.md @@ -3,6 +3,7 @@ title: Using Multiple Custom Colors to Create Charts page_title: Using Multiple Custom Colors to Create Charts - RadHtmlChart description: Check our Web Forms article about Using Multiple Custom Colors to Create Charts. slug: htmlchart/how-to/using-multiple-custom-colors-to-create-charts +components: ["htmlchart"] tags: using,multiple,custom,colors,to,create,charts published: True position: 4 diff --git a/controls/htmlchart/overview.md b/controls/htmlchart/overview.md index b3cb0f01db..890f23ac7b 100644 --- a/controls/htmlchart/overview.md +++ b/controls/htmlchart/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadHtmlChart Overview description: Explore the HTMLChart control for creating interactive and visually appealing data visualizations. slug: htmlchart/overview +components: ["htmlchart"] tags: overview published: True position: 0 diff --git a/controls/htmlchart/server-side-programming/axes-configuration.md b/controls/htmlchart/server-side-programming/axes-configuration.md index 5c401617b8..d1b40f5432 100644 --- a/controls/htmlchart/server-side-programming/axes-configuration.md +++ b/controls/htmlchart/server-side-programming/axes-configuration.md @@ -3,6 +3,7 @@ title: Axes Configuration page_title: Axes Configuration - RadHtmlChart description: Check our Web Forms article about Axes Configuration. slug: htmlchart/server-side-programming/axes-configuration +components: ["htmlchart"] tags: axes,configuration published: True position: 5 diff --git a/controls/htmlchart/server-side-programming/basic-configuration.md b/controls/htmlchart/server-side-programming/basic-configuration.md index 74d5a529eb..eb2037dcbc 100644 --- a/controls/htmlchart/server-side-programming/basic-configuration.md +++ b/controls/htmlchart/server-side-programming/basic-configuration.md @@ -3,6 +3,7 @@ title: Basic Configuration page_title: Basic Configuration - RadHtmlChart description: Check our Web Forms article about Basic Configuration. slug: htmlchart/server-side-programming/basic-configuration +components: ["htmlchart"] tags: basic,configuration published: True position: 1 diff --git a/controls/htmlchart/server-side-programming/navigator-configuration.md b/controls/htmlchart/server-side-programming/navigator-configuration.md index 1e879d8180..67b7bcfa09 100644 --- a/controls/htmlchart/server-side-programming/navigator-configuration.md +++ b/controls/htmlchart/server-side-programming/navigator-configuration.md @@ -3,6 +3,7 @@ title: Navigator Configuration page_title: Navigator Configuration - RadHtmlChart description: Check our Web Forms article about Navigator Configuration. slug: htmlchart/server-side-programming/navigator-configuration +components: ["htmlchart"] tags: navigator,configuration published: True position: 2 diff --git a/controls/htmlchart/server-side-programming/overview.md b/controls/htmlchart/server-side-programming/overview.md index e9e55bd0e0..e11f526c04 100644 --- a/controls/htmlchart/server-side-programming/overview.md +++ b/controls/htmlchart/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadHtmlChart description: Check our Web Forms article about Server-side Programming Overview. slug: htmlchart/server-side-programming/overview +components: ["htmlchart"] tags: overview published: True position: 0 diff --git a/controls/htmlchart/server-side-programming/series-configuration.md b/controls/htmlchart/server-side-programming/series-configuration.md index 5f649481a5..519de73949 100644 --- a/controls/htmlchart/server-side-programming/series-configuration.md +++ b/controls/htmlchart/server-side-programming/series-configuration.md @@ -3,6 +3,7 @@ title: Series Configuration page_title: Series Configuration - RadHtmlChart description: Check our Web Forms article about Series Configuration. slug: htmlchart/server-side-programming/series-configuration +components: ["htmlchart"] tags: series,configuration published: True position: 3 diff --git a/controls/htmlchart/server-side-programming/series-items-configuration.md b/controls/htmlchart/server-side-programming/series-items-configuration.md index ec1a38628b..06202c06a7 100644 --- a/controls/htmlchart/server-side-programming/series-items-configuration.md +++ b/controls/htmlchart/server-side-programming/series-items-configuration.md @@ -3,6 +3,7 @@ title: Series Items Configuration page_title: Series Items Configuration - RadHtmlChart description: Check our Web Forms article about Series Items Configuration. slug: htmlchart/server-side-programming/series-items-configuration +components: ["htmlchart"] tags: series,items,configuration published: True position: 4 diff --git a/controls/htmlchart/structure.md b/controls/htmlchart/structure.md index fa6a369f26..665e852bf3 100644 --- a/controls/htmlchart/structure.md +++ b/controls/htmlchart/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: RadHtmlChart Structure - RadHtmlChart description: Discover the structure of the HTMLChart control and its components for creating interactive charts. slug: htmlchart/radhtmlchart-structure +components: ["htmlchart"] tags: radhtmlchart,structure published: True position: 1 diff --git a/controls/htmlchart/troubleshooting/common-issues.md b/controls/htmlchart/troubleshooting/common-issues.md index 244f3e1e09..5609d47069 100644 --- a/controls/htmlchart/troubleshooting/common-issues.md +++ b/controls/htmlchart/troubleshooting/common-issues.md @@ -3,6 +3,7 @@ title: Common Issues page_title: Common Issues - RadHtmlChart description: Check our Web Forms article about Common Issues. slug: htmlchart/troubleshooting/common-issues +components: ["htmlchart"] tags: common,issues published: True position: 0 diff --git a/controls/htmlchart/troubleshooting/handle-special-symbols.md b/controls/htmlchart/troubleshooting/handle-special-symbols.md index c7e499fd49..ab5c12d61b 100644 --- a/controls/htmlchart/troubleshooting/handle-special-symbols.md +++ b/controls/htmlchart/troubleshooting/handle-special-symbols.md @@ -3,6 +3,7 @@ title: Handle Special Symbols page_title: Handle Special Symbols - RadHtmlChart description: Check our Web Forms article about Handle Special Symbols. slug: htmlchart/troubleshooting/handle-special-symbols +components: ["htmlchart"] tags: handle,special,symbols published: True position: 1 diff --git a/controls/htmlchart/troubleshooting/known-issues/known-limitations.md b/controls/htmlchart/troubleshooting/known-issues/known-limitations.md index 8c863b6642..cf7daae63c 100644 --- a/controls/htmlchart/troubleshooting/known-issues/known-limitations.md +++ b/controls/htmlchart/troubleshooting/known-issues/known-limitations.md @@ -3,6 +3,7 @@ title: Known Limitations page_title: Known Limitations - RadHtmlChart description: Check our Web Forms article about Known Limitations. slug: htmlchart/troubleshooting/known-issues/known-limitations +components: ["htmlchart"] tags: known,limitations published: True position: 1 diff --git a/controls/htmlchart/troubleshooting/known-issues/problem-with-using-formatting-specifiers-in-labels-and-tooltips.md b/controls/htmlchart/troubleshooting/known-issues/problem-with-using-formatting-specifiers-in-labels-and-tooltips.md index 01ea1264f6..39cfea2129 100644 --- a/controls/htmlchart/troubleshooting/known-issues/problem-with-using-formatting-specifiers-in-labels-and-tooltips.md +++ b/controls/htmlchart/troubleshooting/known-issues/problem-with-using-formatting-specifiers-in-labels-and-tooltips.md @@ -3,6 +3,7 @@ title: Problem with Using Formatting Specifiers in Labels and Tooltips page_title: Problem with Using Formatting Specifiers in Labels and Tooltips - RadHtmlChart description: Check our Web Forms article about Problem with Using Formatting Specifiers in Labels and Tooltips. slug: htmlchart/troubleshooting/known-issues/problem-with-using-formatting-specifiers-in-labels-and-tooltips +components: ["htmlchart"] tags: problem,with,using,formatting,specifiers,in,labels,and,tooltips published: True position: 0 diff --git a/controls/htmlchart/troubleshooting/performance-optimizations.md b/controls/htmlchart/troubleshooting/performance-optimizations.md index 222669ca06..a726c79cf0 100644 --- a/controls/htmlchart/troubleshooting/performance-optimizations.md +++ b/controls/htmlchart/troubleshooting/performance-optimizations.md @@ -3,6 +3,7 @@ title: Performance Optimizations page_title: Performance Optimizations - RadHtmlChart description: Check our Web Forms article about Performance Optimizations. slug: htmlchart/troubleshooting/performance-optimizations +components: ["htmlchart"] tags: performance,optimizations published: True position: 2 diff --git a/controls/imagebutton/accessibility-and-internationalization/keyboard-support.md b/controls/imagebutton/accessibility-and-internationalization/keyboard-support.md index 742924b607..75a2a265c6 100644 --- a/controls/imagebutton/accessibility-and-internationalization/keyboard-support.md +++ b/controls/imagebutton/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadImageButton description: Check our Web Forms article about Keyboard Support. slug: imagebutton/accessibility-and-internationalization/keyboard-support +components: ["imagebutton"] tags: keyboard,support published: True position: 2 diff --git a/controls/imagebutton/accessibility-and-internationalization/wcag-20-and-section-508-accessibility-compliance.md b/controls/imagebutton/accessibility-and-internationalization/wcag-20-and-section-508-accessibility-compliance.md index 514b7c4cc8..aa418c8e9b 100644 --- a/controls/imagebutton/accessibility-and-internationalization/wcag-20-and-section-508-accessibility-compliance.md +++ b/controls/imagebutton/accessibility-and-internationalization/wcag-20-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadImageButton description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: imagebutton/accessibility-and-internationalization/wcag-20-and-section-508-accessibility-compliance +components: ["imagebutton"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/imagebutton/appearance-and-styling/create-a-custom-skin.md b/controls/imagebutton/appearance-and-styling/create-a-custom-skin.md index e5059e51bf..a29288bdc2 100644 --- a/controls/imagebutton/appearance-and-styling/create-a-custom-skin.md +++ b/controls/imagebutton/appearance-and-styling/create-a-custom-skin.md @@ -3,6 +3,7 @@ title: Create a Custom Skin page_title: Create a Custom Skin - RadImageButton description: Check our Web Forms article about Create a Custom Skin. slug: imagebutton/appearance-and-styling/create-a-custom-skin +components: ["imagebutton"] tags: create,a,custom,skin published: True position: 3 diff --git a/controls/imagebutton/appearance-and-styling/skins.md b/controls/imagebutton/appearance-and-styling/skins.md index b17e2ea2ea..240c3935d2 100644 --- a/controls/imagebutton/appearance-and-styling/skins.md +++ b/controls/imagebutton/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadImageButton description: Check our Web Forms article about Skins. slug: imagebutton/appearance-and-styling/skins +components: ["imagebutton"] tags: skins published: True position: 0 diff --git a/controls/imagebutton/client-side-programming/events/onclientclicked.md b/controls/imagebutton/client-side-programming/events/onclientclicked.md index ffe70a3a03..15fda855c1 100644 --- a/controls/imagebutton/client-side-programming/events/onclientclicked.md +++ b/controls/imagebutton/client-side-programming/events/onclientclicked.md @@ -3,6 +3,7 @@ title: OnClientClicked page_title: OnClientClicked - RadImageButton description: Check our Web Forms article about OnClientClicked. slug: imagebutton/client-side-programming/events/onclientclicked +components: ["imagebutton"] tags: onclientclicked published: True position: 4 diff --git a/controls/imagebutton/client-side-programming/events/onclientclicking.md b/controls/imagebutton/client-side-programming/events/onclientclicking.md index a1d57d76c0..e2961ca86f 100644 --- a/controls/imagebutton/client-side-programming/events/onclientclicking.md +++ b/controls/imagebutton/client-side-programming/events/onclientclicking.md @@ -3,6 +3,7 @@ title: OnClientClicking page_title: OnClientClicking - RadImageButton description: Check our Web Forms article about OnClientClicking. slug: imagebutton/client-side-programming/events/onclientclicking +components: ["imagebutton"] tags: onclientclicking published: True position: 3 diff --git a/controls/imagebutton/client-side-programming/events/onclientload.md b/controls/imagebutton/client-side-programming/events/onclientload.md index fb189fb7aa..f23c096540 100644 --- a/controls/imagebutton/client-side-programming/events/onclientload.md +++ b/controls/imagebutton/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadImageButton description: Check our Web Forms article about OnClientLoad. slug: imagebutton/client-side-programming/events/onclientload +components: ["imagebutton"] tags: onclientload published: True position: 2 diff --git a/controls/imagebutton/client-side-programming/events/onclientmouseout.md b/controls/imagebutton/client-side-programming/events/onclientmouseout.md index 121ca7187e..ce9d095033 100644 --- a/controls/imagebutton/client-side-programming/events/onclientmouseout.md +++ b/controls/imagebutton/client-side-programming/events/onclientmouseout.md @@ -3,6 +3,7 @@ title: OnClientMouseOut page_title: OnClientMouseOut - RadImageButton description: Check our Web Forms article about OnClientMouseOut. slug: imagebutton/client-side-programming/events/onclientmouseout +components: ["imagebutton"] tags: onclientmouseout published: True position: 6 diff --git a/controls/imagebutton/client-side-programming/events/onclientmouseover.md b/controls/imagebutton/client-side-programming/events/onclientmouseover.md index 0c0a132219..321f9693fc 100644 --- a/controls/imagebutton/client-side-programming/events/onclientmouseover.md +++ b/controls/imagebutton/client-side-programming/events/onclientmouseover.md @@ -3,6 +3,7 @@ title: OnClientMouseOver page_title: OnClientMouseOver - RadImageButton description: Check our Web Forms article about OnClientMouseOver. slug: imagebutton/client-side-programming/events/onclientmouseover +components: ["imagebutton"] tags: onclientmouseover published: True position: 5 diff --git a/controls/imagebutton/client-side-programming/events/overview.md b/controls/imagebutton/client-side-programming/events/overview.md index 3b1a0d1237..6a3511fd6d 100644 --- a/controls/imagebutton/client-side-programming/events/overview.md +++ b/controls/imagebutton/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadImageButton description: Check our Web Forms article about Overview. slug: imagebutton/client-side-programming/events/overview +components: ["imagebutton"] tags: overview published: True position: 0 diff --git a/controls/imagebutton/client-side-programming/events/setting-event-handlers-via-javascript.md b/controls/imagebutton/client-side-programming/events/setting-event-handlers-via-javascript.md index cfb1aad730..3a469e0fb5 100644 --- a/controls/imagebutton/client-side-programming/events/setting-event-handlers-via-javascript.md +++ b/controls/imagebutton/client-side-programming/events/setting-event-handlers-via-javascript.md @@ -3,6 +3,7 @@ title: Setting Event Handlers via JavaScript page_title: Setting Event Handlers via JavaScript - RadImageButton description: Check our Web Forms article about Setting Event Handlers via JavaScript. slug: imagebutton/client-side-programming/events/setting-event-handlers-via-javascript +components: ["imagebutton"] tags: setting,event,handlers,via,javascript published: True position: 1 diff --git a/controls/imagebutton/client-side-programming/imagebutton-object.md b/controls/imagebutton/client-side-programming/imagebutton-object.md index 09b0eb94a3..5e1dea2980 100644 --- a/controls/imagebutton/client-side-programming/imagebutton-object.md +++ b/controls/imagebutton/client-side-programming/imagebutton-object.md @@ -3,6 +3,7 @@ title: ImageButton Object page_title: ImageButton Object - RadImageButton description: Check our Web Forms article about ImageButton Object. slug: imagebutton/client-side-programming/imagebutton-object +components: ["imagebutton"] tags: imagebutton,object published: True position: 1 diff --git a/controls/imagebutton/client-side-programming/overview.md b/controls/imagebutton/client-side-programming/overview.md index 9e087be752..0ab60c34cd 100644 --- a/controls/imagebutton/client-side-programming/overview.md +++ b/controls/imagebutton/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadImageButton description: Check our Web Forms article about Overview. slug: imagebutton/client-side-programming/overview +components: ["imagebutton"] tags: overview published: True position: 0 diff --git a/controls/imagebutton/design-time.md b/controls/imagebutton/design-time.md index 4ed4d43523..3895bd4dc8 100644 --- a/controls/imagebutton/design-time.md +++ b/controls/imagebutton/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadImageButton description: Check our Web Forms article about Design Time. slug: imagebutton/design-time +components: ["imagebutton"] tags: design,time published: True position: 3 diff --git a/controls/imagebutton/functionality/contenttemplate.md b/controls/imagebutton/functionality/contenttemplate.md index e43a9403d2..0ff1b44822 100644 --- a/controls/imagebutton/functionality/contenttemplate.md +++ b/controls/imagebutton/functionality/contenttemplate.md @@ -3,6 +3,7 @@ title: ContentTemplate page_title: ContentTemplate - RadImageButton description: Check our Web Forms article about ContentTemplate. slug: imagebutton/functionality/contenttemplate +components: ["imagebutton"] tags: contenttemplate published: True position: 1 diff --git a/controls/imagebutton/functionality/single-click.md b/controls/imagebutton/functionality/single-click.md index b1a926785c..1709725f3a 100644 --- a/controls/imagebutton/functionality/single-click.md +++ b/controls/imagebutton/functionality/single-click.md @@ -3,6 +3,7 @@ title: Single Click page_title: Single Click - RadImageButton description: Check our Web Forms article about Single Click. slug: imagebutton/functionality/single-click +components: ["imagebutton"] tags: single,click published: True position: 0 diff --git a/controls/imagebutton/getting-started.md b/controls/imagebutton/getting-started.md index 8f7b7e0005..a9031c2a20 100644 --- a/controls/imagebutton/getting-started.md +++ b/controls/imagebutton/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadImageButton description: Check our Web Forms article about Getting Started. slug: imagebutton/getting-started +components: ["imagebutton"] tags: getting,started published: True position: 2 diff --git a/controls/imagebutton/mobile-support/elastic-design.md b/controls/imagebutton/mobile-support/elastic-design.md index 41bf082dbd..09a6708cfb 100644 --- a/controls/imagebutton/mobile-support/elastic-design.md +++ b/controls/imagebutton/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadImageButton description: Check our Web Forms article about Elastic Design. slug: imagebutton/mobile-support/elastic-design +components: ["imagebutton"] tags: elastic,design published: True position: 1 diff --git a/controls/imagebutton/mobile-support/fluid-design.md b/controls/imagebutton/mobile-support/fluid-design.md index 951f4ebb14..a9b8951bb9 100644 --- a/controls/imagebutton/mobile-support/fluid-design.md +++ b/controls/imagebutton/mobile-support/fluid-design.md @@ -3,6 +3,7 @@ title: Fluid Design page_title: Fluid Design - RadImageButton description: Check our Web Forms article about Fluid Design. slug: imagebutton/mobile-support/fluid-design +components: ["imagebutton"] tags: fluid,design published: True position: 2 diff --git a/controls/imagebutton/mobile-support/overview.md b/controls/imagebutton/mobile-support/overview.md index c3ca68fae4..3c14851a67 100644 --- a/controls/imagebutton/mobile-support/overview.md +++ b/controls/imagebutton/mobile-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadImageButton description: Check our Web Forms article about Overview. slug: imagebutton/mobile-support/overview +components: ["imagebutton"] tags: overview published: True position: 0 diff --git a/controls/imagebutton/mobile-support/render-modes.md b/controls/imagebutton/mobile-support/render-modes.md index c91474a2e8..29afe4bc69 100644 --- a/controls/imagebutton/mobile-support/render-modes.md +++ b/controls/imagebutton/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadImageButton description: Check our Web Forms article about Render Modes. slug: imagebutton/mobile-support/render-modes +components: ["imagebutton"] tags: render,modes published: True position: 3 diff --git a/controls/imagebutton/overview.md b/controls/imagebutton/overview.md index 84c498d74b..69eb618874 100644 --- a/controls/imagebutton/overview.md +++ b/controls/imagebutton/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadImageButton description: Check our Web Forms article about Overview. slug: imagebutton/overview +components: ["imagebutton"] tags: overview published: True position: 0 diff --git a/controls/imagebutton/server-side-programming/properties-and-events.md b/controls/imagebutton/server-side-programming/properties-and-events.md index 7d0a5aaead..dada9c7a31 100644 --- a/controls/imagebutton/server-side-programming/properties-and-events.md +++ b/controls/imagebutton/server-side-programming/properties-and-events.md @@ -3,6 +3,7 @@ title: Properties and Events page_title: Properties and Events - RadImageButton description: Check our Web Forms article about Properties and Events. slug: imagebutton/server-side-programming/properties-and-events +components: ["imagebutton"] tags: properties,and,events published: True position: 0 diff --git a/controls/imagebutton/troubleshooting/common-issues.md b/controls/imagebutton/troubleshooting/common-issues.md index f21d3a1990..053c793bb5 100644 --- a/controls/imagebutton/troubleshooting/common-issues.md +++ b/controls/imagebutton/troubleshooting/common-issues.md @@ -3,6 +3,7 @@ title: Common Issues page_title: Common Issues - RadImageButton description: Check our Web Forms article about Common Issues. slug: imagebutton/troubleshooting/common-issues +components: ["imagebutton"] tags: common,issues published: True position: 0 diff --git a/controls/imageeditor/accessibility-and-internationalization/keyboard-support.md b/controls/imageeditor/accessibility-and-internationalization/keyboard-support.md index 042d975e9a..6e558ff0a9 100644 --- a/controls/imageeditor/accessibility-and-internationalization/keyboard-support.md +++ b/controls/imageeditor/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadImageEditor description: Check our Web Forms article about Keyboard Support. slug: imageeditor/accessibility-and-internationalization/keyboard-support +components: ["imageeditor"] tags: keyboard,support published: True position: 1 diff --git a/controls/imageeditor/accessibility-and-internationalization/localization.md b/controls/imageeditor/accessibility-and-internationalization/localization.md index fb7fb85b13..ff2cec3385 100644 --- a/controls/imageeditor/accessibility-and-internationalization/localization.md +++ b/controls/imageeditor/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadImageEditor description: Check our Web Forms article about Localization. slug: imageeditor/accessibility-and-internationalization/localization +components: ["imageeditor"] tags: localization published: True position: 3 diff --git a/controls/imageeditor/accessibility-and-internationalization/right-to-left-support.md b/controls/imageeditor/accessibility-and-internationalization/right-to-left-support.md index 4065396a2b..1a7d232b2e 100644 --- a/controls/imageeditor/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/imageeditor/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadImageEditor description: Check our Web Forms article about Right-to-left Support. slug: imageeditor/accessibility-and-internationalization/right-to-left-support +components: ["imageeditor"] tags: right-to-left,support published: True position: 2 diff --git a/controls/imageeditor/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/imageeditor/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 93088c6eea..1dff3cf289 100644 --- a/controls/imageeditor/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/imageeditor/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadImageEditor description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: imageeditor/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["imageeditor"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/imageeditor/appearance-and-styling/creating-a-custom-skin.md b/controls/imageeditor/appearance-and-styling/creating-a-custom-skin.md index c80bbda055..7844c2147f 100644 --- a/controls/imageeditor/appearance-and-styling/creating-a-custom-skin.md +++ b/controls/imageeditor/appearance-and-styling/creating-a-custom-skin.md @@ -3,6 +3,7 @@ title: Creating a Custom Skin page_title: Creating a Custom Skin - RadImageEditor description: Check our Web Forms article about Creating a Custom Skin. slug: imageeditor/appearance-and-styling/creating-a-custom-skin +components: ["imageeditor"] tags: creating,a,custom,skin published: True position: 1 diff --git a/controls/imageeditor/appearance-and-styling/css-classes.md b/controls/imageeditor/appearance-and-styling/css-classes.md index 6d804cc3ae..6c60bbf732 100644 --- a/controls/imageeditor/appearance-and-styling/css-classes.md +++ b/controls/imageeditor/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadImageEditor description: Check our Web Forms article about CSS Classes. slug: imageeditor/appearance-and-styling/css-classes +components: ["imageeditor"] tags: css,classes published: True position: 2 diff --git a/controls/imageeditor/appearance-and-styling/skins.md b/controls/imageeditor/appearance-and-styling/skins.md index 0389e06463..896763d336 100644 --- a/controls/imageeditor/appearance-and-styling/skins.md +++ b/controls/imageeditor/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadImageEditor description: Check our Web Forms article about Skins. slug: imageeditor/appearance-and-styling/skins +components: ["imageeditor"] tags: skins published: True position: 0 diff --git a/controls/imageeditor/client-side-programming/events/client-side-events-basics.md b/controls/imageeditor/client-side-programming/events/client-side-events-basics.md index 67eba9f4e1..81836882ba 100644 --- a/controls/imageeditor/client-side-programming/events/client-side-events-basics.md +++ b/controls/imageeditor/client-side-programming/events/client-side-events-basics.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-Side Events Overview - RadImageEditor description: Check our Web Forms article about Client-Side Events Overview. slug: imageeditor/client-side-programming/events/client-side-events-basics +components: ["imageeditor"] tags: client-side,events,basics published: True position: 0 diff --git a/controls/imageeditor/client-side-programming/events/onclientcommandexecuted.md b/controls/imageeditor/client-side-programming/events/onclientcommandexecuted.md index 03fecac68b..76aa91f226 100644 --- a/controls/imageeditor/client-side-programming/events/onclientcommandexecuted.md +++ b/controls/imageeditor/client-side-programming/events/onclientcommandexecuted.md @@ -3,6 +3,7 @@ title: OnClientCommandExecuted page_title: OnClientCommandExecuted - RadImageEditor description: Check our Web Forms article about OnClientCommandExecuted. slug: imageeditor/client-side-programming/events/onclientcommandexecuted +components: ["imageeditor"] tags: onclientcommandexecuted published: True position: 3 diff --git a/controls/imageeditor/client-side-programming/events/onclientcommandexecuting.md b/controls/imageeditor/client-side-programming/events/onclientcommandexecuting.md index 03802ef76c..6a52d24935 100644 --- a/controls/imageeditor/client-side-programming/events/onclientcommandexecuting.md +++ b/controls/imageeditor/client-side-programming/events/onclientcommandexecuting.md @@ -3,6 +3,7 @@ title: OnClientCommandExecuting page_title: OnClientCommandExecuting - RadImageEditor description: Check our Web Forms article about OnClientCommandExecuting. slug: imageeditor/client-side-programming/events/onclientcommandexecuting +components: ["imageeditor"] tags: onclientcommandexecuting published: True position: 2 diff --git a/controls/imageeditor/client-side-programming/events/onclientdialogloaded.md b/controls/imageeditor/client-side-programming/events/onclientdialogloaded.md index 9907651507..d48d2270fd 100644 --- a/controls/imageeditor/client-side-programming/events/onclientdialogloaded.md +++ b/controls/imageeditor/client-side-programming/events/onclientdialogloaded.md @@ -3,6 +3,7 @@ title: OnClientDialogLoaded page_title: OnClientDialogLoaded - RadImageEditor description: Check our Web Forms article about OnClientDialogLoaded. slug: imageeditor/client-side-programming/events/onclientdialogloaded +components: ["imageeditor"] tags: onclientdialogloaded published: True position: 4 diff --git a/controls/imageeditor/client-side-programming/events/onclientimagechanged.md b/controls/imageeditor/client-side-programming/events/onclientimagechanged.md index b70b9d544a..ffdcbce56a 100644 --- a/controls/imageeditor/client-side-programming/events/onclientimagechanged.md +++ b/controls/imageeditor/client-side-programming/events/onclientimagechanged.md @@ -3,6 +3,7 @@ title: OnClientImageChanged page_title: OnClientImageChanged - RadImageEditor description: Check our Web Forms article about OnClientImageChanged. slug: imageeditor/client-side-programming/events/onclientimagechanged +components: ["imageeditor"] tags: onclientimagechanged published: True position: 6 diff --git a/controls/imageeditor/client-side-programming/events/onclientimagechanging.md b/controls/imageeditor/client-side-programming/events/onclientimagechanging.md index e94a95fb98..5f178931e3 100644 --- a/controls/imageeditor/client-side-programming/events/onclientimagechanging.md +++ b/controls/imageeditor/client-side-programming/events/onclientimagechanging.md @@ -3,6 +3,7 @@ title: OnClientImageChanging page_title: OnClientImageChanging - RadImageEditor description: Check our Web Forms article about OnClientImageChanging. slug: imageeditor/client-side-programming/events/onclientimagechanging +components: ["imageeditor"] tags: onclientimagechanging published: True position: 5 diff --git a/controls/imageeditor/client-side-programming/events/onclientimageload.md b/controls/imageeditor/client-side-programming/events/onclientimageload.md index 1320227b70..71ac122b50 100644 --- a/controls/imageeditor/client-side-programming/events/onclientimageload.md +++ b/controls/imageeditor/client-side-programming/events/onclientimageload.md @@ -3,6 +3,7 @@ title: OnClientImageLoad page_title: OnClientImageLoad - RadImageEditor description: Check our Web Forms article about OnClientImageLoad. slug: imageeditor/client-side-programming/events/onclientimageload +components: ["imageeditor"] tags: onclientimageload published: True position: 7 diff --git a/controls/imageeditor/client-side-programming/events/onclientload.md b/controls/imageeditor/client-side-programming/events/onclientload.md index a63bc24df7..c2db1ecf82 100644 --- a/controls/imageeditor/client-side-programming/events/onclientload.md +++ b/controls/imageeditor/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadImageEditor description: Check our Web Forms article about OnClientLoad. slug: imageeditor/client-side-programming/events/onclientload +components: ["imageeditor"] tags: onclientload published: True position: 1 diff --git a/controls/imageeditor/client-side-programming/events/onclientresizeend.md b/controls/imageeditor/client-side-programming/events/onclientresizeend.md index e22f1e5443..9420cc0ac0 100644 --- a/controls/imageeditor/client-side-programming/events/onclientresizeend.md +++ b/controls/imageeditor/client-side-programming/events/onclientresizeend.md @@ -3,6 +3,7 @@ title: OnClientResizeEnd page_title: OnClientResizeEnd - RadImageEditor description: Check our Web Forms article about OnClientResizeEnd. slug: imageeditor/client-side-programming/events/onclientresizeend +components: ["imageeditor"] tags: onclientresizeend published: True position: 9 diff --git a/controls/imageeditor/client-side-programming/events/onclientresizestart.md b/controls/imageeditor/client-side-programming/events/onclientresizestart.md index f2c82758d5..19895f7750 100644 --- a/controls/imageeditor/client-side-programming/events/onclientresizestart.md +++ b/controls/imageeditor/client-side-programming/events/onclientresizestart.md @@ -3,6 +3,7 @@ title: OnClientResizeStart page_title: OnClientResizeStart - RadImageEditor description: Check our Web Forms article about OnClientResizeStart. slug: imageeditor/client-side-programming/events/onclientresizestart +components: ["imageeditor"] tags: onclientresizestart published: True position: 8 diff --git a/controls/imageeditor/client-side-programming/events/onclientsaved.md b/controls/imageeditor/client-side-programming/events/onclientsaved.md index 51bec04a89..c140793857 100644 --- a/controls/imageeditor/client-side-programming/events/onclientsaved.md +++ b/controls/imageeditor/client-side-programming/events/onclientsaved.md @@ -3,6 +3,7 @@ title: OnClientSaved page_title: OnClientSaved - RadImageEditor description: Check our Web Forms article about OnClientSaved. slug: imageeditor/client-side-programming/events/onclientsaved +components: ["imageeditor"] tags: onclientsaved published: True position: 11 diff --git a/controls/imageeditor/client-side-programming/events/onclientsaving.md b/controls/imageeditor/client-side-programming/events/onclientsaving.md index 69b1a69639..010b047b86 100644 --- a/controls/imageeditor/client-side-programming/events/onclientsaving.md +++ b/controls/imageeditor/client-side-programming/events/onclientsaving.md @@ -3,6 +3,7 @@ title: OnClientSaving page_title: OnClientSaving - RadImageEditor description: Check our Web Forms article about OnClientSaving. slug: imageeditor/client-side-programming/events/onclientsaving +components: ["imageeditor"] tags: onclientsaving published: True position: 10 diff --git a/controls/imageeditor/client-side-programming/events/onclientshortcuthit.md b/controls/imageeditor/client-side-programming/events/onclientshortcuthit.md index dd29ed8b59..c38c7878ee 100644 --- a/controls/imageeditor/client-side-programming/events/onclientshortcuthit.md +++ b/controls/imageeditor/client-side-programming/events/onclientshortcuthit.md @@ -3,6 +3,7 @@ title: OnClientShortCutHit page_title: OnClientShortCutHit - RadImageEditor description: Check our Web Forms article about OnClientShortCutHit. slug: imageeditor/client-side-programming/events/onclientshortcuthit +components: ["imageeditor"] tags: onclientshortcuthit published: True position: 12 diff --git a/controls/imageeditor/client-side-programming/events/onclienttoolsdialogclosed.md b/controls/imageeditor/client-side-programming/events/onclienttoolsdialogclosed.md index 82f8683a7c..fc85284ac9 100644 --- a/controls/imageeditor/client-side-programming/events/onclienttoolsdialogclosed.md +++ b/controls/imageeditor/client-side-programming/events/onclienttoolsdialogclosed.md @@ -3,6 +3,7 @@ title: OnClientToolsDialogClosed page_title: OnClientToolsDialogClosed - RadImageEditor description: Check our Web Forms article about OnClientToolsDialogClosed. slug: imageeditor/client-side-programming/events/onclienttoolsdialogclosed +components: ["imageeditor"] tags: onclienttoolsdialogclosed published: True position: 13 diff --git a/controls/imageeditor/client-side-programming/overview.md b/controls/imageeditor/client-side-programming/overview.md index 009958e53f..f65be95432 100644 --- a/controls/imageeditor/client-side-programming/overview.md +++ b/controls/imageeditor/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadImageEditor description: Check our Web Forms article about Overview. slug: imageeditor/client-side-programming/overview +components: ["imageeditor"] tags: overview published: True position: 0 diff --git a/controls/imageeditor/design-time.md b/controls/imageeditor/design-time.md index 98bb5caa87..01699939ab 100644 --- a/controls/imageeditor/design-time.md +++ b/controls/imageeditor/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadImageEditor description: Check our Web Forms article about Design Time. slug: imageeditor/design-time +components: ["imageeditor"] tags: design,time published: True position: 3 diff --git a/controls/imageeditor/functionality/creating-custom-dialog.md b/controls/imageeditor/functionality/creating-custom-dialog.md index 23250c30ea..1faa733a3a 100644 --- a/controls/imageeditor/functionality/creating-custom-dialog.md +++ b/controls/imageeditor/functionality/creating-custom-dialog.md @@ -3,6 +3,7 @@ title: Creating a Custom Dialog page_title: Creating a Custom Dialog - RadImageEditor description: Check our Web Forms article about Creating a Custom Dialog. slug: imageeditor/functionality/creating-custom-dialog +components: ["imageeditor"] tags: creating,custom,dialog published: True position: 1 diff --git a/controls/imageeditor/functionality/custom-server-side-operations.md b/controls/imageeditor/functionality/custom-server-side-operations.md index 10b30670eb..002b0b9b0b 100644 --- a/controls/imageeditor/functionality/custom-server-side-operations.md +++ b/controls/imageeditor/functionality/custom-server-side-operations.md @@ -3,6 +3,7 @@ title: Custom Server-side Operations page_title: Custom Server-side Operations - RadImageEditor description: Check our Web Forms article about Custom Server-side Operations. slug: imageeditor/functionality/custom-server-side-operations +components: ["imageeditor"] tags: custom,server-side,operations published: True position: 2 diff --git a/controls/imageeditor/functionality/loading-the-dialogs-from-external-files.md b/controls/imageeditor/functionality/loading-the-dialogs-from-external-files.md index 2647a6c315..e4b8b894a1 100644 --- a/controls/imageeditor/functionality/loading-the-dialogs-from-external-files.md +++ b/controls/imageeditor/functionality/loading-the-dialogs-from-external-files.md @@ -3,6 +3,7 @@ title: Loading the Dialogs from External Files page_title: Loading the Dialogs from External Files - RadImageEditor description: Check our Web Forms article about Loading the Dialogs from External Files. slug: imageeditor/functionality/loading-the-dialogs-from-external-files +components: ["imageeditor"] tags: loading,the,dialogs,from,external,files published: True position: 0 diff --git a/controls/imageeditor/functionality/saving-large-images.md b/controls/imageeditor/functionality/saving-large-images.md index 4e888fa1a6..58fe1e0a94 100644 --- a/controls/imageeditor/functionality/saving-large-images.md +++ b/controls/imageeditor/functionality/saving-large-images.md @@ -3,6 +3,7 @@ title: Saving Large Images page_title: Saving Large Images - RadImageEditor description: Check our Web Forms article about Saving Large Images. slug: imageeditor/functionality/saving-large-images +components: ["imageeditor"] tags: saving,save,large,images,server-side,json,maxjsonlength,maxRequestLength published: True position: 5 diff --git a/controls/imageeditor/functionality/using-a-custom-image-provider.md b/controls/imageeditor/functionality/using-a-custom-image-provider.md index 8cec717cd0..160de045c3 100644 --- a/controls/imageeditor/functionality/using-a-custom-image-provider.md +++ b/controls/imageeditor/functionality/using-a-custom-image-provider.md @@ -3,6 +3,7 @@ title: Using a Custom Image Provider page_title: Using a Custom Image Provider - RadImageEditor description: Check our Web Forms article about Using a Custom Image Provider. slug: imageeditor/functionality/using-a-custom-image-provider +components: ["imageeditor"] tags: using,a,custom,image,provider published: True position: 4 diff --git a/controls/imageeditor/functionality/using-custom-content-provider.md b/controls/imageeditor/functionality/using-custom-content-provider.md index 895726c6f3..aef2d5caf1 100644 --- a/controls/imageeditor/functionality/using-custom-content-provider.md +++ b/controls/imageeditor/functionality/using-custom-content-provider.md @@ -3,6 +3,7 @@ title: Using a Custom Content Provider page_title: Using a Custom Content Provider - RadImageEditor description: Check our Web Forms article about Using a Custom Content Provider. slug: imageeditor/functionality/using-custom-content-provider +components: ["imageeditor"] tags: using,custom,content,provider published: True position: 3 diff --git a/controls/imageeditor/getting-started/full-set-of-tools.md b/controls/imageeditor/getting-started/full-set-of-tools.md index 6a5134b0bd..91f12baf3a 100644 --- a/controls/imageeditor/getting-started/full-set-of-tools.md +++ b/controls/imageeditor/getting-started/full-set-of-tools.md @@ -3,6 +3,7 @@ title: Full Set of Tools page_title: Full Set of Tools - RadImageEditor description: Check our Web Forms article about Full Set of Tools. slug: imageeditor/getting-started/full-set-of-tools +components: ["imageeditor"] tags: full,set,of,tools published: True position: 2 diff --git a/controls/imageeditor/getting-started/overview.md b/controls/imageeditor/getting-started/overview.md index e005de7e49..f0b216bfe5 100644 --- a/controls/imageeditor/getting-started/overview.md +++ b/controls/imageeditor/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Getting Started Overview - RadImageEditor description: Check our Web Forms article about Overview. slug: imageeditor/getting-started/overview +components: ["imageeditor"] tags: overview published: True position: 0 diff --git a/controls/imageeditor/getting-started/structure.md b/controls/imageeditor/getting-started/structure.md index c6487adf56..a11bcebb9e 100644 --- a/controls/imageeditor/getting-started/structure.md +++ b/controls/imageeditor/getting-started/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadImageEditor description: Check our Web Forms article about Structure. slug: imageeditor/getting-started/structure +components: ["imageeditor"] tags: structure published: True position: 1 diff --git a/controls/imageeditor/how-to/custom-crop-settings.md b/controls/imageeditor/how-to/custom-crop-settings.md index 9f5a3f1bde..facf7c2d3d 100644 --- a/controls/imageeditor/how-to/custom-crop-settings.md +++ b/controls/imageeditor/how-to/custom-crop-settings.md @@ -3,6 +3,7 @@ title: Custom Crop Settings page_title: Custom Crop Settings - RadImageEditor description: Check our Web Forms article about Custom Crop Settings. slug: imageeditor/how-to/custom-crop-settings +components: ["imageeditor"] tags: custom,crop,settings published: True position: 0 diff --git a/controls/imageeditor/mobile-support/elastic-design.md b/controls/imageeditor/mobile-support/elastic-design.md index d02e1774ba..428e5c23cc 100644 --- a/controls/imageeditor/mobile-support/elastic-design.md +++ b/controls/imageeditor/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadImageEditor description: Check our Web Forms article about Elastic Design. slug: imageeditor/mobile-support/elastic-design +components: ["imageeditor"] tags: elastic,design,image editor published: True position: 1 diff --git a/controls/imageeditor/mobile-support/render-modes.md b/controls/imageeditor/mobile-support/render-modes.md index 7fd6f87c55..d3e0d0e3f8 100644 --- a/controls/imageeditor/mobile-support/render-modes.md +++ b/controls/imageeditor/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadImageEditor description: Check our Web Forms article about Render Modes. slug: imageeditor/mobile-support/render-modes +components: ["imageeditor"] tags: render,modes published: True position: 1 diff --git a/controls/imageeditor/overview.md b/controls/imageeditor/overview.md index 755992f876..bd3610096e 100644 --- a/controls/imageeditor/overview.md +++ b/controls/imageeditor/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadImageEditor Overview description: Check our Web Forms article about Overview. slug: imageeditor/overview +components: ["imageeditor"] tags: overview published: True position: 0 diff --git a/controls/imageeditor/server-side-programming/events.md b/controls/imageeditor/server-side-programming/events.md index 3f325af0e7..d352e2079b 100644 --- a/controls/imageeditor/server-side-programming/events.md +++ b/controls/imageeditor/server-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Events - RadImageEditor description: Check our Web Forms article about Events. slug: imageeditor/server-side-programming/events +components: ["imageeditor"] tags: events published: True position: 1 diff --git a/controls/imageeditor/server-side-programming/overview.md b/controls/imageeditor/server-side-programming/overview.md index ec9f956248..e2fe433cf9 100644 --- a/controls/imageeditor/server-side-programming/overview.md +++ b/controls/imageeditor/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadImageEditor description: Check our Web Forms article about Overview. slug: imageeditor/server-side-programming/overview +components: ["imageeditor"] tags: overview published: True position: 0 diff --git a/controls/imageeditor/troubleshooting/common-issues.md b/controls/imageeditor/troubleshooting/common-issues.md index 83081ae5a5..302c0bb623 100644 --- a/controls/imageeditor/troubleshooting/common-issues.md +++ b/controls/imageeditor/troubleshooting/common-issues.md @@ -3,6 +3,7 @@ title: Common Issues page_title: Common Issues - RadImageEditor description: Check our Web Forms article about Common Issues. slug: imageeditor/troubleshooting/common-issues +components: ["imageeditor"] tags: common,issues published: True position: 1 diff --git a/controls/imageeditor/troubleshooting/known-issues/addtext-limitation.md b/controls/imageeditor/troubleshooting/known-issues/addtext-limitation.md index b4e61914cd..5bbd8df42d 100644 --- a/controls/imageeditor/troubleshooting/known-issues/addtext-limitation.md +++ b/controls/imageeditor/troubleshooting/known-issues/addtext-limitation.md @@ -3,6 +3,7 @@ title: AddText Limitation page_title: AddText Limitation - RadImageEditor description: Check our Web Forms article about AddText Limitation. slug: imageeditor/troubleshooting/known-issues/addtext-limitation +components: ["imageeditor"] tags: addtext,limitation published: True position: 1 diff --git a/controls/imageeditor/troubleshooting/known-issues/ie9-compatibility-modes.md b/controls/imageeditor/troubleshooting/known-issues/ie9-compatibility-modes.md index 0cf4666b83..c53e0d922e 100644 --- a/controls/imageeditor/troubleshooting/known-issues/ie9-compatibility-modes.md +++ b/controls/imageeditor/troubleshooting/known-issues/ie9-compatibility-modes.md @@ -3,6 +3,7 @@ title: IE9 Compatibility Modes page_title: IE9 Compatibility Modes - RadImageEditor description: Check our Web Forms article about IE9 Compatibility Modes. slug: imageeditor/troubleshooting/known-issues/ie9-compatibility-modes +components: ["imageeditor"] tags: ie9,compatibility,modes published: True position: 0 diff --git a/controls/imageeditor/troubleshooting/known-issues/png-transparency-with-insert-image.md b/controls/imageeditor/troubleshooting/known-issues/png-transparency-with-insert-image.md index 877a328d4e..e788e1413c 100644 --- a/controls/imageeditor/troubleshooting/known-issues/png-transparency-with-insert-image.md +++ b/controls/imageeditor/troubleshooting/known-issues/png-transparency-with-insert-image.md @@ -3,6 +3,7 @@ title: PNG Transparency with InsertImage Limitation page_title: PNG Transparency with InsertImage Limitation - RadImageEditor description: Check our Web Forms article about PNG Transparency with InsertImage Limitation. slug: imageeditor/troubleshooting/known-issues/png-transparency-with-insert-image +components: ["imageeditor"] tags: png,transparency,insert,image,limitation published: True position: 2 diff --git a/controls/imagegallery/accessibility-and-internationalization/keyboard-support.md b/controls/imagegallery/accessibility-and-internationalization/keyboard-support.md index e5380f6a1e..f78bcdb56e 100644 --- a/controls/imagegallery/accessibility-and-internationalization/keyboard-support.md +++ b/controls/imagegallery/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadImageGallery description: Check our Web Forms article about Keyboard Support. slug: imagegallery/accessibility-and-internationalization/keyboard-support +components: ["imagegallery"] tags: keyboard,support published: True position: 0 diff --git a/controls/imagegallery/accessibility-and-internationalization/localization-through-resource-files.md b/controls/imagegallery/accessibility-and-internationalization/localization-through-resource-files.md index 0c8781a64d..8edfa1eebc 100644 --- a/controls/imagegallery/accessibility-and-internationalization/localization-through-resource-files.md +++ b/controls/imagegallery/accessibility-and-internationalization/localization-through-resource-files.md @@ -3,6 +3,7 @@ title: Localization through Resource Files page_title: Localization through Resource Files - RadImageGallery description: Check our Web Forms article about Localization through Resource Files. slug: imagegallery/accessibility-and-internationalization/localization-through-resource-files +components: ["imagegallery"] tags: localization,resource,files published: True position: 2 diff --git a/controls/imagegallery/accessibility-and-internationalization/wai-aria-support.md b/controls/imagegallery/accessibility-and-internationalization/wai-aria-support.md index baa49cb2dd..6eed3a4f3c 100644 --- a/controls/imagegallery/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/imagegallery/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadImageGallery description: Check our Web Forms article about WAI-ARIA Support. slug: imagegallery/accessibility-and-internationalization/wai-aria-support +components: ["imagegallery"] tags: wai-aria,support published: True position: 2 diff --git a/controls/imagegallery/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/imagegallery/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 0716229c9c..8cb5d44685 100644 --- a/controls/imagegallery/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/imagegallery/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadImageGallery description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: imagegallery/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["imagegallery"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 1 diff --git a/controls/imagegallery/appearance-and-styling/html-output.md b/controls/imagegallery/appearance-and-styling/html-output.md index 4a666c8e4a..f2d944403c 100644 --- a/controls/imagegallery/appearance-and-styling/html-output.md +++ b/controls/imagegallery/appearance-and-styling/html-output.md @@ -3,6 +3,7 @@ title: HTML Output page_title: HTML Output - RadImageGallery description: Check our Web Forms article about HTML Output. slug: imagegallery/appearance-and-styling/html-output +components: ["imagegallery"] tags: html,output published: True position: 1 diff --git a/controls/imagegallery/appearance-and-styling/skins.md b/controls/imagegallery/appearance-and-styling/skins.md index abe0d86dc7..5ea62fa482 100644 --- a/controls/imagegallery/appearance-and-styling/skins.md +++ b/controls/imagegallery/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadImageGallery description: Check our Web Forms article about Skins. slug: imagegallery/appearance-and-styling/skins +components: ["imagegallery"] tags: skins published: True position: 0 diff --git a/controls/imagegallery/client-side-programming/events.md b/controls/imagegallery/client-side-programming/events.md index 0ccf60dd2b..c0efb31862 100644 --- a/controls/imagegallery/client-side-programming/events.md +++ b/controls/imagegallery/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Events - RadImageGallery description: Check our Web Forms article about Events. slug: imagegallery/client-side-programming/events +components: ["imagegallery"] tags: events published: True position: 3 diff --git a/controls/imagegallery/client-side-programming/imagegallery-object.md b/controls/imagegallery/client-side-programming/imagegallery-object.md index 6ec0e0e75a..c00748480c 100644 --- a/controls/imagegallery/client-side-programming/imagegallery-object.md +++ b/controls/imagegallery/client-side-programming/imagegallery-object.md @@ -3,6 +3,7 @@ title: ImageGallery Object page_title: ImageGallery Object - RadImageGallery description: Check our Web Forms article about ImageGallery Object. slug: imagegallery/client-side-programming/imagegallery-object +components: ["imagegallery"] tags: imagegallery,object published: True position: 0 diff --git a/controls/imagegallery/client-side-programming/imagegalleryitem-object.md b/controls/imagegallery/client-side-programming/imagegalleryitem-object.md index d1619b8f00..6688d94217 100644 --- a/controls/imagegallery/client-side-programming/imagegalleryitem-object.md +++ b/controls/imagegallery/client-side-programming/imagegalleryitem-object.md @@ -3,6 +3,7 @@ title: ImageGalleryItem Object page_title: ImageGalleryItem Object - RadImageGallery description: Check our Web Forms article about ImageGalleryItem Object. slug: imagegallery/client-side-programming/imagegalleryitem-object +components: ["imagegallery"] tags: imagegalleryitem,object published: True position: 1 diff --git a/controls/imagegallery/client-side-programming/imagegalleryitemcollection-object.md b/controls/imagegallery/client-side-programming/imagegalleryitemcollection-object.md index dd6c49269c..f1559d91bf 100644 --- a/controls/imagegallery/client-side-programming/imagegalleryitemcollection-object.md +++ b/controls/imagegallery/client-side-programming/imagegalleryitemcollection-object.md @@ -3,6 +3,7 @@ title: ImageGalleryItemCollection Object page_title: ImageGalleryItemCollection Object - RadImageGallery description: Check our Web Forms article about ImageGalleryItemCollection Object. slug: imagegallery/client-side-programming/imagegalleryitemcollection-object +components: ["imagegallery"] tags: imagegalleryitemcollection,object published: True position: 2 diff --git a/controls/imagegallery/data-binding/client-side.md b/controls/imagegallery/data-binding/client-side.md index 2aec3a3a59..4663af6732 100644 --- a/controls/imagegallery/data-binding/client-side.md +++ b/controls/imagegallery/data-binding/client-side.md @@ -3,6 +3,7 @@ title: Client-side page_title: Client-side - RadImageGallery description: Check our Web Forms article about Client-side. slug: imagegallery/data-binding/client-side +components: ["imagegallery"] tags: client-side published: True position: 1 diff --git a/controls/imagegallery/data-binding/server-side/advanced-via-needdatasource.md b/controls/imagegallery/data-binding/server-side/advanced-via-needdatasource.md index e1afca6913..033c1c1f06 100644 --- a/controls/imagegallery/data-binding/server-side/advanced-via-needdatasource.md +++ b/controls/imagegallery/data-binding/server-side/advanced-via-needdatasource.md @@ -3,6 +3,7 @@ title: Advanced via NeedDataSource page_title: Advanced via NeedDataSource - RadImageGallery description: Check our Web Forms article about Advanced via NeedDataSource. slug: imagegallery/data-binding/server-side/advanced-via-needdatasource +components: ["imagegallery"] tags: advanced,via,needdatasource published: True position: 3 diff --git a/controls/imagegallery/data-binding/server-side/binding-radimagegallery-to-a-static-collection-of-items.md b/controls/imagegallery/data-binding/server-side/binding-radimagegallery-to-a-static-collection-of-items.md index ca4bf46cda..ae9ed23455 100644 --- a/controls/imagegallery/data-binding/server-side/binding-radimagegallery-to-a-static-collection-of-items.md +++ b/controls/imagegallery/data-binding/server-side/binding-radimagegallery-to-a-static-collection-of-items.md @@ -3,6 +3,7 @@ title: Binding RadImageGallery to a Static Collection of Items page_title: Binding RadImageGallery to a Static Collection of Items - RadImageGallery description: Check our Web Forms article about Binding RadImageGallery to a Static Collection of Items. slug: imagegallery/data-binding/server-side/binding-radimagegallery-to-a-static-collection-of-items +components: ["imagegallery"] tags: binding,radimagegallery,to,a,static,collection,of,items published: True position: 1 diff --git a/controls/imagegallery/data-binding/server-side/binding-to-folder.md b/controls/imagegallery/data-binding/server-side/binding-to-folder.md index e5d9194001..2446859c61 100644 --- a/controls/imagegallery/data-binding/server-side/binding-to-folder.md +++ b/controls/imagegallery/data-binding/server-side/binding-to-folder.md @@ -3,6 +3,7 @@ title: Binding to Folder page_title: Binding to Folder - RadImageGallery description: Check our Web Forms article about Binding to Folder. slug: imagegallery/data-binding/server-side/binding-to-folder +components: ["imagegallery"] tags: binding,to,folder published: True position: 0 diff --git a/controls/imagegallery/data-binding/server-side/declarative-data-source.md b/controls/imagegallery/data-binding/server-side/declarative-data-source.md index 3b056faad8..62137ff47f 100644 --- a/controls/imagegallery/data-binding/server-side/declarative-data-source.md +++ b/controls/imagegallery/data-binding/server-side/declarative-data-source.md @@ -3,6 +3,7 @@ title: Declarative Data Source page_title: Declarative Data Source - RadImageGallery description: Check our Web Forms article about Declarative Data Source. slug: imagegallery/data-binding/server-side/declarative-data-source +components: ["imagegallery"] tags: declarative,data,source published: True position: 2 diff --git a/controls/imagegallery/design-time.md b/controls/imagegallery/design-time.md index a2829e8b94..01256b284f 100644 --- a/controls/imagegallery/design-time.md +++ b/controls/imagegallery/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadImageGallery description: Check our Web Forms article about Design Time. slug: imagegallery/design-time +components: ["imagegallery"] tags: design,time published: True position: 2 diff --git a/controls/imagegallery/functionality/animations.md b/controls/imagegallery/functionality/animations.md index bdde40557d..db53600437 100644 --- a/controls/imagegallery/functionality/animations.md +++ b/controls/imagegallery/functionality/animations.md @@ -3,6 +3,7 @@ title: Animations page_title: Animations - RadImageGallery description: Check our Web Forms article about Animations. slug: imagegallery/functionality/animations +components: ["imagegallery"] tags: animations published: True position: 1 diff --git a/controls/imagegallery/functionality/modes.md b/controls/imagegallery/functionality/modes.md index 8b19372e09..f9d9bdf748 100644 --- a/controls/imagegallery/functionality/modes.md +++ b/controls/imagegallery/functionality/modes.md @@ -3,6 +3,7 @@ title: Modes page_title: Modes - RadImageGallery description: Check our Web Forms article about Modes. slug: imagegallery/functionality/modes +components: ["imagegallery"] tags: modes published: True position: 0 diff --git a/controls/imagegallery/functionality/paging.md b/controls/imagegallery/functionality/paging.md index 869de52e04..60452a8955 100644 --- a/controls/imagegallery/functionality/paging.md +++ b/controls/imagegallery/functionality/paging.md @@ -3,6 +3,7 @@ title: Paging page_title: Paging - RadImageGallery description: Check our Web Forms article about Paging. slug: imagegallery/functionality/paging +components: ["imagegallery"] tags: paging published: True position: 3 diff --git a/controls/imagegallery/functionality/templates.md b/controls/imagegallery/functionality/templates.md index 44a5d9aa5c..a680628c56 100644 --- a/controls/imagegallery/functionality/templates.md +++ b/controls/imagegallery/functionality/templates.md @@ -3,6 +3,7 @@ title: Templates page_title: Templates - RadImageGallery description: Check our Web Forms article about Templates. slug: imagegallery/functionality/templates +components: ["imagegallery"] tags: templates published: True position: 2 diff --git a/controls/imagegallery/getting-started.md b/controls/imagegallery/getting-started.md index 030f3b24d2..44cb7a245d 100644 --- a/controls/imagegallery/getting-started.md +++ b/controls/imagegallery/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadImageGallery description: Check our Web Forms article about Getting Started. slug: imagegallery/getting-started +components: ["imagegallery"] tags: getting,started published: True position: 1 diff --git a/controls/imagegallery/how-to/start-slideshow-automatically.md b/controls/imagegallery/how-to/start-slideshow-automatically.md index 82710d364e..a70eba4945 100644 --- a/controls/imagegallery/how-to/start-slideshow-automatically.md +++ b/controls/imagegallery/how-to/start-slideshow-automatically.md @@ -3,6 +3,7 @@ title: Start Slideshow automatically page_title: Start Slideshow automatically description: Check our Web Forms article about Start Slideshow automatically. slug: imagegallery/how-to/start-slideshow-automatically +components: ["imagegallery"] tags: start,slideshow,automatically published: True position: 0 diff --git a/controls/imagegallery/mobile-support/gestures.md b/controls/imagegallery/mobile-support/gestures.md index e8bed6d9ab..42446d89fb 100644 --- a/controls/imagegallery/mobile-support/gestures.md +++ b/controls/imagegallery/mobile-support/gestures.md @@ -3,6 +3,7 @@ title: Gestures page_title: Gestures - RadImageGallery description: Check our Web Forms article about Gestures. slug: imagegallery/mobile-support/gestures +components: ["imagegallery"] tags: gestures published: True position: 3 diff --git a/controls/imagegallery/mobile-support/mobile-rendering.md b/controls/imagegallery/mobile-support/mobile-rendering.md index 0643b6f56c..09167ed02f 100644 --- a/controls/imagegallery/mobile-support/mobile-rendering.md +++ b/controls/imagegallery/mobile-support/mobile-rendering.md @@ -3,6 +3,7 @@ title: Mobile Rendering page_title: Mobile Rendering - RadImageGallery description: Check our Web Forms article about Render Modes. slug: imagegallery/mobile-support/mobile-rendering +components: ["imagegallery"] tags: render,modes published: True position: 1 diff --git a/controls/imagegallery/mobile-support/overview.md b/controls/imagegallery/mobile-support/overview.md index 13dd0d432e..266a58df71 100644 --- a/controls/imagegallery/mobile-support/overview.md +++ b/controls/imagegallery/mobile-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Mobile Support Overview - RadImageGallery description: Check our Web Forms article about Overview. slug: imagegallery/mobile-support/overview +components: ["imagegallery"] tags: overview published: True position: 0 diff --git a/controls/imagegallery/mobile-support/render-modes.md b/controls/imagegallery/mobile-support/render-modes.md index 3706dcd77b..a1a6c216a2 100644 --- a/controls/imagegallery/mobile-support/render-modes.md +++ b/controls/imagegallery/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadImageGallery description: Check our Web Forms article about Render Modes. slug: imagegallery/mobile-support/render-modes +components: ["imagegallery"] tags: render,modes published: True position: 2 diff --git a/controls/imagegallery/overview.md b/controls/imagegallery/overview.md index 22aad30c3b..c718c0b9c2 100644 --- a/controls/imagegallery/overview.md +++ b/controls/imagegallery/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadImageGallery Overview description: Discover the ImageGallery control and its features for displaying and navigating image collections. slug: imagegallery/overview +components: ["imagegallery"] tags: overview published: True position: 0 diff --git a/controls/imagegallery/server-side-programming/overview.md b/controls/imagegallery/server-side-programming/overview.md index e5c366b36e..72419ad48e 100644 --- a/controls/imagegallery/server-side-programming/overview.md +++ b/controls/imagegallery/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadImageGallery description: Check our Web Forms article about Overview. slug: imagegallery/server-side-programming/overview +components: ["imagegallery"] tags: overview published: True position: 0 diff --git a/controls/inputmanager/client-side-events/onblur.md b/controls/inputmanager/client-side-events/onblur.md index 86de2f0ea3..9e2d0e9ec7 100644 --- a/controls/inputmanager/client-side-events/onblur.md +++ b/controls/inputmanager/client-side-events/onblur.md @@ -3,6 +3,7 @@ title: OnBlur page_title: OnBlur - RadInputManager description: Check our Web Forms article about OnBlur. slug: radinputmanager/client-side-events/onblur +components: ["inputmanager"] tags: onblur published: True position: 0 diff --git a/controls/inputmanager/client-side-events/onerror.md b/controls/inputmanager/client-side-events/onerror.md index c640a51373..ff7fbda67b 100644 --- a/controls/inputmanager/client-side-events/onerror.md +++ b/controls/inputmanager/client-side-events/onerror.md @@ -3,6 +3,7 @@ title: OnError page_title: OnError - RadInputManager description: Check our Web Forms article about OnError. slug: radinputmanager/client-side-events/onerror +components: ["inputmanager"] tags: onerror published: True position: 3 diff --git a/controls/inputmanager/client-side-events/onfocus.md b/controls/inputmanager/client-side-events/onfocus.md index 4d3dbdcbaa..6053b689fb 100644 --- a/controls/inputmanager/client-side-events/onfocus.md +++ b/controls/inputmanager/client-side-events/onfocus.md @@ -3,6 +3,7 @@ title: OnFocus page_title: OnFocus - RadInputManager description: Check our Web Forms article about OnFocus. slug: radinputmanager/client-side-events/onfocus +components: ["inputmanager"] tags: onfocus published: True position: 1 diff --git a/controls/inputmanager/client-side-events/onkeypress.md b/controls/inputmanager/client-side-events/onkeypress.md index 9bd4c073bc..057035105a 100644 --- a/controls/inputmanager/client-side-events/onkeypress.md +++ b/controls/inputmanager/client-side-events/onkeypress.md @@ -3,6 +3,7 @@ title: OnKeyPress page_title: OnKeyPress - RadInputManager description: Check our Web Forms article about OnKeyPress. slug: radinputmanager/client-side-events/onkeypress +components: ["inputmanager"] tags: onkeypress published: True position: 2 diff --git a/controls/inputmanager/client-side-events/onvaluechanged.md b/controls/inputmanager/client-side-events/onvaluechanged.md index 6ccd085a1a..3460a25661 100644 --- a/controls/inputmanager/client-side-events/onvaluechanged.md +++ b/controls/inputmanager/client-side-events/onvaluechanged.md @@ -3,6 +3,7 @@ title: OnValueChanged page_title: OnValueChanged - RadInputManager description: Check our Web Forms article about OnValueChanged. slug: radinputmanager/client-side-events/onvaluechanged +components: ["inputmanager"] tags: onvaluechanged published: True position: 4 diff --git a/controls/inputmanager/design-time.md b/controls/inputmanager/design-time.md index 45693b7dcc..ad5aec917d 100644 --- a/controls/inputmanager/design-time.md +++ b/controls/inputmanager/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadInputManager description: Check our Web Forms article about Design Time. slug: radinputmanager/design-time +components: ["inputmanager"] tags: design,time published: True position: 2 diff --git a/controls/inputmanager/dynamic-inputsettings.md b/controls/inputmanager/dynamic-inputsettings.md index 7e63340c67..f269a352d3 100644 --- a/controls/inputmanager/dynamic-inputsettings.md +++ b/controls/inputmanager/dynamic-inputsettings.md @@ -3,6 +3,7 @@ title: Dynamic InputSettings page_title: Dynamic InputSettings - RadInputManager description: Check our Web Forms article about Dynamic InputSettings. slug: radinputmanager/dynamic-inputsettings +components: ["inputmanager"] tags: dynamic,inputsettings published: True position: 5 diff --git a/controls/inputmanager/getting-and-setting-values.md b/controls/inputmanager/getting-and-setting-values.md index 37a5603486..baee96b49f 100644 --- a/controls/inputmanager/getting-and-setting-values.md +++ b/controls/inputmanager/getting-and-setting-values.md @@ -3,6 +3,7 @@ title: Getting and Setting Values page_title: Getting and Setting Values - RadInputManager description: Check our Web Forms article about Getting and Setting Values. slug: radinputmanager/getting-and-setting-values +components: ["inputmanager"] tags: getting,and,setting,values published: True position: 3 diff --git a/controls/inputmanager/introduction.md b/controls/inputmanager/introduction.md index 8e8732eb2a..a7d686b9e9 100644 --- a/controls/inputmanager/introduction.md +++ b/controls/inputmanager/introduction.md @@ -3,6 +3,7 @@ title: Introduction page_title: Introduction - RadInputManager description: Check our Web Forms article about Introduction. slug: radinputmanager/introduction +components: ["inputmanager"] tags: introduction published: True position: 1 diff --git a/controls/inputmanager/overview.md b/controls/inputmanager/overview.md index 3f42ce4b23..7efe7fe702 100644 --- a/controls/inputmanager/overview.md +++ b/controls/inputmanager/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadInputManager description: Check our Web Forms article about Overview. slug: radinputmanager/overview +components: ["inputmanager"] tags: overview published: True position: 0 diff --git a/controls/inputmanager/performance.md b/controls/inputmanager/performance.md index 48831514d3..b00d01da52 100644 --- a/controls/inputmanager/performance.md +++ b/controls/inputmanager/performance.md @@ -3,6 +3,7 @@ title: Performance page_title: Performance - RadInputManager description: Check our Web Forms article about Performance. slug: radinputmanager/performance +components: ["inputmanager"] tags: performance published: True position: 4 diff --git a/controls/inputmanager/server-side-events/inputsettingcreating.md b/controls/inputmanager/server-side-events/inputsettingcreating.md index 8569b0d513..38ecd4301e 100644 --- a/controls/inputmanager/server-side-events/inputsettingcreating.md +++ b/controls/inputmanager/server-side-events/inputsettingcreating.md @@ -3,6 +3,7 @@ title: InputSettingCreating page_title: InputSettingCreating - RadInputManager description: Check our Web Forms article about InputSettingCreating. slug: radinputmanager/server-side-events/inputsettingcreating +components: ["inputmanager"] tags: inputsettingcreating published: True position: 0 diff --git a/controls/inputmanager/server-side-events/validated.md b/controls/inputmanager/server-side-events/validated.md index 04bd6c1b8b..ca258c9e6d 100644 --- a/controls/inputmanager/server-side-events/validated.md +++ b/controls/inputmanager/server-side-events/validated.md @@ -3,6 +3,7 @@ title: Validated page_title: Validated - RadInputManager description: Check our Web Forms article about Validated. slug: radinputmanager/server-side-events/validated +components: ["inputmanager"] tags: validated published: True position: 2 diff --git a/controls/inputmanager/server-side-events/validating.md b/controls/inputmanager/server-side-events/validating.md index 1deba0de16..6d2c589a22 100644 --- a/controls/inputmanager/server-side-events/validating.md +++ b/controls/inputmanager/server-side-events/validating.md @@ -3,6 +3,7 @@ title: Validating page_title: Validating - RadInputManager description: Check our Web Forms article about Validating. slug: radinputmanager/server-side-events/validating +components: ["inputmanager"] tags: validating published: True position: 1 diff --git a/controls/label/appearance-and-styling/html-output.md b/controls/label/appearance-and-styling/html-output.md index 8f94b3afc4..fbec242065 100644 --- a/controls/label/appearance-and-styling/html-output.md +++ b/controls/label/appearance-and-styling/html-output.md @@ -3,6 +3,7 @@ title: HTML Output page_title: RadLabel HTML Output description: Check our Web Forms article about RadLabel HTML Output. slug: label/html-output +components: ["label"] tags: overview published: True position: 0 diff --git a/controls/label/getting-started.md b/controls/label/getting-started.md index a1da78f13b..062df5528c 100644 --- a/controls/label/getting-started.md +++ b/controls/label/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started description: Check our Web Forms article about Getting Started. slug: label/getting-started +components: ["label"] tags: getting,started published: True position: 1 diff --git a/controls/label/overview.md b/controls/label/overview.md index 6a4f150434..cbcb8f6d74 100644 --- a/controls/label/overview.md +++ b/controls/label/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadLabel Overview description: Check our Web Forms article about Overview. slug: label/overview +components: ["label"] tags: overview published: True position: 0 diff --git a/controls/label/radlabel-asplabel-builtinlabel.md b/controls/label/radlabel-asplabel-builtinlabel.md index c8f8193eaf..ccc8869ce6 100644 --- a/controls/label/radlabel-asplabel-builtinlabel.md +++ b/controls/label/radlabel-asplabel-builtinlabel.md @@ -3,6 +3,7 @@ title: RadLabel vs asp:Label vs Built-in Label page_title: RadLabel vs asp:Label vs Built-in Label - RadMediaPlayer description: Check our Web Forms article about RadLabel vs asp:Label vs Built-in Label. slug: label/overview/radlabel-asplabel-builtinlabel +components: ["label"] tags: comparison published: True position: 2 diff --git a/controls/label/server-side-programming/radlabel-object.md b/controls/label/server-side-programming/radlabel-object.md index 72d24691f3..7fde3a731c 100644 --- a/controls/label/server-side-programming/radlabel-object.md +++ b/controls/label/server-side-programming/radlabel-object.md @@ -3,6 +3,7 @@ title: RadLabel Object page_title: RadLabel Server-side Object description: Check our Web Forms article about Overview. slug: label/server-side-programming/radlabel-object +components: ["label"] tags: radlabel,server-side,object published: True position: 0 diff --git a/controls/lightbox/accessibility-and-internationalization/keyboard-support.md b/controls/lightbox/accessibility-and-internationalization/keyboard-support.md index 63e9d3cc55..d74254d7ef 100644 --- a/controls/lightbox/accessibility-and-internationalization/keyboard-support.md +++ b/controls/lightbox/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard support page_title: Keyboard support - RadLightBox description: Check our Web Forms article about Keyboard support. slug: lightbox/accessibility-and-internationalization/keyboard-support +components: ["lightbox"] tags: keyboard,support published: True position: 2 diff --git a/controls/lightbox/accessibility-and-internationalization/localization-through-resource-files.md b/controls/lightbox/accessibility-and-internationalization/localization-through-resource-files.md index e3f864a94b..4a10f099d1 100644 --- a/controls/lightbox/accessibility-and-internationalization/localization-through-resource-files.md +++ b/controls/lightbox/accessibility-and-internationalization/localization-through-resource-files.md @@ -3,6 +3,7 @@ title: Localization through Resource Files page_title: Localization through Resource Files - RadLightBox description: Check our Web Forms article about Localization through Resource Files. slug: lightbox/accessibility-and-internationalization/localization-through-resource-files +components: ["lightbox"] tags: localization,resource,files published: True position: 1 diff --git a/controls/lightbox/accessibility-and-internationalization/wai-aria-support.md b/controls/lightbox/accessibility-and-internationalization/wai-aria-support.md index af9b3d7c98..33786f78fb 100644 --- a/controls/lightbox/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/lightbox/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadLightBox description: Check our Web Forms article about WAI-ARIA Support. slug: lightbox/accessibility-and-internationalization/wai-aria-support +components: ["lightbox"] tags: wai-aria,support published: True position: 2 diff --git a/controls/lightbox/appearance-and-styling/html-output.md b/controls/lightbox/appearance-and-styling/html-output.md index 6dc2bee123..ca8f1a12e0 100644 --- a/controls/lightbox/appearance-and-styling/html-output.md +++ b/controls/lightbox/appearance-and-styling/html-output.md @@ -3,6 +3,7 @@ title: HTML Output page_title: HTML Output - RadLightBox description: Check our Web Forms article about HTML Output. slug: lightbox/appearance-and-styling/html-output +components: ["lightbox"] tags: html,output published: True position: 4 diff --git a/controls/lightbox/appearance-and-styling/skins.md b/controls/lightbox/appearance-and-styling/skins.md index 1f52457001..97d10a442e 100644 --- a/controls/lightbox/appearance-and-styling/skins.md +++ b/controls/lightbox/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadLightBox description: Check our Web Forms article about Skins. slug: lightbox/appearance-and-styling/skins +components: ["lightbox"] tags: skins published: True position: 2 diff --git a/controls/lightbox/client-side-programming/adding-lightbox-items-on-client.md b/controls/lightbox/client-side-programming/adding-lightbox-items-on-client.md index 1ac1c7d649..3abe50a29c 100644 --- a/controls/lightbox/client-side-programming/adding-lightbox-items-on-client.md +++ b/controls/lightbox/client-side-programming/adding-lightbox-items-on-client.md @@ -3,6 +3,7 @@ title: Adding LightBox Items on Client page_title: Adding LightBox Items on Client - RadLightBox description: Check our Web Forms article about Adding LightBox Items on Client. slug: lightbox/client-side-programming/adding-lightbox-items-on-client +components: ["lightbox"] tags: adding,lightbox,items,on,client published: True position: 1 diff --git a/controls/lightbox/client-side-programming/overview.md b/controls/lightbox/client-side-programming/overview.md index 99107c20e2..cf1d3f6391 100644 --- a/controls/lightbox/client-side-programming/overview.md +++ b/controls/lightbox/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadLightBox description: Check our Web Forms article about Overview. slug: lightbox/client-side-programming/overview +components: ["lightbox"] tags: overview published: True position: 0 diff --git a/controls/lightbox/data-binding.md b/controls/lightbox/data-binding.md index 5a924b5ca9..7ee3c190c5 100644 --- a/controls/lightbox/data-binding.md +++ b/controls/lightbox/data-binding.md @@ -3,6 +3,7 @@ title: Data Binding page_title: Data Binding - RadLightBox description: Check our Web Forms article about Data Binding. slug: lightbox/data-binding +components: ["lightbox"] tags: data,binding published: True position: 4 diff --git a/controls/lightbox/design-time.md b/controls/lightbox/design-time.md index 61bd1c6faa..81c2d0e487 100644 --- a/controls/lightbox/design-time.md +++ b/controls/lightbox/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadLightBox description: Check our Web Forms article about Design Time. slug: lightbox/design-time +components: ["lightbox"] tags: design,time published: True position: 3 diff --git a/controls/lightbox/difference-from-radwindow.md b/controls/lightbox/difference-from-radwindow.md index aa68bcf908..3e3408b7d7 100644 --- a/controls/lightbox/difference-from-radwindow.md +++ b/controls/lightbox/difference-from-radwindow.md @@ -3,6 +3,7 @@ title: Difference from RadWindow page_title: Difference from RadWindow - RadLightBox description: Check our Web Forms article about Difference from RadWindow. slug: lightbox/difference-from-radwindow +components: ["lightbox"] tags: difference,from,radwindow published: True position: 1 diff --git a/controls/lightbox/functionality/animations.md b/controls/lightbox/functionality/animations.md index 68d422b227..bcefa413c6 100644 --- a/controls/lightbox/functionality/animations.md +++ b/controls/lightbox/functionality/animations.md @@ -3,6 +3,7 @@ title: Animations page_title: Animations - RadLightBox description: Check our Web Forms article about Animations. slug: lightbox/functionality/animations +components: ["lightbox"] tags: animations published: True position: 1 diff --git a/controls/lightbox/functionality/templates.md b/controls/lightbox/functionality/templates.md index c670d5964c..04fc7d2ecb 100644 --- a/controls/lightbox/functionality/templates.md +++ b/controls/lightbox/functionality/templates.md @@ -3,6 +3,7 @@ title: Templates page_title: Templates - RadLightBox description: Check our Web Forms article about Templates. slug: lightbox/functionality/templates +components: ["lightbox"] tags: templates published: True position: 0 diff --git a/controls/lightbox/getting-started.md b/controls/lightbox/getting-started.md index feb1e3f476..e4c273a7a5 100644 --- a/controls/lightbox/getting-started.md +++ b/controls/lightbox/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started description: Check our Web Forms article about Getting Started. slug: lightbox/getting-started +components: ["lightbox"] tags: getting,started published: True position: 2 diff --git a/controls/lightbox/how-to/bind-lightbox-to-binaryimage.md b/controls/lightbox/how-to/bind-lightbox-to-binaryimage.md index 18a046e515..01e455e8d4 100644 --- a/controls/lightbox/how-to/bind-lightbox-to-binaryimage.md +++ b/controls/lightbox/how-to/bind-lightbox-to-binaryimage.md @@ -3,6 +3,7 @@ title: Binding RadLightBox to BinaryImage page_title: Binding RadLightBox to BinaryImage - RadLightBox description: Check our Web Forms article about Binding RadLightBox to BinaryImage. slug: lightbox/how-to/bind-lightbox-to-binaryimage +components: ["lightbox"] tags: lightbox,binding,BinaryImage published: True position: 1 diff --git a/controls/lightbox/mobile-support/gestures-support.md b/controls/lightbox/mobile-support/gestures-support.md index 5db72e4443..202e76fd3f 100644 --- a/controls/lightbox/mobile-support/gestures-support.md +++ b/controls/lightbox/mobile-support/gestures-support.md @@ -3,6 +3,7 @@ title: Gestures Support page_title: Gestures Support - RadLightBox description: Check our Web Forms article about Gestures Support. slug: lightbox/mobile-support/gestures-support +components: ["lightbox"] tags: gestures,support published: True position: 1 diff --git a/controls/lightbox/mobile-support/overview.md b/controls/lightbox/mobile-support/overview.md index 6c98151da7..fe6a495030 100644 --- a/controls/lightbox/mobile-support/overview.md +++ b/controls/lightbox/mobile-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Mobile Support Overview - RadLightBox description: Check our Web Forms article about Overview. slug: lightbox/mobile-support/overview +components: ["lightbox"] tags: overview published: True position: 0 diff --git a/controls/lightbox/overview.md b/controls/lightbox/overview.md index 5fe060435c..524e5ef0f1 100644 --- a/controls/lightbox/overview.md +++ b/controls/lightbox/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadLightBox Overview description: Check our Web Forms article about Overview. slug: lightbox/overview +components: ["lightbox"] tags: overview published: True position: 0 diff --git a/controls/lightbox/server-side-programming/overview.md b/controls/lightbox/server-side-programming/overview.md index ac09503a6d..a222566ce5 100644 --- a/controls/lightbox/server-side-programming/overview.md +++ b/controls/lightbox/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadLightBox description: Check our Web Forms article about Overview. slug: lightbox/server-side-programming/overview +components: ["lightbox"] tags: overview published: True position: 0 diff --git a/controls/linkbutton/accessibility-and-internationalization/keyboard-support.md b/controls/linkbutton/accessibility-and-internationalization/keyboard-support.md index 30bba5c267..65ee9871d3 100644 --- a/controls/linkbutton/accessibility-and-internationalization/keyboard-support.md +++ b/controls/linkbutton/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadLinkButton description: Check our Web Forms article about Keyboard Support. slug: linkbutton/accessibility-and-internationalization/keyboard-support +components: ["linkbutton"] tags: keyboard,support published: True position: 2 diff --git a/controls/linkbutton/accessibility-and-internationalization/right-to-left-support.md b/controls/linkbutton/accessibility-and-internationalization/right-to-left-support.md index 67237d494d..d025f8a5d7 100644 --- a/controls/linkbutton/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/linkbutton/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-Left Support page_title: Right-to-Left Support - RadLinkButton description: Check our Web Forms article about Right-to-Left Support. slug: linkbutton/accessibility-and-internationalization/right-to-left-support +components: ["linkbutton"] tags: right-to-left,support published: True position: 1 diff --git a/controls/linkbutton/accessibility-and-internationalization/wai-aria-support.md b/controls/linkbutton/accessibility-and-internationalization/wai-aria-support.md index 8f9c5db03f..a9f4c8a963 100644 --- a/controls/linkbutton/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/linkbutton/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadLinkButton description: Check our Web Forms article about WAI-ARIA Support. slug: linkbutton/accessibility-and-internationalization/wai-aria-support +components: ["linkbutton"] tags: wai-aria,support published: True position: 3 diff --git a/controls/linkbutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/linkbutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 1ace0df6b8..1e5403aa85 100644 --- a/controls/linkbutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/linkbutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadLinkButton description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: linkbutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["linkbutton"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/linkbutton/appearance-and-styling/create-a-custom-skin.md b/controls/linkbutton/appearance-and-styling/create-a-custom-skin.md index 1c4c83ccdc..aa824b2f8b 100644 --- a/controls/linkbutton/appearance-and-styling/create-a-custom-skin.md +++ b/controls/linkbutton/appearance-and-styling/create-a-custom-skin.md @@ -3,6 +3,7 @@ title: Create a Custom Skin page_title: Create a Custom Skin - RadLinkButton description: Check our Web Forms article about Create a Custom Skin. slug: linkbutton/appearance-and-styling/create-a-custom-skin +components: ["linkbutton"] tags: create,a,custom,skin published: True position: 3 diff --git a/controls/linkbutton/appearance-and-styling/flat-button.md b/controls/linkbutton/appearance-and-styling/flat-button.md index 72a53f139a..3c12c42770 100644 --- a/controls/linkbutton/appearance-and-styling/flat-button.md +++ b/controls/linkbutton/appearance-and-styling/flat-button.md @@ -3,6 +3,7 @@ title: Flat Button page_title: Flat Button - RadLinkButton description: Check our Web Forms article about Flat Button. slug: linkbutton/appearance-and-styling/flat-button +components: ["linkbutton"] tags: material, skin, flat, button published: True position: 2 diff --git a/controls/linkbutton/appearance-and-styling/primary-action-button.md b/controls/linkbutton/appearance-and-styling/primary-action-button.md index 404a6bdfbd..8f2e5a84c9 100644 --- a/controls/linkbutton/appearance-and-styling/primary-action-button.md +++ b/controls/linkbutton/appearance-and-styling/primary-action-button.md @@ -3,6 +3,7 @@ title: Primary Action Button page_title: Primary Action Button - RadLinkButton description: Check our Web Forms article about Primary Action Button. slug: linkbutton/appearance-and-styling/primary-action-button +components: ["linkbutton"] tags: primary,and,secondary,action,buttons,state published: True position: 2 diff --git a/controls/linkbutton/appearance-and-styling/skins.md b/controls/linkbutton/appearance-and-styling/skins.md index bec34d7cce..4a03d0e779 100644 --- a/controls/linkbutton/appearance-and-styling/skins.md +++ b/controls/linkbutton/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadLinkButton description: Check our Web Forms article about Skins. slug: linkbutton/appearance-and-styling/skins +components: ["linkbutton"] tags: skins published: True position: 0 diff --git a/controls/linkbutton/client-side-programming/events/onclientclicked.md b/controls/linkbutton/client-side-programming/events/onclientclicked.md index ba09037ce7..7119f508da 100644 --- a/controls/linkbutton/client-side-programming/events/onclientclicked.md +++ b/controls/linkbutton/client-side-programming/events/onclientclicked.md @@ -3,6 +3,7 @@ title: OnClientClicked page_title: OnClientClicked - RadLinkButton description: Check our Web Forms article about OnClientClicked. slug: linkbutton/client-side-programming/events/onclientclicked +components: ["linkbutton"] tags: onclientclicked published: True position: 3 diff --git a/controls/linkbutton/client-side-programming/events/onclientclicking.md b/controls/linkbutton/client-side-programming/events/onclientclicking.md index cc3ebccafc..f05fe3e1b8 100644 --- a/controls/linkbutton/client-side-programming/events/onclientclicking.md +++ b/controls/linkbutton/client-side-programming/events/onclientclicking.md @@ -3,6 +3,7 @@ title: OnClientClicking page_title: OnClientClicking - RadLinkButton description: Check our Web Forms article about OnClientClicking. slug: linkbutton/client-side-programming/events/onclientclicking +components: ["linkbutton"] tags: onclientclicking published: True position: 2 diff --git a/controls/linkbutton/client-side-programming/events/onclientload.md b/controls/linkbutton/client-side-programming/events/onclientload.md index 3c28601eb6..868f20cb71 100644 --- a/controls/linkbutton/client-side-programming/events/onclientload.md +++ b/controls/linkbutton/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadLinkButton description: Check our Web Forms article about OnClientLoad. slug: linkbutton/client-side-programming/events/onclientload +components: ["linkbutton"] tags: onclientload published: True position: 2 diff --git a/controls/linkbutton/client-side-programming/events/onclientmouseout.md b/controls/linkbutton/client-side-programming/events/onclientmouseout.md index 17025bbec2..71d5d0ac08 100644 --- a/controls/linkbutton/client-side-programming/events/onclientmouseout.md +++ b/controls/linkbutton/client-side-programming/events/onclientmouseout.md @@ -3,6 +3,7 @@ title: OnClientMouseOut page_title: OnClientMouseOut - RadLinkButton description: Check our Web Forms article about OnClientMouseOut. slug: linkbutton/client-side-programming/events/onclientmouseout +components: ["linkbutton"] tags: onclientmouseout published: True position: 5 diff --git a/controls/linkbutton/client-side-programming/events/onclientmouseover.md b/controls/linkbutton/client-side-programming/events/onclientmouseover.md index 761ee10573..c51c30a0f0 100644 --- a/controls/linkbutton/client-side-programming/events/onclientmouseover.md +++ b/controls/linkbutton/client-side-programming/events/onclientmouseover.md @@ -3,6 +3,7 @@ title: OnClientMouseOver page_title: OnClientMouseOver - RadLinkButton description: Check our Web Forms article about OnClientMouseOver. slug: linkbutton/client-side-programming/events/onclientmouseover +components: ["linkbutton"] tags: onclientmouseover published: True position: 4 diff --git a/controls/linkbutton/client-side-programming/events/overview.md b/controls/linkbutton/client-side-programming/events/overview.md index 5b29adfe46..29d360281d 100644 --- a/controls/linkbutton/client-side-programming/events/overview.md +++ b/controls/linkbutton/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Events Overview - RadLinkButton description: Check our Web Forms article about Events Overview. slug: linkbutton/client-side-programming/events/overview +components: ["linkbutton"] tags: events,overview published: True position: 0 diff --git a/controls/linkbutton/client-side-programming/events/setting-event-handlers-via-javascript.md b/controls/linkbutton/client-side-programming/events/setting-event-handlers-via-javascript.md index d591674aa7..1e3081cb99 100644 --- a/controls/linkbutton/client-side-programming/events/setting-event-handlers-via-javascript.md +++ b/controls/linkbutton/client-side-programming/events/setting-event-handlers-via-javascript.md @@ -3,6 +3,7 @@ title: Setting Event Handlers via JavaScript page_title: Setting Event Handlers via JavaScript - RadLinkButton description: Check our Web Forms article about Setting Event Handlers via JavaScript. slug: linkbutton/client-side-programming/events/setting-event-handlers-via-javascript +components: ["linkbutton"] tags: setting,event,handlers,via,javascript published: True position: 1 diff --git a/controls/linkbutton/client-side-programming/linkbutton-object.md b/controls/linkbutton/client-side-programming/linkbutton-object.md index 691a67b96d..c76ece4f41 100644 --- a/controls/linkbutton/client-side-programming/linkbutton-object.md +++ b/controls/linkbutton/client-side-programming/linkbutton-object.md @@ -3,6 +3,7 @@ title: RadLinkButton Object page_title: RadLinkButton Object - RadLinkButton description: Check our Web Forms article about RadLinkButton Object. slug: linkbutton/client-side-programming/linkbutton-object +components: ["linkbutton"] tags: linkbutton,object published: True position: 1 diff --git a/controls/linkbutton/client-side-programming/overview.md b/controls/linkbutton/client-side-programming/overview.md index dc3912d7a1..7bb721e3f7 100644 --- a/controls/linkbutton/client-side-programming/overview.md +++ b/controls/linkbutton/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadLinkButton description: Check our Web Forms article about Overview. slug: linkbutton/client-side-programming/overview +components: ["linkbutton"] tags: overview published: True position: 0 diff --git a/controls/linkbutton/design-time.md b/controls/linkbutton/design-time.md index 83a6ff8a29..a5e974dd18 100644 --- a/controls/linkbutton/design-time.md +++ b/controls/linkbutton/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadLinkButton description: Check our Web Forms article about Design Time. slug: linkbutton/design-time +components: ["linkbutton"] tags: design,time published: True position: 3 diff --git a/controls/linkbutton/functionality/Icons/custom-icons.md b/controls/linkbutton/functionality/Icons/custom-icons.md index 8c9053bff5..85c0dad1e1 100644 --- a/controls/linkbutton/functionality/Icons/custom-icons.md +++ b/controls/linkbutton/functionality/Icons/custom-icons.md @@ -3,6 +3,7 @@ title: Custom Icons page_title: Custom Icons - RadLinkButton description: Check our Web Forms article about Custom Icons. slug: linkbutton/functionality/icons/custom-icons +components: ["linkbutton"] tags: custom,icons published: True position: 1 diff --git a/controls/linkbutton/functionality/Icons/embedded-icons.md b/controls/linkbutton/functionality/Icons/embedded-icons.md index 8041273f49..09cbaa6dc8 100644 --- a/controls/linkbutton/functionality/Icons/embedded-icons.md +++ b/controls/linkbutton/functionality/Icons/embedded-icons.md @@ -3,6 +3,7 @@ title: Embedded Icons page_title: Embedded Icons - RadLinkButton description: Check our Web Forms article about Embedded Icons. slug: linkbutton/functionality/icons/embedded-icons +components: ["linkbutton"] tags: embedded,icons published: True position: 0 diff --git a/controls/linkbutton/functionality/Icons/fine-tune.md b/controls/linkbutton/functionality/Icons/fine-tune.md index 6126b35517..3990d6346c 100644 --- a/controls/linkbutton/functionality/Icons/fine-tune.md +++ b/controls/linkbutton/functionality/Icons/fine-tune.md @@ -3,6 +3,7 @@ title: Fine-tune page_title: Fine-tune - RadLinkButton description: Check our Web Forms article about Fine-tune. slug: linkbutton/functionality/icons/fine-tune +components: ["linkbutton"] tags: fine,tune published: True position: 2 diff --git a/controls/linkbutton/functionality/contenttemplate.md b/controls/linkbutton/functionality/contenttemplate.md index 9cd33bb271..c380753a94 100644 --- a/controls/linkbutton/functionality/contenttemplate.md +++ b/controls/linkbutton/functionality/contenttemplate.md @@ -3,6 +3,7 @@ title: ContentTemplate page_title: ContentTemplate - RadLinkButton description: Check our Web Forms article about ContentTemplate. slug: linkbutton/functionality/contenttemplate +components: ["linkbutton"] tags: contenttemplate published: True position: 2 diff --git a/controls/linkbutton/getting-started.md b/controls/linkbutton/getting-started.md index e75d0ba4ec..7fe116d741 100644 --- a/controls/linkbutton/getting-started.md +++ b/controls/linkbutton/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadLinkButton description: Check our Web Forms article about Getting Started. slug: linkbutton/getting-started +components: ["linkbutton"] tags: getting,started published: True position: 2 diff --git a/controls/linkbutton/mobile-support/elastic-design.md b/controls/linkbutton/mobile-support/elastic-design.md index dbe3201eef..bf6d63d860 100644 --- a/controls/linkbutton/mobile-support/elastic-design.md +++ b/controls/linkbutton/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadLinkButton description: Check our Web Forms article about Elastic Design. slug: linkbutton/mobile-support/elastic-design +components: ["linkbutton"] tags: elastic,design published: True position: 1 diff --git a/controls/linkbutton/mobile-support/fluid-design.md b/controls/linkbutton/mobile-support/fluid-design.md index 8cee71ac9c..deea85246e 100644 --- a/controls/linkbutton/mobile-support/fluid-design.md +++ b/controls/linkbutton/mobile-support/fluid-design.md @@ -3,6 +3,7 @@ title: Fluid Design page_title: Fluid Design - RadLinkButton description: Check our Web Forms article about Fluid Design. slug: linkbutton/mobile-support/fluid-design +components: ["linkbutton"] tags: fluid,design published: True position: 2 diff --git a/controls/linkbutton/mobile-support/overview.md b/controls/linkbutton/mobile-support/overview.md index 90dd934427..0e6e8b5350 100644 --- a/controls/linkbutton/mobile-support/overview.md +++ b/controls/linkbutton/mobile-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadLinkButton description: Check our Web Forms article about Overview. slug: linkbutton/mobile-support/overview +components: ["linkbutton"] tags: overview published: True position: 0 diff --git a/controls/linkbutton/mobile-support/render-modes.md b/controls/linkbutton/mobile-support/render-modes.md index 24d129b7e8..15d865fff9 100644 --- a/controls/linkbutton/mobile-support/render-modes.md +++ b/controls/linkbutton/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadLinkButton description: Check our Web Forms article about Render Modes. slug: linkbutton/mobile-support/render-modes +components: ["linkbutton"] tags: render,modes published: True position: 3 diff --git a/controls/linkbutton/overview.md b/controls/linkbutton/overview.md index fd31a17b9a..ff2ec7b4dc 100644 --- a/controls/linkbutton/overview.md +++ b/controls/linkbutton/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadLinkButton description: Discover the LinkButton control and its features for creating hyperlinks with server-side functionality. slug: linkbutton/overview +components: ["linkbutton"] tags: overview published: True position: 0 diff --git a/controls/linkbutton/server-side-programming/properties.md b/controls/linkbutton/server-side-programming/properties.md index 9238a2bf95..24cfc054dd 100644 --- a/controls/linkbutton/server-side-programming/properties.md +++ b/controls/linkbutton/server-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: Properties - RadLinkButton description: Check our Web Forms article about Properties. slug: linkbutton/server-side-programming/properties-and-events +components: ["linkbutton"] previous_url: controls/linkbutton/server-side-programming/properties-and-events tags: properties published: True diff --git a/controls/linkbutton/troubleshooting/common-issues.md b/controls/linkbutton/troubleshooting/common-issues.md index ae32de03d0..e9be2e5d06 100644 --- a/controls/linkbutton/troubleshooting/common-issues.md +++ b/controls/linkbutton/troubleshooting/common-issues.md @@ -3,6 +3,7 @@ title: Common Issues page_title: Common Issues - RadLinkButton description: Check our Web Forms article about Common Issues. slug: linkbutton/troubleshooting/common-issues +components: ["linkbutton"] tags: common,issues published: True position: 0 diff --git a/controls/linkbutton/troubleshooting/distorted-appearance.md b/controls/linkbutton/troubleshooting/distorted-appearance.md index d059faa430..448850f01b 100644 --- a/controls/linkbutton/troubleshooting/distorted-appearance.md +++ b/controls/linkbutton/troubleshooting/distorted-appearance.md @@ -3,6 +3,7 @@ title: Distorted Appearance page_title: Distorted Appearance - RadLinkButton description: Check our Web Forms article about Distorted Appearance. slug: linkbutton/troubleshooting/distorted-appearance +components: ["linkbutton"] tags: distorted,appearance published: True position: 1 diff --git a/controls/listbox/accessibility-and-internationalization/keyboard-support.md b/controls/listbox/accessibility-and-internationalization/keyboard-support.md index fb998416ba..c53b019c93 100644 --- a/controls/listbox/accessibility-and-internationalization/keyboard-support.md +++ b/controls/listbox/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadListBox description: Check our Web Forms article about Keyboard Support. slug: listbox/accessibility-and-internationalization/keyboard-support +components: ["listbox"] tags: keyboard,support published: True position: 1 diff --git a/controls/listbox/accessibility-and-internationalization/localization.md b/controls/listbox/accessibility-and-internationalization/localization.md index 089bcd2696..cf0f9c1303 100644 --- a/controls/listbox/accessibility-and-internationalization/localization.md +++ b/controls/listbox/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadListBox description: Check our Web Forms article about Localization. slug: listbox/accessibility-and-internationalization/localization +components: ["listbox"] tags: localization published: True position: 0 diff --git a/controls/listbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/listbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index eacfb2439f..f90fb9f0c3 100644 --- a/controls/listbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/listbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadListBox description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: listbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["listbox"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 3 diff --git a/controls/listbox/appearance-and-styling/css-skin-file-selector.md b/controls/listbox/appearance-and-styling/css-skin-file-selector.md index 3535534971..ff7b8ce00c 100644 --- a/controls/listbox/appearance-and-styling/css-skin-file-selector.md +++ b/controls/listbox/appearance-and-styling/css-skin-file-selector.md @@ -3,6 +3,7 @@ title: CSS Skin File Selector page_title: CSS Skin File Selector - RadListBox description: Check our Web Forms article about CSS Skin File Selector. slug: listbox/appearance-and-styling/css-skin-file-selector +components: ["listbox"] tags: css,skin,file,selector published: True position: 3 diff --git a/controls/listbox/appearance-and-styling/skins.md b/controls/listbox/appearance-and-styling/skins.md index 18a1a52bdd..4f685a4cb6 100644 --- a/controls/listbox/appearance-and-styling/skins.md +++ b/controls/listbox/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadListBox description: Check our Web Forms article about Skins. slug: listbox/appearance-and-styling/skins +components: ["listbox"] tags: skins published: True position: 0 diff --git a/controls/listbox/appearance-and-styling/using-header-and-footer-templates.md b/controls/listbox/appearance-and-styling/using-header-and-footer-templates.md index 720ccb1f2d..609d372c4f 100644 --- a/controls/listbox/appearance-and-styling/using-header-and-footer-templates.md +++ b/controls/listbox/appearance-and-styling/using-header-and-footer-templates.md @@ -3,6 +3,7 @@ title: Using Header and Footer Templates page_title: Using Header and Footer Templates - RadListBox description: Check our Web Forms article about Using Header and Footer Templates. slug: listbox/appearance-and-styling/using-header-and-footer-templates +components: ["listbox"] tags: using,header,and,footer,templates published: True position: 2 diff --git a/controls/listbox/appearance-and-styling/using-the-emptymessage-property.md b/controls/listbox/appearance-and-styling/using-the-emptymessage-property.md index 6c50d6ced9..029fc5fa86 100644 --- a/controls/listbox/appearance-and-styling/using-the-emptymessage-property.md +++ b/controls/listbox/appearance-and-styling/using-the-emptymessage-property.md @@ -3,6 +3,7 @@ title: Using the EmptyMessage Property page_title: Using the EmptyMessage Property - RadListBox description: Check our Web Forms article about Using the EmptyMessage Property. slug: listbox/appearance-and-styling/using-the-emptymessage-property +components: ["listbox"] tags: using,the,emptymessage,property published: True position: 1 diff --git a/controls/listbox/changes-and-backward-compatibility.md b/controls/listbox/changes-and-backward-compatibility.md index 6b92895e73..bcd10a769c 100644 --- a/controls/listbox/changes-and-backward-compatibility.md +++ b/controls/listbox/changes-and-backward-compatibility.md @@ -3,6 +3,7 @@ title: Changes and Backward Compatibility page_title: Changes and Backward Compatibility - RadListBox description: Check our Web Forms article about Changes and Backward Compatibility. slug: listbox/changes-and-backward-compatibility +components: ["listbox"] tags: changes,and,backward,compatibility published: True position: 3 diff --git a/controls/listbox/client-side-programming/events/onclientcheckallchecked.md b/controls/listbox/client-side-programming/events/onclientcheckallchecked.md index 13f6ccdada..06f018de6c 100644 --- a/controls/listbox/client-side-programming/events/onclientcheckallchecked.md +++ b/controls/listbox/client-side-programming/events/onclientcheckallchecked.md @@ -3,6 +3,7 @@ title: OnClientCheckAllChecked page_title: OnClientCheckAllChecked - RadListBox description: Check our Web Forms article about OnClientCheckAllChecked. slug: listbox/client-side-programming/events/onclientcheckallchecked +components: ["listbox"] tags: onclientcheckallchecked published: True position: 13 diff --git a/controls/listbox/client-side-programming/events/onclientcheckallchecking.md b/controls/listbox/client-side-programming/events/onclientcheckallchecking.md index 73b741b785..1a594d3fc3 100644 --- a/controls/listbox/client-side-programming/events/onclientcheckallchecking.md +++ b/controls/listbox/client-side-programming/events/onclientcheckallchecking.md @@ -3,6 +3,7 @@ title: OnClientCheckAllChecking page_title: OnClientCheckAllChecking - RadListBox description: Check our Web Forms article about OnClientCheckAllChecking. slug: listbox/client-side-programming/events/onclientcheckallchecking +components: ["listbox"] tags: onclientcheckallchecking published: True position: 12 diff --git a/controls/listbox/client-side-programming/events/onclientcontextmenu.md b/controls/listbox/client-side-programming/events/onclientcontextmenu.md index 7bce8fb061..121b960984 100644 --- a/controls/listbox/client-side-programming/events/onclientcontextmenu.md +++ b/controls/listbox/client-side-programming/events/onclientcontextmenu.md @@ -3,6 +3,7 @@ title: OnClientContextMenu page_title: OnClientContextMenu - RadListBox description: Check our Web Forms article about OnClientContextMenu. slug: listbox/client-side-programming/events/onclientcontextmenu +components: ["listbox"] tags: onclientcontextmenu published: True position: 25 diff --git a/controls/listbox/client-side-programming/events/onclientdeleted.md b/controls/listbox/client-side-programming/events/onclientdeleted.md index 0796b6cd9f..00bb0579be 100644 --- a/controls/listbox/client-side-programming/events/onclientdeleted.md +++ b/controls/listbox/client-side-programming/events/onclientdeleted.md @@ -3,6 +3,7 @@ title: OnClientDeleted page_title: OnClientDeleted - RadListBox description: Check our Web Forms article about OnClientDeleted. slug: listbox/client-side-programming/events/onclientdeleted +components: ["listbox"] tags: onclientdeleted published: True position: 3 diff --git a/controls/listbox/client-side-programming/events/onclientdeleting.md b/controls/listbox/client-side-programming/events/onclientdeleting.md index a2105fb260..22dcd08fd1 100644 --- a/controls/listbox/client-side-programming/events/onclientdeleting.md +++ b/controls/listbox/client-side-programming/events/onclientdeleting.md @@ -3,6 +3,7 @@ title: OnClientDeleting page_title: OnClientDeleting - RadListBox description: Check our Web Forms article about OnClientDeleting. slug: listbox/client-side-programming/events/onclientdeleting +components: ["listbox"] tags: onclientdeleting published: True position: 2 diff --git a/controls/listbox/client-side-programming/events/onclientdragging.md b/controls/listbox/client-side-programming/events/onclientdragging.md index 1cc41516a2..fe4729e12d 100644 --- a/controls/listbox/client-side-programming/events/onclientdragging.md +++ b/controls/listbox/client-side-programming/events/onclientdragging.md @@ -3,6 +3,7 @@ title: OnClientDragging page_title: OnClientDragging - RadListBox description: Check our Web Forms article about OnClientDragging. slug: listbox/client-side-programming/events/onclientdragging +components: ["listbox"] tags: onclientdragging published: True position: 5 diff --git a/controls/listbox/client-side-programming/events/onclientdragstart.md b/controls/listbox/client-side-programming/events/onclientdragstart.md index af1d3124b7..3b25ba8c2d 100644 --- a/controls/listbox/client-side-programming/events/onclientdragstart.md +++ b/controls/listbox/client-side-programming/events/onclientdragstart.md @@ -3,6 +3,7 @@ title: OnClientDragStart page_title: OnClientDragStart - RadListBox description: Check our Web Forms article about OnClientDragStart. slug: listbox/client-side-programming/events/onclientdragstart +components: ["listbox"] tags: onclientdragstart published: True position: 4 diff --git a/controls/listbox/client-side-programming/events/onclientdropped.md b/controls/listbox/client-side-programming/events/onclientdropped.md index 9702c79c28..05c1bba91f 100644 --- a/controls/listbox/client-side-programming/events/onclientdropped.md +++ b/controls/listbox/client-side-programming/events/onclientdropped.md @@ -3,6 +3,7 @@ title: OnClientDropped page_title: OnClientDropped - RadListBox description: Check our Web Forms article about OnClientDropped. slug: listbox/client-side-programming/events/onclientdropped +components: ["listbox"] tags: onclientdropped published: True position: 7 diff --git a/controls/listbox/client-side-programming/events/onclientdropping.md b/controls/listbox/client-side-programming/events/onclientdropping.md index 3738bdeddc..fa4c2807e8 100644 --- a/controls/listbox/client-side-programming/events/onclientdropping.md +++ b/controls/listbox/client-side-programming/events/onclientdropping.md @@ -3,6 +3,7 @@ title: OnClientDropping page_title: OnClientDropping - RadListBox description: Check our Web Forms article about OnClientDropping. slug: listbox/client-side-programming/events/onclientdropping +components: ["listbox"] tags: onclientdropping published: True position: 6 diff --git a/controls/listbox/client-side-programming/events/onclientitemchecked.md b/controls/listbox/client-side-programming/events/onclientitemchecked.md index 62344534a5..7711365224 100644 --- a/controls/listbox/client-side-programming/events/onclientitemchecked.md +++ b/controls/listbox/client-side-programming/events/onclientitemchecked.md @@ -3,6 +3,7 @@ title: OnClientItemChecked page_title: OnClientItemChecked - RadListBox description: Check our Web Forms article about OnClientItemChecked. slug: listbox/client-side-programming/events/onclientitemchecked +components: ["listbox"] tags: onclientitemchecked published: True position: 11 diff --git a/controls/listbox/client-side-programming/events/onclientitemchecking.md b/controls/listbox/client-side-programming/events/onclientitemchecking.md index cabce515c6..10a68778d8 100644 --- a/controls/listbox/client-side-programming/events/onclientitemchecking.md +++ b/controls/listbox/client-side-programming/events/onclientitemchecking.md @@ -3,6 +3,7 @@ title: OnClientItemChecking page_title: OnClientItemChecking - RadListBox description: Check our Web Forms article about OnClientItemChecking. slug: listbox/client-side-programming/events/onclientitemchecking +components: ["listbox"] tags: onclientitemchecking published: True position: 10 diff --git a/controls/listbox/client-side-programming/events/onclientitemdoubleclicked.md b/controls/listbox/client-side-programming/events/onclientitemdoubleclicked.md index ff68a99fc1..654c3b2c52 100644 --- a/controls/listbox/client-side-programming/events/onclientitemdoubleclicked.md +++ b/controls/listbox/client-side-programming/events/onclientitemdoubleclicked.md @@ -3,6 +3,7 @@ title: OnClientItemDoubleClicked page_title: OnClientItemDoubleClicked - RadListBox description: Check our Web Forms article about OnClientItemDoubleClicked. slug: listbox/client-side-programming/events/onclientitemdoubleclicked +components: ["listbox"] tags: onclientitemdoubleclicked published: True position: 9 diff --git a/controls/listbox/client-side-programming/events/onclientitemdoubleclicking.md b/controls/listbox/client-side-programming/events/onclientitemdoubleclicking.md index b94d0f0286..b058421b67 100644 --- a/controls/listbox/client-side-programming/events/onclientitemdoubleclicking.md +++ b/controls/listbox/client-side-programming/events/onclientitemdoubleclicking.md @@ -3,6 +3,7 @@ title: OnClientItemDoubleClicking page_title: OnClientItemDoubleClicking - RadListBox description: Check our Web Forms article about OnClientItemDoubleClicking. slug: listbox/client-side-programming/events/onclientitemdoubleclicking +components: ["listbox"] tags: onclientitemdoubleclicking published: True position: 8 diff --git a/controls/listbox/client-side-programming/events/onclientitemsrequested.md b/controls/listbox/client-side-programming/events/onclientitemsrequested.md index 80b55677dc..7ee6d58abb 100644 --- a/controls/listbox/client-side-programming/events/onclientitemsrequested.md +++ b/controls/listbox/client-side-programming/events/onclientitemsrequested.md @@ -3,6 +3,7 @@ title: OnClientItemsRequested page_title: OnClientItemsRequested - RadListBox description: Check our Web Forms article about OnClientItemsRequested. slug: listbox/client-side-programming/events/onclientitemsrequested +components: ["listbox"] tags: onclientitemsrequested published: True position: 15 diff --git a/controls/listbox/client-side-programming/events/onclientitemsrequestfailed.md b/controls/listbox/client-side-programming/events/onclientitemsrequestfailed.md index eb4a5c2c57..86b9f750f2 100644 --- a/controls/listbox/client-side-programming/events/onclientitemsrequestfailed.md +++ b/controls/listbox/client-side-programming/events/onclientitemsrequestfailed.md @@ -3,6 +3,7 @@ title: OnClientItemsRequestFailed page_title: OnClientItemsRequestFailed - RadListBox description: Check our Web Forms article about OnClientItemsRequestFailed. slug: listbox/client-side-programming/events/onclientitemsrequestfailed +components: ["listbox"] tags: onclientitemsrequestfailed published: True position: 16 diff --git a/controls/listbox/client-side-programming/events/onclientitemsrequesting.md b/controls/listbox/client-side-programming/events/onclientitemsrequesting.md index 6b96beff55..99f82784b7 100644 --- a/controls/listbox/client-side-programming/events/onclientitemsrequesting.md +++ b/controls/listbox/client-side-programming/events/onclientitemsrequesting.md @@ -3,6 +3,7 @@ title: OnClientItemsRequesting page_title: OnClientItemsRequesting - RadListBox description: Check our Web Forms article about OnClientItemsRequesting. slug: listbox/client-side-programming/events/onclientitemsrequesting +components: ["listbox"] tags: onclientitemsrequesting published: True position: 14 diff --git a/controls/listbox/client-side-programming/events/onclientload.md b/controls/listbox/client-side-programming/events/onclientload.md index a692fb385b..e699497684 100644 --- a/controls/listbox/client-side-programming/events/onclientload.md +++ b/controls/listbox/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadListBox description: Check our Web Forms article about OnClientLoad. slug: listbox/client-side-programming/events/onclientload +components: ["listbox"] tags: onclientload published: True position: 1 diff --git a/controls/listbox/client-side-programming/events/onclientmouseout.md b/controls/listbox/client-side-programming/events/onclientmouseout.md index 8b5113a4e7..e5946e0401 100644 --- a/controls/listbox/client-side-programming/events/onclientmouseout.md +++ b/controls/listbox/client-side-programming/events/onclientmouseout.md @@ -3,6 +3,7 @@ title: OnClientMouseOut page_title: OnClientMouseOut - RadListBox description: Check our Web Forms article about OnClientMouseOut. slug: listbox/client-side-programming/events/onclientmouseout +components: ["listbox"] tags: onclientmouseout published: True position: 24 diff --git a/controls/listbox/client-side-programming/events/onclientmouseover.md b/controls/listbox/client-side-programming/events/onclientmouseover.md index 6cfdf2e2b5..b72ca20b54 100644 --- a/controls/listbox/client-side-programming/events/onclientmouseover.md +++ b/controls/listbox/client-side-programming/events/onclientmouseover.md @@ -3,6 +3,7 @@ title: OnClientMouseOver page_title: OnClientMouseOver - RadListBox description: Check our Web Forms article about OnClientMouseOver. slug: listbox/client-side-programming/events/onclientmouseover +components: ["listbox"] tags: onclientmouseover published: True position: 23 diff --git a/controls/listbox/client-side-programming/events/onclientreordered.md b/controls/listbox/client-side-programming/events/onclientreordered.md index d9b34a2d07..080b374b5c 100644 --- a/controls/listbox/client-side-programming/events/onclientreordered.md +++ b/controls/listbox/client-side-programming/events/onclientreordered.md @@ -3,6 +3,7 @@ title: OnClientReordered page_title: OnClientReordered - RadListBox description: Check our Web Forms article about OnClientReordered. slug: listbox/client-side-programming/events/onclientreordered +components: ["listbox"] tags: onclientreordered published: True position: 18 diff --git a/controls/listbox/client-side-programming/events/onclientreordering.md b/controls/listbox/client-side-programming/events/onclientreordering.md index 48f44b78ce..f45bb7708b 100644 --- a/controls/listbox/client-side-programming/events/onclientreordering.md +++ b/controls/listbox/client-side-programming/events/onclientreordering.md @@ -3,6 +3,7 @@ title: OnClientReordering page_title: OnClientReordering - RadListBox description: Check our Web Forms article about OnClientReordering. slug: listbox/client-side-programming/events/onclientreordering +components: ["listbox"] tags: onclientreordering published: True position: 17 diff --git a/controls/listbox/client-side-programming/events/onclientselectedindexchanged.md b/controls/listbox/client-side-programming/events/onclientselectedindexchanged.md index 50570cc0e1..c8c85558ec 100644 --- a/controls/listbox/client-side-programming/events/onclientselectedindexchanged.md +++ b/controls/listbox/client-side-programming/events/onclientselectedindexchanged.md @@ -3,6 +3,7 @@ title: OnClientSelectedIndexChanged page_title: OnClientSelectedIndexChanged - RadListBox description: Check our Web Forms article about OnClientSelectedIndexChanged. slug: listbox/client-side-programming/events/onclientselectedindexchanged +components: ["listbox"] tags: onclientselectedindexchanged published: True position: 22 diff --git a/controls/listbox/client-side-programming/events/onclientselectedindexchanging.md b/controls/listbox/client-side-programming/events/onclientselectedindexchanging.md index 1647de62d5..324acf1f14 100644 --- a/controls/listbox/client-side-programming/events/onclientselectedindexchanging.md +++ b/controls/listbox/client-side-programming/events/onclientselectedindexchanging.md @@ -3,6 +3,7 @@ title: OnClientSelectedIndexChanging page_title: OnClientSelectedIndexChanging - RadListBox description: Check our Web Forms article about OnClientSelectedIndexChanging. slug: listbox/client-side-programming/events/onclientselectedindexchanging +components: ["listbox"] tags: onclientselectedindexchanging published: True position: 21 diff --git a/controls/listbox/client-side-programming/events/onclienttemplatedatabound.md b/controls/listbox/client-side-programming/events/onclienttemplatedatabound.md index b40868d36f..2ff2b21e40 100644 --- a/controls/listbox/client-side-programming/events/onclienttemplatedatabound.md +++ b/controls/listbox/client-side-programming/events/onclienttemplatedatabound.md @@ -3,6 +3,7 @@ title: OnClientTemplateDataBound page_title: OnClientTemplateDataBound - RadListBox description: Check our Web Forms article about OnClientTemplateDataBound. slug: listbox/client-side-programming/events/onclienttemplatedatabound +components: ["listbox"] tags: onclienttemplatedatabound published: True position: 26 diff --git a/controls/listbox/client-side-programming/events/onclienttransferred.md b/controls/listbox/client-side-programming/events/onclienttransferred.md index c8427a2850..74ce786f4d 100644 --- a/controls/listbox/client-side-programming/events/onclienttransferred.md +++ b/controls/listbox/client-side-programming/events/onclienttransferred.md @@ -3,6 +3,7 @@ title: OnClientTransferred page_title: OnClientTransferred - RadListBox description: Check our Web Forms article about OnClientTransferred. slug: listbox/client-side-programming/events/onclienttransferred +components: ["listbox"] tags: onclienttransferred published: True position: 20 diff --git a/controls/listbox/client-side-programming/events/onclienttransferring.md b/controls/listbox/client-side-programming/events/onclienttransferring.md index 4e5012fcfc..a18b103274 100644 --- a/controls/listbox/client-side-programming/events/onclienttransferring.md +++ b/controls/listbox/client-side-programming/events/onclienttransferring.md @@ -3,6 +3,7 @@ title: OnClientTransferring page_title: OnClientTransferring - RadListBox description: Check our Web Forms article about OnClientTransferring. slug: listbox/client-side-programming/events/onclienttransferring +components: ["listbox"] tags: onclienttransferring published: True position: 19 diff --git a/controls/listbox/client-side-programming/events/overview.md b/controls/listbox/client-side-programming/events/overview.md index b639ac2608..76f08d14e9 100644 --- a/controls/listbox/client-side-programming/events/overview.md +++ b/controls/listbox/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Events Overview page_title: Overview - RadListBox description: Check our Web Forms article about Overview. slug: listbox/client-side-programming/events/overview +components: ["listbox"] tags: overview published: True position: 0 diff --git a/controls/listbox/client-side-programming/objects/radlistbox-object.md b/controls/listbox/client-side-programming/objects/radlistbox-object.md index de3f8308fe..f37974d25a 100644 --- a/controls/listbox/client-side-programming/objects/radlistbox-object.md +++ b/controls/listbox/client-side-programming/objects/radlistbox-object.md @@ -3,6 +3,7 @@ title: RadListBox Object page_title: RadListBox Object - RadListBox description: Check our Web Forms article about RadListBox Object. slug: listbox/client-side-programming/objects/radlistbox-object +components: ["listbox"] tags: radlistbox,object published: True position: 0 diff --git a/controls/listbox/client-side-programming/objects/radlistboxitem-object.md b/controls/listbox/client-side-programming/objects/radlistboxitem-object.md index 805a00af55..74a928270c 100644 --- a/controls/listbox/client-side-programming/objects/radlistboxitem-object.md +++ b/controls/listbox/client-side-programming/objects/radlistboxitem-object.md @@ -3,6 +3,7 @@ title: RadListBoxItem Object page_title: RadListBoxItem Object - RadListBox description: Check our Web Forms article about RadListBoxItem Object. slug: listbox/client-side-programming/objects/radlistboxitem-object +components: ["listbox"] tags: radlistboxitem,object published: True position: 1 diff --git a/controls/listbox/client-side-programming/objects/radlistboxitemcollection-object.md b/controls/listbox/client-side-programming/objects/radlistboxitemcollection-object.md index a4a82198ef..89303e59af 100644 --- a/controls/listbox/client-side-programming/objects/radlistboxitemcollection-object.md +++ b/controls/listbox/client-side-programming/objects/radlistboxitemcollection-object.md @@ -3,6 +3,7 @@ title: RadListBoxItemCollection Object page_title: RadListBoxItemCollection Object - RadListBox description: Check our Web Forms article about RadListBoxItemCollection Object. slug: listbox/client-side-programming/objects/radlistboxitemcollection-object +components: ["listbox"] tags: radlistboxitemcollection,object published: True position: 2 diff --git a/controls/listbox/client-side-programming/overview.md b/controls/listbox/client-side-programming/overview.md index 188044002b..5cb1eb2f09 100644 --- a/controls/listbox/client-side-programming/overview.md +++ b/controls/listbox/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadListBox description: Check our Web Forms article about Overview. slug: listbox/client-side-programming/overview +components: ["listbox"] tags: overview published: True position: 0 diff --git a/controls/listbox/data-binding/automatic-database-updates.md b/controls/listbox/data-binding/automatic-database-updates.md index d69f8d7434..546d8e5040 100644 --- a/controls/listbox/data-binding/automatic-database-updates.md +++ b/controls/listbox/data-binding/automatic-database-updates.md @@ -3,6 +3,7 @@ title: Automatic Database Updates page_title: Automatic Database Updates - RadListBox description: Check our Web Forms article about Automatic Database Updates. slug: listbox/data-binding/automatic-database-updates +components: ["listbox"] tags: automatic,database,updates published: True position: 4 diff --git a/controls/listbox/data-binding/binding-to-array-or-arraylist.md b/controls/listbox/data-binding/binding-to-array-or-arraylist.md index 560ebf112c..5a68c92ff5 100644 --- a/controls/listbox/data-binding/binding-to-array-or-arraylist.md +++ b/controls/listbox/data-binding/binding-to-array-or-arraylist.md @@ -3,6 +3,7 @@ title: Binding to Array or ArrayList page_title: Binding to Array or ArrayList - RadListBox description: Check our Web Forms article about Binding to Array or ArrayList. slug: listbox/data-binding/binding-to-array-or-arraylist +components: ["listbox"] tags: binding,to,array,or,arraylist published: True position: 2 diff --git a/controls/listbox/data-binding/binding-to-asp.net-datasource-components.md b/controls/listbox/data-binding/binding-to-asp.net-datasource-components.md index 58bcfe99ca..96fb683440 100644 --- a/controls/listbox/data-binding/binding-to-asp.net-datasource-components.md +++ b/controls/listbox/data-binding/binding-to-asp.net-datasource-components.md @@ -3,6 +3,7 @@ title: Binding to ASP.NET Datasource Components page_title: Binding to ASP.NET Datasource Components - RadListBox description: Check our Web Forms article about Binding to ASP.NET Datasource Components. slug: listbox/data-binding/binding-to-asp.net-datasource-components +components: ["listbox"] tags: binding,to,asp.net,datasource,components published: True position: 3 diff --git a/controls/listbox/data-binding/binding-to-datatable,-dataset-or-dataview.md b/controls/listbox/data-binding/binding-to-datatable,-dataset-or-dataview.md index 7b6c8c4aff..8d4202b4e6 100644 --- a/controls/listbox/data-binding/binding-to-datatable,-dataset-or-dataview.md +++ b/controls/listbox/data-binding/binding-to-datatable,-dataset-or-dataview.md @@ -3,6 +3,7 @@ title: Binding to DataTable, DataSet or DataView page_title: Binding to DataTable, DataSet or DataView - RadListBox description: Check our Web Forms article about Binding to DataTable, DataSet or DataView. slug: listbox/data-binding/binding-to-datatable,-dataset-or-dataview +components: ["listbox"] tags: binding,to,datatable,,dataset,or,dataview published: True position: 1 diff --git a/controls/listbox/data-binding/binding-to-odata.md b/controls/listbox/data-binding/binding-to-odata.md index 1c1c14242c..de8666c0c3 100644 --- a/controls/listbox/data-binding/binding-to-odata.md +++ b/controls/listbox/data-binding/binding-to-odata.md @@ -3,6 +3,7 @@ title: Binding to OData page_title: Binding to OData - RadListBox description: Check our Web Forms article about Binding to OData. slug: listbox/data-binding/binding-to-odata +components: ["listbox"] tags: binding,to,odata published: True position: 5 diff --git a/controls/listbox/data-binding/binding-to-radclientdatasource.md b/controls/listbox/data-binding/binding-to-radclientdatasource.md index f78930035a..598e83eb3c 100644 --- a/controls/listbox/data-binding/binding-to-radclientdatasource.md +++ b/controls/listbox/data-binding/binding-to-radclientdatasource.md @@ -3,6 +3,7 @@ title: Binding to RadClientDataSource page_title: Binding to RadClientDataSource - RadListBox description: Check our Web Forms article about Binding to RadClientDataSource. slug: listbox/data-binding/binding-to-radclientdatasource +components: ["listbox"] tags: binding,to,radclientdatasource published: True position: 6 diff --git a/controls/listbox/data-binding/overview.md b/controls/listbox/data-binding/overview.md index 6509eaaf9c..382a74bb82 100644 --- a/controls/listbox/data-binding/overview.md +++ b/controls/listbox/data-binding/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Data Binding Overview - RadListBox description: Check our Web Forms article about Overview. slug: listbox/data-binding/overview +components: ["listbox"] tags: overview published: True position: 0 diff --git a/controls/listbox/design-time/item-builder.md b/controls/listbox/design-time/item-builder.md index 03a1079c3f..4960a3cbf4 100644 --- a/controls/listbox/design-time/item-builder.md +++ b/controls/listbox/design-time/item-builder.md @@ -3,6 +3,7 @@ title: Item Builder page_title: Item Builder - RadListBox description: Check our Web Forms article about Item Builder. slug: listbox/design-time/item-builder +components: ["listbox"] tags: item,builder published: True position: 1 diff --git a/controls/listbox/design-time/smart-tag.md b/controls/listbox/design-time/smart-tag.md index e6a9179590..36ac2886e7 100644 --- a/controls/listbox/design-time/smart-tag.md +++ b/controls/listbox/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadListBox description: Check our Web Forms article about Smart Tag. slug: listbox/design-time/smart-tag +components: ["listbox"] tags: smart,tag published: True position: 0 diff --git a/controls/listbox/design-time/template-editor.md b/controls/listbox/design-time/template-editor.md index edd16c3619..bde594a14e 100644 --- a/controls/listbox/design-time/template-editor.md +++ b/controls/listbox/design-time/template-editor.md @@ -3,6 +3,7 @@ title: Template Editor page_title: Template Editor - RadListBox description: Check our Web Forms article about Template Editor. slug: listbox/design-time/template-editor +components: ["listbox"] tags: template,editor published: True position: 2 diff --git a/controls/listbox/functionality/adding-images-and-checkboxes-to-items.md b/controls/listbox/functionality/adding-images-and-checkboxes-to-items.md index e6d5c40bb6..dcdb6d0a84 100644 --- a/controls/listbox/functionality/adding-images-and-checkboxes-to-items.md +++ b/controls/listbox/functionality/adding-images-and-checkboxes-to-items.md @@ -3,6 +3,7 @@ title: Adding Images and Checkboxes to Items page_title: Adding Images and Checkboxes to Items - RadListBox description: Check our Web Forms article about Adding Images and Checkboxes to Items. slug: listbox/functionality/adding-images-and-checkboxes-to-items +components: ["listbox"] tags: adding,images,and,checkboxes,to,items published: True position: 5 diff --git a/controls/listbox/functionality/button-settings.md b/controls/listbox/functionality/button-settings.md index 40a3791457..f1f2eb8280 100644 --- a/controls/listbox/functionality/button-settings.md +++ b/controls/listbox/functionality/button-settings.md @@ -3,6 +3,7 @@ title: Button Settings page_title: Button Settings - RadListBox description: Check our Web Forms article about Button Settings. slug: listbox/functionality/button-settings +components: ["listbox"] tags: button,settings published: True position: 4 diff --git a/controls/listbox/functionality/drag-and-drop.md b/controls/listbox/functionality/drag-and-drop.md index 828baefdc3..d4badc7724 100644 --- a/controls/listbox/functionality/drag-and-drop.md +++ b/controls/listbox/functionality/drag-and-drop.md @@ -3,6 +3,7 @@ title: Drag and Drop page_title: Drag and Drop - RadListBox description: Check our Web Forms article about Drag and Drop. slug: listbox/functionality/drag-and-drop +components: ["listbox"] tags: drag,and,drop published: True position: 3 diff --git a/controls/listbox/functionality/lazy-load-images.md b/controls/listbox/functionality/lazy-load-images.md index 7f0d43b414..66b631add2 100644 --- a/controls/listbox/functionality/lazy-load-images.md +++ b/controls/listbox/functionality/lazy-load-images.md @@ -3,6 +3,7 @@ title: Image Lazy Loading page_title: Image Lazy Loading - RadListBox description: Check our Web Forms article about Image Lazy Loading. slug: listbox/functionality/image-lazy-loading +components: ["listbox"] tags: image,lazy,loading,performance published: True position: 8 diff --git a/controls/listbox/functionality/load-on-demand.md b/controls/listbox/functionality/load-on-demand.md index 48b33d5157..546a3f1da0 100644 --- a/controls/listbox/functionality/load-on-demand.md +++ b/controls/listbox/functionality/load-on-demand.md @@ -3,6 +3,7 @@ title: Load On Demand page_title: Load On Demand - RadListBox description: Check our Web Forms article about Load On Demand. slug: listbox/functionality/load-on-demand +components: ["listbox"] tags: load,on,demand published: True position: 7 diff --git a/controls/listbox/functionality/render-modes.md b/controls/listbox/functionality/render-modes.md index cc4ec6e581..7a929b5ada 100644 --- a/controls/listbox/functionality/render-modes.md +++ b/controls/listbox/functionality/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadListBox description: Check our Web Forms article about Render Modes. slug: listbox/functionality/render-modes +components: ["listbox"] tags: render,modes published: True position: 0 diff --git a/controls/listbox/functionality/reorder.md b/controls/listbox/functionality/reorder.md index db2bdac458..382add52ab 100644 --- a/controls/listbox/functionality/reorder.md +++ b/controls/listbox/functionality/reorder.md @@ -3,6 +3,7 @@ title: Reorder page_title: Reorder - RadListBox description: Check our Web Forms article about Reorder. slug: listbox/functionality/reorder +components: ["listbox"] tags: reorder published: True position: 1 diff --git a/controls/listbox/functionality/transfer.md b/controls/listbox/functionality/transfer.md index 32baee35c1..27eddf6f4a 100644 --- a/controls/listbox/functionality/transfer.md +++ b/controls/listbox/functionality/transfer.md @@ -3,6 +3,7 @@ title: Transfer page_title: Transfer - RadListBox description: Check our Web Forms article about Transfer. slug: listbox/functionality/transfer +components: ["listbox"] tags: transfer published: True position: 2 diff --git a/controls/listbox/functionality/validation.md b/controls/listbox/functionality/validation.md index dbbc71c8d1..fcd68a5572 100644 --- a/controls/listbox/functionality/validation.md +++ b/controls/listbox/functionality/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadListBox description: Check our Web Forms article about Validation. slug: listbox/functionality/validation +components: ["listbox"] tags: validation published: True position: 6 diff --git a/controls/listbox/getting-started.md b/controls/listbox/getting-started.md index 4f12afd0aa..6e8575bd08 100644 --- a/controls/listbox/getting-started.md +++ b/controls/listbox/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadListBox description: Check our Web Forms article about Getting Started. slug: listbox/getting-started +components: ["listbox"] tags: getting,started published: True position: 4 diff --git a/controls/listbox/how-to/add-a-check-all-item.md b/controls/listbox/how-to/add-a-check-all-item.md index 841ff2a510..75d55df6d1 100644 --- a/controls/listbox/how-to/add-a-check-all-item.md +++ b/controls/listbox/how-to/add-a-check-all-item.md @@ -3,6 +3,7 @@ title: Add a Check All Item page_title: Add a Check All Item - RadListBox description: Check our Web Forms article about Add a Check All Item. slug: listbox/how-to/add-a-check-all-item +components: ["listbox"] tags: add,a,check,all,item published: True position: 4 diff --git a/controls/listbox/how-to/escape-html-tags-in-the-text-of-the-items-when-they-are-created-on-the-client-side.md b/controls/listbox/how-to/escape-html-tags-in-the-text-of-the-items-when-they-are-created-on-the-client-side.md index 9e477c9d81..63ef414fef 100644 --- a/controls/listbox/how-to/escape-html-tags-in-the-text-of-the-items-when-they-are-created-on-the-client-side.md +++ b/controls/listbox/how-to/escape-html-tags-in-the-text-of-the-items-when-they-are-created-on-the-client-side.md @@ -3,6 +3,7 @@ title: Escape HTML Tags in the Text of the Items When They Are Created on the Cl page_title: Escape HTML Tags in the Text of the Items When They Are Created on the Client-side - RadListBox description: Check our Web Forms article about Escape HTML Tags in the Text of the Items When They Are Created on the Client-side. slug: listbox/how-to/escape-html-tags-in-the-text-of-the-items-when-they-are-created-on-the-client-side +components: ["listbox"] tags: escape,html,tags,in,the,text,of,the,items,when,they,are,created,on,the,client-side published: True position: 6 diff --git a/controls/listbox/how-to/hide-the-transfer-to-left-button.md b/controls/listbox/how-to/hide-the-transfer-to-left-button.md index 7ee3c680e0..a926d4e44a 100644 --- a/controls/listbox/how-to/hide-the-transfer-to-left-button.md +++ b/controls/listbox/how-to/hide-the-transfer-to-left-button.md @@ -3,6 +3,7 @@ title: Hide the Transfer to Left button page_title: Hide the Transfer to Left button - RadListBox description: Check our Web Forms article about Hide the Transfer to Left button. slug: listbox/how-to/hide-the-transfer-to-left-button +components: ["listbox"] tags: hide,the,transfer,to,left,button published: True position: 3 diff --git a/controls/listbox/how-to/implement-custom-sorting.md b/controls/listbox/how-to/implement-custom-sorting.md index de3981697a..31e6535b14 100644 --- a/controls/listbox/how-to/implement-custom-sorting.md +++ b/controls/listbox/how-to/implement-custom-sorting.md @@ -3,6 +3,7 @@ title: Implement Custom Sorting page_title: Implement Custom Sorting - RadListBox description: Check our Web Forms article about Implement Custom Sorting. slug: listbox/how-to/implement-custom-sorting +components: ["listbox"] tags: implement,custom,sorting published: True position: 3 diff --git a/controls/listbox/how-to/scroll-items-horizontally.md b/controls/listbox/how-to/scroll-items-horizontally.md index c1505ed4ac..e016fa199e 100644 --- a/controls/listbox/how-to/scroll-items-horizontally.md +++ b/controls/listbox/how-to/scroll-items-horizontally.md @@ -3,6 +3,7 @@ title: Scroll Items Horizontally page_title: Scroll Items Horizontally - RadListBox description: Check our Web Forms article about Scroll Items Horizontally. slug: listbox/how-to/scroll-items-horizontally +components: ["listbox"] tags: scroll,items,horizontally published: True position: 0 diff --git a/controls/listbox/how-to/set-a-tooltip-to-the-navigation-buttons.md b/controls/listbox/how-to/set-a-tooltip-to-the-navigation-buttons.md index 0e111a506a..8fd54e737e 100644 --- a/controls/listbox/how-to/set-a-tooltip-to-the-navigation-buttons.md +++ b/controls/listbox/how-to/set-a-tooltip-to-the-navigation-buttons.md @@ -3,6 +3,7 @@ title: Set a ToolTip to the Navigation Buttons page_title: Set a ToolTip to the Navigation Buttons - RadListBox description: Check our Web Forms article about Set a ToolTip to the Navigation Buttons. slug: listbox/how-to/set-a-tooltip-to-the-navigation-buttons +components: ["listbox"] tags: set,a,tooltip,to,the,navigation,buttons published: True position: 5 diff --git a/controls/listbox/how-to/transfer-items-to-listbox-loaded-on-demand.md b/controls/listbox/how-to/transfer-items-to-listbox-loaded-on-demand.md index b55b5c1e13..c6e970a268 100644 --- a/controls/listbox/how-to/transfer-items-to-listbox-loaded-on-demand.md +++ b/controls/listbox/how-to/transfer-items-to-listbox-loaded-on-demand.md @@ -3,6 +3,7 @@ title: Transfer Items to ListBox Loaded on Demand page_title: Transfer Items to ListBox Loaded on Demand - RadListBox description: Check our Web Forms article about Transfer Items to ListBox Loaded on Demand. slug: listbox/how-to/transfer-items-to-listbox-loaded-on-demand +components: ["listbox"] tags: transfer,items,loaded,on,demand published: True position: 8 diff --git a/controls/listbox/how-to/transfer-specific-items-with-transfer-all-button.md b/controls/listbox/how-to/transfer-specific-items-with-transfer-all-button.md index 31c6a2b98c..d71ff4b7d8 100644 --- a/controls/listbox/how-to/transfer-specific-items-with-transfer-all-button.md +++ b/controls/listbox/how-to/transfer-specific-items-with-transfer-all-button.md @@ -3,6 +3,7 @@ title: Transfer Specific Items with Transfer All Button page_title: Transfer Specific Items with Transfer All Button - RadListBox description: Check our Web Forms article about Transfer Specific Items with Transfer All Button. slug: listbox/how-to/transfer-specific-items-with-transfer-all-button +components: ["listbox"] tags: transfer,specific,items,with,transfer,all,button published: True position: 2 diff --git a/controls/listbox/how-to/use-radcontextmenu-with-radlistbox.md b/controls/listbox/how-to/use-radcontextmenu-with-radlistbox.md index 789be4c1ab..67be0d3c1b 100644 --- a/controls/listbox/how-to/use-radcontextmenu-with-radlistbox.md +++ b/controls/listbox/how-to/use-radcontextmenu-with-radlistbox.md @@ -3,6 +3,7 @@ title: Use RadContextMenu with RadListBox page_title: Use RadContextMenu with RadListBox - RadListBox description: Check our Web Forms article about Use RadContextMenu with RadListBox. slug: listbox/how-to/use-radcontextmenu-with-radlistbox +components: ["listbox"] tags: use,radcontextmenu,with,radlistbox published: True position: 1 diff --git a/controls/listbox/mobile-support/render-modes.md b/controls/listbox/mobile-support/render-modes.md index 299d011e70..1ec458e828 100644 --- a/controls/listbox/mobile-support/render-modes.md +++ b/controls/listbox/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadListBox description: Check our Web Forms article about Render Modes. slug: listbox/mobile-support/render-modes +components: ["listbox"] tags: render,modes published: True position: 0 diff --git a/controls/listbox/overview.md b/controls/listbox/overview.md index 4578d68c6b..7b82af6186 100644 --- a/controls/listbox/overview.md +++ b/controls/listbox/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadListBox Overview description: Discover the ListBox control and its features for displaying and managing a list of selectable items. slug: listbox/overview +components: ["listbox"] tags: overview published: True position: 0 diff --git a/controls/listbox/radlistbox-items/declaring-the-items-inline.md b/controls/listbox/radlistbox-items/declaring-the-items-inline.md index 6a1f8502db..f805ee15f6 100644 --- a/controls/listbox/radlistbox-items/declaring-the-items-inline.md +++ b/controls/listbox/radlistbox-items/declaring-the-items-inline.md @@ -3,6 +3,7 @@ title: Declaring the Items Inline page_title: Declaring the Items Inline - RadListBox description: Check our Web Forms article about Declaring the Items Inline. slug: listbox/radlistbox-items/declaring-the-items-inline +components: ["listbox"] tags: declaring,the,items,inline published: True position: 1 diff --git a/controls/listbox/radlistbox-items/loading-items-from-xml.md b/controls/listbox/radlistbox-items/loading-items-from-xml.md index 7edef4bc2f..3f0517b22b 100644 --- a/controls/listbox/radlistbox-items/loading-items-from-xml.md +++ b/controls/listbox/radlistbox-items/loading-items-from-xml.md @@ -3,6 +3,7 @@ title: Loading Items from XML page_title: Loading Items from XML - RadListBox description: Check our Web Forms article about Loading Items from XML. slug: listbox/radlistbox-items/loading-items-from-xml +components: ["listbox"] tags: loading,items,from,xml published: True position: 2 diff --git a/controls/listbox/radlistbox-items/overview.md b/controls/listbox/radlistbox-items/overview.md index 8a0dc37ecb..33a2403dd2 100644 --- a/controls/listbox/radlistbox-items/overview.md +++ b/controls/listbox/radlistbox-items/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadListBox Items Overview - RadListBox description: Check our Web Forms article about Overview. slug: listbox/radlistbox-items/overview +components: ["listbox"] tags: overview published: True position: 0 diff --git a/controls/listbox/radlistbox-items/working-at-client-side.md b/controls/listbox/radlistbox-items/working-at-client-side.md index 9d3fd29a3e..b4e8f743b0 100644 --- a/controls/listbox/radlistbox-items/working-at-client-side.md +++ b/controls/listbox/radlistbox-items/working-at-client-side.md @@ -3,6 +3,7 @@ title: Working at Client-side page_title: Working at Client-side - RadListBox description: Check our Web Forms article about Working at Client-side. slug: listbox/radlistbox-items/working-at-client-side +components: ["listbox"] tags: working,at,client-side published: True position: 4 diff --git a/controls/listbox/radlistbox-items/working-at-server-side.md b/controls/listbox/radlistbox-items/working-at-server-side.md index 33c4cfc95a..fe2a321bcb 100644 --- a/controls/listbox/radlistbox-items/working-at-server-side.md +++ b/controls/listbox/radlistbox-items/working-at-server-side.md @@ -3,6 +3,7 @@ title: Working at Server-side page_title: Working at Server-side - RadListBox description: Check our Web Forms article about Working at Server-side. slug: listbox/radlistbox-items/working-at-server-side +components: ["listbox"] tags: working,at,server-side published: True position: 3 diff --git a/controls/listbox/server-side-programming/checkallcheck.md b/controls/listbox/server-side-programming/checkallcheck.md index 889927f771..7c4d57bfbe 100644 --- a/controls/listbox/server-side-programming/checkallcheck.md +++ b/controls/listbox/server-side-programming/checkallcheck.md @@ -3,6 +3,7 @@ title: CheckAllCheck page_title: CheckAllCheck - RadListBox description: Check our Web Forms article about CheckAllCheck. slug: listbox/server-side-programming/server-events/checkallcheck +components: ["listbox"] tags: checkallcheck published: True position: 10 diff --git a/controls/listbox/server-side-programming/deleted.md b/controls/listbox/server-side-programming/deleted.md index 48a5f04a00..ea9dec6dad 100644 --- a/controls/listbox/server-side-programming/deleted.md +++ b/controls/listbox/server-side-programming/deleted.md @@ -3,6 +3,7 @@ title: Deleted page_title: Deleted - RadListBox description: Check our Web Forms article about Deleted. slug: listbox/server-side-programming/server-events/deleted +components: ["listbox"] tags: deleted published: True position: 14 diff --git a/controls/listbox/server-side-programming/deleting.md b/controls/listbox/server-side-programming/deleting.md index 584f7f2d43..b39ce9c4dc 100644 --- a/controls/listbox/server-side-programming/deleting.md +++ b/controls/listbox/server-side-programming/deleting.md @@ -3,6 +3,7 @@ title: Deleting page_title: Deleting - RadListBox description: Check our Web Forms article about Deleting. slug: listbox/server-side-programming/server-events/deleting +components: ["listbox"] tags: deleting published: True position: 13 diff --git a/controls/listbox/server-side-programming/dropped.md b/controls/listbox/server-side-programming/dropped.md index c9db1d76de..c81e9f0e60 100644 --- a/controls/listbox/server-side-programming/dropped.md +++ b/controls/listbox/server-side-programming/dropped.md @@ -3,6 +3,7 @@ title: Dropped page_title: Dropped - RadListBox description: Check our Web Forms article about Dropped. slug: listbox/server-side-programming/server-events/dropped +components: ["listbox"] tags: dropped published: True position: 2 diff --git a/controls/listbox/server-side-programming/dropping.md b/controls/listbox/server-side-programming/dropping.md index 86efbc6da0..8df1922f32 100644 --- a/controls/listbox/server-side-programming/dropping.md +++ b/controls/listbox/server-side-programming/dropping.md @@ -3,6 +3,7 @@ title: Dropping page_title: Dropping - RadListBox description: Check our Web Forms article about Dropping. slug: listbox/server-side-programming/server-events/dropping +components: ["listbox"] tags: dropping published: True position: 1 diff --git a/controls/listbox/server-side-programming/inserted.md b/controls/listbox/server-side-programming/inserted.md index 18a3d5add5..c052202449 100644 --- a/controls/listbox/server-side-programming/inserted.md +++ b/controls/listbox/server-side-programming/inserted.md @@ -3,6 +3,7 @@ title: Inserted page_title: Inserted - RadListBox description: Check our Web Forms article about Inserted. slug: listbox/server-side-programming/server-events/inserted +components: ["listbox"] tags: inserted published: True position: 16 diff --git a/controls/listbox/server-side-programming/inserting.md b/controls/listbox/server-side-programming/inserting.md index 3089d4af98..da17a96a94 100644 --- a/controls/listbox/server-side-programming/inserting.md +++ b/controls/listbox/server-side-programming/inserting.md @@ -3,6 +3,7 @@ title: Inserting page_title: Inserting - RadListBox description: Check our Web Forms article about Inserting. slug: listbox/server-side-programming/server-events/inserting +components: ["listbox"] tags: inserting published: True position: 15 diff --git a/controls/listbox/server-side-programming/itemcheck.md b/controls/listbox/server-side-programming/itemcheck.md index 9cf4f5b75b..661e7508d6 100644 --- a/controls/listbox/server-side-programming/itemcheck.md +++ b/controls/listbox/server-side-programming/itemcheck.md @@ -3,6 +3,7 @@ title: ItemCheck page_title: ItemCheck - RadListBox description: Check our Web Forms article about ItemCheck. slug: listbox/server-side-programming/server-events/itemcheck +components: ["listbox"] tags: itemcheck published: True position: 9 diff --git a/controls/listbox/server-side-programming/itemcreated.md b/controls/listbox/server-side-programming/itemcreated.md index e2afc25302..1cb93c1c43 100644 --- a/controls/listbox/server-side-programming/itemcreated.md +++ b/controls/listbox/server-side-programming/itemcreated.md @@ -3,6 +3,7 @@ title: ItemCreated page_title: ItemCreated - RadListBox description: Check our Web Forms article about ItemCreated. slug: listbox/server-side-programming/server-events/itemcreated +components: ["listbox"] tags: itemcreated published: True position: 17 diff --git a/controls/listbox/server-side-programming/itemsrequested.md b/controls/listbox/server-side-programming/itemsrequested.md index 55fb9eb11d..80e5f8096e 100644 --- a/controls/listbox/server-side-programming/itemsrequested.md +++ b/controls/listbox/server-side-programming/itemsrequested.md @@ -3,6 +3,7 @@ title: ItemsRequested page_title: ItemsRequested - RadListBox description: Check our Web Forms article about ItemsRequested. slug: listbox/server-side-programming/server-events/itemsrequested +components: ["listbox"] tags: itemsrequested published: True position: 18 diff --git a/controls/listbox/server-side-programming/overview.md b/controls/listbox/server-side-programming/overview.md index 19b18415ba..f0dc614548 100644 --- a/controls/listbox/server-side-programming/overview.md +++ b/controls/listbox/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadListBox description: Check our Web Forms article about Overview. slug: listbox/server-side-programming/server-events/overview +components: ["listbox"] tags: overview published: True position: 0 diff --git a/controls/listbox/server-side-programming/reordered.md b/controls/listbox/server-side-programming/reordered.md index c1bc3dd9dd..f52b85aa70 100644 --- a/controls/listbox/server-side-programming/reordered.md +++ b/controls/listbox/server-side-programming/reordered.md @@ -3,6 +3,7 @@ title: Reordered page_title: Reordered - RadListBox description: Check our Web Forms article about Reordered. slug: listbox/server-side-programming/server-events/reordered +components: ["listbox"] tags: reordered published: True position: 4 diff --git a/controls/listbox/server-side-programming/reordering.md b/controls/listbox/server-side-programming/reordering.md index 391a88ad50..3b895fbf6b 100644 --- a/controls/listbox/server-side-programming/reordering.md +++ b/controls/listbox/server-side-programming/reordering.md @@ -3,6 +3,7 @@ title: Reordering page_title: Reordering - RadListBox description: Check our Web Forms article about Reordering. slug: listbox/server-side-programming/server-events/reordering +components: ["listbox"] tags: reordering published: True position: 3 diff --git a/controls/listbox/server-side-programming/selectedindexchanged.md b/controls/listbox/server-side-programming/selectedindexchanged.md index 6d23c7a638..6a60b56ae4 100644 --- a/controls/listbox/server-side-programming/selectedindexchanged.md +++ b/controls/listbox/server-side-programming/selectedindexchanged.md @@ -3,6 +3,7 @@ title: SelectedIndexChanged page_title: SelectedIndexChanged - RadListBox description: Check our Web Forms article about SelectedIndexChanged. slug: listbox/server-side-programming/server-events/selectedindexchanged +components: ["listbox"] tags: selectedindexchanged published: True position: 7 diff --git a/controls/listbox/server-side-programming/textchanged.md b/controls/listbox/server-side-programming/textchanged.md index 86e721b196..ce698cc2ef 100644 --- a/controls/listbox/server-side-programming/textchanged.md +++ b/controls/listbox/server-side-programming/textchanged.md @@ -3,6 +3,7 @@ title: TextChanged page_title: TextChanged - RadListBox description: Check our Web Forms article about TextChanged. slug: listbox/server-side-programming/server-events/textchanged +components: ["listbox"] tags: textchanged published: True position: 8 diff --git a/controls/listbox/server-side-programming/transferred.md b/controls/listbox/server-side-programming/transferred.md index 38f4b0e587..66943a9b8e 100644 --- a/controls/listbox/server-side-programming/transferred.md +++ b/controls/listbox/server-side-programming/transferred.md @@ -3,6 +3,7 @@ title: Transferred page_title: Transferred - RadListBox description: Check our Web Forms article about Transferred. slug: listbox/server-side-programming/server-events/transferred +components: ["listbox"] tags: transferred published: True position: 12 diff --git a/controls/listbox/server-side-programming/transferring.md b/controls/listbox/server-side-programming/transferring.md index 69b189f401..dd018d1fde 100644 --- a/controls/listbox/server-side-programming/transferring.md +++ b/controls/listbox/server-side-programming/transferring.md @@ -3,6 +3,7 @@ title: Transferring page_title: Transferring - RadListBox description: Check our Web Forms article about Transferring. slug: listbox/server-side-programming/server-events/transferring +components: ["listbox"] tags: transferring published: True position: 11 diff --git a/controls/listbox/server-side-programming/updated.md b/controls/listbox/server-side-programming/updated.md index b8024e8772..0f6da1228e 100644 --- a/controls/listbox/server-side-programming/updated.md +++ b/controls/listbox/server-side-programming/updated.md @@ -3,6 +3,7 @@ title: Updated page_title: Updated - RadListBox description: Check our Web Forms article about Updated. slug: listbox/server-side-programming/server-events/updated +components: ["listbox"] tags: updated published: True position: 6 diff --git a/controls/listbox/server-side-programming/updating.md b/controls/listbox/server-side-programming/updating.md index d0785fada7..9dfb14d483 100644 --- a/controls/listbox/server-side-programming/updating.md +++ b/controls/listbox/server-side-programming/updating.md @@ -3,6 +3,7 @@ title: Updating page_title: Updating - RadListBox description: Check our Web Forms article about Updating. slug: listbox/server-side-programming/server-events/updating +components: ["listbox"] tags: updating published: True position: 5 diff --git a/controls/listbox/structure.md b/controls/listbox/structure.md index 6cd4efe8f2..4176cda943 100644 --- a/controls/listbox/structure.md +++ b/controls/listbox/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadListBox description: Check our Web Forms article about Structure. slug: listbox/structure +components: ["listbox"] tags: structure published: True position: 1 diff --git a/controls/listbox/templates/client-templates.md b/controls/listbox/templates/client-templates.md index 006bfeeeae..679dad7f99 100644 --- a/controls/listbox/templates/client-templates.md +++ b/controls/listbox/templates/client-templates.md @@ -3,6 +3,7 @@ title: Client Templates page_title: Client Templates - RadListBox description: Check our Web Forms article about Client Templates. slug: listbox/templates/client-templates +components: ["listbox"] tags: client,templates published: True position: 3 diff --git a/controls/listbox/templates/overview.md b/controls/listbox/templates/overview.md index 7461925b29..070905edc9 100644 --- a/controls/listbox/templates/overview.md +++ b/controls/listbox/templates/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Templates Overview - RadListBox description: Check our Web Forms article about Overview. slug: listbox/templates/overview +components: ["listbox"] tags: overview published: True position: 0 diff --git a/controls/listbox/templates/working-with-templates-at-design-time.md b/controls/listbox/templates/working-with-templates-at-design-time.md index aed814a035..8f1e52ec1b 100644 --- a/controls/listbox/templates/working-with-templates-at-design-time.md +++ b/controls/listbox/templates/working-with-templates-at-design-time.md @@ -3,6 +3,7 @@ title: Working with Templates at Design Time page_title: Working with Templates at Design Time - RadListBox description: Check our Web Forms article about Working with Templates at Design Time. slug: listbox/templates/working-with-templates-at-design-time +components: ["listbox"] tags: working,with,templates,at,design,time published: True position: 1 diff --git a/controls/listbox/templates/working-with-templates-at-runtime.md b/controls/listbox/templates/working-with-templates-at-runtime.md index 0372c38938..16b7d02d40 100644 --- a/controls/listbox/templates/working-with-templates-at-runtime.md +++ b/controls/listbox/templates/working-with-templates-at-runtime.md @@ -3,6 +3,7 @@ title: Working with Templates at Runtime page_title: Working with Templates at Runtime - RadListBox description: Check our Web Forms article about Working with Templates at Runtime. slug: listbox/templates/working-with-templates-at-runtime +components: ["listbox"] tags: working,with,templates,at,runtime published: True position: 2 diff --git a/controls/listbox/troubleshooting/appearance-and-styling.md b/controls/listbox/troubleshooting/appearance-and-styling.md index 7edf4a2b80..2513e3c7e1 100644 --- a/controls/listbox/troubleshooting/appearance-and-styling.md +++ b/controls/listbox/troubleshooting/appearance-and-styling.md @@ -3,6 +3,7 @@ title: Appearance and Styling page_title: Appearance and Styling - RadListBox description: Check our Web Forms article about Appearance and Styling. slug: listbox/troubleshooting/appearance-and-styling +components: ["listbox"] tags: appearance,and,styling published: True position: 0 diff --git a/controls/listbox/troubleshooting/clienttemplate-gets-lost-on-postback.md b/controls/listbox/troubleshooting/clienttemplate-gets-lost-on-postback.md index c553098867..76c6bd666c 100644 --- a/controls/listbox/troubleshooting/clienttemplate-gets-lost-on-postback.md +++ b/controls/listbox/troubleshooting/clienttemplate-gets-lost-on-postback.md @@ -3,6 +3,7 @@ title: ClientTemplate Gets Lost on PostBack page_title: ClientTemplate Gets Lost on PostBack - RadListBox description: Check our Web Forms article about ClientTemplate Gets Lost on PostBack. slug: listbox/troubleshooting/clienttemplate-gets-lost-on-postback +components: ["listbox"] tags: clienttemplate,gets,lost,on,postback published: True position: 3 diff --git a/controls/listbox/troubleshooting/duplicate-items-after-transfer-and-ajax.md b/controls/listbox/troubleshooting/duplicate-items-after-transfer-and-ajax.md index c55a2dc99f..0622aeff4b 100644 --- a/controls/listbox/troubleshooting/duplicate-items-after-transfer-and-ajax.md +++ b/controls/listbox/troubleshooting/duplicate-items-after-transfer-and-ajax.md @@ -3,6 +3,7 @@ title: Duplicate Items after Transfer and AJAX Request page_title: Duplicate Items after Transfer and AJAX Request - RadListBox description: Check our Web Forms article about Transfer an item client-side, make an AJAX request and then a postback causes the transferred item to duplicate, and a server error. slug: listbox/troubleshooting/duplicate-items-after-transfer-and-ajax +components: ["listbox"] tags: duplicate,item,ajax,request,transfer,postback,clientstate published: True position: 4 diff --git a/controls/listbox/troubleshooting/index-out-of-range-on-item-transfer-.md b/controls/listbox/troubleshooting/index-out-of-range-on-item-transfer-.md index b60d8873df..bfb70184cb 100644 --- a/controls/listbox/troubleshooting/index-out-of-range-on-item-transfer-.md +++ b/controls/listbox/troubleshooting/index-out-of-range-on-item-transfer-.md @@ -3,6 +3,7 @@ title: Index Out of Range on Item Transfer page_title: Index Out of Range on Item Transfer - RadListBox description: Check our Web Forms article about Index Out of Range on Item Transfer. slug: listbox/troubleshooting/index-out-of-range-on-item-transfer- +components: ["listbox"] tags: index,out,of,range,on,item,transfer, published: True position: 2 diff --git a/controls/listbox/troubleshooting/space-is-ignored-in-textbox-placed-in-itemtemplate.md b/controls/listbox/troubleshooting/space-is-ignored-in-textbox-placed-in-itemtemplate.md index 4bc0afc299..e6f9ccbf0c 100644 --- a/controls/listbox/troubleshooting/space-is-ignored-in-textbox-placed-in-itemtemplate.md +++ b/controls/listbox/troubleshooting/space-is-ignored-in-textbox-placed-in-itemtemplate.md @@ -3,6 +3,7 @@ title: Space Is Ignored in Textbox Placed in ItemTemplate page_title: Space Is Ignored in Textbox Placed in ItemTemplate - RadListBox description: Check our Web Forms article about Space Is Ignored in Textbox Placed in ItemTemplate. slug: listbox/troubleshooting/space-is-ignored-in-textbox-placed-in-itemtemplate +components: ["listbox"] tags: space,is,ignored,in,textbox,placed,in,itemtemplate published: True position: 1 diff --git a/controls/listbox/what-is-new.md b/controls/listbox/what-is-new.md index 3e146ec7a5..d9d19f20b1 100644 --- a/controls/listbox/what-is-new.md +++ b/controls/listbox/what-is-new.md @@ -3,6 +3,7 @@ title: What is New page_title: What is New - RadListBox description: Check our Web Forms article about What is New. slug: listbox/what-is-new +components: ["listbox"] tags: what,is,new published: False position: 2 diff --git a/controls/listview/appearance-and-styling/html-output-and-css-styling.md b/controls/listview/appearance-and-styling/html-output-and-css-styling.md index 45522c1e49..1a10f1b2af 100644 --- a/controls/listview/appearance-and-styling/html-output-and-css-styling.md +++ b/controls/listview/appearance-and-styling/html-output-and-css-styling.md @@ -3,6 +3,7 @@ title: HTML Output and CSS Styling page_title: HTML Output and CSS Styling - RadListView description: Check our Web Forms article about HTML Output and CSS Styling. slug: listview/appearance-and-styling/html-output-and-css-styling +components: ["listview"] tags: html,output,and,css,styling published: True position: 1 diff --git a/controls/listview/appearance-and-styling/skins.md b/controls/listview/appearance-and-styling/skins.md index 625b552918..e13430528f 100644 --- a/controls/listview/appearance-and-styling/skins.md +++ b/controls/listview/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadListView description: Check our Web Forms article about Skins. slug: listview/appearance-and-styling/skins +components: ["listview"] tags: skins published: True position: 0 diff --git a/controls/listview/changes-and-backwards-compatibility.md b/controls/listview/changes-and-backwards-compatibility.md index 41b1e502ba..131050b805 100644 --- a/controls/listview/changes-and-backwards-compatibility.md +++ b/controls/listview/changes-and-backwards-compatibility.md @@ -3,6 +3,7 @@ title: Changes and Backwards Compatibility page_title: Changes and Backwards Compatibility - RadListView description: Check our Web Forms article about Changes and Backwards Compatibility. slug: listview/changes-and-backwards-compatibility +components: ["listview"] tags: changes,and,backwards,compatibility published: True position: 1 diff --git a/controls/listview/client-side-programming/events/onitemdragging.md b/controls/listview/client-side-programming/events/onitemdragging.md index 00a8f64975..025398d183 100644 --- a/controls/listview/client-side-programming/events/onitemdragging.md +++ b/controls/listview/client-side-programming/events/onitemdragging.md @@ -3,6 +3,7 @@ title: OnItemDragging page_title: OnItemDragging - RadListView description: Check our Web Forms article about OnItemDragging. slug: listview/client-side-programming/events/onitemdragging +components: ["listview"] tags: onitemdragging published: True position: 4 diff --git a/controls/listview/client-side-programming/events/onitemdragstarted.md b/controls/listview/client-side-programming/events/onitemdragstarted.md index bd1edf47a1..fefe54d0d1 100644 --- a/controls/listview/client-side-programming/events/onitemdragstarted.md +++ b/controls/listview/client-side-programming/events/onitemdragstarted.md @@ -3,6 +3,7 @@ title: OnItemDragStarted page_title: OnItemDragStarted - RadListView description: Check our Web Forms article about OnItemDragStarted. slug: listview/client-side-programming/events/onitemdragstarted +components: ["listview"] tags: onitemdragstarted published: True position: 3 diff --git a/controls/listview/client-side-programming/events/onitemdropped.md b/controls/listview/client-side-programming/events/onitemdropped.md index 10642c3e3b..1636c2b5e3 100644 --- a/controls/listview/client-side-programming/events/onitemdropped.md +++ b/controls/listview/client-side-programming/events/onitemdropped.md @@ -3,6 +3,7 @@ title: OnItemDropped page_title: OnItemDropped - RadListView description: Check our Web Forms article about OnItemDropped. slug: listview/client-side-programming/events/onitemdropped +components: ["listview"] tags: onitemdropped published: True position: 6 diff --git a/controls/listview/client-side-programming/events/onitemdropping.md b/controls/listview/client-side-programming/events/onitemdropping.md index 60e278381a..4bcf525aec 100644 --- a/controls/listview/client-side-programming/events/onitemdropping.md +++ b/controls/listview/client-side-programming/events/onitemdropping.md @@ -3,6 +3,7 @@ title: OnItemDropping page_title: OnItemDropping - RadListView description: Check our Web Forms article about OnItemDropping. slug: listview/client-side-programming/events/onitemdropping +components: ["listview"] tags: onitemdropping published: True position: 5 diff --git a/controls/listview/client-side-programming/events/onlistviewcreated.md b/controls/listview/client-side-programming/events/onlistviewcreated.md index 5f570ce943..1a71ff02d9 100644 --- a/controls/listview/client-side-programming/events/onlistviewcreated.md +++ b/controls/listview/client-side-programming/events/onlistviewcreated.md @@ -3,6 +3,7 @@ title: OnListViewCreated page_title: OnListViewCreated - RadListView description: Check our Web Forms article about OnListViewCreated. slug: listview/client-side-programming/events/onlistviewcreated +components: ["listview"] tags: onlistviewcreated published: True position: 1 diff --git a/controls/listview/client-side-programming/events/onlistviewcreating.md b/controls/listview/client-side-programming/events/onlistviewcreating.md index 8995280dbc..ace474544f 100644 --- a/controls/listview/client-side-programming/events/onlistviewcreating.md +++ b/controls/listview/client-side-programming/events/onlistviewcreating.md @@ -3,6 +3,7 @@ title: OnListViewCreating page_title: OnListViewCreating - RadListView description: Check our Web Forms article about OnListViewCreating. slug: listview/client-side-programming/events/onlistviewcreating +components: ["listview"] tags: onlistviewcreating published: True position: 0 diff --git a/controls/listview/client-side-programming/events/onlistviewdestroying.md b/controls/listview/client-side-programming/events/onlistviewdestroying.md index d48fbb5ecc..97e44d78ac 100644 --- a/controls/listview/client-side-programming/events/onlistviewdestroying.md +++ b/controls/listview/client-side-programming/events/onlistviewdestroying.md @@ -3,6 +3,7 @@ title: OnListViewDestroying page_title: OnListViewDestroying - RadListView description: Check our Web Forms article about OnListViewDestroying. slug: listview/client-side-programming/events/onlistviewdestroying +components: ["listview"] tags: onlistviewdestroying published: True position: 2 diff --git a/controls/listview/client-side-programming/getting-listview-client-object.md b/controls/listview/client-side-programming/getting-listview-client-object.md index c520f027c6..92fe745cd7 100644 --- a/controls/listview/client-side-programming/getting-listview-client-object.md +++ b/controls/listview/client-side-programming/getting-listview-client-object.md @@ -3,6 +3,7 @@ title: Getting ListView Client Object page_title: Getting ListView Client Object - RadListView description: Check our Web Forms article about Getting ListView Client Object. slug: listview/client-side-programming/getting-listview-client-object +components: ["listview"] tags: getting,listview,client,object published: True position: 1 diff --git a/controls/listview/client-side-programming/overview.md b/controls/listview/client-side-programming/overview.md index 04f5214363..63753b4553 100644 --- a/controls/listview/client-side-programming/overview.md +++ b/controls/listview/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadListView description: Check our Web Forms article about Overview. slug: listview/client-side-programming/overview +components: ["listview"] tags: overview published: True position: 0 diff --git a/controls/listview/client-side-programming/radlistview/methods/cancelinsert.md b/controls/listview/client-side-programming/radlistview/methods/cancelinsert.md index ddbf6af121..c9e3b738db 100644 --- a/controls/listview/client-side-programming/radlistview/methods/cancelinsert.md +++ b/controls/listview/client-side-programming/radlistview/methods/cancelinsert.md @@ -3,6 +3,7 @@ title: cancelInsert page_title: cancelInsert - RadListView description: Check our Web Forms article about cancelInsert. slug: listview/client-side-programming/radlistview/methods/cancelinsert +components: ["listview"] tags: cancelinsert published: True position: 6 diff --git a/controls/listview/client-side-programming/radlistview/methods/cancelupdate.md b/controls/listview/client-side-programming/radlistview/methods/cancelupdate.md index 0e6e35cc1d..fc883b87fb 100644 --- a/controls/listview/client-side-programming/radlistview/methods/cancelupdate.md +++ b/controls/listview/client-side-programming/radlistview/methods/cancelupdate.md @@ -3,6 +3,7 @@ title: cancelUpdate page_title: cancelUpdate - RadListView description: Check our Web Forms article about cancelUpdate. slug: listview/client-side-programming/radlistview/methods/cancelupdate +components: ["listview"] tags: cancelupdate published: True position: 5 diff --git a/controls/listview/client-side-programming/radlistview/methods/deleteitem.md b/controls/listview/client-side-programming/radlistview/methods/deleteitem.md index 25ed4c4799..0f6af1f5d1 100644 --- a/controls/listview/client-side-programming/radlistview/methods/deleteitem.md +++ b/controls/listview/client-side-programming/radlistview/methods/deleteitem.md @@ -3,6 +3,7 @@ title: deleteItem page_title: deleteItem - RadListView description: Check our Web Forms article about deleteItem. slug: listview/client-side-programming/radlistview/methods/deleteitem +components: ["listview"] tags: deleteitem published: True position: 3 diff --git a/controls/listview/client-side-programming/radlistview/methods/deselectitem.md b/controls/listview/client-side-programming/radlistview/methods/deselectitem.md index 6b3753b6a7..9bab48ca7a 100644 --- a/controls/listview/client-side-programming/radlistview/methods/deselectitem.md +++ b/controls/listview/client-side-programming/radlistview/methods/deselectitem.md @@ -3,6 +3,7 @@ title: deselectItem page_title: deselectItem - RadListView description: Check our Web Forms article about deselectItem. slug: listview/client-side-programming/radlistview/methods/deselectitem +components: ["listview"] tags: deselectitem published: True position: 9 diff --git a/controls/listview/client-side-programming/radlistview/methods/edititem.md b/controls/listview/client-side-programming/radlistview/methods/edititem.md index dc8af848b1..6b27b53a4a 100644 --- a/controls/listview/client-side-programming/radlistview/methods/edititem.md +++ b/controls/listview/client-side-programming/radlistview/methods/edititem.md @@ -3,6 +3,7 @@ title: editItem page_title: editItem - RadListView description: Check our Web Forms article about editItem. slug: listview/client-side-programming/radlistview/methods/edititem +components: ["listview"] tags: edititem published: True position: 1 diff --git a/controls/listview/client-side-programming/radlistview/methods/firecommand.md b/controls/listview/client-side-programming/radlistview/methods/firecommand.md index 5b85db897e..cc24f04c46 100644 --- a/controls/listview/client-side-programming/radlistview/methods/firecommand.md +++ b/controls/listview/client-side-programming/radlistview/methods/firecommand.md @@ -3,6 +3,7 @@ title: fireCommand page_title: fireCommand - RadListView description: Check our Web Forms article about fireCommand. slug: listview/client-side-programming/radlistview/methods/firecommand +components: ["listview"] tags: firecommand published: True position: 0 diff --git a/controls/listview/client-side-programming/radlistview/methods/insertitem.md b/controls/listview/client-side-programming/radlistview/methods/insertitem.md index b63636b817..ec0ef51069 100644 --- a/controls/listview/client-side-programming/radlistview/methods/insertitem.md +++ b/controls/listview/client-side-programming/radlistview/methods/insertitem.md @@ -3,6 +3,7 @@ title: insertItem page_title: insertItem - RadListView description: Check our Web Forms article about insertItem. slug: listview/client-side-programming/radlistview/methods/insertitem +components: ["listview"] tags: insertitem published: True position: 4 diff --git a/controls/listview/client-side-programming/radlistview/methods/page.md b/controls/listview/client-side-programming/radlistview/methods/page.md index e8378b40e9..3c18d29df4 100644 --- a/controls/listview/client-side-programming/radlistview/methods/page.md +++ b/controls/listview/client-side-programming/radlistview/methods/page.md @@ -3,6 +3,7 @@ title: page page_title: page - RadListView description: Check our Web Forms article about page. slug: listview/client-side-programming/radlistview/methods/page +components: ["listview"] tags: page published: True position: 11 diff --git a/controls/listview/client-side-programming/radlistview/methods/rebind.md b/controls/listview/client-side-programming/radlistview/methods/rebind.md index 81f3b2f8fa..69af4ffd8d 100644 --- a/controls/listview/client-side-programming/radlistview/methods/rebind.md +++ b/controls/listview/client-side-programming/radlistview/methods/rebind.md @@ -3,6 +3,7 @@ title: rebind page_title: rebind - RadListView description: Check our Web Forms article about rebind. slug: listview/client-side-programming/radlistview/methods/rebind +components: ["listview"] tags: rebind published: True position: 10 diff --git a/controls/listview/client-side-programming/radlistview/methods/selectitem.md b/controls/listview/client-side-programming/radlistview/methods/selectitem.md index a10b96b1f5..e2109ab08b 100644 --- a/controls/listview/client-side-programming/radlistview/methods/selectitem.md +++ b/controls/listview/client-side-programming/radlistview/methods/selectitem.md @@ -3,6 +3,7 @@ title: selectItem page_title: selectItem - RadListView description: Check our Web Forms article about selectItem. slug: listview/client-side-programming/radlistview/methods/selectitem +components: ["listview"] tags: selectitem published: True position: 8 diff --git a/controls/listview/client-side-programming/radlistview/methods/showinsertitem.md b/controls/listview/client-side-programming/radlistview/methods/showinsertitem.md index ceec846888..a936cc7687 100644 --- a/controls/listview/client-side-programming/radlistview/methods/showinsertitem.md +++ b/controls/listview/client-side-programming/radlistview/methods/showinsertitem.md @@ -3,6 +3,7 @@ title: showInsertItem page_title: showInsertItem - RadListView description: Check our Web Forms article about showInsertItem. slug: listview/client-side-programming/radlistview/methods/showinsertitem +components: ["listview"] tags: showinsertitem published: True position: 7 diff --git a/controls/listview/client-side-programming/radlistview/methods/updateitem.md b/controls/listview/client-side-programming/radlistview/methods/updateitem.md index 501c2e74a4..5896f3bb21 100644 --- a/controls/listview/client-side-programming/radlistview/methods/updateitem.md +++ b/controls/listview/client-side-programming/radlistview/methods/updateitem.md @@ -3,6 +3,7 @@ title: updateItem page_title: updateItem - RadListView description: Check our Web Forms article about updateItem. slug: listview/client-side-programming/radlistview/methods/updateitem +components: ["listview"] tags: updateitem published: True position: 2 diff --git a/controls/listview/client-side-programming/radlistview/properties/get_clientdatakeyvalue.md b/controls/listview/client-side-programming/radlistview/properties/get_clientdatakeyvalue.md index b0878d28a3..b5de2b7b33 100644 --- a/controls/listview/client-side-programming/radlistview/properties/get_clientdatakeyvalue.md +++ b/controls/listview/client-side-programming/radlistview/properties/get_clientdatakeyvalue.md @@ -3,6 +3,7 @@ title: get_clientDataKeyValue page_title: get_clientDataKeyValue - RadListView description: Check our Web Forms article about get_clientDataKeyValue. slug: listview/client-side-programming/radlistview/properties/get_clientdatakeyvalue +components: ["listview"] tags: get_clientdatakeyvalue published: True position: 1 diff --git a/controls/listview/client-side-programming/radlistview/properties/get_currentpageindex.md b/controls/listview/client-side-programming/radlistview/properties/get_currentpageindex.md index 9ba74ea42a..cc9654ded0 100644 --- a/controls/listview/client-side-programming/radlistview/properties/get_currentpageindex.md +++ b/controls/listview/client-side-programming/radlistview/properties/get_currentpageindex.md @@ -3,6 +3,7 @@ title: get_currentPageIndex page_title: get_currentPageIndex - RadListView description: Check our Web Forms article about get_currentPageIndex. slug: listview/client-side-programming/radlistview/properties/get_currentpageindex +components: ["listview"] tags: get_currentpageindex published: True position: 5 diff --git a/controls/listview/client-side-programming/radlistview/properties/get_pagecount.md b/controls/listview/client-side-programming/radlistview/properties/get_pagecount.md index 1dc589bcfa..902492b6d4 100644 --- a/controls/listview/client-side-programming/radlistview/properties/get_pagecount.md +++ b/controls/listview/client-side-programming/radlistview/properties/get_pagecount.md @@ -3,6 +3,7 @@ title: get_pageCount page_title: get_pageCount - RadListView description: Check our Web Forms article about get_pageCount. slug: listview/client-side-programming/radlistview/properties/get_pagecount +components: ["listview"] tags: get_pagecount published: True position: 2 diff --git a/controls/listview/client-side-programming/radlistview/properties/get_pagesize.md b/controls/listview/client-side-programming/radlistview/properties/get_pagesize.md index 7b2cb45107..77a79e4ebb 100644 --- a/controls/listview/client-side-programming/radlistview/properties/get_pagesize.md +++ b/controls/listview/client-side-programming/radlistview/properties/get_pagesize.md @@ -3,6 +3,7 @@ title: get_pageSize page_title: get_pageSize - RadListView description: Check our Web Forms article about get_pageSize. slug: listview/client-side-programming/radlistview/properties/get_pagesize +components: ["listview"] tags: get_pagesize published: True position: 3 diff --git a/controls/listview/client-side-programming/radlistview/properties/get_uniqueid.md b/controls/listview/client-side-programming/radlistview/properties/get_uniqueid.md index 09846142ff..59b39481e1 100644 --- a/controls/listview/client-side-programming/radlistview/properties/get_uniqueid.md +++ b/controls/listview/client-side-programming/radlistview/properties/get_uniqueid.md @@ -3,6 +3,7 @@ title: get_uniqueID page_title: get_uniqueID - RadListView description: Check our Web Forms article about get_uniqueID. slug: listview/client-side-programming/radlistview/properties/get_uniqueid +components: ["listview"] tags: get_uniqueid published: True position: 0 diff --git a/controls/listview/client-side-programming/radlistview/properties/set_currentpageindex.md b/controls/listview/client-side-programming/radlistview/properties/set_currentpageindex.md index 8007fd47dd..fa025f1ac4 100644 --- a/controls/listview/client-side-programming/radlistview/properties/set_currentpageindex.md +++ b/controls/listview/client-side-programming/radlistview/properties/set_currentpageindex.md @@ -3,6 +3,7 @@ title: set_currentPageIndex page_title: set_currentPageIndex - RadListView description: Check our Web Forms article about set_currentPageIndex. slug: listview/client-side-programming/radlistview/properties/set_currentpageindex +components: ["listview"] tags: set_currentpageindex published: True position: 6 diff --git a/controls/listview/client-side-programming/radlistview/properties/set_pagesize.md b/controls/listview/client-side-programming/radlistview/properties/set_pagesize.md index 1633c9ba50..56d27abe6e 100644 --- a/controls/listview/client-side-programming/radlistview/properties/set_pagesize.md +++ b/controls/listview/client-side-programming/radlistview/properties/set_pagesize.md @@ -3,6 +3,7 @@ title: set_pageSize page_title: set_pageSize - RadListView description: Check our Web Forms article about set_pageSize. slug: listview/client-side-programming/radlistview/properties/set_pagesize +components: ["listview"] tags: set_pagesize published: True position: 4 diff --git a/controls/listview/client-side-programming/radlistview/radlistview-class-members.md b/controls/listview/client-side-programming/radlistview/radlistview-class-members.md index 0a71221f6f..5f82076004 100644 --- a/controls/listview/client-side-programming/radlistview/radlistview-class-members.md +++ b/controls/listview/client-side-programming/radlistview/radlistview-class-members.md @@ -3,6 +3,7 @@ title: RadListView Class Members page_title: RadListView Class Members - RadListView description: Check our Web Forms article about RadListView Class Members. slug: listview/client-side-programming/radlistview/radlistview-class-members +components: ["listview"] tags: radlistview,class,members published: True position: 0 diff --git a/controls/listview/control-lifecycle/command-reference.md b/controls/listview/control-lifecycle/command-reference.md index 5a585a8ca8..c057b13138 100644 --- a/controls/listview/control-lifecycle/command-reference.md +++ b/controls/listview/control-lifecycle/command-reference.md @@ -3,6 +3,7 @@ title: Command Reference page_title: Command Reference - RadListView description: Check our Web Forms article about Command Reference. slug: listview/control-lifecycle/command-reference +components: ["listview"] tags: command,reference published: True position: 2 diff --git a/controls/listview/control-lifecycle/commands-invoking-rebind-implicitly.md b/controls/listview/control-lifecycle/commands-invoking-rebind-implicitly.md index f553cb9003..ca3e115229 100644 --- a/controls/listview/control-lifecycle/commands-invoking-rebind-implicitly.md +++ b/controls/listview/control-lifecycle/commands-invoking-rebind-implicitly.md @@ -3,6 +3,7 @@ title: Commands Invoking Rebind Implicitly page_title: Commands Invoking Rebind Implicitly - RadListView description: Check our Web Forms article about Commands Invoking Rebind Implicitly. slug: listview/control-lifecycle/commands-invoking-rebind-implicitly +components: ["listview"] tags: commands,invoking,rebind,implicitly published: True position: 4 diff --git a/controls/listview/control-lifecycle/differences-between-itemcreated--and-itemdatabound-events.md b/controls/listview/control-lifecycle/differences-between-itemcreated--and-itemdatabound-events.md index 38ea5442e4..ffe629e1e2 100644 --- a/controls/listview/control-lifecycle/differences-between-itemcreated--and-itemdatabound-events.md +++ b/controls/listview/control-lifecycle/differences-between-itemcreated--and-itemdatabound-events.md @@ -3,6 +3,7 @@ title: Differences between ItemCreated and ItemDataBound Events page_title: Differences between ItemCreated and ItemDataBound Events - RadListView description: Check our Web Forms article about Differences between ItemCreated and ItemDataBound Events. slug: listview/control-lifecycle/differences-between-itemcreated--and-itemdatabound-events +components: ["listview"] tags: differences,between,itemcreated,,and,itemdatabound,events published: True position: 3 diff --git a/controls/listview/control-lifecycle/event-sequence.md b/controls/listview/control-lifecycle/event-sequence.md index 662e12d170..deac80a55e 100644 --- a/controls/listview/control-lifecycle/event-sequence.md +++ b/controls/listview/control-lifecycle/event-sequence.md @@ -3,6 +3,7 @@ title: Event Sequence page_title: Event Sequence - RadListView description: Check our Web Forms article about Event Sequence. slug: listview/control-lifecycle/event-sequence +components: ["listview"] tags: event,sequence published: True position: 1 diff --git a/controls/listview/control-lifecycle/firing-command-events-from-code.md b/controls/listview/control-lifecycle/firing-command-events-from-code.md index fb8e08edbf..65970b3970 100644 --- a/controls/listview/control-lifecycle/firing-command-events-from-code.md +++ b/controls/listview/control-lifecycle/firing-command-events-from-code.md @@ -3,6 +3,7 @@ title: Firing Command Events from Code page_title: Firing Command Events from Code - RadListView description: Check our Web Forms article about Firing Command Events from Code. slug: listview/control-lifecycle/firing-command-events-from-code +components: ["listview"] tags: firing,command,events,from,code published: True position: 5 diff --git a/controls/listview/control-lifecycle/overview.md b/controls/listview/control-lifecycle/overview.md index 6771552155..34ec79db50 100644 --- a/controls/listview/control-lifecycle/overview.md +++ b/controls/listview/control-lifecycle/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Control Lifecycle Overview - RadListView description: Check our Web Forms article about Overview. slug: listview/control-lifecycle/overview +components: ["listview"] tags: overview published: True position: 0 diff --git a/controls/listview/data-binding/client-side/api.md b/controls/listview/data-binding/client-side/api.md index 6dccfcb8bc..ce55ed9dbe 100644 --- a/controls/listview/data-binding/client-side/api.md +++ b/controls/listview/data-binding/client-side/api.md @@ -3,6 +3,7 @@ title: API page_title: API - RadListView description: Check our Web Forms article about API. slug: listview/data-binding/client-side/api +components: ["listview"] tags: api published: True position: 4 diff --git a/controls/listview/data-binding/client-side/defining-client-side-html-templates.md b/controls/listview/data-binding/client-side/defining-client-side-html-templates.md index 50b2ad845f..87e740549e 100644 --- a/controls/listview/data-binding/client-side/defining-client-side-html-templates.md +++ b/controls/listview/data-binding/client-side/defining-client-side-html-templates.md @@ -3,6 +3,7 @@ title: Defining Client-Side HTML Templates page_title: Defining Client-Side HTML Templates - RadListView description: Check our Web Forms article about Defining Client-Side HTML Templates. slug: listview/data-binding/client-side/defining-client-side-html-templates +components: ["listview"] tags: defining,client-side,html,templates published: True position: 1 diff --git a/controls/listview/data-binding/client-side/overview.md b/controls/listview/data-binding/client-side/overview.md index 4b7911cab7..bc04429716 100644 --- a/controls/listview/data-binding/client-side/overview.md +++ b/controls/listview/data-binding/client-side/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Overview - RadListView description: Check our Web Forms article about Overview. slug: listview/data-binding/client-side/overview +components: ["listview"] tags: overview published: True position: 0 diff --git a/controls/listview/data-binding/client-side/sorting-and-filtering.md b/controls/listview/data-binding/client-side/sorting-and-filtering.md index 58d69f922a..e69ce082e2 100644 --- a/controls/listview/data-binding/client-side/sorting-and-filtering.md +++ b/controls/listview/data-binding/client-side/sorting-and-filtering.md @@ -3,6 +3,7 @@ title: Sorting and Filtering page_title: Sorting and Filtering - RadListView description: Check our Web Forms article about Sorting and Filtering. slug: listview/data-binding/client-side/sorting-and-filtering +components: ["listview"] tags: sorting,and,filtering published: True position: 3 diff --git a/controls/listview/data-binding/client-side/various-data-sources.md b/controls/listview/data-binding/client-side/various-data-sources.md index 9e02a71be1..63d41dc78a 100644 --- a/controls/listview/data-binding/client-side/various-data-sources.md +++ b/controls/listview/data-binding/client-side/various-data-sources.md @@ -3,6 +3,7 @@ title: Various Data Sources page_title: Various Data Sources - RadListView description: Check our Web Forms article about Various Data Sources. slug: listview/data-binding/client-side/various-data-sources +components: ["listview"] tags: various,data,sources published: True position: 2 diff --git a/controls/listview/data-binding/server-side/declarative-data-source.md b/controls/listview/data-binding/server-side/declarative-data-source.md index dedd4c48d5..b5e2d606f5 100644 --- a/controls/listview/data-binding/server-side/declarative-data-source.md +++ b/controls/listview/data-binding/server-side/declarative-data-source.md @@ -3,6 +3,7 @@ title: Declarative Data Source page_title: Declarative Data Source - RadListView description: Check our Web Forms article about Declarative Data Source. slug: listview/data-binding/server-side/declarative-data-source +components: ["listview"] tags: declarative,data,source published: True position: 1 diff --git a/controls/listview/data-binding/server-side/model-binding-and-strongly-typed-data-controls.md b/controls/listview/data-binding/server-side/model-binding-and-strongly-typed-data-controls.md index fd2091c954..9bf8d8f5b1 100644 --- a/controls/listview/data-binding/server-side/model-binding-and-strongly-typed-data-controls.md +++ b/controls/listview/data-binding/server-side/model-binding-and-strongly-typed-data-controls.md @@ -3,6 +3,7 @@ title: Model binding and strongly typed data controls page_title: Model binding and strongly typed data controls - RadListView description: Check our Web Forms article about Model binding and strongly typed data controls. slug: listview/data-binding/server-side/model-binding-and-strongly-typed-data-controls +components: ["listview"] tags: model,binding,and,strongly,typed,data,controls published: True position: 4 diff --git a/controls/listview/data-binding/server-side/net-3.5-data-source-controls.md b/controls/listview/data-binding/server-side/net-3.5-data-source-controls.md index bd5fa81c5b..ef3ff20452 100644 --- a/controls/listview/data-binding/server-side/net-3.5-data-source-controls.md +++ b/controls/listview/data-binding/server-side/net-3.5-data-source-controls.md @@ -3,6 +3,7 @@ title: NET 3.5 Data Source Controls page_title: NET 3.5 Data Source Controls - RadListView description: Check our Web Forms article about NET 3.5 Data Source Controls. slug: listview/data-binding/server-side/net-3.5-data-source-controls +components: ["listview"] tags: net,3.5,data,source,controls published: True position: 2 diff --git a/controls/listview/data-binding/server-side/simple-vs-advanced.md b/controls/listview/data-binding/server-side/simple-vs-advanced.md index a7efcf3f47..7b53f0352f 100644 --- a/controls/listview/data-binding/server-side/simple-vs-advanced.md +++ b/controls/listview/data-binding/server-side/simple-vs-advanced.md @@ -3,6 +3,7 @@ title: Simple vs Advanced page_title: Simple vs Advanced - RadListView description: Check our Web Forms article about Simple vs Advanced. slug: listview/data-binding/server-side/simple-vs-advanced +components: ["listview"] tags: simple,vs,advanced published: True position: 0 diff --git a/controls/listview/data-binding/server-side/various-data-sources.md b/controls/listview/data-binding/server-side/various-data-sources.md index 9dff9629f1..8d3e2b3ad0 100644 --- a/controls/listview/data-binding/server-side/various-data-sources.md +++ b/controls/listview/data-binding/server-side/various-data-sources.md @@ -3,6 +3,7 @@ title: Various Data Sources page_title: Various Data Sources - RadListView description: Check our Web Forms article about Various Data Sources. slug: listview/data-binding/server-side/various-data-sources +components: ["listview"] tags: various,data,sources published: True position: 3 diff --git a/controls/listview/data-editing/automatic-crud-operations-under-.net-3.5.md b/controls/listview/data-editing/automatic-crud-operations-under-.net-3.5.md index a11d4be53a..084074c724 100644 --- a/controls/listview/data-editing/automatic-crud-operations-under-.net-3.5.md +++ b/controls/listview/data-editing/automatic-crud-operations-under-.net-3.5.md @@ -3,6 +3,7 @@ title: Automatic CRUD Operations under .NET page_title: Automatic CRUD Operations under .NET - RadListView description: Check our Web Forms article about Automatic CRUD Operations under .NET. slug: listview/data-editing/automatic-crud-operations-under-.net-3.5 +components: ["listview"] tags: automatic,crud,operations,under,.net,3.5 published: True position: 1 diff --git a/controls/listview/data-editing/automatic-crud-operations.md b/controls/listview/data-editing/automatic-crud-operations.md index c7f97d77ab..9d0283760f 100644 --- a/controls/listview/data-editing/automatic-crud-operations.md +++ b/controls/listview/data-editing/automatic-crud-operations.md @@ -3,6 +3,7 @@ title: Automatic CRUD Operations page_title: Automatic CRUD Operations - RadListView description: Check our Web Forms article about Automatic CRUD Operations. slug: listview/data-editing/automatic-crud-operations +components: ["listview"] tags: automatic,crud,operations published: True position: 0 diff --git a/controls/listview/data-editing/flexible-validation.md b/controls/listview/data-editing/flexible-validation.md index ede7bec754..a4327c348a 100644 --- a/controls/listview/data-editing/flexible-validation.md +++ b/controls/listview/data-editing/flexible-validation.md @@ -3,6 +3,7 @@ title: Flexible Validation page_title: Flexible Validation - RadListView description: Check our Web Forms article about Flexible Validation. slug: listview/data-editing/flexible-validation +components: ["listview"] tags: flexible,validation published: True position: 3 diff --git a/controls/listview/data-editing/how-to/switching-between-insert/update/regular-modes.md b/controls/listview/data-editing/how-to/switching-between-insert/update/regular-modes.md index a9c76f8000..6e488f77be 100644 --- a/controls/listview/data-editing/how-to/switching-between-insert/update/regular-modes.md +++ b/controls/listview/data-editing/how-to/switching-between-insert/update/regular-modes.md @@ -3,6 +3,7 @@ title: Switching between Insert/Update/Regular Modes page_title: Switching between Insert/Update/Regular Modes - RadListView description: Check our Web Forms article about Switching between Insert/Update/Regular Modes. slug: listview/data-editing/how-to/switching-between-insert/update/regular-modes +components: ["listview"] tags: switching,between,insert/update/regular,modes published: True position: 0 diff --git a/controls/listview/data-editing/manual-crud-operations.md b/controls/listview/data-editing/manual-crud-operations.md index 47c4623d91..3afa7d90a6 100644 --- a/controls/listview/data-editing/manual-crud-operations.md +++ b/controls/listview/data-editing/manual-crud-operations.md @@ -3,6 +3,7 @@ title: Manual CRUD Operations page_title: Manual CRUD Operations - RadListView description: Check our Web Forms article about Manual CRUD Operations. slug: listview/data-editing/manual-crud-operations +components: ["listview"] tags: manual,crud,operations published: True position: 2 diff --git a/controls/listview/defining-structure/declarative-definition.md b/controls/listview/defining-structure/declarative-definition.md index 7af8f8a28d..e9c2e915ae 100644 --- a/controls/listview/defining-structure/declarative-definition.md +++ b/controls/listview/defining-structure/declarative-definition.md @@ -3,6 +3,7 @@ title: Declarative Definition page_title: Declarative Definition - RadListView description: Check our Web Forms article about Declarative Definition. slug: listview/defining-structure/declarative-definition +components: ["listview"] tags: declarative,definition published: True position: 0 diff --git a/controls/listview/defining-structure/programmatic-definition.md b/controls/listview/defining-structure/programmatic-definition.md index 7a0e584742..dd83b29e1e 100644 --- a/controls/listview/defining-structure/programmatic-definition.md +++ b/controls/listview/defining-structure/programmatic-definition.md @@ -3,6 +3,7 @@ title: Programmatic Definition page_title: Programmatic Definition - RadListView description: Check our Web Forms article about Programmatic Definition. slug: listview/defining-structure/programmatic-definition +components: ["listview"] tags: programmatic,definition published: True position: 1 diff --git a/controls/listview/design-time.md b/controls/listview/design-time.md index 2cde38ead3..6ee7903deb 100644 --- a/controls/listview/design-time.md +++ b/controls/listview/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadListView description: Check our Web Forms article about Design Time. slug: listview/design-time +components: ["listview"] tags: design,time published: True position: 3 diff --git a/controls/listview/fuctionality/filtering/operating-with-radlistview-filterexpressions-manually.md b/controls/listview/fuctionality/filtering/operating-with-radlistview-filterexpressions-manually.md index 41a2271024..c0569c027c 100644 --- a/controls/listview/fuctionality/filtering/operating-with-radlistview-filterexpressions-manually.md +++ b/controls/listview/fuctionality/filtering/operating-with-radlistview-filterexpressions-manually.md @@ -3,6 +3,7 @@ title: Operating with RadListView FilterExpressions Manually page_title: Operating with RadListView FilterExpressions Manually - RadListView description: Check our Web Forms article about Operating with RadListView FilterExpressions Manually. slug: listview/fuctionality/filtering/operating-with-radlistview-filterexpressions-manually +components: ["listview"] tags: operating,with,radlistview,filterexpressions,manually published: True position: 1 diff --git a/controls/listview/fuctionality/filtering/overview.md b/controls/listview/fuctionality/filtering/overview.md index 4d80e4211b..a0948c1696 100644 --- a/controls/listview/fuctionality/filtering/overview.md +++ b/controls/listview/fuctionality/filtering/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Filtering Overview - RadListView description: Check our Web Forms article about Overview. slug: listview/fuctionality/filtering/overview +components: ["listview"] tags: overview published: True position: 0 diff --git a/controls/listview/fuctionality/grouping/data-grouping.md b/controls/listview/fuctionality/grouping/data-grouping.md index b332c6192c..ebe8056215 100644 --- a/controls/listview/fuctionality/grouping/data-grouping.md +++ b/controls/listview/fuctionality/grouping/data-grouping.md @@ -3,6 +3,7 @@ title: Data Grouping page_title: Data Grouping - RadListView description: Check our Web Forms article about Data Grouping. slug: listview/fuctionality/grouping/data-grouping +components: ["listview"] tags: data,grouping published: True position: 1 diff --git a/controls/listview/fuctionality/grouping/overview.md b/controls/listview/fuctionality/grouping/overview.md index 115ee09898..e8c30a8590 100644 --- a/controls/listview/fuctionality/grouping/overview.md +++ b/controls/listview/fuctionality/grouping/overview.md @@ -3,6 +3,7 @@ title: UI Grouping page_title: UI Grouping - RadListView description: Check our Web Forms article about Overview. slug: listview/fuctionality/grouping/overview +components: ["listview"] tags: overview published: True position: 0 diff --git a/controls/listview/fuctionality/paging/custom-paging.md b/controls/listview/fuctionality/paging/custom-paging.md index 4b57318c0c..17e94b1241 100644 --- a/controls/listview/fuctionality/paging/custom-paging.md +++ b/controls/listview/fuctionality/paging/custom-paging.md @@ -3,6 +3,7 @@ title: Custom Paging page_title: Custom Paging - RadListView description: Check our Web Forms article about Custom Paging. slug: listview/fuctionality/paging/custom-paging +components: ["listview"] tags: custom,paging published: True position: 2 diff --git a/controls/listview/fuctionality/paging/integrated-paging.md b/controls/listview/fuctionality/paging/integrated-paging.md index fce7732cf2..f18f3517ec 100644 --- a/controls/listview/fuctionality/paging/integrated-paging.md +++ b/controls/listview/fuctionality/paging/integrated-paging.md @@ -3,6 +3,7 @@ title: Integrated Paging page_title: Integrated Paging - RadListView description: Check our Web Forms article about Integrated Paging. slug: listview/fuctionality/paging/integrated-paging +components: ["listview"] tags: integrated,paging published: True position: 0 diff --git a/controls/listview/fuctionality/paging/using-raddatapager.md b/controls/listview/fuctionality/paging/using-raddatapager.md index 2fe4efa139..a9901255b0 100644 --- a/controls/listview/fuctionality/paging/using-raddatapager.md +++ b/controls/listview/fuctionality/paging/using-raddatapager.md @@ -3,6 +3,7 @@ title: Using RadDataPager page_title: Using RadDataPager - RadListView description: Check our Web Forms article about Using RadDataPager. slug: listview/fuctionality/paging/using-raddatapager +components: ["listview"] tags: using,raddatapager published: True position: 1 diff --git a/controls/listview/fuctionality/selecting/items.md b/controls/listview/fuctionality/selecting/items.md index d45a0b6b4c..e9a0453691 100644 --- a/controls/listview/fuctionality/selecting/items.md +++ b/controls/listview/fuctionality/selecting/items.md @@ -3,6 +3,7 @@ title: Items page_title: Items - RadListView description: Check our Web Forms article about Items. slug: listview/fuctionality/selecting/items +components: ["listview"] tags: items published: True position: 0 diff --git a/controls/listview/fuctionality/selecting/persisting-the-selected-items-on-sorting/paging/filtering.md b/controls/listview/fuctionality/selecting/persisting-the-selected-items-on-sorting/paging/filtering.md index 3746b31fd8..0acdd6d62c 100644 --- a/controls/listview/fuctionality/selecting/persisting-the-selected-items-on-sorting/paging/filtering.md +++ b/controls/listview/fuctionality/selecting/persisting-the-selected-items-on-sorting/paging/filtering.md @@ -3,6 +3,7 @@ title: Persisting the Selected Items on Sorting/Paging/Filtering page_title: Persisting the Selected Items on Sorting/Paging/Filtering - RadListView description: Check our Web Forms article about Persisting the Selected Items on Sorting/Paging/Filtering. slug: listview/fuctionality/selecting/persisting-the-selected-items-on-sorting/paging/filtering +components: ["listview"] tags: persisting,the,selected,items,on,sorting/paging/filtering published: True position: 1 diff --git a/controls/listview/fuctionality/sorting/custom-sorting.md b/controls/listview/fuctionality/sorting/custom-sorting.md index 1f089a32dc..848aa34584 100644 --- a/controls/listview/fuctionality/sorting/custom-sorting.md +++ b/controls/listview/fuctionality/sorting/custom-sorting.md @@ -3,6 +3,7 @@ title: Custom Sorting page_title: Custom Sorting - RadListView description: Check our Web Forms article about Custom Sorting. slug: listview/fuctionality/sorting/custom-sorting +components: ["listview"] tags: custom,sorting published: True position: 1 diff --git a/controls/listview/fuctionality/sorting/overview.md b/controls/listview/fuctionality/sorting/overview.md index 9c508966ca..61fc628689 100644 --- a/controls/listview/fuctionality/sorting/overview.md +++ b/controls/listview/fuctionality/sorting/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Sorting Overview - RadListView description: Check our Web Forms article about Overview. slug: listview/fuctionality/sorting/overview +components: ["listview"] tags: overview published: True position: 0 diff --git a/controls/listview/getting-started.md b/controls/listview/getting-started.md index c50436391d..76cb7e50f9 100644 --- a/controls/listview/getting-started.md +++ b/controls/listview/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadListView description: Check our Web Forms article about Getting Started. slug: listview/getting-started +components: ["listview"] tags: getting,started published: True position: 2 diff --git a/controls/listview/how-to/listview-data-with-images-from-database.md b/controls/listview/how-to/listview-data-with-images-from-database.md index 90a6236e16..822f1e5f3a 100644 --- a/controls/listview/how-to/listview-data-with-images-from-database.md +++ b/controls/listview/how-to/listview-data-with-images-from-database.md @@ -3,6 +3,7 @@ title: ListView Data with Images from Database page_title: ListView Data with Images from Database - RadListView description: Check our Web Forms article about ListView Data with Images from Database. slug: listview/how-to/listview-data-with-images-from-database +components: ["listview"] tags: listview,data,with,images,from,database published: True position: 0 diff --git a/controls/listview/items/drag-and-drop.md b/controls/listview/items/drag-and-drop.md index 7123e34006..78fd55e995 100644 --- a/controls/listview/items/drag-and-drop.md +++ b/controls/listview/items/drag-and-drop.md @@ -3,6 +3,7 @@ title: Drag and Drop page_title: Drag and Drop - RadListView description: Check our Web Forms article about Drag and Drop. slug: listview/items/drag-and-drop +components: ["listview"] tags: drag,and,drop published: True position: 0 diff --git a/controls/listview/layouts/custom.md b/controls/listview/layouts/custom.md index 4c284c12a7..83725478be 100644 --- a/controls/listview/layouts/custom.md +++ b/controls/listview/layouts/custom.md @@ -3,6 +3,7 @@ title: Custom page_title: Custom - RadListView description: Check our Web Forms article about Custom. slug: listview/layouts/custom +components: ["listview"] tags: custom published: True position: 1 diff --git a/controls/listview/layouts/predefined.md b/controls/listview/layouts/predefined.md index d23772c00e..5cf9b27981 100644 --- a/controls/listview/layouts/predefined.md +++ b/controls/listview/layouts/predefined.md @@ -3,6 +3,7 @@ title: Predefined page_title: Predefined - RadListView description: Check our Web Forms article about Predefined. slug: listview/layouts/predefined +components: ["listview"] tags: predefined published: True position: 0 diff --git a/controls/listview/mobile-support/render-modes.md b/controls/listview/mobile-support/render-modes.md index b37e408842..900608affe 100644 --- a/controls/listview/mobile-support/render-modes.md +++ b/controls/listview/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadListView description: Check our Web Forms article about Render Modes. slug: listview/mobile-support/render-modes +components: ["listview"] tags: render,modes published: True position: 2 diff --git a/controls/listview/overview.md b/controls/listview/overview.md index be5fe71c3c..4ee5a73428 100644 --- a/controls/listview/overview.md +++ b/controls/listview/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadListView Overview description: Explore the ListView control and its features for displaying data in a customizable layout. slug: listview/overview +components: ["listview"] tags: overview published: True position: 0 diff --git a/controls/listview/server-side-programming/overview.md b/controls/listview/server-side-programming/overview.md index 630a904f96..899390c304 100644 --- a/controls/listview/server-side-programming/overview.md +++ b/controls/listview/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadListView description: Check our Web Forms article about Overview. slug: listview/server-side-programming/overview +components: ["listview"] tags: overview published: True position: 0 diff --git a/controls/listview/templates/accessing-controls.md b/controls/listview/templates/accessing-controls.md index b562da00ef..2b66fd3a1a 100644 --- a/controls/listview/templates/accessing-controls.md +++ b/controls/listview/templates/accessing-controls.md @@ -3,6 +3,7 @@ title: Accessing Controls page_title: Accessing Controls - RadListView description: Check our Web Forms article about Accessing Controls. slug: listview/templates/accessing-controls +components: ["listview"] tags: accessing,controls published: True position: 2 diff --git a/controls/listview/templates/data-and-layout.md b/controls/listview/templates/data-and-layout.md index e3d2111a6a..ad8f250948 100644 --- a/controls/listview/templates/data-and-layout.md +++ b/controls/listview/templates/data-and-layout.md @@ -3,6 +3,7 @@ title: Data and Layout page_title: Data and Layout - RadListView description: Check our Web Forms article about Data and Layout. slug: listview/templates/data-and-layout +components: ["listview"] tags: data,and,layout published: True position: 0 diff --git a/controls/listview/templates/edit-and-insert.md b/controls/listview/templates/edit-and-insert.md index 2d31c23fdf..0a40931f4f 100644 --- a/controls/listview/templates/edit-and-insert.md +++ b/controls/listview/templates/edit-and-insert.md @@ -3,6 +3,7 @@ title: Edit and Insert page_title: Edit and Insert - RadListView description: Check our Web Forms article about Edit and Insert. slug: listview/templates/edit-and-insert +components: ["listview"] tags: edit,and,insert published: True position: 1 diff --git a/controls/map/appearance-and-styling/customizing-markers-in-radmap.md b/controls/map/appearance-and-styling/customizing-markers-in-radmap.md index 1cbae19e29..a17d1f8765 100644 --- a/controls/map/appearance-and-styling/customizing-markers-in-radmap.md +++ b/controls/map/appearance-and-styling/customizing-markers-in-radmap.md @@ -3,6 +3,7 @@ title: Customizing Markers in RadMap page_title: Customizing Markers in RadMap - RadMap description: Check our Web Forms article about Customizing Markers in RadMap. slug: map/appearance-and-styling/customizing-markers-in-radmap +components: ["map"] tags: customizing,markers,in,radmap published: True position: 1 diff --git a/controls/map/appearance-and-styling/skins.md b/controls/map/appearance-and-styling/skins.md index 0efa98f2fe..8d6c3a2c21 100644 --- a/controls/map/appearance-and-styling/skins.md +++ b/controls/map/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadMap description: Check our Web Forms article about Skins. slug: map/appearance-and-styling/skins +components: ["map"] tags: skins published: True position: 0 diff --git a/controls/map/client-side-programming.md b/controls/map/client-side-programming.md index 0a21497d21..5e4f5e849c 100644 --- a/controls/map/client-side-programming.md +++ b/controls/map/client-side-programming.md @@ -3,6 +3,7 @@ title: Client-side Programming page_title: Client-side Programming - RadMap description: Check our Web Forms article about Client-side Programming. slug: map/client-side-programming +components: ["map"] tags: client-side,programming published: True position: 51 diff --git a/controls/map/data-binding/client-side.md b/controls/map/data-binding/client-side.md index b59fea92fd..179b4655f4 100644 --- a/controls/map/data-binding/client-side.md +++ b/controls/map/data-binding/client-side.md @@ -3,6 +3,7 @@ title: Client-side page_title: Client-side - RadMap description: Check our Web Forms article about Client-side. slug: map/data-binding/client-side +components: ["map"] tags: client-side published: True position: 0 diff --git a/controls/map/data-binding/server-side.md b/controls/map/data-binding/server-side.md index fd5ce53ec8..d966ba507e 100644 --- a/controls/map/data-binding/server-side.md +++ b/controls/map/data-binding/server-side.md @@ -3,6 +3,7 @@ title: Server-side page_title: Server-side - RadMap description: Check our Web Forms article about Server-side. slug: map/data-binding/server-side +components: ["map"] tags: server-side published: True position: 1 diff --git a/controls/map/design-time.md b/controls/map/design-time.md index 600e8906d9..068c7b2f05 100644 --- a/controls/map/design-time.md +++ b/controls/map/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadMap description: Check our Web Forms article about Design Time. slug: map/design-time +components: ["map"] tags: design,time published: True position: 2 diff --git a/controls/map/functionality/bubble-layer.md b/controls/map/functionality/bubble-layer.md index ddcca11be1..a0de2a89c9 100644 --- a/controls/map/functionality/bubble-layer.md +++ b/controls/map/functionality/bubble-layer.md @@ -3,6 +3,7 @@ title: Bubble Layer page_title: Bubble Layer - RadMap description: Check our Web Forms article about Bubble Layer. slug: map/functionality/bubble-layer +components: ["map"] tags: bubble,layer published: True position: 4 diff --git a/controls/map/functionality/markers.md b/controls/map/functionality/markers.md index cff00c8b80..9ec20e56eb 100644 --- a/controls/map/functionality/markers.md +++ b/controls/map/functionality/markers.md @@ -3,6 +3,7 @@ title: Markers page_title: Markers - RadMap description: Check our Web Forms article about Markers. slug: map/functionality/markers +components: ["map"] tags: markers published: True position: 2 diff --git a/controls/map/functionality/shapes.md b/controls/map/functionality/shapes.md index 062a983df5..0cfcc884a0 100644 --- a/controls/map/functionality/shapes.md +++ b/controls/map/functionality/shapes.md @@ -3,6 +3,7 @@ title: Shapes page_title: Shapes - RadMap description: Check our Web Forms article about Shapes. slug: map/functionality/shapes +components: ["map"] tags: shapes published: True position: 3 diff --git a/controls/map/functionality/tile-layers.md b/controls/map/functionality/tile-layers.md index e24182ee3b..3d209359ff 100644 --- a/controls/map/functionality/tile-layers.md +++ b/controls/map/functionality/tile-layers.md @@ -3,6 +3,7 @@ title: Tile Layers page_title: Tile Layers - RadMap description: Check our Web Forms article about Tile Layers. slug: map/functionality/tile-layers +components: ["map"] tags: tile,layers published: True position: 1 diff --git a/controls/map/functionality/ui-interaction-controls.md b/controls/map/functionality/ui-interaction-controls.md index 0e0675cc26..4d4fe2a525 100644 --- a/controls/map/functionality/ui-interaction-controls.md +++ b/controls/map/functionality/ui-interaction-controls.md @@ -3,6 +3,7 @@ title: UI Interaction Controls page_title: UI Interaction Controls - RadMap description: Check our Web Forms article about UI Interaction Controls. slug: map/functionality/ui-interaction-controls +components: ["map"] tags: ui,interaction,controls published: True position: 0 diff --git a/controls/map/getting-started/overview.md b/controls/map/getting-started/overview.md index b272d77b54..20f25dcbbc 100644 --- a/controls/map/getting-started/overview.md +++ b/controls/map/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Getting Started Overview - RadMap description: Check our Web Forms article about Overview. slug: map/getting-started/overview +components: ["map"] tags: overview published: True position: 0 diff --git a/controls/map/getting-started/structure.md b/controls/map/getting-started/structure.md index 2b8b322f46..b4fbdb7f5d 100644 --- a/controls/map/getting-started/structure.md +++ b/controls/map/getting-started/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: RadMap Structure - RadMap description: Check our Web Forms article about RadMap Structure. slug: map/getting-started/radmap-structure +components: ["map"] tags: radmap,structure published: True position: 1 diff --git a/controls/map/how-to/scale-to-markers.md b/controls/map/how-to/scale-to-markers.md index 0f593293be..89eebff115 100644 --- a/controls/map/how-to/scale-to-markers.md +++ b/controls/map/how-to/scale-to-markers.md @@ -3,6 +3,7 @@ title: Scale Map to Markers page_title: Scale Map to Markers - RadMap description: Check our Web Forms article about How to programmatically scale RadMap to show all markers. slug: map/how-to/scale-to-markers +components: ["map"] previous_url: map/how-to/layer-clustering-on-zoom tags: client-side,programming, scale, markers, view-port, view, map, zoom, cluster published: True diff --git a/controls/map/how-to/show-hide-layers-on-zoom.md b/controls/map/how-to/show-hide-layers-on-zoom.md index 842f4ab629..62a0527480 100644 --- a/controls/map/how-to/show-hide-layers-on-zoom.md +++ b/controls/map/how-to/show-hide-layers-on-zoom.md @@ -3,6 +3,7 @@ title: Show and Hide Layers According to Zoom Level page_title: Show and Hide Layers According to Zoom Level - RadMap description: Check our Web Forms article about How to configure RadMap layers to show and hide on predefined zoom levels. slug: map/how-to/show-hide-layers-on-zoom +components: ["map"] tags: custer, clustering, map, radmap, zoom, minzoom, maxzoom, level, layer published: True position: 1 diff --git a/controls/map/mobile-support/elastic-design.md b/controls/map/mobile-support/elastic-design.md index 776f5578d4..db3667a939 100644 --- a/controls/map/mobile-support/elastic-design.md +++ b/controls/map/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadMap description: Check our Web Forms article about Elastic Design. slug: map/mobile-support/elastic-design +components: ["map"] tags: elastic,design published: True position: 2 diff --git a/controls/map/mobile-support/fluid-design.md b/controls/map/mobile-support/fluid-design.md index 6e56a318bc..f94bd6bda9 100644 --- a/controls/map/mobile-support/fluid-design.md +++ b/controls/map/mobile-support/fluid-design.md @@ -3,6 +3,7 @@ title: Fluid Design page_title: Fluid Design - RadMap description: Check our Web Forms article about Fluid Design. slug: map/mobile-support/fluid-design +components: ["map"] tags: fluid,design published: True position: 3 diff --git a/controls/map/mobile-support/gestures-support.md b/controls/map/mobile-support/gestures-support.md index b329a83aa3..6f1d3dc4fe 100644 --- a/controls/map/mobile-support/gestures-support.md +++ b/controls/map/mobile-support/gestures-support.md @@ -3,6 +3,7 @@ title: Gestures Support page_title: Gestures Support - RadMap description: Check our Web Forms article about Gestures Support. slug: map/mobile-support/gestures-support +components: ["map"] tags: gestures,support published: True position: 1 diff --git a/controls/map/mobile-support/overview.md b/controls/map/mobile-support/overview.md index cfe03e621b..7de800852d 100644 --- a/controls/map/mobile-support/overview.md +++ b/controls/map/mobile-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Mobile Support Overview - RadMap description: Check our Web Forms article about Overview. slug: map/mobile-support/overview +components: ["map"] tags: overview published: True position: 0 diff --git a/controls/map/overview.md b/controls/map/overview.md index 11935b6179..07f57c7182 100644 --- a/controls/map/overview.md +++ b/controls/map/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadMap Overview description: Check our Web Forms article about Overview. slug: map/overview +components: ["map"] tags: overview published: True position: 0 diff --git a/controls/map/server-side-programming.md b/controls/map/server-side-programming.md index 9d4ba3af07..801cd32db4 100644 --- a/controls/map/server-side-programming.md +++ b/controls/map/server-side-programming.md @@ -3,6 +3,7 @@ title: Server-side Programming page_title: Server-side Programming - RadMap description: Check our Web Forms article about Server-side Programming. slug: map/server-side-programming +components: ["map"] tags: server-side,programming published: True position: 46 diff --git a/controls/maskedtextbox/accessibility-and-internationalization/keyboard-support.md b/controls/maskedtextbox/accessibility-and-internationalization/keyboard-support.md index 0ced93fc6b..ce01e0b341 100644 --- a/controls/maskedtextbox/accessibility-and-internationalization/keyboard-support.md +++ b/controls/maskedtextbox/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadMaskedTextBox description: Check our Web Forms article about Keyboard Support. slug: radmaskedtextbox/accessibility-and-internationalization/keyboard-support +components: ["maskedtextbox"] tags: keyboard,support published: True position: 1 diff --git a/controls/maskedtextbox/accessibility-and-internationalization/mouse-wheel-support.md b/controls/maskedtextbox/accessibility-and-internationalization/mouse-wheel-support.md index 69adf9e82b..21236444b6 100644 --- a/controls/maskedtextbox/accessibility-and-internationalization/mouse-wheel-support.md +++ b/controls/maskedtextbox/accessibility-and-internationalization/mouse-wheel-support.md @@ -3,6 +3,7 @@ title: Mouse Wheel Support page_title: Mouse Wheel Support - RadMaskedTextBox description: Check our Web Forms article about Mouse Wheel Support. slug: radmaskedtextbox/accessibility-and-internationalization/mouse-wheel-support +components: ["maskedtextbox"] tags: mouse,wheel,support published: True position: 3 diff --git a/controls/maskedtextbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/maskedtextbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 0c7d8beaf8..56cebd6982 100644 --- a/controls/maskedtextbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/maskedtextbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadMaskedTextBox description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: radmaskedtextbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["maskedtextbox"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/maskedtextbox/appearance-and-styling/controlling-appearance.md b/controls/maskedtextbox/appearance-and-styling/controlling-appearance.md index ead1e210e3..6415e8f0d6 100644 --- a/controls/maskedtextbox/appearance-and-styling/controlling-appearance.md +++ b/controls/maskedtextbox/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadMaskedTextBox description: Check our Web Forms article about Controlling Appearance. slug: radmaskedtextbox/appearance-and-styling/controlling-appearance +components: ["maskedtextbox"] tags: controlling,appearance published: True position: 0 diff --git a/controls/maskedtextbox/appearance-and-styling/creating-a-custom-skin.md b/controls/maskedtextbox/appearance-and-styling/creating-a-custom-skin.md index b0e3140d18..481e16e9e5 100644 --- a/controls/maskedtextbox/appearance-and-styling/creating-a-custom-skin.md +++ b/controls/maskedtextbox/appearance-and-styling/creating-a-custom-skin.md @@ -3,6 +3,7 @@ title: Creating a Custom Skin page_title: Creating a Custom Skin - RadMaskedTextBox description: Check our Web Forms article about Creating a Custom Skin. slug: radmaskedtextbox/appearance-and-styling/creating-a-custom-skin +components: ["maskedtextbox"] tags: creating,a,custom,skin published: True position: 3 diff --git a/controls/maskedtextbox/appearance-and-styling/css-skin-file-selectors.md b/controls/maskedtextbox/appearance-and-styling/css-skin-file-selectors.md index 355cb7518d..fbb1c958d9 100644 --- a/controls/maskedtextbox/appearance-and-styling/css-skin-file-selectors.md +++ b/controls/maskedtextbox/appearance-and-styling/css-skin-file-selectors.md @@ -3,6 +3,7 @@ title: CSS Skin File Selectors page_title: CSS Skin File Selectors - RadMaskedTextBox description: Check our Web Forms article about CSS Skin File Selectors. slug: radmaskedtextbox/appearance-and-styling/css-skin-file-selectors +components: ["maskedtextbox"] tags: css,skin,file,selectors published: True position: 6 diff --git a/controls/maskedtextbox/appearance-and-styling/html-output-and-css-styling.md b/controls/maskedtextbox/appearance-and-styling/html-output-and-css-styling.md index a510ba2c1a..9dbf724e84 100644 --- a/controls/maskedtextbox/appearance-and-styling/html-output-and-css-styling.md +++ b/controls/maskedtextbox/appearance-and-styling/html-output-and-css-styling.md @@ -3,6 +3,7 @@ title: HTML Output and CSS Styling page_title: HTML Output and CSS Styling - RadMaksedTextBox description: Check our Web Forms article about HTML Output and CSS Styling. slug: radmaskedtextbox/appearance-and-styling/html-output-and-css-styling +components: ["maskedtextbox"] tags: html,output,and,css,styling published: True position: 4 diff --git a/controls/maskedtextbox/appearance-and-styling/skins.md b/controls/maskedtextbox/appearance-and-styling/skins.md index 5181fd99e5..e757429ebc 100644 --- a/controls/maskedtextbox/appearance-and-styling/skins.md +++ b/controls/maskedtextbox/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadMaskedTextBox description: Check our Web Forms article about Skins. slug: radmaskedtextbox/appearance-and-styling/skins +components: ["maskedtextbox"] tags: skins published: True position: 2 diff --git a/controls/maskedtextbox/appearance-and-styling/styles.md b/controls/maskedtextbox/appearance-and-styling/styles.md index ea8d72508f..b74c631941 100644 --- a/controls/maskedtextbox/appearance-and-styling/styles.md +++ b/controls/maskedtextbox/appearance-and-styling/styles.md @@ -3,6 +3,7 @@ title: Styles page_title: Styles - RadMaskedTextBox description: Check our Web Forms article about Styles. slug: radmaskedtextbox/appearance-and-styling/styles +components: ["maskedtextbox"] tags: styles published: True position: 1 diff --git a/controls/maskedtextbox/client-side-programming/events/onblur.md b/controls/maskedtextbox/client-side-programming/events/onblur.md index ebd9c3abb7..ecf566e64a 100644 --- a/controls/maskedtextbox/client-side-programming/events/onblur.md +++ b/controls/maskedtextbox/client-side-programming/events/onblur.md @@ -3,6 +3,7 @@ title: OnBlur page_title: OnBlur - RadMaskedTextBox description: Check our Web Forms article about OnBlur. slug: radmaskedtextbox/client-side-programming/events/onblur +components: ["maskedtextbox"] tags: onblur published: True position: 1 diff --git a/controls/maskedtextbox/client-side-programming/events/onbuttonclick.md b/controls/maskedtextbox/client-side-programming/events/onbuttonclick.md index e896333460..d83780fee1 100644 --- a/controls/maskedtextbox/client-side-programming/events/onbuttonclick.md +++ b/controls/maskedtextbox/client-side-programming/events/onbuttonclick.md @@ -3,6 +3,7 @@ title: OnButtonClick page_title: OnButtonClick - RadMaskedTextBox description: Check our Web Forms article about OnButtonClick. slug: radmaskedtextbox/client-side-programming/events/onbuttonclick +components: ["maskedtextbox"] tags: onbuttonclick published: True position: 2 diff --git a/controls/maskedtextbox/client-side-programming/events/ondisable.md b/controls/maskedtextbox/client-side-programming/events/ondisable.md index 9d5b66eeb3..a34ec1bce8 100644 --- a/controls/maskedtextbox/client-side-programming/events/ondisable.md +++ b/controls/maskedtextbox/client-side-programming/events/ondisable.md @@ -3,6 +3,7 @@ title: OnDisable page_title: OnDisable - RadMaksedTextBox description: Check our Web Forms article about OnDisable. slug: radmaskedtextbox/client-side-programming/events/ondisable +components: ["maskedtextbox"] tags: ondisable published: True position: 4 diff --git a/controls/maskedtextbox/client-side-programming/events/onenable.md b/controls/maskedtextbox/client-side-programming/events/onenable.md index f2101c069b..5ef8171575 100644 --- a/controls/maskedtextbox/client-side-programming/events/onenable.md +++ b/controls/maskedtextbox/client-side-programming/events/onenable.md @@ -3,6 +3,7 @@ title: OnEnable page_title: OnEnable - RadMaksedTextBox description: Check our Web Forms article about OnEnable. slug: radmaskedtextbox/client-side-programming/events/onenable +components: ["maskedtextbox"] tags: onenable published: True position: 5 diff --git a/controls/maskedtextbox/client-side-programming/events/onenumerationchanged.md b/controls/maskedtextbox/client-side-programming/events/onenumerationchanged.md index 69ee134b31..0f33a579bb 100644 --- a/controls/maskedtextbox/client-side-programming/events/onenumerationchanged.md +++ b/controls/maskedtextbox/client-side-programming/events/onenumerationchanged.md @@ -3,6 +3,7 @@ title: OnEnumerationChanged page_title: OnEnumerationChanged - RadMaksedTextBox description: Check our Web Forms article about OnEnumerationChanged. slug: radmaskedtextbox/client-side-programming/events/onenumerationchanged +components: ["maskedtextbox"] tags: onenumerationchanged published: True position: 6 diff --git a/controls/maskedtextbox/client-side-programming/events/onerror.md b/controls/maskedtextbox/client-side-programming/events/onerror.md index aa9ae06ca1..e7b28cbc61 100644 --- a/controls/maskedtextbox/client-side-programming/events/onerror.md +++ b/controls/maskedtextbox/client-side-programming/events/onerror.md @@ -3,6 +3,7 @@ title: OnError page_title: OnError - RadMaskedTextBox description: Check our Web Forms article about OnError. slug: radmaskedtextbox/client-side-programming/events/onerror +components: ["maskedtextbox"] tags: onerror published: True position: 7 diff --git a/controls/maskedtextbox/client-side-programming/events/onfocus.md b/controls/maskedtextbox/client-side-programming/events/onfocus.md index 868fdd307e..5c65324128 100644 --- a/controls/maskedtextbox/client-side-programming/events/onfocus.md +++ b/controls/maskedtextbox/client-side-programming/events/onfocus.md @@ -3,6 +3,7 @@ title: OnFocus page_title: OnFocus - RadMaksedTextBox description: Check our Web Forms article about OnFocus. slug: radmaskedtextbox/client-side-programming/events/onfocus +components: ["maskedtextbox"] tags: onfocus published: True position: 8 diff --git a/controls/maskedtextbox/client-side-programming/events/onkeypress.md b/controls/maskedtextbox/client-side-programming/events/onkeypress.md index 4f97129803..0e1935e7cc 100644 --- a/controls/maskedtextbox/client-side-programming/events/onkeypress.md +++ b/controls/maskedtextbox/client-side-programming/events/onkeypress.md @@ -3,6 +3,7 @@ title: OnKeyPress page_title: OnKeyPress - RadMaksedTextBox description: Check our Web Forms article about OnKeyPress. slug: radmaskedtextbox/client-side-programming/events/onkeypress +components: ["maskedtextbox"] tags: onkeypress published: True position: 9 diff --git a/controls/maskedtextbox/client-side-programming/events/onload.md b/controls/maskedtextbox/client-side-programming/events/onload.md index 854fe4e2da..9644716988 100644 --- a/controls/maskedtextbox/client-side-programming/events/onload.md +++ b/controls/maskedtextbox/client-side-programming/events/onload.md @@ -3,6 +3,7 @@ title: OnLoad page_title: OnLoad - RadMaskedTextBox description: Check our Web Forms article about OnLoad. slug: radmaskedtextbox/client-side-programming/events/onload +components: ["maskedtextbox"] tags: onload published: True position: 10 diff --git a/controls/maskedtextbox/client-side-programming/events/onmouseout.md b/controls/maskedtextbox/client-side-programming/events/onmouseout.md index 2608a8d82a..0a105a826d 100644 --- a/controls/maskedtextbox/client-side-programming/events/onmouseout.md +++ b/controls/maskedtextbox/client-side-programming/events/onmouseout.md @@ -3,6 +3,7 @@ title: OnMouseOut page_title: OnMouseOut - RadMaksedTextBoxxtBox description: Check our Web Forms article about OnMouseOut. slug: radmaskedtextbox/client-side-programming/events/onmouseout +components: ["maskedtextbox"] tags: onmouseout published: True position: 11 diff --git a/controls/maskedtextbox/client-side-programming/events/onmouseover.md b/controls/maskedtextbox/client-side-programming/events/onmouseover.md index 419c5c1a0d..cb25d6d732 100644 --- a/controls/maskedtextbox/client-side-programming/events/onmouseover.md +++ b/controls/maskedtextbox/client-side-programming/events/onmouseover.md @@ -3,6 +3,7 @@ title: OnMouseOver page_title: OnMouseOver - RadMaksedTextBox description: Check our Web Forms article about OnMouseOver. slug: radmaskedtextbox/client-side-programming/events/onmouseover +components: ["maskedtextbox"] tags: onmouseover published: True position: 12 diff --git a/controls/maskedtextbox/client-side-programming/events/onmovedown.md b/controls/maskedtextbox/client-side-programming/events/onmovedown.md index 6caa1e9f5d..d48b84d0ab 100644 --- a/controls/maskedtextbox/client-side-programming/events/onmovedown.md +++ b/controls/maskedtextbox/client-side-programming/events/onmovedown.md @@ -3,6 +3,7 @@ title: OnMoveDown page_title: OnMoveDown - RadMaksedTextBox description: Check our Web Forms article about OnMoveDown. slug: radmaskedtextbox/client-side-programming/events/onmovedown +components: ["maskedtextbox"] tags: onmovedown published: True position: 14 diff --git a/controls/maskedtextbox/client-side-programming/events/onmoveup.md b/controls/maskedtextbox/client-side-programming/events/onmoveup.md index 090321be06..e07a14bcd2 100644 --- a/controls/maskedtextbox/client-side-programming/events/onmoveup.md +++ b/controls/maskedtextbox/client-side-programming/events/onmoveup.md @@ -3,6 +3,7 @@ title: OnMoveUp page_title: OnMoveUp - RadMaskedTextBox description: Check our Web Forms article about OnMoveUp. slug: radmaskedtextbox/client-side-programming/events/onmoveup +components: ["maskedtextbox"] tags: onmoveup published: True position: 13 diff --git a/controls/maskedtextbox/client-side-programming/events/onvaluechanged.md b/controls/maskedtextbox/client-side-programming/events/onvaluechanged.md index d87dddfbb6..910a203cc8 100644 --- a/controls/maskedtextbox/client-side-programming/events/onvaluechanged.md +++ b/controls/maskedtextbox/client-side-programming/events/onvaluechanged.md @@ -3,6 +3,7 @@ title: OnValueChanged page_title: OnValueChanged - RadMaskedTextBox description: Check our Web Forms article about OnValueChanged. slug: radmaskedtextbox/client-side-programming/events/onvaluechanged +components: ["maskedtextbox"] tags: onvaluechanged published: True position: 15 diff --git a/controls/maskedtextbox/client-side-programming/events/overview.md b/controls/maskedtextbox/client-side-programming/events/overview.md index 8b08299e68..273b3b8d95 100644 --- a/controls/maskedtextbox/client-side-programming/events/overview.md +++ b/controls/maskedtextbox/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Events Overview page_title: Overview - RadMaskedTextBox description: Check our Web Forms article about Overview. slug: radmaskedtextbox/client-side-programming/events/overview +components: ["maskedtextbox"] tags: overview published: True position: 0 diff --git a/controls/maskedtextbox/client-side-programming/overview.md b/controls/maskedtextbox/client-side-programming/overview.md index 74c11ae26c..f3c584afea 100644 --- a/controls/maskedtextbox/client-side-programming/overview.md +++ b/controls/maskedtextbox/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadMaskedTextBox description: Check our Web Forms article about Overview. slug: radmaskedtextbox/client-side-programming/overview +components: ["maskedtextbox"] tags: overview published: True position: 0 diff --git a/controls/maskedtextbox/client-side-programming/radmaskedtextbox-client-object.md b/controls/maskedtextbox/client-side-programming/radmaskedtextbox-client-object.md index 46b9b25b07..1f1916e049 100644 --- a/controls/maskedtextbox/client-side-programming/radmaskedtextbox-client-object.md +++ b/controls/maskedtextbox/client-side-programming/radmaskedtextbox-client-object.md @@ -3,6 +3,7 @@ title: RadMaskedTextBox Client Object page_title: RadMaskedTextBox Client Object - RadMaskedTextBox description: Check our Web Forms article about RadMaskedTextBox Client Object. slug: radmaskedtextbox/client-side-programming/radmaskedtextbox-client-object +components: ["maskedtextbox"] tags: radmaskedtextbox,client,object published: True position: 3 diff --git a/controls/maskedtextbox/design-time/input-mask-dialog.md b/controls/maskedtextbox/design-time/input-mask-dialog.md index eff7516330..0d6f971203 100644 --- a/controls/maskedtextbox/design-time/input-mask-dialog.md +++ b/controls/maskedtextbox/design-time/input-mask-dialog.md @@ -3,6 +3,7 @@ title: Input Mask Dialog page_title: Input Mask Dialog - RadMaksedTextBox description: Check our Web Forms article about Input Mask Dialog. slug: radmaskedtextbox/design-time/input-mask-dialog +components: ["maskedtextbox"] tags: input,mask,dialog published: True position: 1 diff --git a/controls/maskedtextbox/design-time/maskpart-collection-editor.md b/controls/maskedtextbox/design-time/maskpart-collection-editor.md index 2874fe3993..db4ff1d1fd 100644 --- a/controls/maskedtextbox/design-time/maskpart-collection-editor.md +++ b/controls/maskedtextbox/design-time/maskpart-collection-editor.md @@ -3,6 +3,7 @@ title: MaskPart Collection Editor page_title: MaskPart Collection Editor - RadMaskedTextBox description: Check our Web Forms article about MaskPart Collection Editor. slug: radmaskedtextbox/design-time/maskpart-collection-editor +components: ["maskedtextbox"] tags: maskpart,collection,editor published: True position: 2 diff --git a/controls/maskedtextbox/design-time/smart-tag.md b/controls/maskedtextbox/design-time/smart-tag.md index 4c5fe36cfe..f383b62901 100644 --- a/controls/maskedtextbox/design-time/smart-tag.md +++ b/controls/maskedtextbox/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadMaskedTextBox description: Check our Web Forms article about Smart Tag. slug: radmaskedtextbox/design-time/smart-tag +components: ["maskedtextbox"] tags: smart,tag published: True position: 0 diff --git a/controls/maskedtextbox/features/context-menus.md b/controls/maskedtextbox/features/context-menus.md index e8e3e5989c..3b75947ee2 100644 --- a/controls/maskedtextbox/features/context-menus.md +++ b/controls/maskedtextbox/features/context-menus.md @@ -3,6 +3,7 @@ title: Context Menus page_title: Context Menus - RadMaskedTextBox description: Check our Web Forms article about Context Menus. slug: radmaskedtextbox/getting-started/context-menus +components: ["maskedtextbox"] tags: context,menus published: True position: 2 diff --git a/controls/maskedtextbox/features/getting-and-setting-values.md b/controls/maskedtextbox/features/getting-and-setting-values.md index f97cf2816b..5df1a61c97 100644 --- a/controls/maskedtextbox/features/getting-and-setting-values.md +++ b/controls/maskedtextbox/features/getting-and-setting-values.md @@ -3,6 +3,7 @@ title: Getting and Setting Values page_title: Getting and Setting Values - RadMaskedTextBox description: Check our Web Forms article about Getting and Setting Values. slug: radmaskedtextbox/features/getting-and-setting-values +components: ["maskedtextbox"] tags: getting,and,setting,values published: True position: 3 diff --git a/controls/maskedtextbox/features/masks.md b/controls/maskedtextbox/features/masks.md index 495d03070a..d08558fd48 100644 --- a/controls/maskedtextbox/features/masks.md +++ b/controls/maskedtextbox/features/masks.md @@ -3,6 +3,7 @@ title: Masks page_title: Masks - RadMaksedTextBox description: Check our Web Forms article about Masks. slug: radmaskedtextbox/features/masks +components: ["maskedtextbox"] tags: masks published: True position: 1 diff --git a/controls/maskedtextbox/features/receiving-focus.md b/controls/maskedtextbox/features/receiving-focus.md index d85aebf6c5..ed3d1338e5 100644 --- a/controls/maskedtextbox/features/receiving-focus.md +++ b/controls/maskedtextbox/features/receiving-focus.md @@ -3,6 +3,7 @@ title: Receiving Focus page_title: Receiving Focus - RadMaskedTextBox description: Check our Web Forms article about Receiving Focus. slug: radmaskedtextbox/features/receiving-focus +components: ["maskedtextbox"] tags: receiving,focus published: True position: 5 diff --git a/controls/maskedtextbox/features/setting-focus.md b/controls/maskedtextbox/features/setting-focus.md index 3c554207b2..da5a92dd46 100644 --- a/controls/maskedtextbox/features/setting-focus.md +++ b/controls/maskedtextbox/features/setting-focus.md @@ -3,6 +3,7 @@ title: Setting Focus page_title: Setting Focus - RadMaskedTextBox description: Check our Web Forms article about Setting Focus. slug: radmaskedtextbox/getting-started/setting-focus +components: ["maskedtextbox"] tags: setting,focus published: True position: 7 diff --git a/controls/maskedtextbox/features/validation.md b/controls/maskedtextbox/features/validation.md index c1b4f20ab2..06850b4884 100644 --- a/controls/maskedtextbox/features/validation.md +++ b/controls/maskedtextbox/features/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadMaskedTextBox description: Check our Web Forms article about Validation. slug: radmaskedtextbox/features/validation +components: ["maskedtextbox"] tags: validation published: True position: 1 diff --git a/controls/maskedtextbox/getting-started.md b/controls/maskedtextbox/getting-started.md index 591241d4e4..f02cf5abfc 100644 --- a/controls/maskedtextbox/getting-started.md +++ b/controls/maskedtextbox/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started Overview - RadInput description: Check our Web Forms article about Getting Started. slug: radmaskedtextbox/getting-started +components: ["maskedtextbox"] tags: overview published: True position: 1 diff --git a/controls/maskedtextbox/how-to/using-input-controls-inside-data-bound-controls.md b/controls/maskedtextbox/how-to/using-input-controls-inside-data-bound-controls.md index f728e124a1..6401d4d230 100644 --- a/controls/maskedtextbox/how-to/using-input-controls-inside-data-bound-controls.md +++ b/controls/maskedtextbox/how-to/using-input-controls-inside-data-bound-controls.md @@ -3,6 +3,7 @@ title: Using Input Controls Inside Data-Bound Controls page_title: Using Input Controls Inside Data-Bound Controls - RadMaksedTextBox description: Check our Web Forms article about Using Input Controls Inside Data-Bound Controls. slug: radmaskedtextbox/how-to/using-input-controls-inside-data-bound-controls +components: ["maskedtextbox"] tags: using,input,controls,inside,data-bound,controls published: True position: 0 diff --git a/controls/maskedtextbox/mobile-support/render-modes.md b/controls/maskedtextbox/mobile-support/render-modes.md index 175c543201..bce7b2e791 100644 --- a/controls/maskedtextbox/mobile-support/render-modes.md +++ b/controls/maskedtextbox/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadMaskedTextBox description: Check our Web Forms article about Render Modes. slug: radmaskedtextbox/mobile-support/render-modes +components: ["maskedtextbox"] tags: render,modes published: True position: 0 diff --git a/controls/maskedtextbox/overview.md b/controls/maskedtextbox/overview.md index 155ba8a7c8..d5719123c5 100644 --- a/controls/maskedtextbox/overview.md +++ b/controls/maskedtextbox/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadMaskedTextBox description: Explore the MaskedTextBox control and its features for capturing formatted user input with validation. slug: radmaskedtextbox/overview +components: ["maskedtextbox"] tags: overview published: True position: 0 diff --git a/controls/maskedtextbox/server-side-programming/properties.md b/controls/maskedtextbox/server-side-programming/properties.md index ae15a7988a..1c20883a34 100644 --- a/controls/maskedtextbox/server-side-programming/properties.md +++ b/controls/maskedtextbox/server-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: Server-side Programming Overview - RadMaskedTextBox description: Check our Web Forms article about Overview. slug: radmaskedtextbox/server-side-programming/properties +components: ["maskedtextbox"] tags: overview published: True position: 0 diff --git a/controls/maskedtextbox/server-side-programming/textchanged-event.md b/controls/maskedtextbox/server-side-programming/textchanged-event.md index 3a67114f55..a1b326f8ee 100644 --- a/controls/maskedtextbox/server-side-programming/textchanged-event.md +++ b/controls/maskedtextbox/server-side-programming/textchanged-event.md @@ -3,6 +3,7 @@ title: TextChanged Event page_title: TextChanged Event - RadMaksedTextBox description: Check our Web Forms article about TextChanged Event. slug: radmaskedtextbox/server-side-programming/textchanged-event +components: ["maskedtextbox"] tags: textchanged,event published: True position: 1 diff --git a/controls/maskedtextbox/structure.md b/controls/maskedtextbox/structure.md index 869b280fa0..c32413a463 100644 --- a/controls/maskedtextbox/structure.md +++ b/controls/maskedtextbox/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadMaskedTextBox description: Check our Web Forms article about Structure. slug: radmaskedtextbox/structure +components: ["maskedtextbox"] tags: structure published: True position: 2 diff --git a/controls/mediaplayer/accessibility-and-internationalization/localization-through-resource-files.md b/controls/mediaplayer/accessibility-and-internationalization/localization-through-resource-files.md index f144c8f64d..749da6259a 100644 --- a/controls/mediaplayer/accessibility-and-internationalization/localization-through-resource-files.md +++ b/controls/mediaplayer/accessibility-and-internationalization/localization-through-resource-files.md @@ -3,6 +3,7 @@ title: Localization through Resource Files page_title: Localization through Resource Files - RadMediaPlayer description: Check our Web Forms article about Localization through Resource Files. slug: mediaplayer/accessibility-and-internationalization/localization-through-resource-files +components: ["mediaplayer"] tags: localization,resource,files published: True position: 2 diff --git a/controls/mediaplayer/accessibility-and-internationalization/wai-aria-support.md b/controls/mediaplayer/accessibility-and-internationalization/wai-aria-support.md index ef4ce095ee..d323d61b93 100644 --- a/controls/mediaplayer/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/mediaplayer/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadMediaPlayer description: Check our Web Forms article about WAI-ARIA Support. slug: mediaplayer/accessibility-and-internationalization/wai-aria-support +components: ["mediaplayer"] tags: wai-aria,support published: True position: 2 diff --git a/controls/mediaplayer/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/mediaplayer/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 5d7f6f23b7..6f206f50f2 100644 --- a/controls/mediaplayer/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/mediaplayer/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadMediaPlayer description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: mediaplayer/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["mediaplayer"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 1 diff --git a/controls/mediaplayer/appearance-and-styling/skins.md b/controls/mediaplayer/appearance-and-styling/skins.md index 0499afe578..0c3c84b620 100644 --- a/controls/mediaplayer/appearance-and-styling/skins.md +++ b/controls/mediaplayer/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadMediaPlayer description: Check our Web Forms article about Skins. slug: mediaplayer/appearance-and-styling/skins +components: ["mediaplayer"] tags: skins published: True position: 0 diff --git a/controls/mediaplayer/client-side-programming/overview.md b/controls/mediaplayer/client-side-programming/overview.md index 73e044b158..4e98351a2a 100644 --- a/controls/mediaplayer/client-side-programming/overview.md +++ b/controls/mediaplayer/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadMediaPlayer description: Check our Web Forms article about Overview. slug: mediaplayer/client-side-programming/overview +components: ["mediaplayer"] tags: overview published: True position: 0 diff --git a/controls/mediaplayer/design-time.md b/controls/mediaplayer/design-time.md index eaed70f024..383ad8f1ba 100644 --- a/controls/mediaplayer/design-time.md +++ b/controls/mediaplayer/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadMediaPlayer description: Check our Web Forms article about Design Time. slug: mediaplayer/design-time +components: ["mediaplayer"] tags: design,time published: True position: 2 diff --git a/controls/mediaplayer/functionality/banners.md b/controls/mediaplayer/functionality/banners.md index 8ad098933a..97638ee009 100644 --- a/controls/mediaplayer/functionality/banners.md +++ b/controls/mediaplayer/functionality/banners.md @@ -3,6 +3,7 @@ title: Banners page_title: Banners - RadMediaPlayer description: Check our Web Forms article about Banners. slug: mediaplayer/functionality/banners +components: ["mediaplayer"] tags: banners published: True position: 1 diff --git a/controls/mediaplayer/functionality/playlist.md b/controls/mediaplayer/functionality/playlist.md index 5eebe8233a..4c82f70e18 100644 --- a/controls/mediaplayer/functionality/playlist.md +++ b/controls/mediaplayer/functionality/playlist.md @@ -3,6 +3,7 @@ title: Playlist page_title: Playlist - RadMediaPlayer description: Check our Web Forms article about Playlist. slug: mediaplayer/functionality/playlist +components: ["mediaplayer"] tags: playlist published: True position: 0 diff --git a/controls/mediaplayer/functionality/subtitles.md b/controls/mediaplayer/functionality/subtitles.md index e42465f22e..9c4967dbf9 100644 --- a/controls/mediaplayer/functionality/subtitles.md +++ b/controls/mediaplayer/functionality/subtitles.md @@ -3,6 +3,7 @@ title: Subtitles page_title: Subtitles - RadMediaPlayer description: Check our Web Forms article about Subtitles. slug: mediaplayer/functionality/subtitles +components: ["mediaplayer"] tags: subtitles published: True position: 2 diff --git a/controls/mediaplayer/getting-started.md b/controls/mediaplayer/getting-started.md index d0ba4e6c35..cfdda4c739 100644 --- a/controls/mediaplayer/getting-started.md +++ b/controls/mediaplayer/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadMediaPlayer description: Check our Web Forms article about Getting Started. slug: mediaplayer/getting-started +components: ["mediaplayer"] tags: getting,started published: True position: 1 diff --git a/controls/mediaplayer/mobile-support/overview.md b/controls/mediaplayer/mobile-support/overview.md index d30f6f8320..2bd6d2706d 100644 --- a/controls/mediaplayer/mobile-support/overview.md +++ b/controls/mediaplayer/mobile-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Mobile Support Overview - RadMediaPlayer description: Check our Web Forms article about Overview. slug: mediaplayer/mobile-support/overview +components: ["mediaplayer"] tags: overview published: True position: 0 diff --git a/controls/mediaplayer/overview.md b/controls/mediaplayer/overview.md index 99b65d797b..46276bafb2 100644 --- a/controls/mediaplayer/overview.md +++ b/controls/mediaplayer/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadMediaPlayer Overview description: Check our Web Forms article about Telerik ASP.NET Video and Audio Player Overview. slug: mediaplayer/overview +components: ["mediaplayer"] tags: overview published: True position: 0 diff --git a/controls/mediaplayer/server-side-programming/overview.md b/controls/mediaplayer/server-side-programming/overview.md index f225e5f570..f33dd5212f 100644 --- a/controls/mediaplayer/server-side-programming/overview.md +++ b/controls/mediaplayer/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadMediaPlayer description: Check our Web Forms article about Overview. slug: mediaplayer/server-side-programming/overview +components: ["mediaplayer"] tags: overview published: True position: 0 diff --git a/controls/mediaplayer/server-side-programming/programmatic-creation.md b/controls/mediaplayer/server-side-programming/programmatic-creation.md index 56221254af..550a6a1b47 100644 --- a/controls/mediaplayer/server-side-programming/programmatic-creation.md +++ b/controls/mediaplayer/server-side-programming/programmatic-creation.md @@ -3,6 +3,7 @@ title: Programmatic Creation page_title: Programmatic Creation - RadMediaPlayer description: Check our Web Forms article about Programmatic Creation. slug: mediaplayer/server-side-programming/programmatic-creation +components: ["mediaplayer"] tags: programmatic,creation published: True position: 1 diff --git a/controls/mediaplayer/troubleshooting/playing-video-on-ie.md b/controls/mediaplayer/troubleshooting/playing-video-on-ie.md index 2fdae941bf..61402bcc1e 100644 --- a/controls/mediaplayer/troubleshooting/playing-video-on-ie.md +++ b/controls/mediaplayer/troubleshooting/playing-video-on-ie.md @@ -3,6 +3,7 @@ title: Playing Video on IE page_title: Playing Video on IE - RadMediaPlayer description: Check our Web Forms article about Playing Video on IE. slug: mediaplayer/troubleshooting/playing-video-on-ie +components: ["mediaplayer"] tags: playing,video,on,ie published: True position: 0 diff --git a/controls/menu/accessibility-and-internationalization/displaying-child-items.md b/controls/menu/accessibility-and-internationalization/displaying-child-items.md index 3c278a98ad..aceaf4d141 100644 --- a/controls/menu/accessibility-and-internationalization/displaying-child-items.md +++ b/controls/menu/accessibility-and-internationalization/displaying-child-items.md @@ -3,6 +3,7 @@ title: Displaying Child Items page_title: Displaying Child Items - RadMenu description: Check our Web Forms article about Displaying Child Items. slug: menu/accessibility-and-internationalization/displaying-child-items +components: ["menu"] tags: displaying,child,items published: True position: 1 diff --git a/controls/menu/accessibility-and-internationalization/keyboard-support.md b/controls/menu/accessibility-and-internationalization/keyboard-support.md index 9e9b9e06f7..22f799510d 100644 --- a/controls/menu/accessibility-and-internationalization/keyboard-support.md +++ b/controls/menu/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadMenu description: Check our Web Forms article about Keyboard Support. slug: menu/accessibility-and-internationalization/keyboard-support +components: ["menu"] tags: keyboard,support published: True position: 0 diff --git a/controls/menu/accessibility-and-internationalization/rtl-support.md b/controls/menu/accessibility-and-internationalization/rtl-support.md index 23369827d2..d5f521dab5 100644 --- a/controls/menu/accessibility-and-internationalization/rtl-support.md +++ b/controls/menu/accessibility-and-internationalization/rtl-support.md @@ -3,6 +3,7 @@ title: RTL Support page_title: RTL Support - RadMenu description: Check our Web Forms article about RTL Support. slug: menu/accessibility-and-internationalization/rtl-support +components: ["menu"] tags: rtl,support published: True position: 2 diff --git a/controls/menu/accessibility-and-internationalization/wai-aria-support.md b/controls/menu/accessibility-and-internationalization/wai-aria-support.md index ac8553acd4..39a8073e87 100644 --- a/controls/menu/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/menu/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadMenu description: Check our Web Forms article about WAI-ARIA Support. slug: menu/accessibility-and-internationalization/wai-aria-support +components: ["menu"] tags: wai,aria,support published: True position: 5 diff --git a/controls/menu/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/menu/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 122d13ed10..0c0b043d62 100644 --- a/controls/menu/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/menu/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadMenu description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: menu/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["menu"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 4 diff --git a/controls/menu/appearance-and-styling/adding-images-to-items.md b/controls/menu/appearance-and-styling/adding-images-to-items.md index 9d417a7a26..9ffd80ee35 100644 --- a/controls/menu/appearance-and-styling/adding-images-to-items.md +++ b/controls/menu/appearance-and-styling/adding-images-to-items.md @@ -3,6 +3,7 @@ title: Adding Images to Items page_title: Adding Images to Items - RadMenu description: Check our Web Forms article about Adding Images to Items. slug: menu/appearance-and-styling/adding-images-to-items +components: ["menu"] tags: adding,images,to,items published: True position: 1 diff --git a/controls/menu/appearance-and-styling/appearance-skins.md b/controls/menu/appearance-and-styling/appearance-skins.md index 6bab2838b6..a410df1d6c 100644 --- a/controls/menu/appearance-and-styling/appearance-skins.md +++ b/controls/menu/appearance-and-styling/appearance-skins.md @@ -3,6 +3,7 @@ title: Appearance Skins page_title: Appearance Skins - RadMenu description: Check our Web Forms article about Appearance Skins. slug: menu/appearance-and-styling/appearance-skins +components: ["menu"] tags: appearance,skins published: True position: 5 diff --git a/controls/menu/appearance-and-styling/creating-custom-skin-using-sprite.md b/controls/menu/appearance-and-styling/creating-custom-skin-using-sprite.md index d2acb47b48..0f97189a4e 100644 --- a/controls/menu/appearance-and-styling/creating-custom-skin-using-sprite.md +++ b/controls/menu/appearance-and-styling/creating-custom-skin-using-sprite.md @@ -3,6 +3,7 @@ title: Creating Custom Skin Using Sprite page_title: Creating Custom Skin Using Sprite - RadMenu description: Check our Web Forms article about Using Sprite. slug: menu/appearance-and-styling/creating-custom-skin-using-sprite +components: ["menu"] tags: css,custon skin,sprite published: True position: 10 diff --git a/controls/menu/appearance-and-styling/creating-custom-skin.md b/controls/menu/appearance-and-styling/creating-custom-skin.md index 807182ce83..e2f0307b97 100644 --- a/controls/menu/appearance-and-styling/creating-custom-skin.md +++ b/controls/menu/appearance-and-styling/creating-custom-skin.md @@ -3,6 +3,7 @@ title: Creating Custom Skin page_title: Creating Custom Skin - RadMenu description: Check our Web Forms article about Creating Custom Skin. slug: menu/appearance-and-styling/creating-custom-skin +components: ["menu"] tags: css,skin,file,selectors published: True position: 11 diff --git a/controls/menu/appearance-and-styling/css-skin-file-selectors.md b/controls/menu/appearance-and-styling/css-skin-file-selectors.md index 82c106465c..6a7cfb4dc5 100644 --- a/controls/menu/appearance-and-styling/css-skin-file-selectors.md +++ b/controls/menu/appearance-and-styling/css-skin-file-selectors.md @@ -3,6 +3,7 @@ title: CSS Skin File Selectors page_title: CSS Skin File Selectors - RadMenu description: Check our Web Forms article about CSS Skin File Selectors. slug: menu/appearance-and-styling/css-skin-file-selectors +components: ["menu"] tags: css,skin,file,selectors published: True position: 9 diff --git a/controls/menu/appearance-and-styling/layout-of-child-items.md b/controls/menu/appearance-and-styling/layout-of-child-items.md index 31547cf3a4..0000c6eafe 100644 --- a/controls/menu/appearance-and-styling/layout-of-child-items.md +++ b/controls/menu/appearance-and-styling/layout-of-child-items.md @@ -3,6 +3,7 @@ title: Layout of Child Items page_title: Layout of Child Items - RadMenu description: Check our Web Forms article about Layout of Child Items. slug: menu/appearance-and-styling/layout-of-child-items +components: ["menu"] tags: layout,of,child,items published: True position: 3 diff --git a/controls/menu/appearance-and-styling/layout-of-root-items-.md b/controls/menu/appearance-and-styling/layout-of-root-items-.md index d9b0b451ca..298ef3d026 100644 --- a/controls/menu/appearance-and-styling/layout-of-root-items-.md +++ b/controls/menu/appearance-and-styling/layout-of-root-items-.md @@ -3,6 +3,7 @@ title: Layout of Root Items page_title: Layout of Root Items - RadMenu description: Check our Web Forms article about Layout of Root Items. slug: menu/appearance-and-styling/layout-of-root-items- +components: ["menu"] tags: layout,of,root,items, published: True position: 2 diff --git a/controls/menu/appearance-and-styling/migrating-skins-from-radmenu-asp.net-to-asp.net-ajax.md b/controls/menu/appearance-and-styling/migrating-skins-from-radmenu-asp.net-to-asp.net-ajax.md index b54a82f3f1..944ec74f33 100644 --- a/controls/menu/appearance-and-styling/migrating-skins-from-radmenu-asp.net-to-asp.net-ajax.md +++ b/controls/menu/appearance-and-styling/migrating-skins-from-radmenu-asp.net-to-asp.net-ajax.md @@ -3,6 +3,7 @@ title: Migrating Skins from RadMenu ASP.NET to ASP.NET AJAX page_title: Migrating Skins from RadMenu ASP.NET to ASP.NET AJAX - RadMenu description: Check our Web Forms article about Migrating Skins from RadMenu ASP.NET to ASP.NET AJAX. slug: menu/appearance-and-styling/migrating-skins-from-radmenu-asp.net-to-asp.net-ajax +components: ["menu"] tags: migrating,skins,from,radmenu,asp.net,to,asp.net,ajax published: True position: 0 diff --git a/controls/menu/appearance-and-styling/setting--the-css-class-of-items.md b/controls/menu/appearance-and-styling/setting--the-css-class-of-items.md index c261024d29..b91d9ad1a1 100644 --- a/controls/menu/appearance-and-styling/setting--the-css-class-of-items.md +++ b/controls/menu/appearance-and-styling/setting--the-css-class-of-items.md @@ -3,6 +3,7 @@ title: Setting the CSS Class of Items page_title: Setting the CSS Class of Items - RadMenu description: Check our Web Forms article about Setting the CSS Class of Items. slug: menu/appearance-and-styling/setting--the-css-class-of-items +components: ["menu"] tags: setting,,the,css,class,of,items published: True position: 4 diff --git a/controls/menu/appearance-and-styling/understanding-the-skin-css-file.md b/controls/menu/appearance-and-styling/understanding-the-skin-css-file.md index 7aaa5ff57d..374d57a283 100644 --- a/controls/menu/appearance-and-styling/understanding-the-skin-css-file.md +++ b/controls/menu/appearance-and-styling/understanding-the-skin-css-file.md @@ -3,6 +3,7 @@ title: Understanding the Skin CSS File page_title: Understanding the Skin CSS File - RadMenu description: Check our Web Forms article about Understanding the Skin CSS File. slug: menu/appearance-and-styling/understanding-the-skin-css-file +components: ["menu"] tags: understanding,the,skin,css,file published: True position: 8 diff --git a/controls/menu/changes-and-backward-compatibility.md b/controls/menu/changes-and-backward-compatibility.md index f7f4fc3dcd..67bc1ab17f 100644 --- a/controls/menu/changes-and-backward-compatibility.md +++ b/controls/menu/changes-and-backward-compatibility.md @@ -3,6 +3,7 @@ title: Changes and Backward Compatibility page_title: Changes and Backward Compatibility - RadMenu description: Check our Web Forms article about Changes and Backward Compatibility. slug: menu/changes-and-backward-compatibility +components: ["menu"] tags: changes,and,backward,compatibility published: False position: 3 diff --git a/controls/menu/client-side-programming/accessing-client-changes-at-the-server.md b/controls/menu/client-side-programming/accessing-client-changes-at-the-server.md index 4c941f8d4d..a3f5b8d488 100644 --- a/controls/menu/client-side-programming/accessing-client-changes-at-the-server.md +++ b/controls/menu/client-side-programming/accessing-client-changes-at-the-server.md @@ -3,6 +3,7 @@ title: Accessing Client Changes at the Server page_title: Accessing Client Changes at the Server - RadMenu description: Check our Web Forms article about Accessing Client Changes at the Server. slug: menu/client-side-programming/accessing-client-changes-at-the-server +components: ["menu"] tags: accessing,client,changes,at,the,server published: True position: 1 diff --git a/controls/menu/client-side-programming/events/onclienthidden.md b/controls/menu/client-side-programming/events/onclienthidden.md index 2771d0f07b..842749c8b2 100644 --- a/controls/menu/client-side-programming/events/onclienthidden.md +++ b/controls/menu/client-side-programming/events/onclienthidden.md @@ -3,6 +3,7 @@ title: OnClientHidden page_title: OnClientHidden - RadMenu description: Check our Web Forms article about OnClientHidden. slug: menu/client-side-programming/events/onclienthidden +components: ["menu"] tags: onclienthidden published: True position: 19 diff --git a/controls/menu/client-side-programming/events/onclienthiding.md b/controls/menu/client-side-programming/events/onclienthiding.md index df039f14f9..bf4ff0eaf7 100644 --- a/controls/menu/client-side-programming/events/onclienthiding.md +++ b/controls/menu/client-side-programming/events/onclienthiding.md @@ -3,6 +3,7 @@ title: OnClientHiding page_title: OnClientHiding - RadMenu description: Check our Web Forms article about OnClientHiding. slug: menu/client-side-programming/events/onclienthiding +components: ["menu"] tags: onclienthiding published: True position: 18 diff --git a/controls/menu/client-side-programming/events/onclientitemblur.md b/controls/menu/client-side-programming/events/onclientitemblur.md index 56e665917e..a33b787cb7 100644 --- a/controls/menu/client-side-programming/events/onclientitemblur.md +++ b/controls/menu/client-side-programming/events/onclientitemblur.md @@ -3,6 +3,7 @@ title: OnClientItemBlur page_title: OnClientItemBlur - RadMenu description: Check our Web Forms article about OnClientItemBlur. slug: menu/client-side-programming/events/onclientitemblur +components: ["menu"] tags: onclientitemblur published: True position: 12 diff --git a/controls/menu/client-side-programming/events/onclientitemclicked.md b/controls/menu/client-side-programming/events/onclientitemclicked.md index 34514cb828..a404293670 100644 --- a/controls/menu/client-side-programming/events/onclientitemclicked.md +++ b/controls/menu/client-side-programming/events/onclientitemclicked.md @@ -3,6 +3,7 @@ title: OnClientItemClicked page_title: OnClientItemClicked - RadMenu description: Check our Web Forms article about OnClientItemClicked. slug: menu/client-side-programming/events/onclientitemclicked +components: ["menu"] tags: onclientitemclicked published: True position: 4 diff --git a/controls/menu/client-side-programming/events/onclientitemclicking.md b/controls/menu/client-side-programming/events/onclientitemclicking.md index 4156227a96..5024ffcbd7 100644 --- a/controls/menu/client-side-programming/events/onclientitemclicking.md +++ b/controls/menu/client-side-programming/events/onclientitemclicking.md @@ -3,6 +3,7 @@ title: OnClientItemClicking page_title: OnClientItemClicking - RadMenu description: Check our Web Forms article about OnClientItemClicking. slug: menu/client-side-programming/events/onclientitemclicking +components: ["menu"] tags: onclientitemclicking published: True position: 3 diff --git a/controls/menu/client-side-programming/events/onclientitemclosed.md b/controls/menu/client-side-programming/events/onclientitemclosed.md index 98c0b8dbf6..c8a57b388b 100644 --- a/controls/menu/client-side-programming/events/onclientitemclosed.md +++ b/controls/menu/client-side-programming/events/onclientitemclosed.md @@ -3,6 +3,7 @@ title: OnClientItemClosed page_title: OnClientItemClosed - RadMenu description: Check our Web Forms article about OnClientItemClosed. slug: menu/client-side-programming/events/onclientitemclosed +components: ["menu"] tags: onclientitemclosed published: True position: 10 diff --git a/controls/menu/client-side-programming/events/onclientitemclosing.md b/controls/menu/client-side-programming/events/onclientitemclosing.md index b8598f2092..7cd5df5e91 100644 --- a/controls/menu/client-side-programming/events/onclientitemclosing.md +++ b/controls/menu/client-side-programming/events/onclientitemclosing.md @@ -3,6 +3,7 @@ title: OnClientItemClosing page_title: OnClientItemClosing - RadMenu description: Check our Web Forms article about OnClientItemClosing. slug: menu/client-side-programming/events/onclientitemclosing +components: ["menu"] tags: onclientitemclosing published: True position: 9 diff --git a/controls/menu/client-side-programming/events/onclientitemfocus.md b/controls/menu/client-side-programming/events/onclientitemfocus.md index 1c0c08f5bf..c2e23f9f71 100644 --- a/controls/menu/client-side-programming/events/onclientitemfocus.md +++ b/controls/menu/client-side-programming/events/onclientitemfocus.md @@ -3,6 +3,7 @@ title: OnClientItemFocus page_title: OnClientItemFocus - RadMenu description: Check our Web Forms article about OnClientItemFocus. slug: menu/client-side-programming/events/onclientitemfocus +components: ["menu"] tags: onclientitemfocus published: True position: 11 diff --git a/controls/menu/client-side-programming/events/onclientitemopened.md b/controls/menu/client-side-programming/events/onclientitemopened.md index df7cc6f365..3a1a961211 100644 --- a/controls/menu/client-side-programming/events/onclientitemopened.md +++ b/controls/menu/client-side-programming/events/onclientitemopened.md @@ -3,6 +3,7 @@ title: OnClientItemOpened page_title: OnClientItemOpened - RadMenu description: Check our Web Forms article about OnClientItemOpened. slug: menu/client-side-programming/events/onclientitemopened +components: ["menu"] tags: onclientitemopened published: True position: 8 diff --git a/controls/menu/client-side-programming/events/onclientitemopening.md b/controls/menu/client-side-programming/events/onclientitemopening.md index e4c4aab447..06cf6c6cc6 100644 --- a/controls/menu/client-side-programming/events/onclientitemopening.md +++ b/controls/menu/client-side-programming/events/onclientitemopening.md @@ -3,6 +3,7 @@ title: OnClientItemOpening page_title: OnClientItemOpening - RadMenu description: Check our Web Forms article about OnClientItemOpening. slug: menu/client-side-programming/events/onclientitemopening +components: ["menu"] tags: onclientitemopening published: True position: 7 diff --git a/controls/menu/client-side-programming/events/onclientitempopulated.md b/controls/menu/client-side-programming/events/onclientitempopulated.md index 6064831268..0bf376c4f1 100644 --- a/controls/menu/client-side-programming/events/onclientitempopulated.md +++ b/controls/menu/client-side-programming/events/onclientitempopulated.md @@ -3,6 +3,7 @@ title: OnClientItemPopulated page_title: OnClientItemPopulated - RadMenu description: Check our Web Forms article about OnClientItemPopulated. slug: menu/client-side-programming/events/onclientitempopulated +components: ["menu"] tags: onclientitempopulated published: True position: 14 diff --git a/controls/menu/client-side-programming/events/onclientitempopulating.md b/controls/menu/client-side-programming/events/onclientitempopulating.md index 474e5aa13d..69b4fc2019 100644 --- a/controls/menu/client-side-programming/events/onclientitempopulating.md +++ b/controls/menu/client-side-programming/events/onclientitempopulating.md @@ -3,6 +3,7 @@ title: OnClientItemPopulating page_title: OnClientItemPopulating - RadMenu description: Check our Web Forms article about OnClientItemPopulating. slug: menu/client-side-programming/events/onclientitempopulating +components: ["menu"] tags: onclientitempopulating published: True position: 13 diff --git a/controls/menu/client-side-programming/events/onclientitempopulationfailed.md b/controls/menu/client-side-programming/events/onclientitempopulationfailed.md index a7cc7baaea..6917ecaaf8 100644 --- a/controls/menu/client-side-programming/events/onclientitempopulationfailed.md +++ b/controls/menu/client-side-programming/events/onclientitempopulationfailed.md @@ -3,6 +3,7 @@ title: OnClientItemPopulationFailed page_title: OnClientItemPopulationFailed - RadMenu description: Check our Web Forms article about OnClientItemPopulationFailed. slug: menu/client-side-programming/events/onclientitempopulationfailed +components: ["menu"] tags: onclientitempopulationfailed published: True position: 15 diff --git a/controls/menu/client-side-programming/events/onclientload.md b/controls/menu/client-side-programming/events/onclientload.md index 80072a8e6a..6a1840227e 100644 --- a/controls/menu/client-side-programming/events/onclientload.md +++ b/controls/menu/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadMenu description: Check our Web Forms article about OnClientLoad. slug: menu/client-side-programming/events/onclientload +components: ["menu"] tags: onclientload published: True position: 1 diff --git a/controls/menu/client-side-programming/events/onclientmouseout.md b/controls/menu/client-side-programming/events/onclientmouseout.md index 6a4c94fb23..843d3ad4d3 100644 --- a/controls/menu/client-side-programming/events/onclientmouseout.md +++ b/controls/menu/client-side-programming/events/onclientmouseout.md @@ -3,6 +3,7 @@ title: OnClientMouseOut page_title: OnClientMouseOut - RadMenu description: Check our Web Forms article about OnClientMouseOut. slug: menu/client-side-programming/events/onclientmouseout +components: ["menu"] tags: onclientmouseout published: True position: 6 diff --git a/controls/menu/client-side-programming/events/onclientmouseover.md b/controls/menu/client-side-programming/events/onclientmouseover.md index 825232ec61..bc9fcc1617 100644 --- a/controls/menu/client-side-programming/events/onclientmouseover.md +++ b/controls/menu/client-side-programming/events/onclientmouseover.md @@ -3,6 +3,7 @@ title: OnClientMouseOver page_title: OnClientMouseOver - RadMenu description: Check our Web Forms article about OnClientMouseOver. slug: menu/client-side-programming/events/onclientmouseover +components: ["menu"] tags: onclientmouseover published: True position: 5 diff --git a/controls/menu/client-side-programming/events/onclientshowing.md b/controls/menu/client-side-programming/events/onclientshowing.md index 99a37c694c..d4f78d08a5 100644 --- a/controls/menu/client-side-programming/events/onclientshowing.md +++ b/controls/menu/client-side-programming/events/onclientshowing.md @@ -3,6 +3,7 @@ title: OnClientShowing page_title: OnClientShowing - RadMenu description: Check our Web Forms article about OnClientShowing. slug: menu/client-side-programming/events/onclientshowing +components: ["menu"] tags: onclientshowing published: True position: 16 diff --git a/controls/menu/client-side-programming/events/onclientshown.md b/controls/menu/client-side-programming/events/onclientshown.md index 1f431f336a..a90bdc012e 100644 --- a/controls/menu/client-side-programming/events/onclientshown.md +++ b/controls/menu/client-side-programming/events/onclientshown.md @@ -3,6 +3,7 @@ title: OnClientShown page_title: OnClientShown - RadMenu description: Check our Web Forms article about OnClientShown. slug: menu/client-side-programming/events/onclientshown +components: ["menu"] tags: onclientshown published: True position: 17 diff --git a/controls/menu/client-side-programming/events/onclienttemplatedatabound-.md b/controls/menu/client-side-programming/events/onclienttemplatedatabound-.md index efc613497b..9335828bce 100644 --- a/controls/menu/client-side-programming/events/onclienttemplatedatabound-.md +++ b/controls/menu/client-side-programming/events/onclienttemplatedatabound-.md @@ -3,6 +3,7 @@ title: OnClientTemplateDataBound page_title: OnClientTemplateDataBound - RadMenu description: Check our Web Forms article about OnClientTemplateDataBound. slug: menu/client-side-programming/events/onclienttemplatedatabound- +components: ["menu"] tags: onclienttemplatedatabound, published: True position: 2 diff --git a/controls/menu/client-side-programming/events/overview.md b/controls/menu/client-side-programming/events/overview.md index 4e4dfbe1ac..e925875ccf 100644 --- a/controls/menu/client-side-programming/events/overview.md +++ b/controls/menu/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Events Overview page_title: Overview - RadMenu description: Check our Web Forms article about Overview. slug: menu/client-side-programming/events/overview +components: ["menu"] tags: overview published: True position: 0 diff --git a/controls/menu/client-side-programming/objects/radmenu-and-radcontextmenu-objects.md b/controls/menu/client-side-programming/objects/radmenu-and-radcontextmenu-objects.md index 4d06be66d3..3c6e5167e0 100644 --- a/controls/menu/client-side-programming/objects/radmenu-and-radcontextmenu-objects.md +++ b/controls/menu/client-side-programming/objects/radmenu-and-radcontextmenu-objects.md @@ -3,6 +3,7 @@ title: RadMenu and RadContextMenu Objects page_title: RadMenu and RadContextMenu Objects - RadMenu description: Check our Web Forms article about RadMenu and RadContextMenu Objects. slug: menu/client-side-programming/objects/radmenu-and-radcontextmenu-objects +components: ["menu"] tags: radmenu,and,radcontextmenu,objects published: True position: 0 diff --git a/controls/menu/client-side-programming/objects/radmenuitem-object.md b/controls/menu/client-side-programming/objects/radmenuitem-object.md index 0c3ee0e290..c3ebc9e048 100644 --- a/controls/menu/client-side-programming/objects/radmenuitem-object.md +++ b/controls/menu/client-side-programming/objects/radmenuitem-object.md @@ -3,6 +3,7 @@ title: RadMenuItem Object page_title: RadMenuItem Object - RadMenu description: Check our Web Forms article about RadMenuItem Object. slug: menu/client-side-programming/objects/radmenuitem-object +components: ["menu"] tags: radmenuitem,object published: True position: 1 diff --git a/controls/menu/client-side-programming/objects/radmenuitemcollection-object.md b/controls/menu/client-side-programming/objects/radmenuitemcollection-object.md index 34a20b59b8..e4480c6028 100644 --- a/controls/menu/client-side-programming/objects/radmenuitemcollection-object.md +++ b/controls/menu/client-side-programming/objects/radmenuitemcollection-object.md @@ -3,6 +3,7 @@ title: RadMenuItemCollection Object page_title: RadMenuItemCollection Object - RadMenu description: Check our Web Forms article about RadMenuItemCollection Object. slug: menu/client-side-programming/objects/radmenuitemcollection-object +components: ["menu"] tags: radmenuitemcollection,object published: True position: 2 diff --git a/controls/menu/client-side-programming/overview.md b/controls/menu/client-side-programming/overview.md index a8e23ac37a..22b32526f8 100644 --- a/controls/menu/client-side-programming/overview.md +++ b/controls/menu/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Client-side Programming Overview page_title: Overview - Client Side Programming - RadMenu description: Check our Web Forms article about Overview. slug: menu/client-side-programming/overview +components: ["menu"] tags: overview published: True position: 0 diff --git a/controls/menu/context-menus/creating-context-menu-at-runtime.md b/controls/menu/context-menus/creating-context-menu-at-runtime.md index 182894a27f..74b9be2a79 100644 --- a/controls/menu/context-menus/creating-context-menu-at-runtime.md +++ b/controls/menu/context-menus/creating-context-menu-at-runtime.md @@ -3,6 +3,7 @@ title: Creating Context Menu at Runtime page_title: Creating Context Menu at Runtime - RadMenu description: Check our Web Forms article about Creating Context Menu at Runtime. slug: menu/context-menus/creating-context-menu-at-runtime +components: ["menu"] tags: creating,context,menu,at,runtime published: True position: 1 diff --git a/controls/menu/context-menus/radcontextmenu-object.md b/controls/menu/context-menus/radcontextmenu-object.md index 06c50b8214..9ea55ee624 100644 --- a/controls/menu/context-menus/radcontextmenu-object.md +++ b/controls/menu/context-menus/radcontextmenu-object.md @@ -3,6 +3,7 @@ title: RadContextMenu Object page_title: RadContextMenu Object - RadMenu description: Explore the RadContextMenu object and its API for creating and managing context menus dynamically. slug: menu/context-menus/radcontextmenu-object +components: ["menu"] tags: radcontextmenu,object published: True position: 0 diff --git a/controls/menu/data-binding/binding-to-datatable.md b/controls/menu/data-binding/binding-to-datatable.md index 7646f947c2..e534861bdf 100644 --- a/controls/menu/data-binding/binding-to-datatable.md +++ b/controls/menu/data-binding/binding-to-datatable.md @@ -3,6 +3,7 @@ title: Binding to DataTable page_title: Binding to DataTable - RadMenu description: Check our Web Forms article about Binding to DataTable. slug: menu/data-binding/binding-to-datatable +components: ["menu"] tags: binding,to,datatable published: True position: 2 diff --git a/controls/menu/data-binding/binding-to-hierarchical-datasource.md b/controls/menu/data-binding/binding-to-hierarchical-datasource.md index 2b96143727..52d8716e01 100644 --- a/controls/menu/data-binding/binding-to-hierarchical-datasource.md +++ b/controls/menu/data-binding/binding-to-hierarchical-datasource.md @@ -3,6 +3,7 @@ title: Binding to Hierarchical DataSource page_title: Binding to Hierarchical DataSource - RadMenu description: Check our Web Forms article about Binding to Hierarchical DataSource. slug: menu/data-binding/binding-to-hierarchical-datasource +components: ["menu"] tags: binding,to,hierarchical,datasource published: True position: 4 diff --git a/controls/menu/data-binding/binding-to-object-based-data-sources.md b/controls/menu/data-binding/binding-to-object-based-data-sources.md index 32d2f680f1..ae594ddd83 100644 --- a/controls/menu/data-binding/binding-to-object-based-data-sources.md +++ b/controls/menu/data-binding/binding-to-object-based-data-sources.md @@ -3,6 +3,7 @@ title: Binding to Object-Based Data Sources page_title: Binding to Object-Based Data Sources - RadMenu description: Check our Web Forms article about Binding to Object-Based Data Sources. slug: menu/data-binding/binding-to-object-based-data-sources +components: ["menu"] tags: binding,to,object-based,data,sources published: True position: 1 diff --git a/controls/menu/data-binding/binding-to-odata.md b/controls/menu/data-binding/binding-to-odata.md index 87d6ce9514..18d1b668f5 100644 --- a/controls/menu/data-binding/binding-to-odata.md +++ b/controls/menu/data-binding/binding-to-odata.md @@ -3,6 +3,7 @@ title: Binding to OData page_title: Binding to OData - RadMenu description: Check our Web Forms article about Binding to OData. slug: menu/data-binding/binding-to-odata +components: ["menu"] tags: binding,to,odata published: True position: 6 diff --git a/controls/menu/data-binding/binding-to-radclientdatasource.md b/controls/menu/data-binding/binding-to-radclientdatasource.md index 0530e0dc5e..016c187a8c 100644 --- a/controls/menu/data-binding/binding-to-radclientdatasource.md +++ b/controls/menu/data-binding/binding-to-radclientdatasource.md @@ -3,6 +3,7 @@ title: Binding to RadClientDataSource page_title: Binding to RadClientDataSource - RadMenu description: Check our Web Forms article about Binding to RadClientDataSource. slug: menu/data-binding/binding-to-radclientdatasource +components: ["menu"] tags: binding,to,radclientdatasource published: True position: 7 diff --git a/controls/menu/data-binding/binding-to-table-based-datasource.md b/controls/menu/data-binding/binding-to-table-based-datasource.md index f0be5b05be..9cc3535966 100644 --- a/controls/menu/data-binding/binding-to-table-based-datasource.md +++ b/controls/menu/data-binding/binding-to-table-based-datasource.md @@ -3,6 +3,7 @@ title: Binding to Table-Based DataSource page_title: Binding to Table-Based DataSource - RadMenu description: Check our Web Forms article about Binding to Table-Based DataSource. slug: menu/data-binding/binding-to-table-based-datasource +components: ["menu"] tags: binding,to,table-based,datasource published: True position: 3 diff --git a/controls/menu/data-binding/overview.md b/controls/menu/data-binding/overview.md index 741956393e..7a7ea9d7a9 100644 --- a/controls/menu/data-binding/overview.md +++ b/controls/menu/data-binding/overview.md @@ -3,6 +3,7 @@ title: Data Binding Overview page_title: Overview - RadMenu description: Check our Web Forms article about Overview. slug: menu/data-binding/overview +components: ["menu"] tags: overview published: True position: 0 diff --git a/controls/menu/data-binding/using-databindings.md b/controls/menu/data-binding/using-databindings.md index e071a2860b..a53fe23b1e 100644 --- a/controls/menu/data-binding/using-databindings.md +++ b/controls/menu/data-binding/using-databindings.md @@ -3,6 +3,7 @@ title: Using DataBindings page_title: Using DataBindings - RadMenu description: Check our Web Forms article about Using DataBindings. slug: menu/data-binding/using-databindings +components: ["menu"] tags: using,databindings published: True position: 5 diff --git a/controls/menu/data-binding/wcf-web-service-binding.md b/controls/menu/data-binding/wcf-web-service-binding.md index 2a5c5043f0..f05fb57678 100644 --- a/controls/menu/data-binding/wcf-web-service-binding.md +++ b/controls/menu/data-binding/wcf-web-service-binding.md @@ -3,6 +3,7 @@ title: WCF Web Service Binding page_title: WCF Web Service Binding - RadMenu description: Check our Web Forms article about WCF Web Service Binding. slug: menu/data-binding/wcf-web-service-binding +components: ["menu"] tags: wcf,web,service,binding published: True position: 8 diff --git a/controls/menu/data-binding/web-service-binding.md b/controls/menu/data-binding/web-service-binding.md index 26e4054d5c..96f601bc00 100644 --- a/controls/menu/data-binding/web-service-binding.md +++ b/controls/menu/data-binding/web-service-binding.md @@ -3,6 +3,7 @@ title: Web Service Binding page_title: Web Service Binding - RadMenu description: Check our Web Forms article about Web Service Binding. slug: menu/data-binding/web-service-binding +components: ["menu"] tags: web,service,binding published: True position: 9 diff --git a/controls/menu/design-time/binding-to-linqdatasource.md b/controls/menu/design-time/binding-to-linqdatasource.md index f9e6327d36..43170f5af8 100644 --- a/controls/menu/design-time/binding-to-linqdatasource.md +++ b/controls/menu/design-time/binding-to-linqdatasource.md @@ -3,6 +3,7 @@ title: Binding to LinqDataSource page_title: Binding to LinqDataSource - RadMenu description: Check our Web Forms article about Binding to LinqDataSource. slug: menu/design-time/binding-to-linqdatasource +components: ["menu"] tags: binding,to,linqdatasource published: True position: 4 diff --git a/controls/menu/design-time/navigationitembinding-collection-editor.md b/controls/menu/design-time/navigationitembinding-collection-editor.md index 007ef5c64d..928e79e57f 100644 --- a/controls/menu/design-time/navigationitembinding-collection-editor.md +++ b/controls/menu/design-time/navigationitembinding-collection-editor.md @@ -3,6 +3,7 @@ title: NavigationItemBinding Collection Editor page_title: NavigationItemBinding Collection Editor - RadMenu description: Check our Web Forms article about NavigationItemBinding Collection Editor. slug: menu/design-time/navigationitembinding-collection-editor +components: ["menu"] tags: navigationitembinding,collection,editor published: True position: 3 diff --git a/controls/menu/design-time/radmenu-item-builder.md b/controls/menu/design-time/radmenu-item-builder.md index 86da15e5b2..1088cdab81 100644 --- a/controls/menu/design-time/radmenu-item-builder.md +++ b/controls/menu/design-time/radmenu-item-builder.md @@ -3,6 +3,7 @@ title: RadMenu Item Builder page_title: RadMenu Item Builder - RadMenu description: Check our Web Forms article about RadMenu Item Builder. slug: menu/design-time/radmenu-item-builder +components: ["menu"] tags: radmenu,item,builder published: True position: 1 diff --git a/controls/menu/design-time/smart-tag.md b/controls/menu/design-time/smart-tag.md index 960ceb9a21..02a50de2cf 100644 --- a/controls/menu/design-time/smart-tag.md +++ b/controls/menu/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadMenu description: Check our Web Forms article about Smart Tag. slug: menu/design-time/smart-tag +components: ["menu"] tags: smart,tag published: True position: 0 diff --git a/controls/menu/design-time/template-design-surface.md b/controls/menu/design-time/template-design-surface.md index e094c774b8..7c24c9163a 100644 --- a/controls/menu/design-time/template-design-surface.md +++ b/controls/menu/design-time/template-design-surface.md @@ -3,6 +3,7 @@ title: Template Design Surface page_title: Template Design Surface - RadMenu description: Check our Web Forms article about Template Design Surface. slug: menu/design-time/template-design-surface +components: ["menu"] tags: template,design,surface published: True position: 2 diff --git a/controls/menu/functionality/animations.md b/controls/menu/functionality/animations.md index 63200b8764..8e57669c06 100644 --- a/controls/menu/functionality/animations.md +++ b/controls/menu/functionality/animations.md @@ -3,6 +3,7 @@ title: Animations page_title: Animations - RadMenu description: Check our Web Forms article about Animations. slug: menu/functionality/animations +components: ["menu"] tags: animations published: True position: 5 diff --git a/controls/menu/functionality/click-to-open.md b/controls/menu/functionality/click-to-open.md index 43c3f74ebe..bb86992fb5 100644 --- a/controls/menu/functionality/click-to-open.md +++ b/controls/menu/functionality/click-to-open.md @@ -3,6 +3,7 @@ title: Click To Open page_title: Click To Open - RadMenu description: Check our Web Forms article about Click To Open. slug: menu/functionality/click-to-open +components: ["menu"] tags: click,to,open published: True position: 6 diff --git a/controls/menu/functionality/cross-page-postback.md b/controls/menu/functionality/cross-page-postback.md index e7b71ae105..20ad6f0154 100644 --- a/controls/menu/functionality/cross-page-postback.md +++ b/controls/menu/functionality/cross-page-postback.md @@ -3,6 +3,7 @@ title: Cross-Page Postback page_title: Cross-Page Postback - RadMenu description: Check our Web Forms article about Cross-Page Postback. slug: menu/functionality/cross-page-postback +components: ["menu"] tags: cross-page,postback published: True position: 2 diff --git a/controls/menu/functionality/multi-column-menu.md b/controls/menu/functionality/multi-column-menu.md index e119ab02a1..1dcb0f9f97 100644 --- a/controls/menu/functionality/multi-column-menu.md +++ b/controls/menu/functionality/multi-column-menu.md @@ -3,6 +3,7 @@ title: Multi Column Menu page_title: Multi Column Menu - RadMenu description: Check our Web Forms article about Multi Column Menu. slug: menu/functionality/multi-column-menu +components: ["menu"] tags: multi,column,menu published: True position: 3 diff --git a/controls/menu/functionality/separators.md b/controls/menu/functionality/separators.md index 8367e8cf00..f9ed92b660 100644 --- a/controls/menu/functionality/separators.md +++ b/controls/menu/functionality/separators.md @@ -3,6 +3,7 @@ title: Separators page_title: Separators - RadMenu description: Check our Web Forms article about Separators. slug: menu/functionality/separators +components: ["menu"] tags: separators published: True position: 4 diff --git a/controls/menu/functionality/toggle-handle.md b/controls/menu/functionality/toggle-handle.md index 860d39f5f1..a63f898d0c 100644 --- a/controls/menu/functionality/toggle-handle.md +++ b/controls/menu/functionality/toggle-handle.md @@ -3,6 +3,7 @@ title: Toggle Handle page_title: Toggle Handle - RadMenu description: Check our Web Forms article about Toggle Handle. slug: menu/functionality/toggle-handle +components: ["menu"] tags: toggle,handle published: True position: 0 diff --git a/controls/menu/functionality/validation.md b/controls/menu/functionality/validation.md index 8930358503..512d6b722e 100644 --- a/controls/menu/functionality/validation.md +++ b/controls/menu/functionality/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadMenu description: Check our Web Forms article about Validation. slug: menu/functionality/validation +components: ["menu"] tags: validation published: True position: 1 diff --git a/controls/menu/getting-started/binding-to-a-data-source.md b/controls/menu/getting-started/binding-to-a-data-source.md index 4738358000..6c1165c19c 100644 --- a/controls/menu/getting-started/binding-to-a-data-source.md +++ b/controls/menu/getting-started/binding-to-a-data-source.md @@ -3,6 +3,7 @@ title: Binding to a Data Source page_title: Binding to a Data Source - RadMenu description: Check our Web Forms article about Binding to a Data Source. slug: menu/getting-started/binding-to-a-data-source +components: ["menu"] tags: binding,to,a,data,source published: True position: 1 diff --git a/controls/menu/getting-started/creating-a-simple-context-menu.md b/controls/menu/getting-started/creating-a-simple-context-menu.md index 62d65b93c6..e418f6ba0f 100644 --- a/controls/menu/getting-started/creating-a-simple-context-menu.md +++ b/controls/menu/getting-started/creating-a-simple-context-menu.md @@ -3,6 +3,7 @@ title: Creating a Simple Context Menu page_title: Creating a Simple Context Menu - RadMenu description: Check our Web Forms article about Creating a Simple Context Menu. slug: menu/getting-started/creating-a-simple-context-menu +components: ["menu"] tags: creating,a,simple,context,menu published: True position: 2 diff --git a/controls/menu/getting-started/overview.md b/controls/menu/getting-started/overview.md index d0efad587b..968ef14db7 100644 --- a/controls/menu/getting-started/overview.md +++ b/controls/menu/getting-started/overview.md @@ -3,6 +3,7 @@ title: Getting Started Overview page_title: Overview - RadMenu description: Check our Web Forms article about Overview. slug: menu/getting-started/overview +components: ["menu"] tags: overview published: True position: 0 diff --git a/controls/menu/how-to/auto-height-of-mobile-radmenu-items-group-popup.md b/controls/menu/how-to/auto-height-of-mobile-radmenu-items-group-popup.md index e3c3b98c49..c836946945 100644 --- a/controls/menu/how-to/auto-height-of-mobile-radmenu-items-group-popup.md +++ b/controls/menu/how-to/auto-height-of-mobile-radmenu-items-group-popup.md @@ -3,6 +3,7 @@ title: Auto height of Mobile RadMenu items group popup page_title: Auto height of Mobile RadMenu items group popup - RadMenu description: Check our Web Forms article about Auto height of Mobile RadMenu items group popup. slug: menu/how-to/auto-height-of-mobile-radmenu-items-group-popup +components: ["menu"] tags: radmenu,auto,resize,height,size,items,menu,popup,mobile published: True position: 12 diff --git a/controls/menu/how-to/change-mouse-pointer-on-menuitem-hover.md b/controls/menu/how-to/change-mouse-pointer-on-menuitem-hover.md index 4caf83d91d..0d611604a7 100644 --- a/controls/menu/how-to/change-mouse-pointer-on-menuitem-hover.md +++ b/controls/menu/how-to/change-mouse-pointer-on-menuitem-hover.md @@ -3,6 +3,7 @@ title: Change Mouse Pointer on MenuItem Hover page_title: Change Mouse Pointer on MenuItem Hover - RadMenu description: Check our Web Forms article about Change Mouse Pointer on MenuItem Hover. slug: menu/how-to/change-mouse-pointer-on-menuitem-hover +components: ["menu"] tags: change,mouse,pointer,on,menuitem,hover published: True position: 5 diff --git a/controls/menu/how-to/change-rendermode-according-to-current-window-size.md b/controls/menu/how-to/change-rendermode-according-to-current-window-size.md index 0a8beaff71..eff619f3e0 100644 --- a/controls/menu/how-to/change-rendermode-according-to-current-window-size.md +++ b/controls/menu/how-to/change-rendermode-according-to-current-window-size.md @@ -3,6 +3,7 @@ title: Change RenderMode According to Current Window Size page_title: Change RenderMode According to Current Window Size - RadMenu description: Check our Web Forms article about Change RenderMode According to Current Window Size. slug: menu/how-to/change-rendermode-according-to-current-window-size +components: ["menu"] tags: rendermode,lightweight,mobile,window,size,viw,menu,change published: True position: 11 diff --git a/controls/menu/how-to/databinding-with-custom-attributes.md b/controls/menu/how-to/databinding-with-custom-attributes.md index 46b5209436..b29cada538 100644 --- a/controls/menu/how-to/databinding-with-custom-attributes.md +++ b/controls/menu/how-to/databinding-with-custom-attributes.md @@ -3,6 +3,7 @@ title: Databinding with Custom Attributes page_title: Databinding with Custom Attributes - RadMenu description: Check our Web Forms article about Databinding with Custom Attributes. slug: menu/how-to/databinding-with-custom-attributes +components: ["menu"] tags: databinding,with,custom,attributes published: True position: 1 diff --git a/controls/menu/how-to/expand-root-menuitem-on-click-only.md b/controls/menu/how-to/expand-root-menuitem-on-click-only.md index 80069013af..0e26423afc 100644 --- a/controls/menu/how-to/expand-root-menuitem-on-click-only.md +++ b/controls/menu/how-to/expand-root-menuitem-on-click-only.md @@ -3,6 +3,7 @@ title: Expand Root MenuItem on Click Only page_title: Expand Root MenuItem on Click Only - RadMenu description: Check our Web Forms article about Expand Root MenuItem on Click Only. slug: menu/how-to/expand-root-menuitem-on-click-only +components: ["menu"] tags: expand,root,menuitem,on,click,only published: True position: 3 diff --git a/controls/menu/how-to/hide-a-context-menu-when-the-mouse-moves-out.md b/controls/menu/how-to/hide-a-context-menu-when-the-mouse-moves-out.md index 95f5425730..e25a5cd9fe 100644 --- a/controls/menu/how-to/hide-a-context-menu-when-the-mouse-moves-out.md +++ b/controls/menu/how-to/hide-a-context-menu-when-the-mouse-moves-out.md @@ -3,6 +3,7 @@ title: Hide a Context Menu When the Mouse Moves Out page_title: Hide a Context Menu When the Mouse Moves Out - RadMenu description: Check our Web Forms article about Hide a Context Menu When the Mouse Moves Out. slug: menu/how-to/hide-a-context-menu-when-the-mouse-moves-out +components: ["menu"] tags: hide,a,context,menu,when,the,mouse,moves,out published: True position: 4 diff --git a/controls/menu/how-to/hide-and-show-the-menu-on-the-client.md b/controls/menu/how-to/hide-and-show-the-menu-on-the-client.md index 063bef53b4..ecec551129 100644 --- a/controls/menu/how-to/hide-and-show-the-menu-on-the-client.md +++ b/controls/menu/how-to/hide-and-show-the-menu-on-the-client.md @@ -3,6 +3,7 @@ title: Hide and Show the Menu on the Client page_title: Hide and Show the Menu on the Client - RadMenu description: Check our Web Forms article about Hide and Show the Menu on the Client. slug: menu/how-to/hide-and-show-the-menu-on-the-client +components: ["menu"] tags: hide,and,show,the,menu,on,the,client published: True position: 2 diff --git a/controls/menu/how-to/how-to-change-height-of-radmenu.md b/controls/menu/how-to/how-to-change-height-of-radmenu.md index 6bef27933c..01845b245c 100644 --- a/controls/menu/how-to/how-to-change-height-of-radmenu.md +++ b/controls/menu/how-to/how-to-change-height-of-radmenu.md @@ -3,6 +3,7 @@ title: How to Change Height of RadMenu page_title: How to Change Height of RadMenu - RadMenu description: Check our Web Forms article about How to Change Height of RadMenu. slug: menu/how-to/how-to-change-height-of-radmenu +components: ["menu"] tags: how,to,change,height,of,radmenu published: True position: 9 diff --git a/controls/menu/how-to/how-to-disable-the-collapse-animation-at-client-side.md b/controls/menu/how-to/how-to-disable-the-collapse-animation-at-client-side.md index f9c7f887c9..e9accb500c 100644 --- a/controls/menu/how-to/how-to-disable-the-collapse-animation-at-client-side.md +++ b/controls/menu/how-to/how-to-disable-the-collapse-animation-at-client-side.md @@ -3,6 +3,7 @@ title: How to Disable the Collapse Animation at Client-side page_title: How to Disable the Collapse Animation at Client-side - RadMenu description: Check our Web Forms article about How to Disable the Collapse Animation at Client-side. slug: menu/how-to/how-to-disable-the-collapse-animation-at-client-side +components: ["menu"] tags: how,to,disable,the,collapse,animation,at,client-side published: True position: 8 diff --git a/controls/menu/how-to/prevent-opening-a-disabled-menuitem-in-new-tab.md b/controls/menu/how-to/prevent-opening-a-disabled-menuitem-in-new-tab.md index 4d77de4a46..ec90b089d3 100644 --- a/controls/menu/how-to/prevent-opening-a-disabled-menuitem-in-new-tab.md +++ b/controls/menu/how-to/prevent-opening-a-disabled-menuitem-in-new-tab.md @@ -3,6 +3,7 @@ title: Prevent Opening a Disabled MenuItem in New Tab page_title: Prevent Opening a Disabled MenuItem in New Tab - RadMenu description: Check our Web Forms article about Prevent Opening a Disabled MenuItem in New Tab. slug: menu/how-to/prevent-opening-a-disabled-menuitem-in-new-tab +components: ["menu"] tags: prevent,opening,a,disabled,menuitem,in,new,tab published: True position: 0 diff --git a/controls/menu/how-to/showing-the-path-to-an-item.md b/controls/menu/how-to/showing-the-path-to-an-item.md index a28e4fb21a..f6c332590d 100644 --- a/controls/menu/how-to/showing-the-path-to-an-item.md +++ b/controls/menu/how-to/showing-the-path-to-an-item.md @@ -3,6 +3,7 @@ title: Showing the Path to an Item page_title: Showing the Path to an Item - RadMenu description: Check our Web Forms article about Showing the Path to an Item. slug: menu/how-to/showing-the-path-to-an-item +components: ["menu"] tags: showing,the,path,to,an,item published: True position: 10 diff --git a/controls/menu/how-to/use-radconfirm-to-confirm-menuitem-click.md b/controls/menu/how-to/use-radconfirm-to-confirm-menuitem-click.md index ae7aa6b9e1..13414c0075 100644 --- a/controls/menu/how-to/use-radconfirm-to-confirm-menuitem-click.md +++ b/controls/menu/how-to/use-radconfirm-to-confirm-menuitem-click.md @@ -3,6 +3,7 @@ title: Use RadConfirm to Confirm MenuItem Click page_title: Use RadConfirm to Confirm MenuItem Click - RadMenu description: Check our Web Forms article about Use RadConfirm to Confirm MenuItem Click. slug: menu/how-to/use-radconfirm-to-confirm-menuitem-click +components: ["menu"] tags: use,radconfirm,to,confirm,menuitem,click published: True position: 7 diff --git a/controls/menu/how-to/use-radmenu-in-a-user-control-with-outputcache-enabled.md b/controls/menu/how-to/use-radmenu-in-a-user-control-with-outputcache-enabled.md index 87784132d3..d58c50fa6e 100644 --- a/controls/menu/how-to/use-radmenu-in-a-user-control-with-outputcache-enabled.md +++ b/controls/menu/how-to/use-radmenu-in-a-user-control-with-outputcache-enabled.md @@ -3,6 +3,7 @@ title: Use RadMenu in a User Control with OutputCache Enabled page_title: Use RadMenu in a User Control with OutputCache Enabled - RadMenu description: Check our Web Forms article about Use RadMenu in a User Control with OutputCache Enabled. slug: menu/how-to/use-radmenu-in-a-user-control-with-outputcache-enabled +components: ["menu"] tags: use,radmenu,in,a,user,control,with,outputcache,enabled published: True position: 6 diff --git a/controls/menu/migrating-from-radmenu-asp.net-to-asp.net-ajax.md b/controls/menu/migrating-from-radmenu-asp.net-to-asp.net-ajax.md index 7546f33b93..a587090a5d 100644 --- a/controls/menu/migrating-from-radmenu-asp.net-to-asp.net-ajax.md +++ b/controls/menu/migrating-from-radmenu-asp.net-to-asp.net-ajax.md @@ -3,6 +3,7 @@ title: Migrating From RadMenu ASP.NET to ASP.NET AJAX page_title: Migrating From RadMenu ASP.NET to ASP.NET AJAX - RadMenu description: Check our Web Forms article about Migrating From RadMenu ASP.NET to ASP.NET AJAX. slug: menu/migrating-from-radmenu-asp.net-to-asp.net-ajax +components: ["menu"] tags: migrating,from,radmenu,asp.net,to,asp.net,ajax published: True position: 4 diff --git a/controls/menu/mobile-support/render-modes.md b/controls/menu/mobile-support/render-modes.md index d64c78f3da..7a3c2e1cd4 100644 --- a/controls/menu/mobile-support/render-modes.md +++ b/controls/menu/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadMenu description: Check our Web Forms article about Render Modes. slug: menu/mobile-support/render-modes +components: ["menu"] tags: render,modes published: True position: 1 diff --git a/controls/menu/mobile-support/responsive-adaptive-and-elastic-capabilities.md b/controls/menu/mobile-support/responsive-adaptive-and-elastic-capabilities.md index bce311a290..25e82c3385 100644 --- a/controls/menu/mobile-support/responsive-adaptive-and-elastic-capabilities.md +++ b/controls/menu/mobile-support/responsive-adaptive-and-elastic-capabilities.md @@ -3,6 +3,7 @@ title: Responsive Adaptive and Elastic Capabilities page_title: Responsive Adaptive and Elastic Capabilities - RadMenu description: Check our Web Forms article about Responsive Adaptive and Elastic Capabilities. slug: menu/mobile-support/responsive-adaptive-and-elastic-capabilities +components: ["menu"] tags: responsive,adaptive,and,elastic,capabilities published: True position: 0 diff --git a/controls/menu/overview.md b/controls/menu/overview.md index fc77d73bca..18a95c03d3 100644 --- a/controls/menu/overview.md +++ b/controls/menu/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadMenu description: Learn about the Menu control and its features for creating hierarchical navigation menus. slug: menu/overview +components: ["menu"] tags: overview published: True position: 0 diff --git a/controls/menu/performance/optimizing-radmenu-performance.md b/controls/menu/performance/optimizing-radmenu-performance.md index 1365a2404a..ff90312502 100644 --- a/controls/menu/performance/optimizing-radmenu-performance.md +++ b/controls/menu/performance/optimizing-radmenu-performance.md @@ -3,6 +3,7 @@ title: Optimizing RadMenu Performance page_title: Optimizing RadMenu Performance - RadMenu description: Check our Web Forms article about Optimizing RadMenu Performance. slug: menu/performance/optimizing-radmenu-performance +components: ["menu"] tags: performance,optimizing published: True position: 0 diff --git a/controls/menu/radmenu-items/custom-attributes.md b/controls/menu/radmenu-items/custom-attributes.md index b633dbca1e..aea52487e0 100644 --- a/controls/menu/radmenu-items/custom-attributes.md +++ b/controls/menu/radmenu-items/custom-attributes.md @@ -3,6 +3,7 @@ title: Custom Attributes page_title: Custom Attributes - RadMenu description: Check our Web Forms article about Custom Attributes. slug: menu/radmenu-items/custom-attributes +components: ["menu"] tags: custom,attributes published: True position: 1 diff --git a/controls/menu/radmenu-items/declaring-items-statically-at-design-time.md b/controls/menu/radmenu-items/declaring-items-statically-at-design-time.md index 9198bc5c04..ca0aee5143 100644 --- a/controls/menu/radmenu-items/declaring-items-statically-at-design-time.md +++ b/controls/menu/radmenu-items/declaring-items-statically-at-design-time.md @@ -3,6 +3,7 @@ title: Declaring Items Statically at Design Time page_title: Declaring Items Statically at Design Time - RadMenu description: Check our Web Forms article about Declaring Items Statically at Design Time. slug: menu/radmenu-items/declaring-items-statically-at-design-time +components: ["menu"] tags: declaring,items,statically,at,design,time published: True position: 2 diff --git a/controls/menu/radmenu-items/loading-items-from-xml.md b/controls/menu/radmenu-items/loading-items-from-xml.md index 90158e8ca4..ce3049adec 100644 --- a/controls/menu/radmenu-items/loading-items-from-xml.md +++ b/controls/menu/radmenu-items/loading-items-from-xml.md @@ -3,6 +3,7 @@ title: Loading Items from XML page_title: Loading Items from XML - RadMenu description: Check our Web Forms article about Loading Items from XML. slug: menu/radmenu-items/loading-items-from-xml +components: ["menu"] tags: loading,items,from,xml published: True position: 5 diff --git a/controls/menu/radmenu-items/overview.md b/controls/menu/radmenu-items/overview.md index fcb8cc6b17..8f119ea9ab 100644 --- a/controls/menu/radmenu-items/overview.md +++ b/controls/menu/radmenu-items/overview.md @@ -3,6 +3,7 @@ title: RadMenu Items Overview page_title: Overview - RadMenu description: Check our Web Forms article about Overview. slug: menu/radmenu-items/overview +components: ["menu"] tags: overview published: True position: 0 diff --git a/controls/menu/radmenu-items/working-with-items-at-client-side.md b/controls/menu/radmenu-items/working-with-items-at-client-side.md index b9659d18b1..3bf3badc15 100644 --- a/controls/menu/radmenu-items/working-with-items-at-client-side.md +++ b/controls/menu/radmenu-items/working-with-items-at-client-side.md @@ -3,6 +3,7 @@ title: Working With Items at Client-side page_title: Working With Items at Client-side - RadMenu description: Check our Web Forms article about Working With Items at Client-side. slug: menu/radmenu-items/working-with-items-at-client-side +components: ["menu"] tags: working,with,items,at,client-side published: True position: 4 diff --git a/controls/menu/radmenu-items/working-with-items-at-server-side.md b/controls/menu/radmenu-items/working-with-items-at-server-side.md index 05585ebd62..3fdbf0f6c5 100644 --- a/controls/menu/radmenu-items/working-with-items-at-server-side.md +++ b/controls/menu/radmenu-items/working-with-items-at-server-side.md @@ -3,6 +3,7 @@ title: Working With Items at Server-side page_title: Working With Items at Server-side - RadMenu description: Check our Web Forms article about Working With Items at Server-side. slug: menu/radmenu-items/working-with-items-at-server-side +components: ["menu"] tags: working,with,items,at,server-side published: True position: 3 diff --git a/controls/menu/server-side-programming/events.md b/controls/menu/server-side-programming/events.md index ea63814396..234a5ddfd3 100644 --- a/controls/menu/server-side-programming/events.md +++ b/controls/menu/server-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Events - RadMenu description: Check our Web Forms article about Events. slug: menu/server-side-programming/events +components: ["menu"] tags: events published: True position: 0 diff --git a/controls/menu/server-side-programming/itemclick.md b/controls/menu/server-side-programming/itemclick.md index 7933f30b20..d476030f14 100644 --- a/controls/menu/server-side-programming/itemclick.md +++ b/controls/menu/server-side-programming/itemclick.md @@ -3,6 +3,7 @@ title: ItemClick page_title: ItemClick - RadMenu description: Check our Web Forms article about ItemClick. slug: menu/server-side-programming/itemclick +components: ["menu"] tags: itemclick published: True position: 1 diff --git a/controls/menu/server-side-programming/itemcreated.md b/controls/menu/server-side-programming/itemcreated.md index 573cfc3109..9f96e4a3ae 100644 --- a/controls/menu/server-side-programming/itemcreated.md +++ b/controls/menu/server-side-programming/itemcreated.md @@ -3,6 +3,7 @@ title: ItemCreated page_title: ItemCreated - RadMenu description: Check our Web Forms article about ItemCreated. slug: menu/server-side-programming/itemcreated +components: ["menu"] tags: itemcreated published: True position: 2 diff --git a/controls/menu/server-side-programming/itemdatabound.md b/controls/menu/server-side-programming/itemdatabound.md index 2a4cf073b6..421ba16f27 100644 --- a/controls/menu/server-side-programming/itemdatabound.md +++ b/controls/menu/server-side-programming/itemdatabound.md @@ -3,6 +3,7 @@ title: ItemDataBound page_title: ItemDataBound - RadMenu description: Check our Web Forms article about ItemDataBound. slug: menu/server-side-programming/itemdatabound +components: ["menu"] tags: itemdatabound published: True position: 3 diff --git a/controls/menu/server-side-programming/methods-and-properties.md b/controls/menu/server-side-programming/methods-and-properties.md index 91c1b4f9e6..9c23ef7bf4 100644 --- a/controls/menu/server-side-programming/methods-and-properties.md +++ b/controls/menu/server-side-programming/methods-and-properties.md @@ -3,6 +3,7 @@ title: Methods and Properties page_title: Methods and Properties - RadMenu description: Check our Web Forms article about Methods and Properties. slug: menu/server-side-programming/methods-and-properties +components: ["menu"] tags: methods,and,properties published: True position: 4 diff --git a/controls/menu/structure.md b/controls/menu/structure.md index 3756d55a64..51fcd82dd7 100644 --- a/controls/menu/structure.md +++ b/controls/menu/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadMenu description: Check our Web Forms article about Structure. slug: menu/structure +components: ["menu"] tags: structure published: True position: 1 diff --git a/controls/menu/templates/accessing-controls-inside-templates.md b/controls/menu/templates/accessing-controls-inside-templates.md index e190d4cdd7..33bd9f28a5 100644 --- a/controls/menu/templates/accessing-controls-inside-templates.md +++ b/controls/menu/templates/accessing-controls-inside-templates.md @@ -3,6 +3,7 @@ title: Accessing Controls Inside Templates page_title: Accessing Controls Inside Templates - RadMenu description: Check our Web Forms article about Accessing Controls Inside Templates. slug: menu/templates/accessing-controls-inside-templates +components: ["menu"] tags: accessing,controls,inside,templates published: True position: 3 diff --git a/controls/menu/templates/adding-templates-at-run-time.md b/controls/menu/templates/adding-templates-at-run-time.md index 864b4cc245..750a87d3f2 100644 --- a/controls/menu/templates/adding-templates-at-run-time.md +++ b/controls/menu/templates/adding-templates-at-run-time.md @@ -3,6 +3,7 @@ title: Adding Templates at Run-time page_title: Adding Templates at Run-time - RadMenu description: Check our Web Forms article about Adding Templates at Run-time. slug: menu/templates/adding-templates-at-run-time +components: ["menu"] tags: adding,templates,at,run-time published: True position: 5 diff --git a/controls/menu/templates/client-templates.md b/controls/menu/templates/client-templates.md index 96f9e884c7..3d488d96b6 100644 --- a/controls/menu/templates/client-templates.md +++ b/controls/menu/templates/client-templates.md @@ -3,6 +3,7 @@ title: Client Templates page_title: Client Templates - RadMenu description: Check our Web Forms article about Client Templates. slug: menu/templates/client-templates +components: ["menu"] tags: client,templates published: True position: 1 diff --git a/controls/menu/templates/databinding-expressions.md b/controls/menu/templates/databinding-expressions.md index 0694c70d9e..07011a8c29 100644 --- a/controls/menu/templates/databinding-expressions.md +++ b/controls/menu/templates/databinding-expressions.md @@ -3,6 +3,7 @@ title: DataBinding expressions page_title: DataBinding expressions - RadMenu description: Check our Web Forms article about DataBinding expressions. slug: menu/templates/databinding-expressions +components: ["menu"] tags: databinding,expressions published: True position: 4 diff --git a/controls/menu/templates/overview.md b/controls/menu/templates/overview.md index 4919fba1fe..e80a2c7cc8 100644 --- a/controls/menu/templates/overview.md +++ b/controls/menu/templates/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadMenu description: Check our Web Forms article about Overview. slug: menu/templates/overview +components: ["menu"] tags: overview published: True position: 0 diff --git a/controls/menu/templates/server-templates.md b/controls/menu/templates/server-templates.md index be65ab0958..81cd4737d7 100644 --- a/controls/menu/templates/server-templates.md +++ b/controls/menu/templates/server-templates.md @@ -3,6 +3,7 @@ title: Server Templates page_title: Server Templates - RadMenu description: Check our Web Forms article about Server Templates. slug: menu/templates/server-templates +components: ["menu"] tags: server,templates published: True position: 2 diff --git a/controls/menu/troubleshooting/clienttemplate-gets-lost-on-postback.md b/controls/menu/troubleshooting/clienttemplate-gets-lost-on-postback.md index d9b6f16028..7bfc611d47 100644 --- a/controls/menu/troubleshooting/clienttemplate-gets-lost-on-postback.md +++ b/controls/menu/troubleshooting/clienttemplate-gets-lost-on-postback.md @@ -3,6 +3,7 @@ title: ClientTemplate Gets Lost on PostBack page_title: ClientTemplate Gets Lost on PostBack - RadMenu description: Check our Web Forms article about ClientTemplate Gets Lost on PostBack. slug: menu/troubleshooting/clienttemplate-gets-lost-on-postback +components: ["menu"] tags: clienttemplate,gets,lost,on,postback published: True position: 5 diff --git a/controls/menu/troubleshooting/image-flickering.md b/controls/menu/troubleshooting/image-flickering.md index 079c773f2f..117807e03c 100644 --- a/controls/menu/troubleshooting/image-flickering.md +++ b/controls/menu/troubleshooting/image-flickering.md @@ -3,6 +3,7 @@ title: Image flickering page_title: Image flickering - RadMenu description: Check our Web Forms article about Image flickering. slug: menu/troubleshooting/image-flickering +components: ["menu"] tags: image,flickering published: False position: 0 diff --git a/controls/menu/troubleshooting/itemclick-event-does-not-fire.md b/controls/menu/troubleshooting/itemclick-event-does-not-fire.md index bd2d3a00c2..61225980e3 100644 --- a/controls/menu/troubleshooting/itemclick-event-does-not-fire.md +++ b/controls/menu/troubleshooting/itemclick-event-does-not-fire.md @@ -3,6 +3,7 @@ title: ItemClick Event Does Not Fire page_title: ItemClick Event Does Not Fire - RadMenu description: Check our Web Forms article about ItemClick Event Does Not Fire. slug: menu/troubleshooting/itemclick-event-does-not-fire +components: ["menu"] tags: itemclick,event,does,not,fire published: True position: 3 diff --git a/controls/menu/troubleshooting/load-all-items-on-initial-page-load.md b/controls/menu/troubleshooting/load-all-items-on-initial-page-load.md index 141d0c3abd..b2391ba1ec 100644 --- a/controls/menu/troubleshooting/load-all-items-on-initial-page-load.md +++ b/controls/menu/troubleshooting/load-all-items-on-initial-page-load.md @@ -3,6 +3,7 @@ title: Load All Items on Initial Page Load page_title: Load All Items on Initial Page Load - RadMenu description: Check our Web Forms article about Load All Items on Initial Page Load. slug: menu/troubleshooting/load-all-items-on-initial-page-load +components: ["menu"] tags: load,all,items,on,initial,page,load published: True position: 4 diff --git a/controls/menu/troubleshooting/my-css-rule-does-not-apply.md b/controls/menu/troubleshooting/my-css-rule-does-not-apply.md index 43c6460b5f..436fdca2e1 100644 --- a/controls/menu/troubleshooting/my-css-rule-does-not-apply.md +++ b/controls/menu/troubleshooting/my-css-rule-does-not-apply.md @@ -3,6 +3,7 @@ title: My CSS Rule Does Not Apply page_title: My CSS Rule Does Not Apply - RadMenu description: Check our Web Forms article about My CSS Rule Does Not Apply. slug: menu/troubleshooting/my-css-rule-does-not-apply +components: ["menu"] tags: my,css,rule,does,not,apply published: True position: 2 diff --git a/controls/menu/troubleshooting/radmenu-goes-behind-flash-object.md b/controls/menu/troubleshooting/radmenu-goes-behind-flash-object.md index 91cc5bcefc..9557737557 100644 --- a/controls/menu/troubleshooting/radmenu-goes-behind-flash-object.md +++ b/controls/menu/troubleshooting/radmenu-goes-behind-flash-object.md @@ -3,6 +3,7 @@ title: RadMenu Goes Behind Flash Object page_title: RadMenu Goes Behind Flash Object - RadMenu description: Check our Web Forms article about RadMenu Goes Behind Flash Object. slug: menu/troubleshooting/radmenu-goes-behind-flash-object +components: ["menu"] tags: radmenu,goes,behind,flash,object published: True position: 1 diff --git a/controls/menu/what-is-new.md b/controls/menu/what-is-new.md index 43058cbec4..f3b9713e5a 100644 --- a/controls/menu/what-is-new.md +++ b/controls/menu/what-is-new.md @@ -3,6 +3,7 @@ title: What is New page_title: What is New - RadMenu description: Check our Web Forms article about What is New. slug: menu/what-is-new +components: ["menu"] tags: what,is,new published: False position: 2 diff --git a/controls/monthyearpicker/accessibility-and-internationalization/specifying-a-culture.md b/controls/monthyearpicker/accessibility-and-internationalization/specifying-a-culture.md index df622557ae..944adcd380 100644 --- a/controls/monthyearpicker/accessibility-and-internationalization/specifying-a-culture.md +++ b/controls/monthyearpicker/accessibility-and-internationalization/specifying-a-culture.md @@ -3,6 +3,7 @@ title: Specifying a Culture page_title: Specifying a Culture - RadMonthYearPicker description: Check our Web Forms article about Specifying a Culture. slug: monthyearpicker/accessibility-and-internationalization/specifying-a-culture +components: ["monthyearpicker"] tags: specifying,a,culture published: True position: 0 diff --git a/controls/monthyearpicker/accessibility-and-internationalization/wai-aria-support.md b/controls/monthyearpicker/accessibility-and-internationalization/wai-aria-support.md index 8466cfd3ba..4bd3771212 100644 --- a/controls/monthyearpicker/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/monthyearpicker/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadMonthYearPicker description: Check our Web Forms article about WAI-ARIA Support. slug: monthyearpicker/accessibility-and-internationalization/wai-aria-support +components: ["monthyearpicker"] tags: wai-aria,support published: True position: 4 diff --git a/controls/monthyearpicker/appearance-and-styling/controlling-appearance.md b/controls/monthyearpicker/appearance-and-styling/controlling-appearance.md index b7fe24dd25..00fa36ba99 100644 --- a/controls/monthyearpicker/appearance-and-styling/controlling-appearance.md +++ b/controls/monthyearpicker/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadMonthYearPicker description: Check our Web Forms article about Controlling Appearance. slug: montyearpicker/appearance-and-styling/controlling-appearance +components: ["monthyearpicker"] tags: controlling,appearance published: True position: 0 diff --git a/controls/monthyearpicker/client-side-programming/events/ondateselected.md b/controls/monthyearpicker/client-side-programming/events/ondateselected.md index 5eb26d00e2..69d818bb3b 100644 --- a/controls/monthyearpicker/client-side-programming/events/ondateselected.md +++ b/controls/monthyearpicker/client-side-programming/events/ondateselected.md @@ -3,6 +3,7 @@ title: OnDateSelected page_title: OnDateSelected - RadMonthYearPicker description: Check our Web Forms article about OnDateSelected. slug: monthyearpicker/client-side-programming/events/ondateselected +components: ["monthyearpicker"] tags: ondateselected published: True position: 1 diff --git a/controls/monthyearpicker/client-side-programming/events/onmonthselected.md b/controls/monthyearpicker/client-side-programming/events/onmonthselected.md index 3b14f00342..c86205813e 100644 --- a/controls/monthyearpicker/client-side-programming/events/onmonthselected.md +++ b/controls/monthyearpicker/client-side-programming/events/onmonthselected.md @@ -3,6 +3,7 @@ title: OnMonthSelected page_title: OnMonthSelected - RAdMonthYearPicker description: Check our Web Forms article about OnMonthSelected. slug: monthyearpicker/client-side-programming/events/onmonthselected +components: ["monthyearpicker"] tags: onmonthselected published: True position: 4 diff --git a/controls/monthyearpicker/client-side-programming/events/onpopupclosing.md b/controls/monthyearpicker/client-side-programming/events/onpopupclosing.md index 3458557da2..d46874ee58 100644 --- a/controls/monthyearpicker/client-side-programming/events/onpopupclosing.md +++ b/controls/monthyearpicker/client-side-programming/events/onpopupclosing.md @@ -3,6 +3,7 @@ title: OnPopupClosing page_title: OnPopupClosing - RAdMonthYearPicker description: Check our Web Forms article about OnPopupClosing. slug: monthyearpicker/client-side-programming/events/onpopupclosing +components: ["monthyearpicker"] tags: onpopupclosing published: True position: 3 diff --git a/controls/monthyearpicker/client-side-programming/events/onpopupopening.md b/controls/monthyearpicker/client-side-programming/events/onpopupopening.md index 50f40753ea..fbaa01e92d 100644 --- a/controls/monthyearpicker/client-side-programming/events/onpopupopening.md +++ b/controls/monthyearpicker/client-side-programming/events/onpopupopening.md @@ -3,6 +3,7 @@ title: OnPopupOpening page_title: OnPopupOpening - RadMonthYearPicker description: Check our Web Forms article about OnPopupOpening. slug: monthyearpicker/client-side-programming/events/onpopupopening +components: ["monthyearpicker"] tags: onpopupopening published: True position: 2 diff --git a/controls/monthyearpicker/client-side-programming/events/onviewchanged.md b/controls/monthyearpicker/client-side-programming/events/onviewchanged.md index 50e5d180d0..4addfdaf8a 100644 --- a/controls/monthyearpicker/client-side-programming/events/onviewchanged.md +++ b/controls/monthyearpicker/client-side-programming/events/onviewchanged.md @@ -3,6 +3,7 @@ title: OnViewChanged page_title: OnViewChanged - RadMonthYearPicker description: Check our Web Forms article about OnViewChanged. slug: monthyearpicker/client-side-programming/events/onviewchanged +components: ["monthyearpicker"] tags: onviewchanged published: True position: 6 diff --git a/controls/monthyearpicker/client-side-programming/events/onyearselected.md b/controls/monthyearpicker/client-side-programming/events/onyearselected.md index 1b04bd4168..0303f73523 100644 --- a/controls/monthyearpicker/client-side-programming/events/onyearselected.md +++ b/controls/monthyearpicker/client-side-programming/events/onyearselected.md @@ -3,6 +3,7 @@ title: OnYearSelected page_title: OnYearSelected - RadMonthYearPicker description: Check our Web Forms article about OnYearSelected. slug: monthyearpicker/client-side-programming/events/onyearselected +components: ["monthyearpicker"] tags: onyearselected published: True position: 5 diff --git a/controls/monthyearpicker/client-side-programming/events/overview.md b/controls/monthyearpicker/client-side-programming/events/overview.md index cfd80bc4c1..ec2afea0a4 100644 --- a/controls/monthyearpicker/client-side-programming/events/overview.md +++ b/controls/monthyearpicker/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadMonthYearPicker description: Check our Web Forms article about Overview. slug: monthyearpicker/client-side-programming/events/overview +components: ["monthyearpicker"] tags: overview published: True position: 0 diff --git a/controls/monthyearpicker/client-side-programming/radmonthyearpicker-object.md b/controls/monthyearpicker/client-side-programming/radmonthyearpicker-object.md index 4eff500bc3..4b9a873fa0 100644 --- a/controls/monthyearpicker/client-side-programming/radmonthyearpicker-object.md +++ b/controls/monthyearpicker/client-side-programming/radmonthyearpicker-object.md @@ -3,6 +3,7 @@ title: RadMonthYearPicker Object page_title: RadMonthYearPicker Object - RadMonthYearPicker description: Check our Web Forms article about RadMonthYearPicker Object. slug: monthyearpicker/client-side-programming/radmonthyearpicker-object +components: ["monthyearpicker"] tags: radmonthyearpicker,object published: True position: 0 diff --git a/controls/monthyearpicker/design-time/smart-tag.md b/controls/monthyearpicker/design-time/smart-tag.md index 1d7104c190..8cc66082df 100644 --- a/controls/monthyearpicker/design-time/smart-tag.md +++ b/controls/monthyearpicker/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadMonthYearPicker description: Check our Web Forms article about Smart Tag. slug: monthyearpicker/design-time/smart-tag +components: ["monthyearpicker"] tags: smart,tag published: True position: 0 diff --git a/controls/monthyearpicker/functionality/customizing-embedded-controls.md b/controls/monthyearpicker/functionality/customizing-embedded-controls.md index bf4350cb4e..125939ab60 100644 --- a/controls/monthyearpicker/functionality/customizing-embedded-controls.md +++ b/controls/monthyearpicker/functionality/customizing-embedded-controls.md @@ -3,6 +3,7 @@ title: Customizing the Embedded Controls page_title: Customizing the Embedded Controls - RadMonthYearPicker description: Check our Web Forms article about Customizing the Embedded Controls. slug: monthyearpicker/functionality/customizing-embedded-controls +components: ["monthyearpicker"] tags: customizing,embedded,controls published: True position: 0 diff --git a/controls/monthyearpicker/functionality/data-binding.md b/controls/monthyearpicker/functionality/data-binding.md index ce9d3bf016..eb328a93d6 100644 --- a/controls/monthyearpicker/functionality/data-binding.md +++ b/controls/monthyearpicker/functionality/data-binding.md @@ -3,6 +3,7 @@ title: Data Binding page_title: Data Binding - RadMonthYearPicker description: Check our Web Forms article about Data Binding. slug: monthyearpicker/functionality/data-binding +components: ["monthyearpicker"] tags: data,binding published: True position: 2 diff --git a/controls/monthyearpicker/functionality/displaying-the-popup.md b/controls/monthyearpicker/functionality/displaying-the-popup.md index d7a351793f..9e11c0fd32 100644 --- a/controls/monthyearpicker/functionality/displaying-the-popup.md +++ b/controls/monthyearpicker/functionality/displaying-the-popup.md @@ -3,6 +3,7 @@ title: Displaying the Popup page_title: Displaying the Popup - RadMonthYearPicker description: Check our Web Forms article about Displaying the Popup. slug: monthyearpicker/functionality/displaying-the-popup +components: ["monthyearpicker"] tags: displaying,the,popup published: True position: 1 diff --git a/controls/monthyearpicker/functionality/formatting-values.md b/controls/monthyearpicker/functionality/formatting-values.md index e4e206a779..bd21737308 100644 --- a/controls/monthyearpicker/functionality/formatting-values.md +++ b/controls/monthyearpicker/functionality/formatting-values.md @@ -3,6 +3,7 @@ title: Formatting Values page_title: Formatting Values - RadMonthYearPicker description: Check our Web Forms article about Formatting Values. slug: monthyearpicker/functionality/formatting-values +components: ["monthyearpicker"] tags: formatting,values published: True position: 3 diff --git a/controls/monthyearpicker/functionality/validation.md b/controls/monthyearpicker/functionality/validation.md index 660f823f58..ecff2925b5 100644 --- a/controls/monthyearpicker/functionality/validation.md +++ b/controls/monthyearpicker/functionality/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadMonthYearPicker description: Check our Web Forms article about Validation. slug: monthyearpicker/functionality/validation +components: ["monthyearpicker"] tags: validation published: True position: 5 diff --git a/controls/monthyearpicker/getting-started/overview.md b/controls/monthyearpicker/getting-started/overview.md index ce9feb56ad..accc977001 100644 --- a/controls/monthyearpicker/getting-started/overview.md +++ b/controls/monthyearpicker/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadMonthYearPicker description: Check our Web Forms article about Overview. slug: monthyearpicker/getting-started/overview +components: ["monthyearpicker"] tags: overview published: True position: 0 diff --git a/controls/monthyearpicker/getting-started/radmonthyearpicker-structure.md b/controls/monthyearpicker/getting-started/radmonthyearpicker-structure.md index 8f3a75872d..6d60043298 100644 --- a/controls/monthyearpicker/getting-started/radmonthyearpicker-structure.md +++ b/controls/monthyearpicker/getting-started/radmonthyearpicker-structure.md @@ -3,6 +3,7 @@ title: RadMonthYearPicker Structure page_title: RadMonthYearPicker Structure - RadMonthYearPicker description: Check our Web Forms article about RadMonthYearPicker Structure. slug: monthyearpicker/getting-started/radmonthyearpicker-structure +components: ["monthyearpicker"] tags: radmonthyearpicker,structure published: True position: 4 diff --git a/controls/monthyearpicker/mobile-support/fluid-and-elastic-capabilities.md b/controls/monthyearpicker/mobile-support/fluid-and-elastic-capabilities.md index 025c04e8f1..34729d467d 100644 --- a/controls/monthyearpicker/mobile-support/fluid-and-elastic-capabilities.md +++ b/controls/monthyearpicker/mobile-support/fluid-and-elastic-capabilities.md @@ -3,6 +3,7 @@ title: Fluid and Elastic Capabilities page_title: Fluid and Elastic Capabilities - RadMonthYearPicker description: Check our Web Forms article about Fluid and Elastic Capabilities. slug: monthyearpicker/mobile-support/fluid-and-elastic-capabilities +components: ["monthyearpicker"] tags: fluid,and,elastic,capabilities published: True position: 1 diff --git a/controls/monthyearpicker/overview.md b/controls/monthyearpicker/overview.md index 0c608fa217..4f71f4d376 100644 --- a/controls/monthyearpicker/overview.md +++ b/controls/monthyearpicker/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadMonthYearPicker Overview description: Check our Web Forms article about RadMonthYearPicker Overview. slug: monthyearpicker/overview +components: ["monthyearpicker"] tags: overview published: True position: 0 diff --git a/controls/monthyearpicker/server-side-programming/events/childrencreated.md b/controls/monthyearpicker/server-side-programming/events/childrencreated.md index b4947dc7c2..0c3b7d25d0 100644 --- a/controls/monthyearpicker/server-side-programming/events/childrencreated.md +++ b/controls/monthyearpicker/server-side-programming/events/childrencreated.md @@ -3,6 +3,7 @@ title: ChildrenCreated page_title: ChildrenCreated - RadMonthYearPicker description: Check our Web Forms article about ChildrenCreated. slug: monthyearpicker/server-side-programming/events/childrencreated +components: ["monthyearpicker"] tags: childrencreated published: True position: 1 diff --git a/controls/monthyearpicker/server-side-programming/events/overview.md b/controls/monthyearpicker/server-side-programming/events/overview.md index 457e9b28af..d66717cba0 100644 --- a/controls/monthyearpicker/server-side-programming/events/overview.md +++ b/controls/monthyearpicker/server-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadMonthYearPicker description: Check our Web Forms article about RadMonthYearPicker Server-Side Events Overview. slug: monthyearpicker/server-side-programming/events/overview +components: ["monthyearpicker"] tags: server-side,events,overview published: True position: 0 diff --git a/controls/monthyearpicker/server-side-programming/events/selecteddatechanged.md b/controls/monthyearpicker/server-side-programming/events/selecteddatechanged.md index 13415439e6..ad7cb151ab 100644 --- a/controls/monthyearpicker/server-side-programming/events/selecteddatechanged.md +++ b/controls/monthyearpicker/server-side-programming/events/selecteddatechanged.md @@ -3,6 +3,7 @@ title: SelectedDateChanged page_title: SelectedDateChanged - RadMonthYearPicker description: Check our Web Forms article about SelectedDateChanged. slug: monthyearpicker/server-side-programming/events/selecteddatechanged +components: ["monthyearpicker"] tags: selecteddatechanged published: True position: 2 diff --git a/controls/monthyearpicker/server-side-programming/events/viewcellcreated.md b/controls/monthyearpicker/server-side-programming/events/viewcellcreated.md index 80f5a6b3b1..aad56dcfa5 100644 --- a/controls/monthyearpicker/server-side-programming/events/viewcellcreated.md +++ b/controls/monthyearpicker/server-side-programming/events/viewcellcreated.md @@ -3,6 +3,7 @@ title: ViewCellCreated page_title: ViewCellCreated - RadMonthYearPicker description: Check our Web Forms article about ViewCellCreated. slug: monthyearpicker/server-side-programming/server-side-events/viewcellcreated +components: ["monthyearpicker"] tags: viewcellcreated published: True position: 2 diff --git a/controls/monthyearpicker/server-side-programming/radmonthyearpicker-object.md.md b/controls/monthyearpicker/server-side-programming/radmonthyearpicker-object.md.md index 1be6ee9cb0..da959c9378 100644 --- a/controls/monthyearpicker/server-side-programming/radmonthyearpicker-object.md.md +++ b/controls/monthyearpicker/server-side-programming/radmonthyearpicker-object.md.md @@ -3,6 +3,7 @@ title: RadMonthYearPicker Object page_title: RadMonthYearPicker Server-Side Objects - RadMonthYearPicker description: Check our Web Forms article about RadMonthYearPickerServer-Side Objects. slug: monthyearpicker/server-side-programming/radmonthyearpicker-object +components: ["monthyearpicker"] tags: radmonthyearpicker,server-side,object published: True position: 0 diff --git a/controls/multicolumncombobox/client-side-programming/events.md b/controls/multicolumncombobox/client-side-programming/events.md index ccda20d5ce..b2fd5df204 100644 --- a/controls/multicolumncombobox/client-side-programming/events.md +++ b/controls/multicolumncombobox/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events Overview page_title: Overview - RadMultiColumnComboBox description: Check our Web Forms article about Overview. slug: multicolumncombobox/client-side-programming/events +components: ["multicolumncombobox"] tags: overview,events published: True position: 1 diff --git a/controls/multicolumncombobox/client-side-programming/overview.md b/controls/multicolumncombobox/client-side-programming/overview.md index d23f4548f2..9219e613b2 100644 --- a/controls/multicolumncombobox/client-side-programming/overview.md +++ b/controls/multicolumncombobox/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: RadMultiColumnComboBox Object page_title: RadMultiColumnComboBox Object - RadMultiColumnComboBox description: Check our Web Forms article about RadMultiColumnComboBox Object. slug: multicolumncombobox/client-side-programming/overview +components: ["multicolumncombobox"] tags: multicolumncombobox,object published: True position: 0 diff --git a/controls/multicolumncombobox/data-binding/client-side.md b/controls/multicolumncombobox/data-binding/client-side.md index 7b3feb4e14..9739f4e3dd 100644 --- a/controls/multicolumncombobox/data-binding/client-side.md +++ b/controls/multicolumncombobox/data-binding/client-side.md @@ -3,6 +3,7 @@ title: Client-Side page_title: Client-Side Data Binding - RadMultiColumnComboBox description: Check our Web Forms article about Client data binding overview of RadMultiColumnComboBox. slug: multicolumncombobox/data-binding/client-side +components: ["multicolumncombobox"] tags: data,binding,overview,client,side,web,service published: True position: 1 diff --git a/controls/multicolumncombobox/data-binding/server-side.md b/controls/multicolumncombobox/data-binding/server-side.md index 73131e8cfd..5fcce90dd4 100644 --- a/controls/multicolumncombobox/data-binding/server-side.md +++ b/controls/multicolumncombobox/data-binding/server-side.md @@ -3,6 +3,7 @@ title: Server-Side page_title: Server-Side Data Binding - RadMultiColumnComboBox description: Check our Web Forms article about Server data binding overview of RadMultiColumnComboBox. slug: multicolumncombobox/data-binding/server-side +components: ["multicolumncombobox"] tags: data,binding,overview,server,side,list,object,data,table,sqldatasource,declarative published: True position: 0 diff --git a/controls/multicolumncombobox/functionality/cascading.md b/controls/multicolumncombobox/functionality/cascading.md index abfa09b45f..f9ea857a8e 100644 --- a/controls/multicolumncombobox/functionality/cascading.md +++ b/controls/multicolumncombobox/functionality/cascading.md @@ -3,6 +3,7 @@ title: Cascading page_title: Cascading - RadMultiColumnComboBox description: Check our Web Forms article about Cascading. slug: multicolumncombobox/functionality/cascading +components: ["multicolumncombobox"] tags: cascading published: True position: 3 diff --git a/controls/multicolumncombobox/functionality/columns.md b/controls/multicolumncombobox/functionality/columns.md index e39d3dd511..0b15703971 100644 --- a/controls/multicolumncombobox/functionality/columns.md +++ b/controls/multicolumncombobox/functionality/columns.md @@ -3,6 +3,7 @@ title: Columns page_title: Columns - RadMultiColumnComboBox description: Check our Web Forms article about Columns. slug: multicolumncombobox/functionality/columns +components: ["multicolumncombobox"] tags: Columns published: True position: 0 diff --git a/controls/multicolumncombobox/functionality/filtering.md b/controls/multicolumncombobox/functionality/filtering.md index c34c453b87..e1a206874c 100644 --- a/controls/multicolumncombobox/functionality/filtering.md +++ b/controls/multicolumncombobox/functionality/filtering.md @@ -3,6 +3,7 @@ title: Filtering page_title: Filtering - RadMultiColumnComboBox description: Check our Web Forms article about Filtering. slug: multicolumncombobox/functionality/filtering +components: ["multicolumncombobox"] tags: filtering,client,server published: True position: 2 diff --git a/controls/multicolumncombobox/functionality/grouping.md b/controls/multicolumncombobox/functionality/grouping.md index 51e6b4e990..dd1ce8edfe 100644 --- a/controls/multicolumncombobox/functionality/grouping.md +++ b/controls/multicolumncombobox/functionality/grouping.md @@ -3,6 +3,7 @@ title: Grouping page_title: Grouping - RadMultiColumnComboBox description: Check our Web Forms article about Grouping. slug: multicolumncombobox/functionality/grouping +components: ["multicolumncombobox"] tags: Grouping published: True position: 4 diff --git a/controls/multicolumncombobox/functionality/templates.md b/controls/multicolumncombobox/functionality/templates.md index 5fd104af1d..a6257060a1 100644 --- a/controls/multicolumncombobox/functionality/templates.md +++ b/controls/multicolumncombobox/functionality/templates.md @@ -3,6 +3,7 @@ title: Templates page_title: Templates - RadMultiColumnComboBox description: Check our Web Forms article about Templates. slug: multicolumncombobox/functionality/templates +components: ["multicolumncombobox"] tags: template,client published: True position: 1 diff --git a/controls/multicolumncombobox/functionality/virtualization.md b/controls/multicolumncombobox/functionality/virtualization.md index 52b485826f..1c7395ec66 100644 --- a/controls/multicolumncombobox/functionality/virtualization.md +++ b/controls/multicolumncombobox/functionality/virtualization.md @@ -3,6 +3,7 @@ title: Virtualization page_title: Virtualization - RadMultiColumnComboBox description: Check our Web Forms article about Virtualization. slug: multicolumncombobox/functionality/virtualization +components: ["multicolumncombobox"] tags: Virtualization published: True position: 5 diff --git a/controls/multicolumncombobox/getting-started.md b/controls/multicolumncombobox/getting-started.md index bd95d3f382..8dc22d6312 100644 --- a/controls/multicolumncombobox/getting-started.md +++ b/controls/multicolumncombobox/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadMultiColumnComboBox description: Check our Web Forms article about Getting Started. slug: multicolumncombobox/getting-started +components: ["multicolumncombobox"] tags: getting,started, published: True position: 1 diff --git a/controls/multicolumncombobox/overview.md b/controls/multicolumncombobox/overview.md index 76b6cc2c55..3be82ce30b 100644 --- a/controls/multicolumncombobox/overview.md +++ b/controls/multicolumncombobox/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadMultiColumnComboBox Overview description: Check our Web Forms article about Overview. slug: multicolumncombobox/overview +components: ["multicolumncombobox"] tags: overview published: True position: 0 diff --git a/controls/multicolumncombobox/server-side-programming/events/itemdatabound.md b/controls/multicolumncombobox/server-side-programming/events/itemdatabound.md index d53df133a8..bff5704c2a 100644 --- a/controls/multicolumncombobox/server-side-programming/events/itemdatabound.md +++ b/controls/multicolumncombobox/server-side-programming/events/itemdatabound.md @@ -3,6 +3,7 @@ title: ItemDataBound page_title: ItemDataBound - RadMultiColumnComboBox description: Check our Web Forms article about ItemDataBound. slug: multicolumncombobox/server-side-programming/events/itemdatabound +components: ["multicolumncombobox"] tags: itemdatabound published: True position: 0 diff --git a/controls/multicolumncombobox/server-side-programming/events/selectedindexchanged.md b/controls/multicolumncombobox/server-side-programming/events/selectedindexchanged.md index f2a02bc4cf..e4e5831f4f 100644 --- a/controls/multicolumncombobox/server-side-programming/events/selectedindexchanged.md +++ b/controls/multicolumncombobox/server-side-programming/events/selectedindexchanged.md @@ -3,6 +3,7 @@ title: SelectedIndexChanged page_title: SelectedIndexChanged - RadMultiColumnComboBox description: Check our Web Forms article about SelectedIndexChanged. slug: multicolumncombobox/server-side-programming/events/selectedindexchanged +components: ["multicolumncombobox"] tags: selectedindexchanged published: True position: 1 diff --git a/controls/multicolumncombobox/server-side-programming/overview.md b/controls/multicolumncombobox/server-side-programming/overview.md index 0e3aa2de2f..39c7a4d92b 100644 --- a/controls/multicolumncombobox/server-side-programming/overview.md +++ b/controls/multicolumncombobox/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadMultiColumnComboBox description: Check our Web Forms article about Overview. slug: multicolumncombobox/server-side-programming/overview +components: ["multicolumncombobox"] tags: overview published: True position: 0 diff --git a/controls/multicolumncombobox/troubleshooting/known-issues.md b/controls/multicolumncombobox/troubleshooting/known-issues.md index c03b6339a2..0731222cfa 100644 --- a/controls/multicolumncombobox/troubleshooting/known-issues.md +++ b/controls/multicolumncombobox/troubleshooting/known-issues.md @@ -3,6 +3,7 @@ title: Known Issues page_title: Known Issues - RadMultiColumnComboBox description: Check our Web Forms article about Known Issues. slug: multicolumncombobox/known-issues +components: ["multicolumncombobox"] tags: overview published: True position: 0 diff --git a/controls/multiselect/accessibility-and-internationalization/keyboard-support.md b/controls/multiselect/accessibility-and-internationalization/keyboard-support.md index d2fbcc9a10..d64a57e361 100644 --- a/controls/multiselect/accessibility-and-internationalization/keyboard-support.md +++ b/controls/multiselect/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadMultiSelect description: Check our Web Forms article about Keyboard Support. slug: multiselect/accessibility-and-internationalization/keyboard-support +components: ["multiselect"] tags: keyboard,support published: True position: 1 diff --git a/controls/multiselect/accessibility-and-internationalization/right-to-left-support.md b/controls/multiselect/accessibility-and-internationalization/right-to-left-support.md index 3b4be084a5..f9e18bdcb2 100644 --- a/controls/multiselect/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/multiselect/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-Left Support page_title: Right-to-Left Support - RadMultiSelect description: Check our Web Forms article about Right-to-Left Support. slug: multiselect/accessibility-and-internationalization/right-to-left-support +components: ["multiselect"] tags: right-to-left,support published: True position: 0 diff --git a/controls/multiselect/client-side-programming/events.md b/controls/multiselect/client-side-programming/events.md index 2b1f7ceec6..56ee60d026 100644 --- a/controls/multiselect/client-side-programming/events.md +++ b/controls/multiselect/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events Overview page_title: Overview - RadMultiSelect description: Check our Web Forms article about Overview. slug: multiselect/client-side-programming/events +components: ["multiselect"] tags: overview,events published: True position: 1 diff --git a/controls/multiselect/client-side-programming/overview.md b/controls/multiselect/client-side-programming/overview.md index c5102be58d..d328016a67 100644 --- a/controls/multiselect/client-side-programming/overview.md +++ b/controls/multiselect/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: RadMultiSelect Object page_title: RadMultiSelect Object - RadMultiSelect description: Check our Web Forms article about RadMultiSelect Object. slug: multiselect/client-side-programming/overview +components: ["multiselect"] tags: multiselect,object published: True position: 0 diff --git a/controls/multiselect/data-binding/client-side.md b/controls/multiselect/data-binding/client-side.md index 784b0689c9..743eee6ca6 100644 --- a/controls/multiselect/data-binding/client-side.md +++ b/controls/multiselect/data-binding/client-side.md @@ -3,6 +3,7 @@ title: Client-Side page_title: Client-Side Data Binding - RadMultiSelect description: Check our Web Forms article about Client data binding overview of RadMultiSelect. slug: multiselect/data-binding/client-side +components: ["multiselect"] tags: data,binding,overview,client,side,web,service published: True position: 1 diff --git a/controls/multiselect/data-binding/server-side.md b/controls/multiselect/data-binding/server-side.md index 888c6fa242..5ae1e9bcfd 100644 --- a/controls/multiselect/data-binding/server-side.md +++ b/controls/multiselect/data-binding/server-side.md @@ -3,6 +3,7 @@ title: Server-Side page_title: Server-Side Data Binding - RadMultiSelect description: Check our Web Forms article about Server data binding overview of RadMultiSelect. slug: multiselect/data-binding/server-side +components: ["multiselect"] tags: data,binding,overview,server,side,list,object,data,table,sqldatasource,declarative published: True position: 0 diff --git a/controls/multiselect/functionality/filtering.md b/controls/multiselect/functionality/filtering.md index ac194fb521..5d4685b6e9 100644 --- a/controls/multiselect/functionality/filtering.md +++ b/controls/multiselect/functionality/filtering.md @@ -3,6 +3,7 @@ title: Filtering page_title: Filtering - RadMultiSelect description: Check our Web Forms article about Filtering. slug: multiselect/functionality/filtering +components: ["multiselect"] tags: filtering,client,server published: True position: 2 diff --git a/controls/multiselect/functionality/grouping.md b/controls/multiselect/functionality/grouping.md index a85341ba63..a45a11b4c0 100644 --- a/controls/multiselect/functionality/grouping.md +++ b/controls/multiselect/functionality/grouping.md @@ -3,6 +3,7 @@ title: Grouping page_title: Grouping - RadMultiSelect description: Check our Web Forms article about Grouping. slug: multiselect/functionality/grouping +components: ["multiselect"] tags: Grouping published: True position: 4 diff --git a/controls/multiselect/functionality/tag-mode.md b/controls/multiselect/functionality/tag-mode.md index 0273a81b52..345c282c95 100644 --- a/controls/multiselect/functionality/tag-mode.md +++ b/controls/multiselect/functionality/tag-mode.md @@ -3,6 +3,7 @@ title: Tag Mode page_title: Tag Mode - RadMultiSelect description: Check our Web Forms article about Tag Mode. slug: multiselect/functionality/tag-mode +components: ["multiselect"] tags: tags,tag,mode,client,customize published: True position: 3 diff --git a/controls/multiselect/functionality/templates.md b/controls/multiselect/functionality/templates.md index af2db579f1..e0a9463029 100644 --- a/controls/multiselect/functionality/templates.md +++ b/controls/multiselect/functionality/templates.md @@ -3,6 +3,7 @@ title: Templates page_title: Templates - RadMultiSelect description: Check our Web Forms article about Templates. slug: multiselect/functionality/templates +components: ["multiselect"] tags: template,client published: True position: 1 diff --git a/controls/multiselect/functionality/virtualization.md b/controls/multiselect/functionality/virtualization.md index f2f2d5f76a..e964b0fb54 100644 --- a/controls/multiselect/functionality/virtualization.md +++ b/controls/multiselect/functionality/virtualization.md @@ -3,6 +3,7 @@ title: Virtualization page_title: Virtualization - RadMultiSelect description: Check our Web Forms article about Virtualization. slug: multiselect/functionality/virtualization +components: ["multiselect"] tags: Virtualization published: True position: 5 diff --git a/controls/multiselect/getting-started.md b/controls/multiselect/getting-started.md index 09bd0f1739..cd923b8d38 100644 --- a/controls/multiselect/getting-started.md +++ b/controls/multiselect/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadMultiSelect description: Check our Web Forms article about Getting Started. slug: multiselect/getting-started +components: ["multiselect"] tags: getting,started, published: True position: 1 diff --git a/controls/multiselect/how-to/how-to-subscribe-to-focus-and-blur-events.md b/controls/multiselect/how-to/how-to-subscribe-to-focus-and-blur-events.md index 5315d6ff7b..4a450892b2 100644 --- a/controls/multiselect/how-to/how-to-subscribe-to-focus-and-blur-events.md +++ b/controls/multiselect/how-to/how-to-subscribe-to-focus-and-blur-events.md @@ -3,6 +3,7 @@ title: How to Subscribe to Blur Event page_title: How to Subscribe to Blur Event - RadMultiSelect description: Check our Web Forms article about How to Subscribe to Blur Events. slug: multiselect/how-to/how-to-subscribe-to-blur-event +components: ["multiselect"] tags: how,to,subscribe,blur,events published: True position: 4 diff --git a/controls/multiselect/overview.md b/controls/multiselect/overview.md index 7719421b86..0472db1f8a 100644 --- a/controls/multiselect/overview.md +++ b/controls/multiselect/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadMultiSelect Overview description: Learn about the MultiSelect control and its features for selecting multiple items from a dropdown list. slug: multiselect/overview +components: ["multiselect"] tags: overview published: True position: 0 diff --git a/controls/multiselect/server-side-programming/events/itemdatabound.md b/controls/multiselect/server-side-programming/events/itemdatabound.md index f03283b423..02a063078c 100644 --- a/controls/multiselect/server-side-programming/events/itemdatabound.md +++ b/controls/multiselect/server-side-programming/events/itemdatabound.md @@ -3,6 +3,7 @@ title: ItemDataBound page_title: ItemDataBound - RadMultiSelect description: Check our Web Forms article about ItemDataBound. slug: multiselect/server-side-programming/events/itemdatabound +components: ["multiselect"] tags: itemdatabound published: True position: 0 diff --git a/controls/multiselect/server-side-programming/events/itemdeselected.md b/controls/multiselect/server-side-programming/events/itemdeselected.md index 4bf628caca..ab741d72a5 100644 --- a/controls/multiselect/server-side-programming/events/itemdeselected.md +++ b/controls/multiselect/server-side-programming/events/itemdeselected.md @@ -3,6 +3,7 @@ title: ItemDeselected page_title: ItemDeselected - RadMultiSelect description: Check our Web Forms article about ItemDeselected. slug: multiselect/server-side-programming/events/itemdeselected +components: ["multiselect"] tags: itemdeselected published: True position: 2 diff --git a/controls/multiselect/server-side-programming/events/itemselected.md b/controls/multiselect/server-side-programming/events/itemselected.md index 46d5998c3a..b7ac5564eb 100644 --- a/controls/multiselect/server-side-programming/events/itemselected.md +++ b/controls/multiselect/server-side-programming/events/itemselected.md @@ -3,6 +3,7 @@ title: ItemSelected page_title: ItemSelected - RadMultiSelect description: Check our Web Forms article about ItemSelected. slug: multiselect/server-side-programming/events/itemselected +components: ["multiselect"] tags: itemselected published: True position: 1 diff --git a/controls/multiselect/server-side-programming/events/selectionchanged.md b/controls/multiselect/server-side-programming/events/selectionchanged.md index 8d4ea057a5..15a5f37b7f 100644 --- a/controls/multiselect/server-side-programming/events/selectionchanged.md +++ b/controls/multiselect/server-side-programming/events/selectionchanged.md @@ -3,6 +3,7 @@ title: SelectionChanged page_title: SelectionChanged - RadMultiSelect description: Check our Web Forms article about SelectionChanged. slug: multiselect/server-side-programming/events/selectionchanged +components: ["multiselect"] tags: selectionchanged published: True position: 3 diff --git a/controls/multiselect/server-side-programming/overview.md b/controls/multiselect/server-side-programming/overview.md index f9e4bc75ce..a06a4c57e8 100644 --- a/controls/multiselect/server-side-programming/overview.md +++ b/controls/multiselect/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadMultiSelect description: Check our Web Forms article about Overview. slug: multiselect/server-side-programming/overview +components: ["multiselect"] tags: overview published: True position: 0 diff --git a/controls/navigation/accessibility-and-internationalization/keyboard-support.md b/controls/navigation/accessibility-and-internationalization/keyboard-support.md index bb112f0113..333dc9508c 100644 --- a/controls/navigation/accessibility-and-internationalization/keyboard-support.md +++ b/controls/navigation/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadNavigation description: Check our Web Forms article about Keyboard Support. slug: navigation/accessibility-and-internationalization/keyboard-support +components: ["navigation"] tags: keyboard,support published: True position: 1 diff --git a/controls/navigation/accessibility-and-internationalization/rtl-support.md b/controls/navigation/accessibility-and-internationalization/rtl-support.md index dba3b99eea..0d22f0b4a9 100644 --- a/controls/navigation/accessibility-and-internationalization/rtl-support.md +++ b/controls/navigation/accessibility-and-internationalization/rtl-support.md @@ -3,6 +3,7 @@ title: RTL Support page_title: RTL Support - RadNavigation description: Check our Web Forms article about RTL Support. slug: navigation/accessibility-and-internationalization/rtl-support +components: ["navigation"] tags: rtl,support published: False position: 2 diff --git a/controls/navigation/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/navigation/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index a43905c435..a3620245ae 100644 --- a/controls/navigation/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/navigation/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadNavigation description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: navigation/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["navigation"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/navigation/appearance-and-styling/radnavigation's-css-classes.md b/controls/navigation/appearance-and-styling/radnavigation's-css-classes.md index cdfc1070bd..058ab4da93 100644 --- a/controls/navigation/appearance-and-styling/radnavigation's-css-classes.md +++ b/controls/navigation/appearance-and-styling/radnavigation's-css-classes.md @@ -3,6 +3,7 @@ title: RadNavigation's CSS Classes page_title: RadNavigation's CSS Classes - RadNavigation description: Check our Web Forms article about RadNavigation's CSS Classes. slug: navigation/appearance-and-styling/radnavigation's-css-classes +components: ["navigation"] tags: radnavigation's,css,classes published: True position: 1 diff --git a/controls/navigation/appearance-and-styling/skins.md b/controls/navigation/appearance-and-styling/skins.md index f60e7bbfab..423be5ca2d 100644 --- a/controls/navigation/appearance-and-styling/skins.md +++ b/controls/navigation/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadNavigation description: Check our Web Forms article about Skins. slug: navigation/appearance-and-styling/skins +components: ["navigation"] tags: skins published: True position: 0 diff --git a/controls/navigation/client-side-programming/events/onclientload.md b/controls/navigation/client-side-programming/events/onclientload.md index 0cae8b04bd..091c9604f5 100644 --- a/controls/navigation/client-side-programming/events/onclientload.md +++ b/controls/navigation/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadNavigation description: Check our Web Forms article about OnClientLoad. slug: navigation/client-side-programming/events/onclientload +components: ["navigation"] tags: onclientload published: True position: 1 diff --git a/controls/navigation/client-side-programming/events/onclientnodeclicked.md b/controls/navigation/client-side-programming/events/onclientnodeclicked.md index 6b82192906..9ad3e16a02 100644 --- a/controls/navigation/client-side-programming/events/onclientnodeclicked.md +++ b/controls/navigation/client-side-programming/events/onclientnodeclicked.md @@ -3,6 +3,7 @@ title: OnClientNodeClicked page_title: OnClientNodeClicked - RadNavigation description: Check our Web Forms article about OnClientNodeClicked. slug: navigation/client-side-programming/events/onclientnodeclicked +components: ["navigation"] tags: onclientnodeclicked published: True position: 3 diff --git a/controls/navigation/client-side-programming/events/onclientnodeclicking.md b/controls/navigation/client-side-programming/events/onclientnodeclicking.md index 60dec73d85..a4b9e091a7 100644 --- a/controls/navigation/client-side-programming/events/onclientnodeclicking.md +++ b/controls/navigation/client-side-programming/events/onclientnodeclicking.md @@ -3,6 +3,7 @@ title: OnClientNodeClicking page_title: OnClientNodeClicking - RadNavigation description: Check our Web Forms article about OnClientNodeClicking. slug: navigation/client-side-programming/events/onclientnodeclicking +components: ["navigation"] tags: onclientnodeclicking published: True position: 2 diff --git a/controls/navigation/client-side-programming/events/onclientnodecollapsed.md b/controls/navigation/client-side-programming/events/onclientnodecollapsed.md index d218e3b136..c47efd54c4 100644 --- a/controls/navigation/client-side-programming/events/onclientnodecollapsed.md +++ b/controls/navigation/client-side-programming/events/onclientnodecollapsed.md @@ -3,6 +3,7 @@ title: OnClientNodeCollapsed page_title: OnClientNodeCollapsed - RadNavigation description: Check our Web Forms article about OnClientNodeCollapsed. slug: navigation/client-side-programming/events/onclientnodecollapsed +components: ["navigation"] tags: onclientnodecollapsed published: True position: 5 diff --git a/controls/navigation/client-side-programming/events/onclientnodecollapsing.md b/controls/navigation/client-side-programming/events/onclientnodecollapsing.md index 44ba550866..ab5acb0099 100644 --- a/controls/navigation/client-side-programming/events/onclientnodecollapsing.md +++ b/controls/navigation/client-side-programming/events/onclientnodecollapsing.md @@ -3,6 +3,7 @@ title: OnClientNodeCollapsing page_title: OnClientNodeCollapsing - RadNavigation description: Check our Web Forms article about OnClientNodeCollapsing. slug: navigation/client-side-programming/events/onclientnodecollapsing +components: ["navigation"] tags: onclientnodecollapsing published: True position: 4 diff --git a/controls/navigation/client-side-programming/events/onclientnodeexpanded.md b/controls/navigation/client-side-programming/events/onclientnodeexpanded.md index ae66d1e9c5..4aa56dcc01 100644 --- a/controls/navigation/client-side-programming/events/onclientnodeexpanded.md +++ b/controls/navigation/client-side-programming/events/onclientnodeexpanded.md @@ -3,6 +3,7 @@ title: OnClientNodeExpanded page_title: OnClientNodeExpanded - RadNavigation description: Check our Web Forms article about OnClientNodeExpanded. slug: navigation/client-side-programming/events/onclientnodeexpanded +components: ["navigation"] tags: onclientnodeexpanded published: True position: 7 diff --git a/controls/navigation/client-side-programming/events/onclientnodeexpanding.md b/controls/navigation/client-side-programming/events/onclientnodeexpanding.md index 799e6a0932..a616d8c2f7 100644 --- a/controls/navigation/client-side-programming/events/onclientnodeexpanding.md +++ b/controls/navigation/client-side-programming/events/onclientnodeexpanding.md @@ -3,6 +3,7 @@ title: OnClientNodeExpanding page_title: OnClientNodeExpanding - RadNavigation description: Check our Web Forms article about OnClientNodeExpanding. slug: navigation/client-side-programming/events/onclientnodeexpanding +components: ["navigation"] tags: onclientnodeexpanding published: True position: 6 diff --git a/controls/navigation/client-side-programming/events/onclientnodemouseenter.md b/controls/navigation/client-side-programming/events/onclientnodemouseenter.md index 7e98c0fb80..51e0226ad3 100644 --- a/controls/navigation/client-side-programming/events/onclientnodemouseenter.md +++ b/controls/navigation/client-side-programming/events/onclientnodemouseenter.md @@ -3,6 +3,7 @@ title: OnClientNodeMouseEnter page_title: OnClientNodeMouseEnter - RadNavigation description: Check our Web Forms article about OnClientNodeMouseEnter. slug: navigation/client-side-programming/events/onclientnodemouseenter +components: ["navigation"] tags: onclientnodemouseenter published: True position: 8 diff --git a/controls/navigation/client-side-programming/events/onclientnodemouseleave.md b/controls/navigation/client-side-programming/events/onclientnodemouseleave.md index 1a44cc6238..54ae501099 100644 --- a/controls/navigation/client-side-programming/events/onclientnodemouseleave.md +++ b/controls/navigation/client-side-programming/events/onclientnodemouseleave.md @@ -3,6 +3,7 @@ title: OnClientNodeMouseLeave page_title: OnClientNodeMouseLeave - RadNavigation description: Check our Web Forms article about OnClientNodeMouseLeave. slug: navigation/client-side-programming/events/onclientnodemouseleave +components: ["navigation"] tags: onclientnodemouseleave published: True position: 9 diff --git a/controls/navigation/client-side-programming/events/onclientnodepopulated.md b/controls/navigation/client-side-programming/events/onclientnodepopulated.md index acd478e36e..479f13b824 100644 --- a/controls/navigation/client-side-programming/events/onclientnodepopulated.md +++ b/controls/navigation/client-side-programming/events/onclientnodepopulated.md @@ -3,6 +3,7 @@ title: OnClientNodePopulated page_title: OnClientNodePopulated - RadNavigation description: Check our Web Forms article about OnClientNodePopulated. slug: navigation/client-side-programming/events/onclientnodepopulated +components: ["navigation"] tags: onclientnodepopulated published: True position: 12 diff --git a/controls/navigation/client-side-programming/events/onclientnodepopulating.md b/controls/navigation/client-side-programming/events/onclientnodepopulating.md index 9f30a172de..a4bc418b72 100644 --- a/controls/navigation/client-side-programming/events/onclientnodepopulating.md +++ b/controls/navigation/client-side-programming/events/onclientnodepopulating.md @@ -3,6 +3,7 @@ title: OnClientNodePopulating page_title: OnClientNodePopulating - RadNavigation description: Check our Web Forms article about OnClientNodePopulating. slug: navigation/client-side-programming/events/onclientnodepopulating +components: ["navigation"] tags: onclientnodepopulating published: True position: 11 diff --git a/controls/navigation/client-side-programming/events/onclienttemplatedatabound.md b/controls/navigation/client-side-programming/events/onclienttemplatedatabound.md index 3d5ef7dc63..d45b25e59c 100644 --- a/controls/navigation/client-side-programming/events/onclienttemplatedatabound.md +++ b/controls/navigation/client-side-programming/events/onclienttemplatedatabound.md @@ -3,6 +3,7 @@ title: OnClientTemplateDataBound page_title: OnClientTemplateDataBound - RadNavigation description: Check our Web Forms article about OnClientTemplateDataBound. slug: navigation/client-side-programming/events/onclienttemplatedatabound +components: ["navigation"] tags: onclienttemplatedatabound published: True position: 10 diff --git a/controls/navigation/client-side-programming/events/overview.md b/controls/navigation/client-side-programming/events/overview.md index 97dbaa3c68..57ef6a4534 100644 --- a/controls/navigation/client-side-programming/events/overview.md +++ b/controls/navigation/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Events Overview page_title: Overview - RadNavigation description: Check our Web Forms article about Overview. slug: navigation/client-side-programming/events/overview +components: ["navigation"] tags: overview published: True position: 0 diff --git a/controls/navigation/client-side-programming/objects/navigationnode-object.md b/controls/navigation/client-side-programming/objects/navigationnode-object.md index 133066cba1..d5d20ac2b6 100644 --- a/controls/navigation/client-side-programming/objects/navigationnode-object.md +++ b/controls/navigation/client-side-programming/objects/navigationnode-object.md @@ -3,6 +3,7 @@ title: NavigationNode Object page_title: NavigationNode Object - RadNavigation description: Check our Web Forms article about NavigationNode Object. slug: navigation/client-side-programming/objects/navigationnode-object +components: ["navigation"] tags: navigationnode,object published: True position: 2 diff --git a/controls/navigation/client-side-programming/objects/navigationnodecollection-object.md b/controls/navigation/client-side-programming/objects/navigationnodecollection-object.md index 2359fd7188..6ed515f613 100644 --- a/controls/navigation/client-side-programming/objects/navigationnodecollection-object.md +++ b/controls/navigation/client-side-programming/objects/navigationnodecollection-object.md @@ -3,6 +3,7 @@ title: NavigationNodeCollection Object page_title: NavigationNodeCollection Object - RadNavigation description: Check our Web Forms article about NavigationNodeCollection Object. slug: navigation/client-side-programming/objects/navigationnodecollection-object +components: ["navigation"] tags: navigationnodecollection,object published: True position: 3 diff --git a/controls/navigation/client-side-programming/objects/radnavigation-object.md b/controls/navigation/client-side-programming/objects/radnavigation-object.md index 27af21fad0..0442e9432d 100644 --- a/controls/navigation/client-side-programming/objects/radnavigation-object.md +++ b/controls/navigation/client-side-programming/objects/radnavigation-object.md @@ -3,6 +3,7 @@ title: RadNavigation Object page_title: RadNavigation Object - RadNavigation description: Check our Web Forms article about RadNavigation Object. slug: navigation/client-side-programming/objects/radnavigation-object +components: ["navigation"] tags: navigation,object published: True position: 1 diff --git a/controls/navigation/data-binding/binding-to-object-based-data-sources.md b/controls/navigation/data-binding/binding-to-object-based-data-sources.md index 14ed7a8927..140c3c54da 100644 --- a/controls/navigation/data-binding/binding-to-object-based-data-sources.md +++ b/controls/navigation/data-binding/binding-to-object-based-data-sources.md @@ -3,6 +3,7 @@ title: Binding to Object-Based Data Sources page_title: Binding to Object-Based Data Sources - RadNavigation description: Check our Web Forms article about Binding to Object-Based Data Sources. slug: navigation/data-binding/binding-to-object-based-data-sources +components: ["navigation"] tags: binding,to,object-based,data,sources published: True position: 2 diff --git a/controls/navigation/data-binding/server-side.md b/controls/navigation/data-binding/server-side.md index 0b6bf1a492..8121ed4252 100644 --- a/controls/navigation/data-binding/server-side.md +++ b/controls/navigation/data-binding/server-side.md @@ -3,6 +3,7 @@ title: Server-side page_title: Server-side - RadNavigation description: Check our Web Forms article about Server-side. slug: navigation/data-binding/server-side +components: ["navigation"] tags: server-side published: True position: 0 diff --git a/controls/navigation/design-time/smart-tag.md b/controls/navigation/design-time/smart-tag.md index a674e77f39..d7b8987a42 100644 --- a/controls/navigation/design-time/smart-tag.md +++ b/controls/navigation/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadNavigation description: Check our Web Forms article about Smart Tag. slug: navigation/design-time/smart-tag +components: ["navigation"] tags: smart,tag published: True position: 0 diff --git a/controls/navigation/getting-started-.md b/controls/navigation/getting-started-.md index 03879c1e0a..25027f07a6 100644 --- a/controls/navigation/getting-started-.md +++ b/controls/navigation/getting-started-.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadNavigation description: Check our Web Forms article about Getting Started. slug: navigation/getting-started- +components: ["navigation"] tags: getting,started, published: True position: 1 diff --git a/controls/navigation/how-to/controlling-the-point-of-collapsing-all-nodes.md b/controls/navigation/how-to/controlling-the-point-of-collapsing-all-nodes.md index 42969748e1..b1cb52f8c3 100644 --- a/controls/navigation/how-to/controlling-the-point-of-collapsing-all-nodes.md +++ b/controls/navigation/how-to/controlling-the-point-of-collapsing-all-nodes.md @@ -3,6 +3,7 @@ title: Controlling the Point of Collapsing All Nodes page_title: Controlling the Point of Collapsing All Nodes - RadNavigation description: Check our Web Forms article about Controlling the Point of Collapsing All Nodes. slug: navigation/how-to/controlling-the-point-of-collapsing-all-nodes +components: ["navigation"] tags: controlling,point,collapsing,all,nodes published: True position: 1 diff --git a/controls/navigation/mobile-support/adaptive-behavior.md b/controls/navigation/mobile-support/adaptive-behavior.md index a3ec5480d8..96610cd8c8 100644 --- a/controls/navigation/mobile-support/adaptive-behavior.md +++ b/controls/navigation/mobile-support/adaptive-behavior.md @@ -3,6 +3,7 @@ title: Adaptive Behavior page_title: Adaptive Behavior - RadNavigation description: Check our Web Forms article about Adaptive Behavior. slug: navigation/mobile-support/adaptive-behavior +components: ["navigation"] tags: adaptive,behavior published: True position: 3 diff --git a/controls/navigation/mobile-support/elastic-behavior.md b/controls/navigation/mobile-support/elastic-behavior.md index 6b58628830..744432eaad 100644 --- a/controls/navigation/mobile-support/elastic-behavior.md +++ b/controls/navigation/mobile-support/elastic-behavior.md @@ -3,6 +3,7 @@ title: Elastic behavior page_title: Elastic behavior - RadNavigation description: Check our Web Forms article about Elastic behavior. slug: navigation/mobile-support/elastic-behavior +components: ["navigation"] tags: elastic,behavior published: False position: 2 diff --git a/controls/navigation/mobile-support/fluid-behavior.md b/controls/navigation/mobile-support/fluid-behavior.md index 72a6a09670..a8210805f9 100644 --- a/controls/navigation/mobile-support/fluid-behavior.md +++ b/controls/navigation/mobile-support/fluid-behavior.md @@ -3,6 +3,7 @@ title: Fluid behavior page_title: Fluid behavior - RadNavigation description: Check our Web Forms article about Fluid behavior. slug: navigation/mobile-support/fluid-behavior +components: ["navigation"] tags: fluid,behavior published: False position: 1 diff --git a/controls/navigation/mobile-support/radnavigation-mobile-support-overview.md b/controls/navigation/mobile-support/radnavigation-mobile-support-overview.md index 912f26dfb2..b015567049 100644 --- a/controls/navigation/mobile-support/radnavigation-mobile-support-overview.md +++ b/controls/navigation/mobile-support/radnavigation-mobile-support-overview.md @@ -3,6 +3,7 @@ title: RadNavigation Mobile Support Overview page_title: RadNavigation Mobile Support Overview - RadNavigation description: Check our Web Forms article about RadNavigation Mobile Support Overview. slug: navigation/mobile-support/radnavigation-mobile-support-overview +components: ["navigation"] tags: radnavigation,mobile,support,overview published: False position: 0 diff --git a/controls/navigation/overview.md b/controls/navigation/overview.md index a470485461..d84768b447 100644 --- a/controls/navigation/overview.md +++ b/controls/navigation/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadNavigation Overview description: Check our Web Forms article about Overview. slug: navigation/overview +components: ["navigation"] tags: overview published: True position: 0 diff --git a/controls/navigation/separators.md b/controls/navigation/separators.md index cc40ab84ce..d4e744a59c 100644 --- a/controls/navigation/separators.md +++ b/controls/navigation/separators.md @@ -3,6 +3,7 @@ title: Separators page_title: Separators - RadNavigation description: Check our Web Forms article about Separators. slug: navigation/separators +components: ["navigation"] tags: separators published: True position: 3 diff --git a/controls/navigation/server-side-programming/events/nodedatabound.md b/controls/navigation/server-side-programming/events/nodedatabound.md index c5f50796af..452ff5024c 100644 --- a/controls/navigation/server-side-programming/events/nodedatabound.md +++ b/controls/navigation/server-side-programming/events/nodedatabound.md @@ -3,6 +3,7 @@ title: NodeDataBound page_title: NodeDataBound - RadNavigation description: Check our Web Forms article about NodeDataBound. slug: navigation/server-side-programming/events/nodedatabound +components: ["navigation"] tags: nodedatabound published: True position: 1 diff --git a/controls/navigation/server-side-programming/events/overview.md b/controls/navigation/server-side-programming/events/overview.md index 0b00867be3..e33bee098c 100644 --- a/controls/navigation/server-side-programming/events/overview.md +++ b/controls/navigation/server-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Events Overview page_title: Overview - RadNavigation description: Check our Web Forms article about Overview. slug: navigation/server-side-programming/events/overview +components: ["navigation"] tags: overview published: True position: 0 diff --git a/controls/navigation/server-side-programming/events/templateneeded.md b/controls/navigation/server-side-programming/events/templateneeded.md index 9c864a8d7b..31b05ff002 100644 --- a/controls/navigation/server-side-programming/events/templateneeded.md +++ b/controls/navigation/server-side-programming/events/templateneeded.md @@ -3,6 +3,7 @@ title: TemplateNeeded page_title: TemplateNeeded - RadNavigation description: Check our Web Forms article about TemplateNeeded. slug: navigation/server-side-programming/events/templateneeded +components: ["navigation"] tags: templateneeded published: True position: 2 diff --git a/controls/navigation/templates/accessing-controls-inside-templates.md b/controls/navigation/templates/accessing-controls-inside-templates.md index da7cef4491..75bf5dfa10 100644 --- a/controls/navigation/templates/accessing-controls-inside-templates.md +++ b/controls/navigation/templates/accessing-controls-inside-templates.md @@ -3,6 +3,7 @@ title: Accessing Controls Inside Templates page_title: Accessing Controls Inside Templates - RadNavigation description: Check our Web Forms article about Accessing Controls Inside Templates. slug: navigation/templates/accessing-controls-inside-templates +components: ["navigation"] tags: accessing,controls,inside,templates published: True position: 2 diff --git a/controls/navigation/templates/overview.md b/controls/navigation/templates/overview.md index eab1ef641f..a350bf55b7 100644 --- a/controls/navigation/templates/overview.md +++ b/controls/navigation/templates/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Templates Overview - RadNavigation description: Check our Web Forms article about Overview. slug: navigation/templates/overview +components: ["navigation"] tags: overview published: True position: 0 diff --git a/controls/navigation/templates/server-templates.md b/controls/navigation/templates/server-templates.md index 1ecee7f5b2..6866b73fb3 100644 --- a/controls/navigation/templates/server-templates.md +++ b/controls/navigation/templates/server-templates.md @@ -3,6 +3,7 @@ title: Server Templates page_title: Server Templates - RadNavigation description: Check our Web Forms article about Server Templates. slug: navigation/templates/server-templates +components: ["navigation"] tags: server,templates published: True position: 1 diff --git a/controls/notification/accessibility-and-internationalization/localization.md b/controls/notification/accessibility-and-internationalization/localization.md index 38ab9d56f4..91c1f847f5 100644 --- a/controls/notification/accessibility-and-internationalization/localization.md +++ b/controls/notification/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadNotification description: Check our Web Forms article about Localization. slug: notification/accessibility-and-internationalization/localization +components: ["notification"] tags: localization published: True position: 2 diff --git a/controls/notification/accessibility-and-internationalization/right-to-left-support.md b/controls/notification/accessibility-and-internationalization/right-to-left-support.md index 417ddb87fb..9383bfa6a6 100644 --- a/controls/notification/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/notification/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadNotification description: Check our Web Forms article about Right-to-left Support. slug: notification/accessibility-and-internationalization/right-to-left-support +components: ["notification"] tags: right-to-left,support published: True position: 1 diff --git a/controls/notification/accessibility-and-internationalization/wai-aria-support.md b/controls/notification/accessibility-and-internationalization/wai-aria-support.md index bd82481b64..431e47c1bd 100644 --- a/controls/notification/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/notification/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadNotification description: Check our Web Forms article about WAI-ARIA Support. slug: notification/accessibility-and-internationalization/wai-aria-support +components: ["notification"] tags: wai-aria,support published: True position: 3 diff --git a/controls/notification/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/notification/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 5fb64ea7b1..0e3ea056bc 100644 --- a/controls/notification/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/notification/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadNotification description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: notification/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["notification"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/notification/appearance-and-styling/animation.md b/controls/notification/appearance-and-styling/animation.md index 9bd4deaecf..0ca2442049 100644 --- a/controls/notification/appearance-and-styling/animation.md +++ b/controls/notification/appearance-and-styling/animation.md @@ -3,6 +3,7 @@ title: Animation page_title: Animation - RadNotification description: Check our Web Forms article about Animation. slug: notification/appearance-and-styling/animation +components: ["notification"] tags: animation published: True position: 4 diff --git a/controls/notification/appearance-and-styling/control-appearance.md b/controls/notification/appearance-and-styling/control-appearance.md index fab7db16b8..f181151c85 100644 --- a/controls/notification/appearance-and-styling/control-appearance.md +++ b/controls/notification/appearance-and-styling/control-appearance.md @@ -3,6 +3,7 @@ title: Control Appearance page_title: Control Appearance - RadNotification description: Check our Web Forms article about Control Appearance. slug: notification/appearance-and-styling/control-appearance +components: ["notification"] tags: control,appearance published: True position: 2 diff --git a/controls/notification/appearance-and-styling/create-a-custom-skin.md b/controls/notification/appearance-and-styling/create-a-custom-skin.md index d19b25b819..e9296dbf08 100644 --- a/controls/notification/appearance-and-styling/create-a-custom-skin.md +++ b/controls/notification/appearance-and-styling/create-a-custom-skin.md @@ -3,6 +3,7 @@ title: Create a Custom Skin page_title: Create a Custom Skin - RadNotification description: Check our Web Forms article about Create a Custom Skin. slug: notification/appearance-and-styling/create-a-custom-skin +components: ["notification"] tags: create,a,custom,skin published: True position: 0 diff --git a/controls/notification/appearance-and-styling/css-classes.md b/controls/notification/appearance-and-styling/css-classes.md index 88960402bd..19a3c98440 100644 --- a/controls/notification/appearance-and-styling/css-classes.md +++ b/controls/notification/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadNotification description: Check our Web Forms article about CSS Classes. slug: notification/appearance-and-styling/css-classes +components: ["notification"] tags: css,classes published: True position: 1 diff --git a/controls/notification/appearance-and-styling/skins.md b/controls/notification/appearance-and-styling/skins.md index 40bad13a54..53a009f458 100644 --- a/controls/notification/appearance-and-styling/skins.md +++ b/controls/notification/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadNotification description: Check our Web Forms article about Skins. slug: notification/appearance-and-styling/skins +components: ["notification"] tags: skins published: True position: 3 diff --git a/controls/notification/client-side-programming/events/onclienthidden.md b/controls/notification/client-side-programming/events/onclienthidden.md index d1ebb4122d..d124b8d495 100644 --- a/controls/notification/client-side-programming/events/onclienthidden.md +++ b/controls/notification/client-side-programming/events/onclienthidden.md @@ -3,6 +3,7 @@ title: OnClientHidden page_title: OnClientHidden - RadNotification description: Check our Web Forms article about OnClientHidden. slug: notification/client-side-programming/events/onclienthidden +components: ["notification"] tags: onclienthidden published: True position: 8 diff --git a/controls/notification/client-side-programming/events/onclienthiding.md b/controls/notification/client-side-programming/events/onclienthiding.md index ebd4ed4dd1..5ce0e6cbbd 100644 --- a/controls/notification/client-side-programming/events/onclienthiding.md +++ b/controls/notification/client-side-programming/events/onclienthiding.md @@ -3,6 +3,7 @@ title: OnClientHiding page_title: OnClientHiding - RadNotification description: Check our Web Forms article about OnClientHiding. slug: notification/client-side-programming/events/onclienthiding +components: ["notification"] tags: onclienthiding published: True position: 7 diff --git a/controls/notification/client-side-programming/events/onclientshowing.md b/controls/notification/client-side-programming/events/onclientshowing.md index 9b4f2e30ec..539157f226 100644 --- a/controls/notification/client-side-programming/events/onclientshowing.md +++ b/controls/notification/client-side-programming/events/onclientshowing.md @@ -3,6 +3,7 @@ title: OnClientShowing page_title: OnClientShowing - RadNotification description: Check our Web Forms article about OnClientShowing. slug: notification/client-side-programming/events/onclientshowing +components: ["notification"] tags: onclientshowing published: True position: 2 diff --git a/controls/notification/client-side-programming/events/onclientshown.md b/controls/notification/client-side-programming/events/onclientshown.md index 0649580398..01c43e3faa 100644 --- a/controls/notification/client-side-programming/events/onclientshown.md +++ b/controls/notification/client-side-programming/events/onclientshown.md @@ -3,6 +3,7 @@ title: OnClientShown page_title: OnClientShown - RadNotification description: Check our Web Forms article about OnClientShown. slug: notification/client-side-programming/events/onclientshown +components: ["notification"] tags: onclientshown published: True position: 3 diff --git a/controls/notification/client-side-programming/events/onclientupdated.md b/controls/notification/client-side-programming/events/onclientupdated.md index b94e8843bc..70f0c4d615 100644 --- a/controls/notification/client-side-programming/events/onclientupdated.md +++ b/controls/notification/client-side-programming/events/onclientupdated.md @@ -3,6 +3,7 @@ title: OnClientUpdated page_title: OnClientUpdated - RadNotification description: Check our Web Forms article about OnClientUpdated. slug: notification/client-side-programming/events/onclientupdated +components: ["notification"] tags: onclientupdated published: True position: 5 diff --git a/controls/notification/client-side-programming/events/onclientupdateerror.md b/controls/notification/client-side-programming/events/onclientupdateerror.md index dec8205e4b..733f425b6f 100644 --- a/controls/notification/client-side-programming/events/onclientupdateerror.md +++ b/controls/notification/client-side-programming/events/onclientupdateerror.md @@ -3,6 +3,7 @@ title: OnClientUpdateError page_title: OnClientUpdateError - RadNotification description: Check our Web Forms article about OnClientUpdateError. slug: notification/client-side-programming/events/onclientupdateerror +components: ["notification"] tags: onclientupdateerror published: True position: 6 diff --git a/controls/notification/client-side-programming/events/onclientupdating.md b/controls/notification/client-side-programming/events/onclientupdating.md index 600bd309cb..7499eb5f4f 100644 --- a/controls/notification/client-side-programming/events/onclientupdating.md +++ b/controls/notification/client-side-programming/events/onclientupdating.md @@ -3,6 +3,7 @@ title: OnClientUpdating page_title: OnClientUpdating - RadNotification description: Check our Web Forms article about OnClientUpdating. slug: notification/client-side-programming/events/onclientupdating +components: ["notification"] tags: onclientupdating published: True position: 4 diff --git a/controls/notification/client-side-programming/events/overview.md b/controls/notification/client-side-programming/events/overview.md index fe2ef1c4e5..471f5a6c01 100644 --- a/controls/notification/client-side-programming/events/overview.md +++ b/controls/notification/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Events Overview - RadNotification description: Check our Web Forms article about Overview. slug: notification/client-side-programming/events/overview +components: ["notification"] tags: overview published: True position: 0 diff --git a/controls/notification/client-side-programming/events/set-event-handlers-via-javascript.md b/controls/notification/client-side-programming/events/set-event-handlers-via-javascript.md index 2f762a8ce3..c514088e0d 100644 --- a/controls/notification/client-side-programming/events/set-event-handlers-via-javascript.md +++ b/controls/notification/client-side-programming/events/set-event-handlers-via-javascript.md @@ -3,6 +3,7 @@ title: Set Event Handlers via JavaScript page_title: Set Event Handlers via JavaScript - RadNotification description: Check our Web Forms article about Set Event Handlers via JavaScript. slug: notification/client-side-programming/events/set-event-handlers-via-javascript +components: ["notification"] tags: set,event,handlers,via,javascript published: True position: 1 diff --git a/controls/notification/client-side-programming/overview.md b/controls/notification/client-side-programming/overview.md index 56a16da0b2..b8f541f8b9 100644 --- a/controls/notification/client-side-programming/overview.md +++ b/controls/notification/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadNotification description: Check our Web Forms article about Overview. slug: notification/client-side-programming/overview +components: ["notification"] tags: overview published: True position: 0 diff --git a/controls/notification/client-side-programming/radnotification-object.md b/controls/notification/client-side-programming/radnotification-object.md index fd17152931..a12c193467 100644 --- a/controls/notification/client-side-programming/radnotification-object.md +++ b/controls/notification/client-side-programming/radnotification-object.md @@ -3,6 +3,7 @@ title: RadNotification Object page_title: RadNotification Object - RadNotification description: Check our Web Forms article about RadNotification Object. slug: notification/client-side-programming/radnotification-object +components: ["notification"] tags: radnotification,object published: True position: 1 diff --git a/controls/notification/design-time.md b/controls/notification/design-time.md index f1956d7017..ac5d2d4eb3 100644 --- a/controls/notification/design-time.md +++ b/controls/notification/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadNotification description: Check our Web Forms article about Design Time. slug: notification/design-time +components: ["notification"] tags: design,time published: True position: 3 diff --git a/controls/notification/functionality/embedded-icons.md b/controls/notification/functionality/embedded-icons.md index 18ee3dc5df..303f6f4234 100644 --- a/controls/notification/functionality/embedded-icons.md +++ b/controls/notification/functionality/embedded-icons.md @@ -3,6 +3,7 @@ title: Embedded Icons page_title: Embedded Icons - RadNotification description: Check our Web Forms article about Embedded Icons. slug: notification/functionality/embedded-icons +components: ["notification"] tags: embedded,icons published: True position: 1 diff --git a/controls/notification/functionality/modal-effect.md b/controls/notification/functionality/modal-effect.md index c49bb6d379..fbb207d3dc 100644 --- a/controls/notification/functionality/modal-effect.md +++ b/controls/notification/functionality/modal-effect.md @@ -3,6 +3,7 @@ title: Modal Effect page_title: Modal Effect - RadNotification description: Create a True Modal effect slug: notification/functionality/modal-effect +components: ["notification"] tags: notification,modal published: True position: 3 diff --git a/controls/notification/functionality/notification-menu.md b/controls/notification/functionality/notification-menu.md index 59262d82c2..b9caba7fa6 100644 --- a/controls/notification/functionality/notification-menu.md +++ b/controls/notification/functionality/notification-menu.md @@ -3,6 +3,7 @@ title: Notification Menu page_title: Notification Menu - RadNotification description: Check our Web Forms article about Notification Menu. slug: notification/functionality/notification-menu +components: ["notification"] tags: notification,menu published: True position: 0 diff --git a/controls/notification/functionality/play-sound-on-show.md b/controls/notification/functionality/play-sound-on-show.md index 51774bf466..bd2c51b5ae 100644 --- a/controls/notification/functionality/play-sound-on-show.md +++ b/controls/notification/functionality/play-sound-on-show.md @@ -3,6 +3,7 @@ title: Play Sound on Show page_title: Play Sound on Show - RadNotification description: Check our Web Forms article about Play Sound on Show. slug: notification/functionality/play-sound-on-show +components: ["notification"] tags: play,sound,on,show published: True position: 2 diff --git a/controls/notification/getting-started/overview.md b/controls/notification/getting-started/overview.md index 0eb3d357d5..c4fe3822f2 100644 --- a/controls/notification/getting-started/overview.md +++ b/controls/notification/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Getting Started Overview - RadNotification description: Check our Web Forms article about Overview. slug: notification/getting-started/overview +components: ["notification"] tags: overview published: True position: 0 diff --git a/controls/notification/getting-started/structure.md b/controls/notification/getting-started/structure.md index 26f7126bcc..f81426d2a8 100644 --- a/controls/notification/getting-started/structure.md +++ b/controls/notification/getting-started/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: RadNotification Structure - RadNotification description: Check our Web Forms article about RadNotification Structure. slug: notification/getting-started/radnotification-structure +components: ["notification"] tags: radnotification,structure published: True position: 1 diff --git a/controls/notification/mobile-support/render-modes.md b/controls/notification/mobile-support/render-modes.md index b49b91b20e..f1836988f6 100644 --- a/controls/notification/mobile-support/render-modes.md +++ b/controls/notification/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadNotification description: Check our Web Forms article about Render Modes in RadNotification for ASP.NET AJAX. slug: notification/mobile-support/render-modes +components: ["notification"] tags: mobile,support, render, mode published: True position: 1 diff --git a/controls/notification/mobile-support/responsive-adaptive-and-elastic-capabilities.md b/controls/notification/mobile-support/responsive-adaptive-and-elastic-capabilities.md index 356d65eed6..811a8c4fa6 100644 --- a/controls/notification/mobile-support/responsive-adaptive-and-elastic-capabilities.md +++ b/controls/notification/mobile-support/responsive-adaptive-and-elastic-capabilities.md @@ -3,6 +3,7 @@ title: Responsive, Adaptive and Elastic Capabilities page_title: Responsive, Adaptive and Elastic Capabilities - RadNotification description: Check our Web Forms article about Responsive, Adaptive and Elastic Capabilities in RadNotification for ASP.NET AJAX. slug: notification/mobile-support/responsive-adaptive-and-elastic-capabilities +components: ["notification"] previous_url: controls/notification/mobile-support tags: mobile,support, responsive, adaptive, elastic, fluid, capabilities published: True diff --git a/controls/notification/overview.md b/controls/notification/overview.md index 013e678a85..9e14f34ad3 100644 --- a/controls/notification/overview.md +++ b/controls/notification/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadNotification Overview description: Explore the Notification control and its features for displaying alerts and messages to users. slug: notification/overview +components: ["notification"] tags: overview published: True position: 0 diff --git a/controls/notification/server-side-programming/overview.md b/controls/notification/server-side-programming/overview.md index 791a21b638..0f4275d9d0 100644 --- a/controls/notification/server-side-programming/overview.md +++ b/controls/notification/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadNotification description: Check our Web Forms article about Overview. slug: notification/server-side-programming/overview +components: ["notification"] tags: overview published: True position: 0 diff --git a/controls/notification/server-side-programming/radnotification-object.md b/controls/notification/server-side-programming/radnotification-object.md index 78e1ae94ba..add887529e 100644 --- a/controls/notification/server-side-programming/radnotification-object.md +++ b/controls/notification/server-side-programming/radnotification-object.md @@ -3,6 +3,7 @@ title: RadNotification Object page_title: RadNotification Object - RadNotification description: Check our Web Forms article about RadNotification Object. slug: notification/server-side-programming/radnotification-object +components: ["notification"] tags: radnotification,object published: True position: 1 diff --git a/controls/notification/setting-content/load-content-via-callback.md b/controls/notification/setting-content/load-content-via-callback.md index a7c2230680..6e171f1cf0 100644 --- a/controls/notification/setting-content/load-content-via-callback.md +++ b/controls/notification/setting-content/load-content-via-callback.md @@ -3,6 +3,7 @@ title: Load Content Via Callback page_title: Load Content Via Callback - RadNotification description: Check our Web Forms article about Load Content Via Callback. slug: notification/setting-content/load-content-via-callback +components: ["notification"] tags: load,content,via,callback published: True position: 1 diff --git a/controls/notification/setting-content/load-content-via-wcf-service.md b/controls/notification/setting-content/load-content-via-wcf-service.md index 485f6c3da6..34019b4f41 100644 --- a/controls/notification/setting-content/load-content-via-wcf-service.md +++ b/controls/notification/setting-content/load-content-via-wcf-service.md @@ -3,6 +3,7 @@ title: Load Content Via WCF Service page_title: Load Content Via WCF Service - RadNotification description: Check our Web Forms article about Load Content Via WCF Service. slug: notification/setting-content/load-content-via-wcf-service +components: ["notification"] tags: load,content,via,wcf,service published: True position: 3 diff --git a/controls/notification/setting-content/load-content-via-webservice.md b/controls/notification/setting-content/load-content-via-webservice.md index 8093dbd46c..f9c7011273 100644 --- a/controls/notification/setting-content/load-content-via-webservice.md +++ b/controls/notification/setting-content/load-content-via-webservice.md @@ -3,6 +3,7 @@ title: Load Content Via WebService page_title: Load Content Via WebService - RadNotification description: Check our Web Forms article about Load Content Via WebService. slug: notification/setting-content/load-content-via-webservice +components: ["notification"] tags: load,content,via,webservice published: True position: 2 diff --git a/controls/notification/setting-content/populate-static-content.md b/controls/notification/setting-content/populate-static-content.md index 290ec191d4..e369cc0f37 100644 --- a/controls/notification/setting-content/populate-static-content.md +++ b/controls/notification/setting-content/populate-static-content.md @@ -3,6 +3,7 @@ title: Populate Static Content page_title: Populate Static Content - RadNotification description: Check our Web Forms article about Populate Static Content. slug: notification/setting-content/populate-static-content +components: ["notification"] tags: populate,static,content published: True position: 0 diff --git a/controls/notification/troubleshooting/known-issues.md b/controls/notification/troubleshooting/known-issues.md index 55d405ad5d..9c37ba8ec6 100644 --- a/controls/notification/troubleshooting/known-issues.md +++ b/controls/notification/troubleshooting/known-issues.md @@ -3,6 +3,7 @@ title: Known Issues page_title: Known Issues - RadNotification description: Check our Web Forms article about Known Issues. slug: notification/troubleshooting/known-issues +components: ["notification"] tags: known,issues published: True position: 0 diff --git a/controls/notification/troubleshooting/notification-audio-is-not-played-in-mobile-devices.md b/controls/notification/troubleshooting/notification-audio-is-not-played-in-mobile-devices.md index 260d578e17..2fafa21579 100644 --- a/controls/notification/troubleshooting/notification-audio-is-not-played-in-mobile-devices.md +++ b/controls/notification/troubleshooting/notification-audio-is-not-played-in-mobile-devices.md @@ -3,6 +3,7 @@ title: Notification Audio Is Not Played In Mobile Devices page_title: Notification Audio Is Not Played In Mobile Devices - RadNotification description: Check our Web Forms article about Notification Audio Is Not Played In Mobile Devices. slug: notification/troubleshooting/notification-audio-is-not-played-in-mobile-devices +components: ["notification"] tags: notification,audio,is,not,played,in,mobile,devices published: True position: 1 diff --git a/controls/numerictextbox/accessibility-and-internationalization/keyboard-support.md b/controls/numerictextbox/accessibility-and-internationalization/keyboard-support.md index a54de35819..4ff8494a52 100644 --- a/controls/numerictextbox/accessibility-and-internationalization/keyboard-support.md +++ b/controls/numerictextbox/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadNumericTextBox description: Check our Web Forms article about Keyboard Support. slug: numerictextbox/accessibility-and-internationalization/keyboard-support +components: ["numerictextbox"] tags: keyboard,support published: True position: 1 diff --git a/controls/numerictextbox/accessibility-and-internationalization/mouse-wheel-support.md b/controls/numerictextbox/accessibility-and-internationalization/mouse-wheel-support.md index cb79c627a8..6532c58d01 100644 --- a/controls/numerictextbox/accessibility-and-internationalization/mouse-wheel-support.md +++ b/controls/numerictextbox/accessibility-and-internationalization/mouse-wheel-support.md @@ -3,6 +3,7 @@ title: Mouse Wheel Support page_title: Mouse Wheel Support - RadNumericTextBox description: Check our Web Forms article about Mouse Wheel Support. slug: numerictextbox/accessibility-and-internationalization/mouse-wheel-support +components: ["numerictextbox"] tags: mouse,wheel,support published: True position: 3 diff --git a/controls/numerictextbox/accessibility-and-internationalization/wai-aria-support.md b/controls/numerictextbox/accessibility-and-internationalization/wai-aria-support.md index 05af54c9f1..79b1ec5090 100644 --- a/controls/numerictextbox/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/numerictextbox/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadNumericTextBox description: Check our Web Forms article about WAI-ARIA Support. slug: numerictextbox/accessibility-and-internationalization/wai-aria-support +components: ["numerictextbox"] tags: wai-aria,support published: True position: 2 diff --git a/controls/numerictextbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/numerictextbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 018a3ca9ce..a002539dd8 100644 --- a/controls/numerictextbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/numerictextbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadNumericTextBox description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: numerictextbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["numerictextbox"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/numerictextbox/appearance-and-styling/controlling-appearance.md b/controls/numerictextbox/appearance-and-styling/controlling-appearance.md index 2e9d29e3f7..a49e92537e 100644 --- a/controls/numerictextbox/appearance-and-styling/controlling-appearance.md +++ b/controls/numerictextbox/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadInput description: Check our Web Forms article about Controlling Appearance. slug: numerictextbox/appearance-and-styling/controlling-appearance +components: ["numerictextbox"] tags: controlling,appearance published: True position: 0 diff --git a/controls/numerictextbox/appearance-and-styling/creating-a-custom-skin.md b/controls/numerictextbox/appearance-and-styling/creating-a-custom-skin.md index b4b040248e..35ff526f8d 100644 --- a/controls/numerictextbox/appearance-and-styling/creating-a-custom-skin.md +++ b/controls/numerictextbox/appearance-and-styling/creating-a-custom-skin.md @@ -3,6 +3,7 @@ title: Creating a Custom Skin page_title: Creating a Custom Skin - RadNumericTextBox description: Check our Web Forms article about Creating a Custom Skin. slug: numerictextbox/appearance-and-styling/creating-a-custom-skin +components: ["numerictextbox"] tags: creating,a,custom,skin published: True position: 3 diff --git a/controls/numerictextbox/appearance-and-styling/css-skin-file-selectors.md b/controls/numerictextbox/appearance-and-styling/css-skin-file-selectors.md index f1ba9b2ac4..00a4653fd8 100644 --- a/controls/numerictextbox/appearance-and-styling/css-skin-file-selectors.md +++ b/controls/numerictextbox/appearance-and-styling/css-skin-file-selectors.md @@ -3,6 +3,7 @@ title: CSS Skin File Selectors page_title: CSS Skin File Selectors - RadInput description: Check our Web Forms article about CSS Skin File Selectors. slug: numerictextbox/appearance-and-styling/css-skin-file-selectors +components: ["numerictextbox"] tags: css,skin,file,selectors published: True position: 6 diff --git a/controls/numerictextbox/appearance-and-styling/html-output-and-css-styling.md b/controls/numerictextbox/appearance-and-styling/html-output-and-css-styling.md index 20f367acba..cd406f59e9 100644 --- a/controls/numerictextbox/appearance-and-styling/html-output-and-css-styling.md +++ b/controls/numerictextbox/appearance-and-styling/html-output-and-css-styling.md @@ -3,6 +3,7 @@ title: HTML Output and CSS Styling page_title: HTML Output and CSS Styling - RadNumericTextBox description: Check our Web Forms article about HTML Output and CSS Styling. slug: numerictextbox/appearance-and-styling/html-output-and-css-styling +components: ["numerictextbox"] tags: html,output,and,css,styling published: True position: 4 diff --git a/controls/numerictextbox/appearance-and-styling/skins.md b/controls/numerictextbox/appearance-and-styling/skins.md index f2604756b2..0b8b5a6880 100644 --- a/controls/numerictextbox/appearance-and-styling/skins.md +++ b/controls/numerictextbox/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadNumericTextBox description: Check our Web Forms article about Skins. slug: numerictextbox/appearance-and-styling/skins +components: ["numerictextbox"] tags: skins published: True position: 2 diff --git a/controls/numerictextbox/appearance-and-styling/styles.md b/controls/numerictextbox/appearance-and-styling/styles.md index b4cdac531b..e63ca84f3c 100644 --- a/controls/numerictextbox/appearance-and-styling/styles.md +++ b/controls/numerictextbox/appearance-and-styling/styles.md @@ -3,6 +3,7 @@ title: Styles page_title: Styles - RadNumericTextBox description: Check our Web Forms article about Styles. slug: numerictextbox/appearance-and-styling/styles +components: ["numerictextbox"] tags: styles published: True position: 1 diff --git a/controls/numerictextbox/client-side-programming/events/onblur.md b/controls/numerictextbox/client-side-programming/events/onblur.md index aae8f5c75e..50840c4c49 100644 --- a/controls/numerictextbox/client-side-programming/events/onblur.md +++ b/controls/numerictextbox/client-side-programming/events/onblur.md @@ -3,6 +3,7 @@ title: OnBlur page_title: OnBlur - RadNumericTextBox description: Check our Web Forms article about OnBlur. slug: numerictextbox/client-side-programming/events/onblur +components: ["numerictextbox"] tags: onblur published: True position: 1 diff --git a/controls/numerictextbox/client-side-programming/events/onbuttonclick.md b/controls/numerictextbox/client-side-programming/events/onbuttonclick.md index f18f6435a8..20787ec946 100644 --- a/controls/numerictextbox/client-side-programming/events/onbuttonclick.md +++ b/controls/numerictextbox/client-side-programming/events/onbuttonclick.md @@ -3,6 +3,7 @@ title: OnButtonClick page_title: OnButtonClick - RadNumericTextBox description: Check our Web Forms article about OnButtonClick. slug: numerictextbox/client-side-programming/events/onbuttonclick +components: ["numerictextbox"] tags: onbuttonclick published: True position: 2 diff --git a/controls/numerictextbox/client-side-programming/events/ondisable.md b/controls/numerictextbox/client-side-programming/events/ondisable.md index c726b80b3d..e4a5467dee 100644 --- a/controls/numerictextbox/client-side-programming/events/ondisable.md +++ b/controls/numerictextbox/client-side-programming/events/ondisable.md @@ -3,6 +3,7 @@ title: OnDisable page_title: OnDisable - RadNumericTextBox description: Check our Web Forms article about OnDisable. slug: numerictextbox/client-side-programming/events/ondisable +components: ["numerictextbox"] tags: ondisable published: True position: 4 diff --git a/controls/numerictextbox/client-side-programming/events/onenable.md b/controls/numerictextbox/client-side-programming/events/onenable.md index 1e64e3ee68..15c0f3642f 100644 --- a/controls/numerictextbox/client-side-programming/events/onenable.md +++ b/controls/numerictextbox/client-side-programming/events/onenable.md @@ -3,6 +3,7 @@ title: OnEnable page_title: OnEnable - RadNumericTextBox description: Check our Web Forms article about OnEnable. slug: numerictextbox/client-side-programming/events/onenable +components: ["numerictextbox"] tags: onenable published: True position: 5 diff --git a/controls/numerictextbox/client-side-programming/events/onerror.md b/controls/numerictextbox/client-side-programming/events/onerror.md index 7b9f4632e7..3d0f3a69a2 100644 --- a/controls/numerictextbox/client-side-programming/events/onerror.md +++ b/controls/numerictextbox/client-side-programming/events/onerror.md @@ -3,6 +3,7 @@ title: OnError page_title: OnError - RadNumericTextBox description: Check our Web Forms article about OnError. slug: numerictextbox/client-side-programming/events/onerror +components: ["numerictextbox"] tags: onerror published: True position: 7 diff --git a/controls/numerictextbox/client-side-programming/events/onfocus.md b/controls/numerictextbox/client-side-programming/events/onfocus.md index 094444871e..619db4e79d 100644 --- a/controls/numerictextbox/client-side-programming/events/onfocus.md +++ b/controls/numerictextbox/client-side-programming/events/onfocus.md @@ -3,6 +3,7 @@ title: OnFocus page_title: OnFocus - RadNumericTextBox description: Check our Web Forms article about OnFocus. slug: numerictextbox/client-side-programming/events/onfocus +components: ["numerictextbox"] tags: onfocus published: True position: 8 diff --git a/controls/numerictextbox/client-side-programming/events/onkeypress.md b/controls/numerictextbox/client-side-programming/events/onkeypress.md index 3b55ca46e3..41884a013f 100644 --- a/controls/numerictextbox/client-side-programming/events/onkeypress.md +++ b/controls/numerictextbox/client-side-programming/events/onkeypress.md @@ -3,6 +3,7 @@ title: OnKeyPress page_title: OnKeyPress - RadNumericTextBox description: Check our Web Forms article about OnKeyPress. slug: numerictextbox/client-side-programming/events/onkeypress +components: ["numerictextbox"] tags: onkeypress published: True position: 9 diff --git a/controls/numerictextbox/client-side-programming/events/onload.md b/controls/numerictextbox/client-side-programming/events/onload.md index 069bbfa69e..56ff374de3 100644 --- a/controls/numerictextbox/client-side-programming/events/onload.md +++ b/controls/numerictextbox/client-side-programming/events/onload.md @@ -3,6 +3,7 @@ title: OnLoad page_title: OnLoad - RadNumericTextBox description: Check our Web Forms article about OnLoad. slug: numerictextbox/client-side-programming/events/onload +components: ["numerictextbox"] tags: onload published: True position: 10 diff --git a/controls/numerictextbox/client-side-programming/events/onmouseout.md b/controls/numerictextbox/client-side-programming/events/onmouseout.md index 23536ff95f..98c0d1e29b 100644 --- a/controls/numerictextbox/client-side-programming/events/onmouseout.md +++ b/controls/numerictextbox/client-side-programming/events/onmouseout.md @@ -3,6 +3,7 @@ title: OnMouseOut page_title: OnMouseOut - RadNumericTextBox description: Check our Web Forms article about OnMouseOut. slug: numerictextbox/client-side-programming/events/onmouseout +components: ["numerictextbox"] tags: onmouseout published: True position: 11 diff --git a/controls/numerictextbox/client-side-programming/events/onmouseover.md b/controls/numerictextbox/client-side-programming/events/onmouseover.md index eb3f77917b..05c9ba7b09 100644 --- a/controls/numerictextbox/client-side-programming/events/onmouseover.md +++ b/controls/numerictextbox/client-side-programming/events/onmouseover.md @@ -3,6 +3,7 @@ title: OnMouseOver page_title: OnMouseOver - RadNumericTextBox description: Check our Web Forms article about OnMouseOver. slug: numerictextbox/client-side-programming/events/onmouseover +components: ["numerictextbox"] tags: onmouseover published: True position: 12 diff --git a/controls/numerictextbox/client-side-programming/events/onvaluechanged.md b/controls/numerictextbox/client-side-programming/events/onvaluechanged.md index 800fe16711..bdeff6b80e 100644 --- a/controls/numerictextbox/client-side-programming/events/onvaluechanged.md +++ b/controls/numerictextbox/client-side-programming/events/onvaluechanged.md @@ -3,6 +3,7 @@ title: OnValueChanged page_title: OnValueChanged - RadNumericTextBox description: Check our Web Forms article about OnValueChanged. slug: numerictextbox/client-side-programming/events/onvaluechanged +components: ["numerictextbox"] tags: onvaluechanged published: True position: 15 diff --git a/controls/numerictextbox/client-side-programming/events/onvaluechanging.md b/controls/numerictextbox/client-side-programming/events/onvaluechanging.md index 6449b85787..3ddf9bb35f 100644 --- a/controls/numerictextbox/client-side-programming/events/onvaluechanging.md +++ b/controls/numerictextbox/client-side-programming/events/onvaluechanging.md @@ -3,6 +3,7 @@ title: OnValueChanging page_title: OnValueChanging - RadNumericTextBox description: Check our Web Forms article about OnValueChanging. slug: numerictextbox/client-side-programming/events/onvaluechanging +components: ["numerictextbox"] tags: onvaluechanging published: True position: 16 diff --git a/controls/numerictextbox/client-side-programming/numberformat-client-object.md b/controls/numerictextbox/client-side-programming/numberformat-client-object.md index 18eba5bf65..4a1f8b4755 100644 --- a/controls/numerictextbox/client-side-programming/numberformat-client-object.md +++ b/controls/numerictextbox/client-side-programming/numberformat-client-object.md @@ -3,6 +3,7 @@ title: NumberFormat Client Object page_title: NumberFormat Client Object - RadNumericTextBox description: Check our Web Forms article about NumberFormat Client Object. slug: numerictextbox/client-side-programming/numberformat-client-object +components: ["numerictextbox"] tags: numberformat,client,object published: True position: 7 diff --git a/controls/numerictextbox/client-side-programming/overview.md b/controls/numerictextbox/client-side-programming/overview.md index a0ef1a6502..f5200d53c6 100644 --- a/controls/numerictextbox/client-side-programming/overview.md +++ b/controls/numerictextbox/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadNumericTextBox description: Check our Web Forms article about Overview. slug: numerictextbox/client-side-programming/overview +components: ["numerictextbox"] tags: overview published: True position: 0 diff --git a/controls/numerictextbox/client-side-programming/radnumerictextbox-client-object.md b/controls/numerictextbox/client-side-programming/radnumerictextbox-client-object.md index 69d4642c91..e93bb42b5e 100644 --- a/controls/numerictextbox/client-side-programming/radnumerictextbox-client-object.md +++ b/controls/numerictextbox/client-side-programming/radnumerictextbox-client-object.md @@ -3,6 +3,7 @@ title: RadNumericTextBox Client Object page_title: RadNumericTextBox Client Object - RadNumericTextBox description: Check our Web Forms article about RadNumericTextBox Client Object. slug: numerictextbox/client-side-programming/radnumerictextbox-client-object +components: ["numerictextbox"] tags: radnumerictextbox,client,object published: True position: 2 diff --git a/controls/numerictextbox/design-time.md b/controls/numerictextbox/design-time.md index 25abb8e57f..8517a8a115 100644 --- a/controls/numerictextbox/design-time.md +++ b/controls/numerictextbox/design-time.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadNumericTextBox description: Check our Web Forms article about Smart Tag. slug: numerictextbox/design-time +components: ["numerictextbox"] tags: smart,tag published: True position: 2 diff --git a/controls/numerictextbox/features/adding-buttons.md b/controls/numerictextbox/features/adding-buttons.md index 0cd267ed57..04675e613e 100644 --- a/controls/numerictextbox/features/adding-buttons.md +++ b/controls/numerictextbox/features/adding-buttons.md @@ -3,6 +3,7 @@ title: Adding Buttons page_title: Adding Buttons - RadNumericTextBox description: Check our Web Forms article about Adding Buttons. slug: numerictextbox/features/adding-buttons +components: ["numerictextbox"] tags: adding,buttons published: True position: 4 diff --git a/controls/numerictextbox/features/context-menus.md b/controls/numerictextbox/features/context-menus.md index 34561aad65..39f354eccc 100644 --- a/controls/numerictextbox/features/context-menus.md +++ b/controls/numerictextbox/features/context-menus.md @@ -3,6 +3,7 @@ title: Context Menus page_title: Context Menus - RadNumericTextBox description: Check our Web Forms article about Context Menus. slug: numerictextbox/features/context-menus +components: ["numerictextbox"] tags: context,menus published: True position: 2 diff --git a/controls/numerictextbox/features/formatting-numeric-values.md b/controls/numerictextbox/features/formatting-numeric-values.md index 1db595a391..b179a09918 100644 --- a/controls/numerictextbox/features/formatting-numeric-values.md +++ b/controls/numerictextbox/features/formatting-numeric-values.md @@ -3,6 +3,7 @@ title: Formatting Numeric Values page_title: Formatting Numeric Values description: Learn how to format numeric values in the NumericTextBox control for better data presentation. slug: numerictextbox/features/formatting-numeric-values +components: ["numerictextbox"] tags: formatting,numeric,values published: True position: 1 diff --git a/controls/numerictextbox/features/getting-and-setting-values.md b/controls/numerictextbox/features/getting-and-setting-values.md index 7c8c1481b8..8b3172d0ab 100644 --- a/controls/numerictextbox/features/getting-and-setting-values.md +++ b/controls/numerictextbox/features/getting-and-setting-values.md @@ -3,6 +3,7 @@ title: Getting and Setting Values page_title: Getting and Setting Values - RadNumericTextBox description: Check our Web Forms article about Getting and Setting Values. slug: numerictextbox/features/getting-and-setting-values +components: ["numerictextbox"] tags: getting,and,setting,values published: True position: 3 diff --git a/controls/numerictextbox/features/receiving-focus.md b/controls/numerictextbox/features/receiving-focus.md index 4f412bca5e..f9c74f61ed 100644 --- a/controls/numerictextbox/features/receiving-focus.md +++ b/controls/numerictextbox/features/receiving-focus.md @@ -3,6 +3,7 @@ title: Receiving Focus page_title: Receiving Focus - RadInput description: Check our Web Forms article about Receiving Focus. slug: numerictextbox/features/receiving-focus +components: ["numerictextbox"] tags: receiving,focus published: True position: 5 diff --git a/controls/numerictextbox/features/setting-focus.md b/controls/numerictextbox/features/setting-focus.md index cdd00c7379..67e5442f6a 100644 --- a/controls/numerictextbox/features/setting-focus.md +++ b/controls/numerictextbox/features/setting-focus.md @@ -3,6 +3,7 @@ title: Setting Focus page_title: Setting Focus - RadInput description: Check our Web Forms article about Setting Focus. slug: numerictextbox/features/setting-focus +components: ["numerictextbox"] tags: setting,focus published: True position: 7 diff --git a/controls/numerictextbox/features/validation.md b/controls/numerictextbox/features/validation.md index a80f50571f..2ac1f89bb4 100644 --- a/controls/numerictextbox/features/validation.md +++ b/controls/numerictextbox/features/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadInput description: Check our Web Forms article about Validation. slug: numerictextbox/features/validation +components: ["numerictextbox"] tags: validation published: True position: 1 diff --git a/controls/numerictextbox/getting-started.md b/controls/numerictextbox/getting-started.md index 9995994a02..faaa73c3db 100644 --- a/controls/numerictextbox/getting-started.md +++ b/controls/numerictextbox/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started Overview - RadInput description: Check our Web Forms article about Getting Started. slug: numerictextbox/getting-started +components: ["numerictextbox"] tags: overview published: True position: 1 diff --git a/controls/numerictextbox/how-to/using-input-controls-inside-data-bound-controls.md b/controls/numerictextbox/how-to/using-input-controls-inside-data-bound-controls.md index 0e4e6f36f1..402e388503 100644 --- a/controls/numerictextbox/how-to/using-input-controls-inside-data-bound-controls.md +++ b/controls/numerictextbox/how-to/using-input-controls-inside-data-bound-controls.md @@ -3,6 +3,7 @@ title: Using Input Controls Inside Data-Bound Controls page_title: Using Input Controls Inside Data-Bound Controls - RadNumericTextBox description: Check our Web Forms article about Using Input Controls Inside Data-Bound Controls. slug: numerictextbox/how-to/using-input-controls-inside-data-bound-controls +components: ["numerictextbox"] tags: using,input,controls,inside,data-bound,controls published: True position: 0 diff --git a/controls/numerictextbox/mobile-support/render-modes.md b/controls/numerictextbox/mobile-support/render-modes.md index 7dc2f1c0a4..c953237684 100644 --- a/controls/numerictextbox/mobile-support/render-modes.md +++ b/controls/numerictextbox/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadInput description: Check our Web Forms article about Render Modes. slug: numerictextbox/mobile-support/render-modes +components: ["numerictextbox"] tags: render,modes published: True position: 0 diff --git a/controls/numerictextbox/overview.md b/controls/numerictextbox/overview.md index 32e5c543b0..ceb62aa80b 100644 --- a/controls/numerictextbox/overview.md +++ b/controls/numerictextbox/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadNumericTextBox Overview description: Learn about the NumericTextBox control and its features for handling numeric input with validation. slug: numerictextbox/overview +components: ["numerictextbox"] tags: overview published: True position: 0 diff --git a/controls/numerictextbox/server-side-programming/properties.md b/controls/numerictextbox/server-side-programming/properties.md index 470a5342b7..0ae234ea1c 100644 --- a/controls/numerictextbox/server-side-programming/properties.md +++ b/controls/numerictextbox/server-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: Server-side Programming Overview - RadNumericTextBox description: Check our Web Forms article about Overview. slug: numerictextbox/server-side-programming/properties +components: ["numerictextbox"] tags: overview published: True position: 0 diff --git a/controls/numerictextbox/server-side-programming/textchanged-event.md b/controls/numerictextbox/server-side-programming/textchanged-event.md index 72f0728403..78a62c3252 100644 --- a/controls/numerictextbox/server-side-programming/textchanged-event.md +++ b/controls/numerictextbox/server-side-programming/textchanged-event.md @@ -3,6 +3,7 @@ title: TextChanged Event page_title: TextChanged Event - RadNumericTextBox description: Check our Web Forms article about TextChanged Event. slug: numerictextbox/server-side-programming/textchanged-event +components: ["numerictextbox"] tags: textchanged,event published: True position: 1 diff --git a/controls/numerictextbox/structure.md b/controls/numerictextbox/structure.md index fbbe2f12ed..53a6cd0360 100644 --- a/controls/numerictextbox/structure.md +++ b/controls/numerictextbox/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadNumericTextBox description: Check our Web Forms article about Structure. slug: numerictextbox/structure +components: ["numerictextbox"] tags: structure published: True position: 4 diff --git a/controls/odatadatasource/client-side-programming/events/onrequestfail.md b/controls/odatadatasource/client-side-programming/events/onrequestfail.md index 562f7a6445..ecb7b00990 100644 --- a/controls/odatadatasource/client-side-programming/events/onrequestfail.md +++ b/controls/odatadatasource/client-side-programming/events/onrequestfail.md @@ -3,6 +3,7 @@ title: OnRequestFail page_title: OnRequestFail - RadODataDataSource description: Check our Web Forms article about OnRequestFail. slug: odatadatasource/client-side-programming/events/onrequestfail +components: ["odatadatasource"] tags: onrequestfail published: True position: 3 diff --git a/controls/odatadatasource/client-side-programming/events/onrequesting.md b/controls/odatadatasource/client-side-programming/events/onrequesting.md index 6d48b22fdf..a586bd452f 100644 --- a/controls/odatadatasource/client-side-programming/events/onrequesting.md +++ b/controls/odatadatasource/client-side-programming/events/onrequesting.md @@ -3,6 +3,7 @@ title: OnRequesting page_title: OnRequesting - RadODataDataSource description: Check our Web Forms article about OnRequesting. slug: odatadatasource/client-side-programming/events/onrequesting +components: ["odatadatasource"] tags: onrequesting published: True position: 1 diff --git a/controls/odatadatasource/client-side-programming/events/onrequestsucceeded.md b/controls/odatadatasource/client-side-programming/events/onrequestsucceeded.md index fbd65549c4..c256ae5f30 100644 --- a/controls/odatadatasource/client-side-programming/events/onrequestsucceeded.md +++ b/controls/odatadatasource/client-side-programming/events/onrequestsucceeded.md @@ -3,6 +3,7 @@ title: OnRequestSucceeded page_title: OnRequestSucceeded - RadODataDataSource description: Check our Web Forms article about OnRequestSucceeded. slug: odatadatasource/client-side-programming/events/onrequestsucceeded +components: ["odatadatasource"] tags: onrequestsucceeded published: True position: 2 diff --git a/controls/odatadatasource/client-side-programming/events/overview.md b/controls/odatadatasource/client-side-programming/events/overview.md index db4825dd63..f500a4feb8 100644 --- a/controls/odatadatasource/client-side-programming/events/overview.md +++ b/controls/odatadatasource/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Events Overview page_title: Overview - RadODataDataSource description: Check our Web Forms article about Overview. slug: odatadatasource/client-side-programming/events/overview +components: ["odatadatasource"] tags: overview published: True position: 0 diff --git a/controls/odatadatasource/client-side-programming/objects/radodatadatasource-model-object.md b/controls/odatadatasource/client-side-programming/objects/radodatadatasource-model-object.md index 4622f38f32..44cd49ca05 100644 --- a/controls/odatadatasource/client-side-programming/objects/radodatadatasource-model-object.md +++ b/controls/odatadatasource/client-side-programming/objects/radodatadatasource-model-object.md @@ -3,6 +3,7 @@ title: RadODataDataSource Model Object page_title: RadODataDataSource Model Object - RadODataDataSource description: Check our Web Forms article about RadODataDataSource Model Object. slug: odatadatasource/client-side-programming/objects/radodatadatasource-model-object +components: ["odatadatasource"] tags: radodatadatasource,model,object published: True position: 1 diff --git a/controls/odatadatasource/client-side-programming/objects/radodatadatasource-object.md b/controls/odatadatasource/client-side-programming/objects/radodatadatasource-object.md index 0d06d5af67..c47cbfc670 100644 --- a/controls/odatadatasource/client-side-programming/objects/radodatadatasource-object.md +++ b/controls/odatadatasource/client-side-programming/objects/radodatadatasource-object.md @@ -3,6 +3,7 @@ title: RadODataDataSource Object page_title: RadODataDataSource Object - RadODataDataSource description: Check our Web Forms article about RadODataDataSource Object. slug: odatadatasource/client-side-programming/objects/radodatadatasource-object +components: ["odatadatasource"] tags: radodatadatasource,object published: True position: 0 diff --git a/controls/odatadatasource/design-time.md b/controls/odatadatasource/design-time.md index ba49a906da..0e59cbb108 100644 --- a/controls/odatadatasource/design-time.md +++ b/controls/odatadatasource/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadODataDataSource description: Check our Web Forms article about Design Time. slug: odatadatasource/design-time +components: ["odatadatasource"] tags: design,time published: True position: 2 diff --git a/controls/odatadatasource/getting-started.md b/controls/odatadatasource/getting-started.md index 1e6dbc8cea..411a04a020 100644 --- a/controls/odatadatasource/getting-started.md +++ b/controls/odatadatasource/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadODataDataSource description: Check our Web Forms article about Getting Started. slug: odatadatasource/getting-started +components: ["odatadatasource"] tags: getting,started published: True position: 1 diff --git a/controls/odatadatasource/how-to/hierarchical-self-reference-binding-of-radtreeview-.md b/controls/odatadatasource/how-to/hierarchical-self-reference-binding-of-radtreeview-.md index 7bb0516a33..25aa8cfdae 100644 --- a/controls/odatadatasource/how-to/hierarchical-self-reference-binding-of-radtreeview-.md +++ b/controls/odatadatasource/how-to/hierarchical-self-reference-binding-of-radtreeview-.md @@ -3,6 +3,7 @@ title: Hierarchical Self-Reference Binding of RadTreeView page_title: Hierarchical Self-Reference Binding of RadTreeView - RadODataDataSource description: Check our Web Forms article about Hierarchical Self-Reference Binding of RadTreeView. slug: odatadatasource/how-to/hierarchical-self-reference-binding-of-radtreeview- +components: ["odatadatasource"] tags: hierarchical,self-reference,binding,of,radtreeview, published: True position: 0 diff --git a/controls/odatadatasource/how-to/manual-hierarchy-of-radtreeview.md b/controls/odatadatasource/how-to/manual-hierarchy-of-radtreeview.md index 65dcc018f8..d97137af92 100644 --- a/controls/odatadatasource/how-to/manual-hierarchy-of-radtreeview.md +++ b/controls/odatadatasource/how-to/manual-hierarchy-of-radtreeview.md @@ -3,6 +3,7 @@ title: Manual Hierarchy of RadTreeView page_title: Manual Hierarchy of RadTreeView - RadODataDataSource description: Check our Web Forms article about Manual Hierarchy of RadTreeView. slug: odatadatasource/how-to/manual-hierarchy-of-radtreeview +components: ["odatadatasource"] tags: manual,hierarchy,of,radtreeview published: True position: 1 diff --git a/controls/odatadatasource/overview.md b/controls/odatadatasource/overview.md index c746a4001a..55b5eeedc3 100644 --- a/controls/odatadatasource/overview.md +++ b/controls/odatadatasource/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadODataDataSource Overview description: Check our Web Forms article about Overview. slug: odatadatasource/overview +components: ["odatadatasource"] tags: overview published: True position: 0 diff --git a/controls/orgchart/appearance-and-styling/connecting-lines.md b/controls/orgchart/appearance-and-styling/connecting-lines.md index a21f65ad7e..a5c0f2b294 100644 --- a/controls/orgchart/appearance-and-styling/connecting-lines.md +++ b/controls/orgchart/appearance-and-styling/connecting-lines.md @@ -3,6 +3,7 @@ title: Connecting Lines page_title: Connecting Lines - RadOrgChart description: Check our Web Forms article about Connecting Lines. slug: orgchart/appearance-and-styling/connecting-lines +components: ["orgchart"] tags: connecting,lines published: True position: 3 diff --git a/controls/orgchart/appearance-and-styling/default-images.md b/controls/orgchart/appearance-and-styling/default-images.md index 475d744dda..d6d9961e05 100644 --- a/controls/orgchart/appearance-and-styling/default-images.md +++ b/controls/orgchart/appearance-and-styling/default-images.md @@ -3,6 +3,7 @@ title: Default Images page_title: Default Images - RadOrgChart description: Check our Web Forms article about Default Images. slug: orgchart/appearance-and-styling/default-images +components: ["orgchart"] tags: default,images published: True position: 1 diff --git a/controls/orgchart/appearance-and-styling/node-size.md b/controls/orgchart/appearance-and-styling/node-size.md index db1fa2d724..26635a45a1 100644 --- a/controls/orgchart/appearance-and-styling/node-size.md +++ b/controls/orgchart/appearance-and-styling/node-size.md @@ -3,6 +3,7 @@ title: Node Size page_title: Node Size - RadOrgChart description: Check our Web Forms article about Node Size. slug: orgchart/appearance-and-styling/node-size +components: ["orgchart"] tags: node,size published: True position: 2 diff --git a/controls/orgchart/appearance-and-styling/skins.md b/controls/orgchart/appearance-and-styling/skins.md index 2c78b1f0a6..e98811211a 100644 --- a/controls/orgchart/appearance-and-styling/skins.md +++ b/controls/orgchart/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadOrgChart description: Check our Web Forms article about Skins. slug: orgchart/appearance-and-styling/skins +components: ["orgchart"] tags: skins published: True position: 0 diff --git a/controls/orgchart/client-side-programming/events/onclientgrouppopulated.md b/controls/orgchart/client-side-programming/events/onclientgrouppopulated.md index ba9ce614b2..528c260418 100644 --- a/controls/orgchart/client-side-programming/events/onclientgrouppopulated.md +++ b/controls/orgchart/client-side-programming/events/onclientgrouppopulated.md @@ -3,6 +3,7 @@ title: OnClientGroupPopulated page_title: OnClientGroupPopulated - RadOrgChart description: Check our Web Forms article about OnClientGroupPopulated. slug: orgchart/client-side-programming/events/onclientgrouppopulated +components: ["orgchart"] tags: onclientgrouppopulated published: True position: 1 diff --git a/controls/orgchart/client-side-programming/events/onclientgrouppopulating.md b/controls/orgchart/client-side-programming/events/onclientgrouppopulating.md index 8e73ef86a9..92ead43780 100644 --- a/controls/orgchart/client-side-programming/events/onclientgrouppopulating.md +++ b/controls/orgchart/client-side-programming/events/onclientgrouppopulating.md @@ -3,6 +3,7 @@ title: OnClientGroupPopulating page_title: OnClientGroupPopulating - RadOrgChart description: Check our Web Forms article about OnClientGroupPopulating. slug: orgchart/client-side-programming/events/onclientgrouppopulating +components: ["orgchart"] tags: onclientgrouppopulating published: True position: 2 diff --git a/controls/orgchart/client-side-programming/events/onclientgrouppopulationfailed.md b/controls/orgchart/client-side-programming/events/onclientgrouppopulationfailed.md index 3c30da9923..b04fde5763 100644 --- a/controls/orgchart/client-side-programming/events/onclientgrouppopulationfailed.md +++ b/controls/orgchart/client-side-programming/events/onclientgrouppopulationfailed.md @@ -3,6 +3,7 @@ title: OnClientGroupPopulationFailed page_title: OnClientGroupPopulationFailed - RadOrgChart description: Check our Web Forms article about OnClientGroupPopulationFailed. slug: orgchart/client-side-programming/events/onclientgrouppopulationfailed +components: ["orgchart"] tags: onclientgrouppopulationfailed published: True position: 3 diff --git a/controls/orgchart/client-side-programming/events/onclientnodepopulated.md b/controls/orgchart/client-side-programming/events/onclientnodepopulated.md index b51c48f15e..f32db78999 100644 --- a/controls/orgchart/client-side-programming/events/onclientnodepopulated.md +++ b/controls/orgchart/client-side-programming/events/onclientnodepopulated.md @@ -3,6 +3,7 @@ title: OnClientNodePopulated page_title: OnClientNodePopulated - RadOrgChart description: Check our Web Forms article about OnClientNodePopulated. slug: orgchart/client-side-programming/events/onclientnodepopulated +components: ["orgchart"] tags: onclientnodepopulated published: True position: 4 diff --git a/controls/orgchart/client-side-programming/events/onclientnodepopulatedfailed.md b/controls/orgchart/client-side-programming/events/onclientnodepopulatedfailed.md index c728af0a8d..cc5f6eac53 100644 --- a/controls/orgchart/client-side-programming/events/onclientnodepopulatedfailed.md +++ b/controls/orgchart/client-side-programming/events/onclientnodepopulatedfailed.md @@ -3,6 +3,7 @@ title: OnClientNodePopulatedFailed page_title: OnClientNodePopulatedFailed - RadOrgChart description: Check our Web Forms article about OnClientNodePopulatedFailed. slug: orgchart/client-side-programming/events/onclientnodepopulatedfailed +components: ["orgchart"] tags: onclientnodepopulatedfailed published: True position: 6 diff --git a/controls/orgchart/client-side-programming/events/onclientnodepopulating.md b/controls/orgchart/client-side-programming/events/onclientnodepopulating.md index 320496ea42..4be5bd6cee 100644 --- a/controls/orgchart/client-side-programming/events/onclientnodepopulating.md +++ b/controls/orgchart/client-side-programming/events/onclientnodepopulating.md @@ -3,6 +3,7 @@ title: OnClientNodePopulating page_title: OnClientNodePopulating - RadOrgChart description: Check our Web Forms article about OnClientNodePopulating. slug: orgchart/client-side-programming/events/onclientnodepopulating +components: ["orgchart"] tags: onclientnodepopulating published: True position: 5 diff --git a/controls/orgchart/client-side-programming/events/overview.md b/controls/orgchart/client-side-programming/events/overview.md index 80d4f64959..a033318bda 100644 --- a/controls/orgchart/client-side-programming/events/overview.md +++ b/controls/orgchart/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Events Overview - RadOrgChart description: Check our Web Forms article about Overview. slug: orgchart/client-side-programming/events/overview +components: ["orgchart"] tags: overview published: True position: 0 diff --git a/controls/orgchart/client-side-programming/orgchartgroupitem-object.md b/controls/orgchart/client-side-programming/orgchartgroupitem-object.md index 60fc246b99..007cd16dcd 100644 --- a/controls/orgchart/client-side-programming/orgchartgroupitem-object.md +++ b/controls/orgchart/client-side-programming/orgchartgroupitem-object.md @@ -3,6 +3,7 @@ title: OrgChartGroupItem Object page_title: OrgChartGroupItem Object - RadOrgChart description: Check our Web Forms article about OrgChartGroupItem Object. slug: orgchart/client-side-programming/orgchartgroupitem-object +components: ["orgchart"] tags: orgchartgroupitem,object published: True position: 3 diff --git a/controls/orgchart/client-side-programming/orgchartnode-object.md b/controls/orgchart/client-side-programming/orgchartnode-object.md index 8c16b197b9..6ea6ca888e 100644 --- a/controls/orgchart/client-side-programming/orgchartnode-object.md +++ b/controls/orgchart/client-side-programming/orgchartnode-object.md @@ -3,6 +3,7 @@ title: OrgChartNode Object page_title: OrgChartNode Object - RadOrgChart description: Check our Web Forms article about OrgChartNode Object. slug: orgchart/client-side-programming/orgchartnode-object +components: ["orgchart"] tags: orgchartnode,object published: True position: 2 diff --git a/controls/orgchart/client-side-programming/radorgchart-object.md b/controls/orgchart/client-side-programming/radorgchart-object.md index 16434ff061..df6f3a8017 100644 --- a/controls/orgchart/client-side-programming/radorgchart-object.md +++ b/controls/orgchart/client-side-programming/radorgchart-object.md @@ -3,6 +3,7 @@ title: RadOrgChart Object page_title: RadOrgChart Object - RadOrgChart description: Check our Web Forms article about RadOrgChart Object. slug: orgchart/client-side-programming/radorgchart-object +components: ["orgchart"] tags: radorgchart,object published: True position: 1 diff --git a/controls/orgchart/data-binding/group-enabled-binding.md b/controls/orgchart/data-binding/group-enabled-binding.md index ae05f7c6cd..ce44977234 100644 --- a/controls/orgchart/data-binding/group-enabled-binding.md +++ b/controls/orgchart/data-binding/group-enabled-binding.md @@ -3,6 +3,7 @@ title: Group-Enabled Binding page_title: Group-Enabled Binding - RadOrgChart description: Check our Web Forms article about Group-Enabled Binding. slug: orgchart/data-binding/group-enabled-binding +components: ["orgchart"] tags: group-enabled,binding published: True position: 2 diff --git a/controls/orgchart/data-binding/overview.md b/controls/orgchart/data-binding/overview.md index 4f740dc250..0326213608 100644 --- a/controls/orgchart/data-binding/overview.md +++ b/controls/orgchart/data-binding/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Data Binding Overview - RadOrgChart description: Check our Web Forms article about Overview. slug: orgchart/data-binding/overview +components: ["orgchart"] tags: overview published: True position: 0 diff --git a/controls/orgchart/data-binding/simple-binding.md b/controls/orgchart/data-binding/simple-binding.md index 20e40faad2..3f25030805 100644 --- a/controls/orgchart/data-binding/simple-binding.md +++ b/controls/orgchart/data-binding/simple-binding.md @@ -3,6 +3,7 @@ title: Simple Binding page_title: Simple Binding - RadOrgChart description: Check our Web Forms article about Simple Binding. slug: orgchart/data-binding/simple-binding +components: ["orgchart"] tags: simple,binding published: True position: 1 diff --git a/controls/orgchart/data-binding/web-service-binding.md b/controls/orgchart/data-binding/web-service-binding.md index ae4a9713a9..7b2048a645 100644 --- a/controls/orgchart/data-binding/web-service-binding.md +++ b/controls/orgchart/data-binding/web-service-binding.md @@ -3,6 +3,7 @@ title: Web Service Binding page_title: Web Service Binding - RadOrgChart description: Check our Web Forms article about Web Service Binding. slug: orgchart/data-binding/web-service-binding +components: ["orgchart"] tags: web,service,binding published: True position: 3 diff --git a/controls/orgchart/functionality/column-count.md b/controls/orgchart/functionality/column-count.md index 62f835fdda..39050d41b4 100644 --- a/controls/orgchart/functionality/column-count.md +++ b/controls/orgchart/functionality/column-count.md @@ -3,6 +3,7 @@ title: Column Count page_title: Column Count - RadOrgChart description: Check our Web Forms article about Column Count. slug: orgchart/functionality/column-count +components: ["orgchart"] tags: column,count published: True position: 3 diff --git a/controls/orgchart/functionality/drag-and-drop.md b/controls/orgchart/functionality/drag-and-drop.md index 7bb1a7b544..d9124fab53 100644 --- a/controls/orgchart/functionality/drag-and-drop.md +++ b/controls/orgchart/functionality/drag-and-drop.md @@ -3,6 +3,7 @@ title: Drag and Drop page_title: Drag and Drop - RadOrgChart description: Check our Web Forms article about Drag and Drop. slug: orgchart/functionality/drag-and-drop +components: ["orgchart"] tags: drag,and,drop published: True position: 5 diff --git a/controls/orgchart/functionality/drill-down.md b/controls/orgchart/functionality/drill-down.md index 27681748c5..26f44033e0 100644 --- a/controls/orgchart/functionality/drill-down.md +++ b/controls/orgchart/functionality/drill-down.md @@ -3,6 +3,7 @@ title: Drill Down page_title: Drill Down - RadOrgChart description: Check our Web Forms article about Drill Down. slug: orgchart/functionality/drill-down +components: ["orgchart"] tags: drill,down published: True position: 1 diff --git a/controls/orgchart/functionality/expand-collapse.md b/controls/orgchart/functionality/expand-collapse.md index 72998ad934..35f4eab20e 100644 --- a/controls/orgchart/functionality/expand-collapse.md +++ b/controls/orgchart/functionality/expand-collapse.md @@ -3,6 +3,7 @@ title: Expand/Collapse page_title: Expand/Collapse - RadOrgChart description: Check our Web Forms article about Expand/Collapse. slug: orgchart/functionality/expand-collapse +components: ["orgchart"] previous_url: orgchart/functionality/collapse tags: expand/collapse published: True diff --git a/controls/orgchart/functionality/horizontal-orientation.md b/controls/orgchart/functionality/horizontal-orientation.md index f88ad1b252..1027d443b9 100644 --- a/controls/orgchart/functionality/horizontal-orientation.md +++ b/controls/orgchart/functionality/horizontal-orientation.md @@ -3,6 +3,7 @@ title: Horizontal Orientation page_title: Horizontal Orientation - RadOrgChart description: Check our Web Forms article about Horizontal Orientation. slug: orgchart/functionality/horizontal-orientation +components: ["orgchart"] tags: horizontal,orientation published: True position: 7 diff --git a/controls/orgchart/functionality/load-on-demand.md b/controls/orgchart/functionality/load-on-demand.md index f5d39b15ce..dbe8797e3a 100644 --- a/controls/orgchart/functionality/load-on-demand.md +++ b/controls/orgchart/functionality/load-on-demand.md @@ -3,6 +3,7 @@ title: Load On Demand page_title: Load On Demand - RadOrgChart description: Check our Web Forms article about Load On Demand. slug: orgchart/functionality/load-on-demand +components: ["orgchart"] tags: load,on,demand published: True position: 0 diff --git a/controls/orgchart/functionality/rendered-fields.md b/controls/orgchart/functionality/rendered-fields.md index 77240784f2..147f725523 100644 --- a/controls/orgchart/functionality/rendered-fields.md +++ b/controls/orgchart/functionality/rendered-fields.md @@ -3,6 +3,7 @@ title: Rendered Fields page_title: Rendered Fields - RadOrgChart description: Check our Web Forms article about Rendered Fields. slug: orgchart/functionality/rendered-fields +components: ["orgchart"] tags: rendered,fields published: True position: 2 diff --git a/controls/orgchart/functionality/xml-export-and-import.md b/controls/orgchart/functionality/xml-export-and-import.md index 4aca009b4b..c5af4cb7d4 100644 --- a/controls/orgchart/functionality/xml-export-and-import.md +++ b/controls/orgchart/functionality/xml-export-and-import.md @@ -3,6 +3,7 @@ title: XML Export & Import page_title: XML Export & Import - RadOrgChart description: Check our Web Forms article about XML Export & Import. slug: orgchart/functionality/xml-export-and-import +components: ["orgchart"] tags: xml,export,&,import published: True position: 4 diff --git a/controls/orgchart/how-to/passing-context-information-to-the-server.md b/controls/orgchart/how-to/passing-context-information-to-the-server.md index 7717ca5ed4..62f6cbda34 100644 --- a/controls/orgchart/how-to/passing-context-information-to-the-server.md +++ b/controls/orgchart/how-to/passing-context-information-to-the-server.md @@ -3,6 +3,7 @@ title: Passing Context Information to the Server page_title: Passing Context Information to the Server - RadOrgChart description: Check our Web Forms article about Passing Context Information to the Server. slug: orgchart/how-to/passing-context-information-to-the-server +components: ["orgchart"] tags: passing,context,information,to,the,server published: True position: 0 diff --git a/controls/orgchart/mobile-support/render-modes.md b/controls/orgchart/mobile-support/render-modes.md index b1c7ae596f..8d4ed9a391 100644 --- a/controls/orgchart/mobile-support/render-modes.md +++ b/controls/orgchart/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadOrgChart description: Check our Web Forms article about Render Modes. slug: orgchart/mobile-support/render-modes +components: ["orgchart"] tags: render,modes published: True position: 0 diff --git a/controls/orgchart/overview/nodes-and-items.md b/controls/orgchart/overview/nodes-and-items.md index 364f5d1aad..711c08e07a 100644 --- a/controls/orgchart/overview/nodes-and-items.md +++ b/controls/orgchart/overview/nodes-and-items.md @@ -3,6 +3,7 @@ title: Nodes and Items page_title: Nodes and Items - RadOrgChart description: Check our Web Forms article about Nodes and Items. slug: orgchart/overview/nodes-and-items +components: ["orgchart"] tags: nodes,and,items published: True position: 1 diff --git a/controls/orgchart/overview/overview.md b/controls/orgchart/overview/overview.md index 25cbfb1ef7..a85f511f77 100644 --- a/controls/orgchart/overview/overview.md +++ b/controls/orgchart/overview/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadOrgChart Overview description: Check our Web Forms article about Overview. slug: orgchart/overview/overview +components: ["orgchart"] tags: overview published: True position: 0 diff --git a/controls/orgchart/server-side-programming/events/drilldown.md b/controls/orgchart/server-side-programming/events/drilldown.md index 43fb5e9759..1b97154510 100644 --- a/controls/orgchart/server-side-programming/events/drilldown.md +++ b/controls/orgchart/server-side-programming/events/drilldown.md @@ -3,6 +3,7 @@ title: DrillDown page_title: DrillDown - RadOrgChart description: Check our Web Forms article about DrillDown. slug: orgchart/server-side-programming/events/drilldown +components: ["orgchart"] tags: drilldown published: True position: 5 diff --git a/controls/orgchart/server-side-programming/events/groupexpandcollapse.md b/controls/orgchart/server-side-programming/events/groupexpandcollapse.md index e17c42dd58..544a272a45 100644 --- a/controls/orgchart/server-side-programming/events/groupexpandcollapse.md +++ b/controls/orgchart/server-side-programming/events/groupexpandcollapse.md @@ -3,6 +3,7 @@ title: GroupExpandCollapse page_title: GroupExpandCollapse - RadOrgChart description: Check our Web Forms article about GroupExpandCollapse. slug: orgchart/server-side-programming/events/groupexpandcollapse +components: ["orgchart"] tags: groupexpandcollapse published: True position: 7 diff --git a/controls/orgchart/server-side-programming/events/groupitemdatabound.md b/controls/orgchart/server-side-programming/events/groupitemdatabound.md index 698bdbb075..a726ca0308 100644 --- a/controls/orgchart/server-side-programming/events/groupitemdatabound.md +++ b/controls/orgchart/server-side-programming/events/groupitemdatabound.md @@ -3,6 +3,7 @@ title: GroupItemDataBound page_title: GroupItemDataBound - RadOrgChart description: Check our Web Forms article about GroupItemDataBound. slug: orgchart/server-side-programming/events/groupitemdatabound +components: ["orgchart"] tags: groupitemdatabound published: True position: 1 diff --git a/controls/orgchart/server-side-programming/events/groupitemdrop.md b/controls/orgchart/server-side-programming/events/groupitemdrop.md index b541097a61..eca3bdb486 100644 --- a/controls/orgchart/server-side-programming/events/groupitemdrop.md +++ b/controls/orgchart/server-side-programming/events/groupitemdrop.md @@ -3,6 +3,7 @@ title: GroupItemDrop page_title: GroupItemDrop - RadOrgChart description: Check our Web Forms article about GroupItemDrop. slug: orgchart/server-side-programming/events/groupitemdrop +components: ["orgchart"] tags: groupitemdrop published: True position: 3 diff --git a/controls/orgchart/server-side-programming/events/nodedatabound.md b/controls/orgchart/server-side-programming/events/nodedatabound.md index d68b546660..073cf492fb 100644 --- a/controls/orgchart/server-side-programming/events/nodedatabound.md +++ b/controls/orgchart/server-side-programming/events/nodedatabound.md @@ -3,6 +3,7 @@ title: NodeDataBound page_title: NodeDataBound - RadOrgChart description: Check our Web Forms article about NodeDataBound. slug: orgchart/server-side-programming/events/nodedatabound +components: ["orgchart"] tags: nodedatabound published: True position: 2 diff --git a/controls/orgchart/server-side-programming/events/nodedrop.md b/controls/orgchart/server-side-programming/events/nodedrop.md index aa6cb9b73d..fa4d14cfd2 100644 --- a/controls/orgchart/server-side-programming/events/nodedrop.md +++ b/controls/orgchart/server-side-programming/events/nodedrop.md @@ -3,6 +3,7 @@ title: NodeDrop page_title: NodeDrop - RadOrgChart description: Check our Web Forms article about NodeDrop. slug: orgchart/server-side-programming/events/nodedrop +components: ["orgchart"] tags: nodedrop published: True position: 4 diff --git a/controls/orgchart/server-side-programming/events/nodeexpandcollapse.md b/controls/orgchart/server-side-programming/events/nodeexpandcollapse.md index beb79104dd..94ab1d23a9 100644 --- a/controls/orgchart/server-side-programming/events/nodeexpandcollapse.md +++ b/controls/orgchart/server-side-programming/events/nodeexpandcollapse.md @@ -3,6 +3,7 @@ title: NodeExpandCollapse page_title: NodeExpandCollapse - RadOrgChart description: Check our Web Forms article about NodeExpandCollapse. slug: orgchart/server-side-programming/events/nodeexpandcollapse +components: ["orgchart"] tags: nodeexpandcollapse published: True position: 6 diff --git a/controls/orgchart/server-side-programming/events/overview.md b/controls/orgchart/server-side-programming/events/overview.md index 29fff00379..422b9d039b 100644 --- a/controls/orgchart/server-side-programming/events/overview.md +++ b/controls/orgchart/server-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Events Overview - RadOrgChart description: Check our Web Forms article about Overview. slug: orgchart/server-side-programming/events/overview +components: ["orgchart"] tags: overview published: True position: 0 diff --git a/controls/orgchart/templates/overview.md b/controls/orgchart/templates/overview.md index e292d00f68..3c0b16559f 100644 --- a/controls/orgchart/templates/overview.md +++ b/controls/orgchart/templates/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Templates Overview - RadOrgChart description: Check our Web Forms article about Overview. slug: orgchart/templates/overview +components: ["orgchart"] tags: overview published: True position: 0 diff --git a/controls/otpinput/accessibility-and-internationalization/keyboard-navigation.md b/controls/otpinput/accessibility-and-internationalization/keyboard-navigation.md index c19daf00f9..77f09059f0 100644 --- a/controls/otpinput/accessibility-and-internationalization/keyboard-navigation.md +++ b/controls/otpinput/accessibility-and-internationalization/keyboard-navigation.md @@ -3,6 +3,7 @@ title: Keyboard Navigation page_title: OTPInput Keyboard Navigation description: "Get started with the WebForms OTPInput and learn about the accessibility support it provides through its keyboard navigation functionality" slug: otpinput/accessibility/keyobard-navigation +components: ["otpinput"] position: 2 --- diff --git a/controls/otpinput/accessibility-and-internationalization/overview.md b/controls/otpinput/accessibility-and-internationalization/overview.md index e34cf9fe33..36eeafbf47 100644 --- a/controls/otpinput/accessibility-and-internationalization/overview.md +++ b/controls/otpinput/accessibility-and-internationalization/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: OTPInput Accessibility description: Get started with the WebForms OTPInput and learn about its accessibility support for WAI-ARIA, Section 508, and WCAG 2.2. slug: otpinput/accessibility/overview +components: ["otpinput"] position: 1 --- diff --git a/controls/otpinput/adaptiveness.md b/controls/otpinput/adaptiveness.md index 17c39fa700..39c38b64bf 100644 --- a/controls/otpinput/adaptiveness.md +++ b/controls/otpinput/adaptiveness.md @@ -3,6 +3,7 @@ title: Adaptviness page_title: Separator description: Learn how to configure the input mode of the WebForms OTPInput component. slug: otpinput/adaptiveness +components: ["otpinput"] tags: otpinput,adaptiveness published: True position: 4 diff --git a/controls/otpinput/appearance.md b/controls/otpinput/appearance.md index e8ce381e22..a36d6641fb 100644 --- a/controls/otpinput/appearance.md +++ b/controls/otpinput/appearance.md @@ -3,6 +3,7 @@ title: Appearance page_title: OTPInput Appearance description: "Learn how to apply different styling options to the OTPInput control." slug: otpinput/appearance +components: ["otpinput"] tags: otpInput,appearance published: True position: 2 diff --git a/controls/otpinput/client-side-programming/enums.md b/controls/otpinput/client-side-programming/enums.md index e7b342adb0..ba31a4ae94 100644 --- a/controls/otpinput/client-side-programming/enums.md +++ b/controls/otpinput/client-side-programming/enums.md @@ -3,6 +3,7 @@ title: Enums page_title: OTPInput Client-side Enums description: Client-side Enums of the Telerik WebForms OTPInput component slug: otpinput/client-side-programming/enums +components: ["otpinput"] tags: otpinput,javascript,enums published: True position: 3 diff --git a/controls/otpinput/client-side-programming/events.md b/controls/otpinput/client-side-programming/events.md index 926799fbf7..e0f47d12c1 100644 --- a/controls/otpinput/client-side-programming/events.md +++ b/controls/otpinput/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: OTPInput Client-side Events description: "Client-side Events of the Telerik WebForms OTPInput component." slug: otpinput/client-side-programming/events +components: ["otpinput"] tags: otpinput,javascript published: True position: 2 diff --git a/controls/otpinput/client-side-programming/overview.md b/controls/otpinput/client-side-programming/overview.md index 4e12b41f29..7f9e1ab406 100644 --- a/controls/otpinput/client-side-programming/overview.md +++ b/controls/otpinput/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: OTPInput Client-side Programming description: "Overview of the Client-side APIs you can use to create and configure the Telerik WebForms OTPInput Control." slug: otpInput/client-side-programming/overview +components: ["otpinput"] tags: overview published: True position: 0 diff --git a/controls/otpinput/client-side-programming/properties.md b/controls/otpinput/client-side-programming/properties.md index e1a91bf829..5e9f8ef0d8 100644 --- a/controls/otpinput/client-side-programming/properties.md +++ b/controls/otpinput/client-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: OTPInput JavaScript Properties description: "JavaScript properties and methods of the Telerik WebForms OTPInput component." slug: otpinput/client-side-programming/properties +components: ["otpinput"] tags: properties,otpinput published: True position: 1 diff --git a/controls/otpinput/getting-started.md b/controls/otpinput/getting-started.md index aefd6783a4..acd4d9f62b 100644 --- a/controls/otpinput/getting-started.md +++ b/controls/otpinput/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started with the OTPInput description: "Get started with the WebForms OTPInput by Telerik UI for ASP.NET AJAX and learn how to create, initialize, and enable the component." slug: otpinput/getting-started +components: ["otpinput"] tags: otpinput,getting started published: True position: 1 diff --git a/controls/otpinput/overview.md b/controls/otpinput/overview.md index 85f5abe360..dec545f5a7 100644 --- a/controls/otpinput/overview.md +++ b/controls/otpinput/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: OTPInput Overview description: Try now the ASP.NET WebForms OTPInput component and learn more about the available functionalities. This component is a server-side, ASP.NET WebForms wrapper over the Kendo UI OTPInput widget. slug: otpinput/overview +components: ["otpinput"] tags: otpinput, overview published: True position: 0 diff --git a/controls/otpinput/separator.md b/controls/otpinput/separator.md index e9c6a43643..8bcb9ce645 100644 --- a/controls/otpinput/separator.md +++ b/controls/otpinput/separator.md @@ -3,6 +3,7 @@ title: Separator page_title: Separator description: "Learn how to configure different separators between the items of the OTPInput component." slug: otpinput/separator +components: ["otpinput"] tags: otpinput,separator published: True position: 3 diff --git a/controls/otpinput/server-side-programming/enums.md b/controls/otpinput/server-side-programming/enums.md index 5460d311ac..faa268bf28 100644 --- a/controls/otpinput/server-side-programming/enums.md +++ b/controls/otpinput/server-side-programming/enums.md @@ -3,6 +3,7 @@ title: Enums page_title: OTPInput Server-side Enums description: Server-side Enums of the Telerik WebForms OTPInput component slug: otpinput/server-side-programming/enums +components: ["otpinput"] tags: enums published: True position: 2 diff --git a/controls/otpinput/server-side-programming/overview.md b/controls/otpinput/server-side-programming/overview.md index 50ed0b4f1b..7a28f24d80 100644 --- a/controls/otpinput/server-side-programming/overview.md +++ b/controls/otpinput/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: OTPInput Server-side Programming description: "Overview of the Server-side APIs you can use to create and configure the Telerik WebForms OTPInput Control." slug: otpinput/server-side-programming/overview +components: ["otpinput"] tags: overview, otpinput, server-side published: True position: 0 diff --git a/controls/otpinput/server-side-programming/properties.md b/controls/otpinput/server-side-programming/properties.md index eed1a296e0..d899a1c613 100644 --- a/controls/otpinput/server-side-programming/properties.md +++ b/controls/otpinput/server-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: OTPInput Server-side Properties description: "Server-side properties of the WebForms OTPInput component." slug: otpinput/server-side-programming/properties +components: ["otpinput"] tags: otpinput,server-side,properties published: True position: 1 diff --git a/controls/pagelayout/creating-responsive-design/grid-based-layout-.md b/controls/pagelayout/creating-responsive-design/grid-based-layout-.md index c9a78d4d5d..eafa079a2d 100644 --- a/controls/pagelayout/creating-responsive-design/grid-based-layout-.md +++ b/controls/pagelayout/creating-responsive-design/grid-based-layout-.md @@ -3,6 +3,7 @@ title: Grid Based Layout page_title: Grid Based Layout - RadPageLayout description: Check our Web Forms article about Grid Based Layout. slug: pagelayout/creating-responsive-design/grid-based-layout- +components: ["pagelayout"] tags: grid,based,layout, published: True position: 0 diff --git a/controls/pagelayout/creating-responsive-design/radpagelayout-grid-types.md b/controls/pagelayout/creating-responsive-design/radpagelayout-grid-types.md index 7df3b0c7e7..017fd93e8d 100644 --- a/controls/pagelayout/creating-responsive-design/radpagelayout-grid-types.md +++ b/controls/pagelayout/creating-responsive-design/radpagelayout-grid-types.md @@ -3,6 +3,7 @@ title: RadPageLayout Grid Types page_title: RadPageLayout Grid Types - RadPageLayout description: Check our Web Forms article about RadPageLayout Grid Types. slug: pagelayout/creating-responsive-design/radpagelayout-grid-types +components: ["pagelayout"] tags: radpagelayout,grid,types published: True position: 3 diff --git a/controls/pagelayout/creating-responsive-design/responsive-layout.md b/controls/pagelayout/creating-responsive-design/responsive-layout.md index 9858fe39ce..cc23a9c8ac 100644 --- a/controls/pagelayout/creating-responsive-design/responsive-layout.md +++ b/controls/pagelayout/creating-responsive-design/responsive-layout.md @@ -3,6 +3,7 @@ title: Responsive Layout page_title: Responsive Layout - RadPageLayout description: Check our Web Forms article about Responsive Layout. slug: pagelayout/creating-responsive-design/responsive-layout +components: ["pagelayout"] tags: responsive,layout published: True position: 1 diff --git a/controls/pagelayout/creating-responsive-design/viewport-breakpoints.md b/controls/pagelayout/creating-responsive-design/viewport-breakpoints.md index c7c22c11da..497cad316b 100644 --- a/controls/pagelayout/creating-responsive-design/viewport-breakpoints.md +++ b/controls/pagelayout/creating-responsive-design/viewport-breakpoints.md @@ -3,6 +3,7 @@ title: Viewport Breakpoints page_title: Viewport Breakpoints - RadPageLayout description: Check our Web Forms article about Viewport Breakpoints. slug: pagelayout/creating-responsive-design/viewport-breakpoints +components: ["pagelayout"] tags: viewport,breakpoints published: True position: 2 diff --git a/controls/pagelayout/how-to/how-to-make-sticky-footer-and-header.md b/controls/pagelayout/how-to/how-to-make-sticky-footer-and-header.md index c6e3183177..7282da531c 100644 --- a/controls/pagelayout/how-to/how-to-make-sticky-footer-and-header.md +++ b/controls/pagelayout/how-to/how-to-make-sticky-footer-and-header.md @@ -3,6 +3,7 @@ title: How to Make Sticky Footer and Header page_title: How to Make Sticky Footer and Header - RadPageLayout description: Check our Web Forms article about How to Make Sticky Footer and Header. slug: pagelayout/how-to/how-to-make-sticky-footer-and-header +components: ["pagelayout"] tags: how,to,make,sticky,footer,and,header published: True position: 4 diff --git a/controls/pagelayout/how-to/nesting-radpagelayout-elements.md b/controls/pagelayout/how-to/nesting-radpagelayout-elements.md index 114dab4840..c489e291f7 100644 --- a/controls/pagelayout/how-to/nesting-radpagelayout-elements.md +++ b/controls/pagelayout/how-to/nesting-radpagelayout-elements.md @@ -3,6 +3,7 @@ title: Nesting RadPageLayout Elements page_title: Nesting RadPageLayout Elements - RadPageLayout description: Check our Web Forms article about Nesting RadPageLayout Elements. slug: pagelayout/how-to/nesting-radpagelayout-elements +components: ["pagelayout"] tags: nesting,radpagelayout,elements published: True position: 2 diff --git a/controls/pagelayout/how-to/react-to-viewport-change.md b/controls/pagelayout/how-to/react-to-viewport-change.md index 62011f941f..f70526fcdf 100644 --- a/controls/pagelayout/how-to/react-to-viewport-change.md +++ b/controls/pagelayout/how-to/react-to-viewport-change.md @@ -3,6 +3,7 @@ title: React to Viewport Change page_title: React to Viewport Change - RadPageLayout description: Check our Web Forms article about React to Viewport Change. slug: pagelayout/how-to/react-to-viewport-change +components: ["pagelayout"] tags: react,to,viewport,change published: True position: 1 diff --git a/controls/pagelayout/overview.md b/controls/pagelayout/overview.md index f5381b908a..92106657e4 100644 --- a/controls/pagelayout/overview.md +++ b/controls/pagelayout/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadPageLayout Overview description: Discover the PageLayout control and its features for creating responsive and structured page layouts. slug: pagelayout/overview +components: ["pagelayout"] tags: overview published: True position: 0 diff --git a/controls/pagelayout/server-side-programming/defining-structure-in-code-behind.md b/controls/pagelayout/server-side-programming/defining-structure-in-code-behind.md index 3a3a8c72bd..846adb5b42 100644 --- a/controls/pagelayout/server-side-programming/defining-structure-in-code-behind.md +++ b/controls/pagelayout/server-side-programming/defining-structure-in-code-behind.md @@ -3,6 +3,7 @@ title: Defining Structure in Code-Behind page_title: Defining Structure in Code-Behind - RadPageLayout description: Check our Web Forms article about Defining Structure in Code-Behind. slug: pagelayout/server-side-programming/defining-structure-in-code-behind +components: ["pagelayout"] tags: defining,structure,in,code-behind published: True position: 0 diff --git a/controls/pagelayout/structure.md b/controls/pagelayout/structure.md index 0a0f251b87..df62d1cfe8 100644 --- a/controls/pagelayout/structure.md +++ b/controls/pagelayout/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadPageLayout description: Check our Web Forms article about Structure. slug: pagelayout/structure +components: ["pagelayout"] tags: structure published: False position: 1 diff --git a/controls/pagelayout/structure/columns-.md b/controls/pagelayout/structure/columns-.md index 3ee537bba9..d6da1abfa4 100644 --- a/controls/pagelayout/structure/columns-.md +++ b/controls/pagelayout/structure/columns-.md @@ -3,6 +3,7 @@ title: Columns page_title: Columns - RadPageLayout description: Check our Web Forms article about Columns. slug: pagelayout/structure/columns- +components: ["pagelayout"] tags: columns, published: True position: 2 diff --git a/controls/pagelayout/structure/container.md b/controls/pagelayout/structure/container.md index f2373eb98b..6202522eb5 100644 --- a/controls/pagelayout/structure/container.md +++ b/controls/pagelayout/structure/container.md @@ -3,6 +3,7 @@ title: Container page_title: Container - RadPageLayout description: Check our Web Forms article about Container. slug: pagelayout/structure/container +components: ["pagelayout"] tags: container published: True position: 0 diff --git a/controls/pagelayout/structure/region-and-composite-region.md b/controls/pagelayout/structure/region-and-composite-region.md index ab614193d5..494ec5fdfb 100644 --- a/controls/pagelayout/structure/region-and-composite-region.md +++ b/controls/pagelayout/structure/region-and-composite-region.md @@ -3,6 +3,7 @@ title: Region and Composite Region page_title: Region and Composite Region - RadPageLayout description: Check our Web Forms article about Region and Composite Region. slug: pagelayout/structure/region-and-composite-region +components: ["pagelayout"] tags: region,and,composite,region published: False position: 3 diff --git a/controls/pagelayout/structure/rows.md b/controls/pagelayout/structure/rows.md index 0aa326230b..98bd65a417 100644 --- a/controls/pagelayout/structure/rows.md +++ b/controls/pagelayout/structure/rows.md @@ -3,6 +3,7 @@ title: Rows page_title: Rows - RadPageLayout description: Check our Web Forms article about Rows. slug: pagelayout/structure/rows +components: ["pagelayout"] tags: rows published: True position: 1 diff --git a/controls/panelbar/accessibility-and-internationalization/keyboard-support.md b/controls/panelbar/accessibility-and-internationalization/keyboard-support.md index 0568157120..39d36e3505 100644 --- a/controls/panelbar/accessibility-and-internationalization/keyboard-support.md +++ b/controls/panelbar/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadPanelBar description: Check our Web Forms article about Keyboard Support. slug: panelbar/accessibility-and-internationalization/keyboard-support +components: ["panelbar"] tags: keyboard,support published: True position: 1 diff --git a/controls/panelbar/accessibility-and-internationalization/standards-compliance.md b/controls/panelbar/accessibility-and-internationalization/standards-compliance.md index 9a23a36ea5..ec3131a90d 100644 --- a/controls/panelbar/accessibility-and-internationalization/standards-compliance.md +++ b/controls/panelbar/accessibility-and-internationalization/standards-compliance.md @@ -3,6 +3,7 @@ title: Standards Compliance page_title: Standards Compliance - RadPanelBar description: Check our Web Forms article about Standards Compliance. slug: panelbar/accessibility-and-internationalization/standards-compliance +components: ["panelbar"] previous_url: controls/panelbar/overview/standards-compliance tags: standards,compliance published: True diff --git a/controls/panelbar/accessibility-and-internationalization/wai-aria-support.md b/controls/panelbar/accessibility-and-internationalization/wai-aria-support.md index 04169c66b6..31421c9bf3 100644 --- a/controls/panelbar/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/panelbar/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadPanelBar description: Check our Web Forms article about WAI-ARIA Support. slug: panelbar/accessibility-and-internationalization/wai-aria-support +components: ["panelbar"] tags: wai-aria,support published: True position: 2 diff --git a/controls/panelbar/appearance-and-styling/adding-images-to-items.md b/controls/panelbar/appearance-and-styling/adding-images-to-items.md index 088214ff99..ee75abd09a 100644 --- a/controls/panelbar/appearance-and-styling/adding-images-to-items.md +++ b/controls/panelbar/appearance-and-styling/adding-images-to-items.md @@ -3,6 +3,7 @@ title: Adding Images to Items page_title: Adding Images to Items description: Check our Web Forms article about Adding Images to Items. slug: panelbar/appearance-and-styling/adding-images-to-items +components: ["panelbar"] tags: adding,images,to,items published: True position: 2 diff --git a/controls/panelbar/appearance-and-styling/animations.md b/controls/panelbar/appearance-and-styling/animations.md index 71802fd34b..429af4d41b 100644 --- a/controls/panelbar/appearance-and-styling/animations.md +++ b/controls/panelbar/appearance-and-styling/animations.md @@ -3,6 +3,7 @@ title: Animations page_title: Animations - RadPanelBar description: Check our Web Forms article about Animations. slug: panelbar/appearance-and-styling/animations +components: ["panelbar"] tags: animations published: True position: 8 diff --git a/controls/panelbar/appearance-and-styling/controlling-appearance.md b/controls/panelbar/appearance-and-styling/controlling-appearance.md index c1a5a99456..a093576251 100644 --- a/controls/panelbar/appearance-and-styling/controlling-appearance.md +++ b/controls/panelbar/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadPanelBar description: Check our Web Forms article about Controlling Appearance. slug: panelbar/appearance-and-styling/controlling-appearance +components: ["panelbar"] tags: controlling,appearance published: True position: 1 diff --git a/controls/panelbar/appearance-and-styling/creating-a-custom-skin.md b/controls/panelbar/appearance-and-styling/creating-a-custom-skin.md index b43830e323..a30dbe70f1 100644 --- a/controls/panelbar/appearance-and-styling/creating-a-custom-skin.md +++ b/controls/panelbar/appearance-and-styling/creating-a-custom-skin.md @@ -3,6 +3,7 @@ title: Creating A Custom Skin page_title: Creating A Custom Skin description: Check our Web Forms article about Creating A Custom Skin. slug: panelbar/appearance-and-styling/creating-a-custom-skin +components: ["panelbar"] tags: creating,custom,skin published: True position: 6 diff --git a/controls/panelbar/appearance-and-styling/css-skin-file-selectors.md b/controls/panelbar/appearance-and-styling/css-skin-file-selectors.md index 07c2a179bb..aba458df1d 100644 --- a/controls/panelbar/appearance-and-styling/css-skin-file-selectors.md +++ b/controls/panelbar/appearance-and-styling/css-skin-file-selectors.md @@ -3,6 +3,7 @@ title: CSS Skin File Selectors page_title: CSS Skin File Selectors - RadPanelBar description: Check our Web Forms article about CSS Skin File Selectors. slug: panelbar/appearance-and-styling/css-skin-file-selectors +components: ["panelbar"] tags: css,skin,file,selectors published: True position: 7 diff --git a/controls/panelbar/appearance-and-styling/migrating-skins-from-radpanelbar-asp.net-to-asp.net-ajax.md b/controls/panelbar/appearance-and-styling/migrating-skins-from-radpanelbar-asp.net-to-asp.net-ajax.md index bdb234aed1..2f548a8184 100644 --- a/controls/panelbar/appearance-and-styling/migrating-skins-from-radpanelbar-asp.net-to-asp.net-ajax.md +++ b/controls/panelbar/appearance-and-styling/migrating-skins-from-radpanelbar-asp.net-to-asp.net-ajax.md @@ -3,6 +3,7 @@ title: Migrating Skins from RadPanelBar ASP.NET to ASP.NET AJAX page_title: Migrating Skins from RadPanelBar ASP.NET to ASP.NET AJAX - RadPanelBar description: Check our Web Forms article about Migrating Skins from RadPanelBar ASP.NET to ASP.NET AJAX. slug: panelbar/appearance-and-styling/migrating-skins-from-radpanelbar-asp.net-to-asp.net-ajax +components: ["panelbar"] tags: migrating,skins,from,radpanelbar,asp.net,to,asp.net,ajax published: True position: 0 diff --git a/controls/panelbar/appearance-and-styling/rtl-support.md b/controls/panelbar/appearance-and-styling/rtl-support.md index e83f29839e..7a45dff9ae 100644 --- a/controls/panelbar/appearance-and-styling/rtl-support.md +++ b/controls/panelbar/appearance-and-styling/rtl-support.md @@ -3,6 +3,7 @@ title: RTL support page_title: RTL support - RadPanelBar description: Check our Web Forms article about RTL support. slug: panelbar/appearance-and-styling/rtl-support +components: ["panelbar"] tags: rtl,support published: True position: 10 diff --git a/controls/panelbar/appearance-and-styling/separators.md b/controls/panelbar/appearance-and-styling/separators.md index a7cd68d928..2c5a3bbce5 100644 --- a/controls/panelbar/appearance-and-styling/separators.md +++ b/controls/panelbar/appearance-and-styling/separators.md @@ -3,6 +3,7 @@ title: Separators page_title: Separators - RadPanelBar description: Check our Web Forms article about Separators. slug: panelbar/appearance-and-styling/separators +components: ["panelbar"] tags: separators published: True position: 9 diff --git a/controls/panelbar/appearance-and-styling/setting--the-css-class-of-items.md b/controls/panelbar/appearance-and-styling/setting--the-css-class-of-items.md index 2e5b99049d..4b74a192e1 100644 --- a/controls/panelbar/appearance-and-styling/setting--the-css-class-of-items.md +++ b/controls/panelbar/appearance-and-styling/setting--the-css-class-of-items.md @@ -3,6 +3,7 @@ title: Setting the CSS Class of Items page_title: Setting the CSS Class of Items - RadPanelBar description: Check our Web Forms article about Setting the CSS Class of Items. slug: panelbar/appearance-and-styling/setting--the-css-class-of-items +components: ["panelbar"] tags: setting,,the,css,class,of,items published: True position: 3 diff --git a/controls/panelbar/appearance-and-styling/skins.md b/controls/panelbar/appearance-and-styling/skins.md index b1204724e6..e250c55cab 100644 --- a/controls/panelbar/appearance-and-styling/skins.md +++ b/controls/panelbar/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadPanelBar description: Check our Web Forms article about Skins. slug: panelbar/appearance-and-styling/skins +components: ["panelbar"] tags: skins published: True position: 4 diff --git a/controls/panelbar/appearance-and-styling/understanding-the-skin-css-file.md b/controls/panelbar/appearance-and-styling/understanding-the-skin-css-file.md index b5ba3e71fc..93545ea60d 100644 --- a/controls/panelbar/appearance-and-styling/understanding-the-skin-css-file.md +++ b/controls/panelbar/appearance-and-styling/understanding-the-skin-css-file.md @@ -3,6 +3,7 @@ title: Understanding the Skin CSS File page_title: Understanding the Skin CSS File - RadPanelBar description: Check our Web Forms article about Understanding the Skin CSS File. slug: panelbar/appearance-and-styling/understanding-the-skin-css-file +components: ["panelbar"] tags: understanding,the,skin,css,file published: True position: 6 diff --git a/controls/panelbar/client-side-programming/accessing-client-changes-on-the-server.md b/controls/panelbar/client-side-programming/accessing-client-changes-on-the-server.md index 31ac68fcf7..911022c795 100644 --- a/controls/panelbar/client-side-programming/accessing-client-changes-on-the-server.md +++ b/controls/panelbar/client-side-programming/accessing-client-changes-on-the-server.md @@ -3,6 +3,7 @@ title: Accessing Client Changes on the Server page_title: Accessing Client Changes on the Server - RadPanelBar description: Check our Web Forms article about Accessing Client Changes on the Server. slug: panelbar/client-side-programming/accessing-client-changes-on-the-server +components: ["panelbar"] tags: accessing,client,changes,on,the,server published: True position: 4 diff --git a/controls/panelbar/client-side-programming/events.md b/controls/panelbar/client-side-programming/events.md index bd894b81d5..da6d743dc6 100644 --- a/controls/panelbar/client-side-programming/events.md +++ b/controls/panelbar/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Client-side Events - RadPanelBar description: Check our Web Forms article about Events. slug: panelbar/client-side-programming/events +components: ["panelbar"] tags: events published: True position: 5 diff --git a/controls/panelbar/client-side-programming/onclientcontextmenu.md b/controls/panelbar/client-side-programming/onclientcontextmenu.md index 90814ed84c..0e74f9c021 100644 --- a/controls/panelbar/client-side-programming/onclientcontextmenu.md +++ b/controls/panelbar/client-side-programming/onclientcontextmenu.md @@ -3,6 +3,7 @@ title: OnClientContextMenu page_title: OnClientContextMenu - RadPanelBar description: Check our Web Forms article about OnClientContextMenu. slug: panelbar/client-side-programming/onclientcontextmenu +components: ["panelbar"] tags: onclientcontextmenu published: True position: 15 diff --git a/controls/panelbar/client-side-programming/onclientitemblur.md b/controls/panelbar/client-side-programming/onclientitemblur.md index ce1d8882ef..050825a598 100644 --- a/controls/panelbar/client-side-programming/onclientitemblur.md +++ b/controls/panelbar/client-side-programming/onclientitemblur.md @@ -3,6 +3,7 @@ title: OnClientItemBlur page_title: OnClientItemBlur - RadPanelBar description: Check our Web Forms article about OnClientItemBlur. slug: panelbar/client-side-programming/onclientitemblur +components: ["panelbar"] tags: onclientitemblur published: True position: 10 diff --git a/controls/panelbar/client-side-programming/onclientitemclicked.md b/controls/panelbar/client-side-programming/onclientitemclicked.md index 123ecc34d1..32abc4cd74 100644 --- a/controls/panelbar/client-side-programming/onclientitemclicked.md +++ b/controls/panelbar/client-side-programming/onclientitemclicked.md @@ -3,6 +3,7 @@ title: OnClientItemClicked page_title: OnClientItemClicked - RadPanelBar description: Check our Web Forms article about OnClientItemClicked. slug: panelbar/client-side-programming/onclientitemclicked +components: ["panelbar"] tags: onclientitemclicked published: True position: 7 diff --git a/controls/panelbar/client-side-programming/onclientitemclicking.md b/controls/panelbar/client-side-programming/onclientitemclicking.md index 0e1a4e5b4a..6300e989aa 100644 --- a/controls/panelbar/client-side-programming/onclientitemclicking.md +++ b/controls/panelbar/client-side-programming/onclientitemclicking.md @@ -3,6 +3,7 @@ title: OnClientItemClicking page_title: OnClientItemClicking - RadPanelBar description: Check our Web Forms article about OnClientItemClicking. slug: panelbar/client-side-programming/onclientitemclicking +components: ["panelbar"] tags: onclientitemclicking published: True position: 6 diff --git a/controls/panelbar/client-side-programming/onclientitemcollapse.md b/controls/panelbar/client-side-programming/onclientitemcollapse.md index 3dbcb804be..1401b1ed75 100644 --- a/controls/panelbar/client-side-programming/onclientitemcollapse.md +++ b/controls/panelbar/client-side-programming/onclientitemcollapse.md @@ -3,6 +3,7 @@ title: OnClientItemCollapse page_title: OnClientItemCollapse - RadPanelBar description: Check our Web Forms article about OnClientItemCollapse. slug: panelbar/client-side-programming/onclientitemcollapse +components: ["panelbar"] tags: onclientitemcollapse published: True position: 9 diff --git a/controls/panelbar/client-side-programming/onclientitemexpand.md b/controls/panelbar/client-side-programming/onclientitemexpand.md index 14768a7eee..3633b7d88b 100644 --- a/controls/panelbar/client-side-programming/onclientitemexpand.md +++ b/controls/panelbar/client-side-programming/onclientitemexpand.md @@ -3,6 +3,7 @@ title: OnClientItemExpand page_title: OnClientItemExpand - RadPanelBar description: Check our Web Forms article about OnClientItemExpand. slug: panelbar/client-side-programming/onclientitemexpand +components: ["panelbar"] tags: onclientitemexpand published: True position: 8 diff --git a/controls/panelbar/client-side-programming/onclientitemfocus.md b/controls/panelbar/client-side-programming/onclientitemfocus.md index e6a955a9cb..fe2ed6467d 100644 --- a/controls/panelbar/client-side-programming/onclientitemfocus.md +++ b/controls/panelbar/client-side-programming/onclientitemfocus.md @@ -3,6 +3,7 @@ title: OnClientItemFocus page_title: OnClientItemFocus - RadPanelBar description: Check our Web Forms article about OnClientItemFocus. slug: panelbar/client-side-programming/onclientitemfocus +components: ["panelbar"] tags: onclientitemfocus published: True position: 11 diff --git a/controls/panelbar/client-side-programming/onclientload.md b/controls/panelbar/client-side-programming/onclientload.md index 2284d72a1e..2d1903a93a 100644 --- a/controls/panelbar/client-side-programming/onclientload.md +++ b/controls/panelbar/client-side-programming/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadPanelBar description: Check our Web Forms article about OnClientLoad. slug: panelbar/client-side-programming/onclientload +components: ["panelbar"] tags: onclientload published: True position: 12 diff --git a/controls/panelbar/client-side-programming/onclientmouseout.md b/controls/panelbar/client-side-programming/onclientmouseout.md index a99dc3ea43..8601d6c164 100644 --- a/controls/panelbar/client-side-programming/onclientmouseout.md +++ b/controls/panelbar/client-side-programming/onclientmouseout.md @@ -3,6 +3,7 @@ title: OnClientMouseOut page_title: OnClientMouseOut - RadPanelBar description: Check our Web Forms article about OnClientMouseOut. slug: panelbar/client-side-programming/onclientmouseout +components: ["panelbar"] tags: onclientmouseout published: True position: 13 diff --git a/controls/panelbar/client-side-programming/onclientmouseover.md b/controls/panelbar/client-side-programming/onclientmouseover.md index a455d1d80d..07c6927ee3 100644 --- a/controls/panelbar/client-side-programming/onclientmouseover.md +++ b/controls/panelbar/client-side-programming/onclientmouseover.md @@ -3,6 +3,7 @@ title: OnClientMouseOver page_title: OnClientMouseOver - RadPanelBar description: Check our Web Forms article about OnClientMouseOver. slug: panelbar/client-side-programming/onclientmouseover +components: ["panelbar"] tags: onclientmouseover published: True position: 14 diff --git a/controls/panelbar/client-side-programming/overview.md b/controls/panelbar/client-side-programming/overview.md index 22a711f2e6..362b4a1019 100644 --- a/controls/panelbar/client-side-programming/overview.md +++ b/controls/panelbar/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadPanelBar description: Check our Web Forms article about Overview. slug: panelbar/client-side-programming/overview +components: ["panelbar"] tags: overview published: True position: 0 diff --git a/controls/panelbar/client-side-programming/radpanelbar-object.md b/controls/panelbar/client-side-programming/radpanelbar-object.md index c7dae21380..f686fbc7e4 100644 --- a/controls/panelbar/client-side-programming/radpanelbar-object.md +++ b/controls/panelbar/client-side-programming/radpanelbar-object.md @@ -3,6 +3,7 @@ title: RadPanelBar Object page_title: RadPanelBar Object - RadPanelBar description: Check our Web Forms article about RadPanelBar Object. slug: panelbar/client-side-programming/radpanelbar-object +components: ["panelbar"] tags: radpanelbar,object published: True position: 1 diff --git a/controls/panelbar/client-side-programming/radpanelitem-object.md b/controls/panelbar/client-side-programming/radpanelitem-object.md index 61d450906c..ed7c68131f 100644 --- a/controls/panelbar/client-side-programming/radpanelitem-object.md +++ b/controls/panelbar/client-side-programming/radpanelitem-object.md @@ -3,6 +3,7 @@ title: RadPanelItem Object page_title: RadPanelItem Object - RadPanelBar description: Check our Web Forms article about RadPanelItem Object. slug: panelbar/client-side-programming/radpanelitem-object +components: ["panelbar"] tags: radpanelitem,object published: True position: 2 diff --git a/controls/panelbar/client-side-programming/radpanelitemcollection-object.md b/controls/panelbar/client-side-programming/radpanelitemcollection-object.md index f6c3257d5f..d116e5ef27 100644 --- a/controls/panelbar/client-side-programming/radpanelitemcollection-object.md +++ b/controls/panelbar/client-side-programming/radpanelitemcollection-object.md @@ -3,6 +3,7 @@ title: RadPanelItemCollection Object page_title: RadPanelItemCollection Object - RadPanelBar description: Check our Web Forms article about RadPanelItemCollection Object. slug: panelbar/client-side-programming/radpanelitemcollection-object +components: ["panelbar"] tags: radpanelitemcollection,object published: True position: 3 diff --git a/controls/panelbar/data-binding/binding-to-datatable.md b/controls/panelbar/data-binding/binding-to-datatable.md index a411a8e044..a005fdc6ed 100644 --- a/controls/panelbar/data-binding/binding-to-datatable.md +++ b/controls/panelbar/data-binding/binding-to-datatable.md @@ -3,6 +3,7 @@ title: Binding to DataTable page_title: Binding to DataTable - RadPanelBar description: Check our Web Forms article about Binding to DataTable. slug: panelbar/data-binding/binding-to-datatable +components: ["panelbar"] tags: binding,to,datatable published: True position: 2 diff --git a/controls/panelbar/data-binding/binding-to-hierarchical-datasource.md b/controls/panelbar/data-binding/binding-to-hierarchical-datasource.md index 49d6d66e98..339ce389b8 100644 --- a/controls/panelbar/data-binding/binding-to-hierarchical-datasource.md +++ b/controls/panelbar/data-binding/binding-to-hierarchical-datasource.md @@ -3,6 +3,7 @@ title: Binding to Hierarchical DataSource page_title: Binding to Hierarchical DataSource - RadPanelBar description: Check our Web Forms article about Binding to Hierarchical DataSource. slug: panelbar/data-binding/binding-to-hierarchical-datasource +components: ["panelbar"] tags: binding,to,hierarchical,datasource published: True position: 4 diff --git a/controls/panelbar/data-binding/binding-to-object-based-datasources.md b/controls/panelbar/data-binding/binding-to-object-based-datasources.md index ecf60c0f90..7eb181c2f8 100644 --- a/controls/panelbar/data-binding/binding-to-object-based-datasources.md +++ b/controls/panelbar/data-binding/binding-to-object-based-datasources.md @@ -3,6 +3,7 @@ title: Binding to Object-Based DataSources page_title: Binding to Object-Based DataSources - RadPanelBar description: Check our Web Forms article about Binding to Object-Based DataSources. slug: panelbar/data-binding/binding-to-object-based-datasources +components: ["panelbar"] tags: binding,to,object-based,datasources published: True position: 1 diff --git a/controls/panelbar/data-binding/binding-to-table-based-datasource.md b/controls/panelbar/data-binding/binding-to-table-based-datasource.md index 0e028875a1..0a3bd1970a 100644 --- a/controls/panelbar/data-binding/binding-to-table-based-datasource.md +++ b/controls/panelbar/data-binding/binding-to-table-based-datasource.md @@ -3,6 +3,7 @@ title: Binding to Table-Based DataSource page_title: Binding to Table-Based DataSource - RadPanelBar description: Check our Web Forms article about Binding to Table-Based DataSource. slug: panelbar/data-binding/binding-to-table-based-datasource +components: ["panelbar"] tags: binding,to,table-based,datasource published: True position: 3 diff --git a/controls/panelbar/data-binding/overview.md b/controls/panelbar/data-binding/overview.md index 869af4d207..abf58215b3 100644 --- a/controls/panelbar/data-binding/overview.md +++ b/controls/panelbar/data-binding/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Data Binding Overview - RadPanelBar description: Check our Web Forms article about Overview. slug: panelbar/data-binding/overview +components: ["panelbar"] tags: overview published: True position: 0 diff --git a/controls/panelbar/data-binding/using-databindings.md b/controls/panelbar/data-binding/using-databindings.md index 5d38236396..442df168ab 100644 --- a/controls/panelbar/data-binding/using-databindings.md +++ b/controls/panelbar/data-binding/using-databindings.md @@ -3,6 +3,7 @@ title: Using DataBindings page_title: Using DataBindings - RadPanelBar description: Check our Web Forms article about Using DataBindings. slug: panelbar/data-binding/using-databindings +components: ["panelbar"] tags: using,databindings published: True position: 5 diff --git a/controls/panelbar/design-time/binding-to-linqdatasource.md b/controls/panelbar/design-time/binding-to-linqdatasource.md index 8abe51043e..ac068f1aba 100644 --- a/controls/panelbar/design-time/binding-to-linqdatasource.md +++ b/controls/panelbar/design-time/binding-to-linqdatasource.md @@ -3,6 +3,7 @@ title: Binding to LinqDataSource page_title: Binding to LinqDataSource - RadPanelBar description: Check our Web Forms article about Binding to LinqDataSource. slug: panelbar/design-time/binding-to-linqdatasource +components: ["panelbar"] tags: binding,to,linqdatasource published: True position: 4 diff --git a/controls/panelbar/design-time/navigationitembinding-collection-editor.md b/controls/panelbar/design-time/navigationitembinding-collection-editor.md index f44c03017a..0f84b42d61 100644 --- a/controls/panelbar/design-time/navigationitembinding-collection-editor.md +++ b/controls/panelbar/design-time/navigationitembinding-collection-editor.md @@ -3,6 +3,7 @@ title: NavigationItemBinding Collection Editor page_title: NavigationItemBinding Collection Editor - RadPanelBar description: Check our Web Forms article about NavigationItemBinding Collection Editor. slug: panelbar/design-time/navigationitembinding-collection-editor +components: ["panelbar"] tags: navigationitembinding,collection,editor published: True position: 3 diff --git a/controls/panelbar/design-time/radpanelbar-item-builder.md b/controls/panelbar/design-time/radpanelbar-item-builder.md index c1a14930d8..5710cf2d35 100644 --- a/controls/panelbar/design-time/radpanelbar-item-builder.md +++ b/controls/panelbar/design-time/radpanelbar-item-builder.md @@ -3,6 +3,7 @@ title: RadPanelBar Item Builder page_title: RadPanelBar Item Builder - RadPanelBar description: Check our Web Forms article about RadPanelBar Item Builder. slug: panelbar/design-time/radpanelbar-item-builder +components: ["panelbar"] tags: radpanelbar,item,builder published: True position: 1 diff --git a/controls/panelbar/design-time/smart-tag.md b/controls/panelbar/design-time/smart-tag.md index e5ceabbcad..bc3eb40688 100644 --- a/controls/panelbar/design-time/smart-tag.md +++ b/controls/panelbar/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadPanelBar description: Check our Web Forms article about Smart Tag. slug: panelbar/design-time/smart-tag +components: ["panelbar"] tags: smart,tag published: True position: 0 diff --git a/controls/panelbar/design-time/template-design-surface.md b/controls/panelbar/design-time/template-design-surface.md index e0c6ab86e3..d0159e3811 100644 --- a/controls/panelbar/design-time/template-design-surface.md +++ b/controls/panelbar/design-time/template-design-surface.md @@ -3,6 +3,7 @@ title: Template Design Surface page_title: Template Design Surface - RadPanelBar description: Check our Web Forms article about Template Design Surface. slug: panelbar/design-time/template-design-surface +components: ["panelbar"] tags: template,design,surface published: True position: 2 diff --git a/controls/panelbar/getting-started/binding-to-a-data-source.md b/controls/panelbar/getting-started/binding-to-a-data-source.md index 03ce0fbd46..c469f451e0 100644 --- a/controls/panelbar/getting-started/binding-to-a-data-source.md +++ b/controls/panelbar/getting-started/binding-to-a-data-source.md @@ -3,6 +3,7 @@ title: Binding to a Data Source page_title: Binding to a Data Source - RadPanelBar description: Check our Web Forms article about Binding to a Data Source. slug: panelbar/getting-started/binding-to-a-data-source +components: ["panelbar"] tags: binding,to,a,data,source published: True position: 3 diff --git a/controls/panelbar/getting-started/changes-and-backward-compatibility.md b/controls/panelbar/getting-started/changes-and-backward-compatibility.md index 8f07546114..6a9ecd4c94 100644 --- a/controls/panelbar/getting-started/changes-and-backward-compatibility.md +++ b/controls/panelbar/getting-started/changes-and-backward-compatibility.md @@ -3,6 +3,7 @@ title: Changes and backward compatibility page_title: Changes and backward compatibility - RadPanelBar description: Check our Web Forms article about Changes and backward compatibility. slug: panelbar/getting-started/changes-and-backward-compatibility +components: ["panelbar"] previous_url: controls/panelbar/changes-and-backward-compatibility tags: changes,and,backward,compatibility published: True diff --git a/controls/panelbar/getting-started/migrating-from-radpanelbar-asp.net-to-asp.net-ajax.md b/controls/panelbar/getting-started/migrating-from-radpanelbar-asp.net-to-asp.net-ajax.md index 0c3c332ab8..32b5ab5e84 100644 --- a/controls/panelbar/getting-started/migrating-from-radpanelbar-asp.net-to-asp.net-ajax.md +++ b/controls/panelbar/getting-started/migrating-from-radpanelbar-asp.net-to-asp.net-ajax.md @@ -3,6 +3,7 @@ title: Migrating From RadPanelBar ASP.NET to ASP.NET AJAX page_title: Migrating From RadPanelBar ASP.NET to ASP.NET AJAX - RadPanelBar description: Check our Web Forms article about Migrating From RadPanelBar ASP.NET to ASP.NET AJAX. slug: panelbar/getting-started/migrating-from-radpanelbar-asp.net-to-asp.net-ajax +components: ["panelbar"] previous_url: controls/panelbar/migrating-from-radpanelbar-asp.net-to-asp.net-ajax tags: migrating,from,radpanelbar,asp.net,to,asp.net,ajax published: True diff --git a/controls/panelbar/getting-started/overview.md b/controls/panelbar/getting-started/overview.md index 951bfefa47..ad22706775 100644 --- a/controls/panelbar/getting-started/overview.md +++ b/controls/panelbar/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Getting Started Overview - RadPanelBar description: Check our Web Forms article about Overview. slug: panelbar/getting-started/overview +components: ["panelbar"] tags: overview published: True position: 0 diff --git a/controls/panelbar/how-to/collapse-previously-expanded-header-item-when-clicking-on-a-header-item-without-child-items.md b/controls/panelbar/how-to/collapse-previously-expanded-header-item-when-clicking-on-a-header-item-without-child-items.md index b04c439640..f66b1cc689 100644 --- a/controls/panelbar/how-to/collapse-previously-expanded-header-item-when-clicking-on-a-header-item-without-child-items.md +++ b/controls/panelbar/how-to/collapse-previously-expanded-header-item-when-clicking-on-a-header-item-without-child-items.md @@ -3,6 +3,7 @@ title: Collapse Previously Expanded Header Item When Clicking on a Header Item W page_title: Collapse Previously Expanded Header Item When Clicking on a Header Item Without Child Items - RadPanelBar description: Check our Web Forms article about Collapse Previously Expanded Header Item When Clicking on a Header Item Without Child Items. slug: panelbar/how-to/collapse-previously-expanded-header-item-when-clicking-on-a-header-item-without-child-items +components: ["panelbar"] tags: collapse,previously,expanded,header,item,when,clicking,on,a,header,item,without,child,items published: True position: 0 diff --git a/controls/panelbar/how-to/expand-a-header-item-while-clicking-on-the-imageurl-only.md b/controls/panelbar/how-to/expand-a-header-item-while-clicking-on-the-imageurl-only.md index e386024b89..0c0ba14cb1 100644 --- a/controls/panelbar/how-to/expand-a-header-item-while-clicking-on-the-imageurl-only.md +++ b/controls/panelbar/how-to/expand-a-header-item-while-clicking-on-the-imageurl-only.md @@ -3,6 +3,7 @@ title: Expand a Header Item While Clicking on the ImageUrl Only page_title: Expand a Header Item While Clicking on the ImageUrl Only - RadPanelBar description: Check our Web Forms article about Expand a Header Item While Clicking on the ImageUrl Only. slug: panelbar/how-to/expand-a-header-item-while-clicking-on-the-imageurl-only +components: ["panelbar"] tags: expand,a,header,item,while,clicking,on,the,imageurl,only published: True position: 2 diff --git a/controls/panelbar/how-to/expand-all-levels-of-child-items-when-clicking-the-root-item.md b/controls/panelbar/how-to/expand-all-levels-of-child-items-when-clicking-the-root-item.md index 40095c28eb..bd89960bec 100644 --- a/controls/panelbar/how-to/expand-all-levels-of-child-items-when-clicking-the-root-item.md +++ b/controls/panelbar/how-to/expand-all-levels-of-child-items-when-clicking-the-root-item.md @@ -3,6 +3,7 @@ title: Expand All Levels of Child Items When Clicking the Root Item page_title: Expand All Levels of Child Items When Clicking the Root Item - RadPanelBar description: Check our Web Forms article about Expand All Levels of Child Items When Clicking the Root Item. slug: panelbar/how-to/expand-all-levels-of-child-items-when-clicking-the-root-item +components: ["panelbar"] tags: expand,all,levels,of,child,items,when,clicking,the,root,item published: True position: 1 diff --git a/controls/panelbar/how-to/expand-panelbar-width-regarding-the-widest-item.md b/controls/panelbar/how-to/expand-panelbar-width-regarding-the-widest-item.md index 54ee0de18a..14a0a9e913 100644 --- a/controls/panelbar/how-to/expand-panelbar-width-regarding-the-widest-item.md +++ b/controls/panelbar/how-to/expand-panelbar-width-regarding-the-widest-item.md @@ -3,6 +3,7 @@ title: Expand Panelbar Width Regarding the Widest Item page_title: Expand Panelbar Width Regarding the Widest Item - RadPanelBar description: Check our Web Forms article about Expand Panelbar Width Regarding the Widest Item. slug: panelbar/how-to/expand-panelbar-width-regarding-the-widest-item +components: ["panelbar"] tags: expand,panelbar,width,regarding,the,widest,item published: True position: 6 diff --git a/controls/panelbar/how-to/expand-radpanelitems-on-hover.md b/controls/panelbar/how-to/expand-radpanelitems-on-hover.md index 454065a4b7..dbed5534c8 100644 --- a/controls/panelbar/how-to/expand-radpanelitems-on-hover.md +++ b/controls/panelbar/how-to/expand-radpanelitems-on-hover.md @@ -3,6 +3,7 @@ title: Expand RadPanelItems on Hover page_title: Expand RadPanelItems on Hover - RadPanelBar description: Check our Web Forms article about Expand RadPanelItems on Hover. slug: panelbar/how-to/expand-radpanelitems-on-hover +components: ["panelbar"] tags: expand,radpanelitems,on,hover published: True position: 5 diff --git a/controls/panelbar/how-to/radpanelbar-occupy-100-percent-of-browser-window-height.md b/controls/panelbar/how-to/radpanelbar-occupy-100-percent-of-browser-window-height.md index ff9b120fd9..55531762a0 100644 --- a/controls/panelbar/how-to/radpanelbar-occupy-100-percent-of-browser-window-height.md +++ b/controls/panelbar/how-to/radpanelbar-occupy-100-percent-of-browser-window-height.md @@ -3,6 +3,7 @@ title: RadPanelBar Occupy 100% of Browser Window Height page_title: RadPanelBar Occupy 100% of Browser Window Height - RadPanelBar description: Check our Web Forms article about RadPanelBar Occupy 100% of Browser Window Height. slug: panelbar/how-to/radpanelbar-occupy-100%-of-browser-window-height +components: ["panelbar"] tags: radpanelbar,occupy,100%,of,browser,window,height published: True position: 3 diff --git a/controls/panelbar/how-to/radpanelbar-with-dynamically-created-radmenu.md b/controls/panelbar/how-to/radpanelbar-with-dynamically-created-radmenu.md index fff0d6a635..ab619fb7c5 100644 --- a/controls/panelbar/how-to/radpanelbar-with-dynamically-created-radmenu.md +++ b/controls/panelbar/how-to/radpanelbar-with-dynamically-created-radmenu.md @@ -3,6 +3,7 @@ title: RadPanelBar with Dynamically Created RadMenu page_title: RadPanelBar with Dynamically Created RadMenu - RadPanelBar description: Check our Web Forms article about RadPanelBar with Dynamically Created RadMenu. slug: panelbar/how-to/radpanelbar-with-dynamically-created-radmenu +components: ["panelbar"] tags: radpanelbar,with,dynamically,created,radmenu published: True position: 4 diff --git a/controls/panelbar/overview.md b/controls/panelbar/overview.md index 6ac38c0c98..f0fcfd1129 100644 --- a/controls/panelbar/overview.md +++ b/controls/panelbar/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadPanelBar Overview description: Discover the PanelBar control and its features for creating collapsible and hierarchical navigation menus. slug: panelbar/overview +components: ["panelbar"] previous_url: controls/panelbar/overview/overview tags: overview published: True diff --git a/controls/panelbar/radpanelbar-items/custom-attributes.md b/controls/panelbar/radpanelbar-items/custom-attributes.md index d1f6020740..7e83b9b35a 100644 --- a/controls/panelbar/radpanelbar-items/custom-attributes.md +++ b/controls/panelbar/radpanelbar-items/custom-attributes.md @@ -3,6 +3,7 @@ title: Custom Attributes page_title: Custom Attributes - RadPanelBar description: Check our Web Forms article about Custom Attributes. slug: panelbar/radpanelbar-items/custom-attributes +components: ["panelbar"] tags: custom,attributes published: True position: 6 diff --git a/controls/panelbar/radpanelbar-items/declaring-items-statically-at-designtime.md b/controls/panelbar/radpanelbar-items/declaring-items-statically-at-designtime.md index e1ecf26622..e772afb2e4 100644 --- a/controls/panelbar/radpanelbar-items/declaring-items-statically-at-designtime.md +++ b/controls/panelbar/radpanelbar-items/declaring-items-statically-at-designtime.md @@ -3,6 +3,7 @@ title: Declaring Items Statically at Designtime page_title: Declaring Items Statically at Designtime - RadPanelBar description: Check our Web Forms article about Declaring Items Statically at Designtime. slug: panelbar/radpanelbar-items/declaring-items-statically-at-designtime +components: ["panelbar"] tags: declaring,items,statically,at,designtime published: True position: 2 diff --git a/controls/panelbar/radpanelbar-items/expanding-and-collapsing-items.md b/controls/panelbar/radpanelbar-items/expanding-and-collapsing-items.md index a4fa0300d1..20f7dc4cd9 100644 --- a/controls/panelbar/radpanelbar-items/expanding-and-collapsing-items.md +++ b/controls/panelbar/radpanelbar-items/expanding-and-collapsing-items.md @@ -3,6 +3,7 @@ title: Expanding and Collapsing Items page_title: Expanding and Collapsing Items - RadPanelBar description: Check our Web Forms article about Expanding and Collapsing Items. slug: panelbar/radpanelbar-items/expanding-and-collapsing-items +components: ["panelbar"] tags: expanding,and,collapsing,items published: True position: 1 diff --git a/controls/panelbar/radpanelbar-items/loading-items-from-xml.md b/controls/panelbar/radpanelbar-items/loading-items-from-xml.md index be5a9e1a26..9ea9f53d15 100644 --- a/controls/panelbar/radpanelbar-items/loading-items-from-xml.md +++ b/controls/panelbar/radpanelbar-items/loading-items-from-xml.md @@ -3,6 +3,7 @@ title: Loading Items from XML page_title: Loading Items from XML - RadPanelBar description: Check our Web Forms article about Loading Items from XML. slug: panelbar/radpanelbar-items/loading-items-from-xml +components: ["panelbar"] tags: loading,items,from,xml published: True position: 5 diff --git a/controls/panelbar/radpanelbar-items/overview.md b/controls/panelbar/radpanelbar-items/overview.md index d5218bfb13..ec63534e26 100644 --- a/controls/panelbar/radpanelbar-items/overview.md +++ b/controls/panelbar/radpanelbar-items/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadPanelBar Items Overview - RadPanelBar description: Check our Web Forms article about Overview. slug: panelbar/radpanelbar-items/overview +components: ["panelbar"] tags: overview published: True position: 0 diff --git a/controls/panelbar/radpanelbar-items/render-modes.md b/controls/panelbar/radpanelbar-items/render-modes.md index 9655c5457d..c2b67c3d0c 100644 --- a/controls/panelbar/radpanelbar-items/render-modes.md +++ b/controls/panelbar/radpanelbar-items/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadPanelBar description: Check our Web Forms article about Render Modes. slug: panelbar/radpanelbar-items/render-modes +components: ["panelbar"] tags: render,modes published: True position: 7 diff --git a/controls/panelbar/radpanelbar-items/working-with-items-at-the-client.md b/controls/panelbar/radpanelbar-items/working-with-items-at-the-client.md index 01a51188ab..7005e13d71 100644 --- a/controls/panelbar/radpanelbar-items/working-with-items-at-the-client.md +++ b/controls/panelbar/radpanelbar-items/working-with-items-at-the-client.md @@ -3,6 +3,7 @@ title: Working With Items at the Client page_title: Working With Items at the Client - RadPanelBar description: Check our Web Forms article about Working With Items at the Client. slug: panelbar/radpanelbar-items/working-with-items-at-the-client +components: ["panelbar"] tags: working,with,items,at,the,client published: True position: 4 diff --git a/controls/panelbar/radpanelbar-items/working-with-items-at-the-server.md b/controls/panelbar/radpanelbar-items/working-with-items-at-the-server.md index 18318a2a23..f38390f103 100644 --- a/controls/panelbar/radpanelbar-items/working-with-items-at-the-server.md +++ b/controls/panelbar/radpanelbar-items/working-with-items-at-the-server.md @@ -3,6 +3,7 @@ title: Working With Items at the Server page_title: Working With Items at the Server - RadPanelBar description: Check our Web Forms article about Working With Items at the Server. slug: panelbar/radpanelbar-items/working-with-items-at-the-server +components: ["panelbar"] tags: working,with,items,at,the,server published: True position: 3 diff --git a/controls/panelbar/server-side-programming/accessing-items.md b/controls/panelbar/server-side-programming/accessing-items.md index 5a6cca59c0..9f8a4f0f89 100644 --- a/controls/panelbar/server-side-programming/accessing-items.md +++ b/controls/panelbar/server-side-programming/accessing-items.md @@ -3,6 +3,7 @@ title: Accessing Items page_title: Accessing Items - RadPanelBar description: Check our Web Forms article about Accessing Items. slug: panelbar/server-side-programming/accessing-items +components: ["panelbar"] tags: accessing,items published: True position: 4 diff --git a/controls/panelbar/server-side-programming/events.md b/controls/panelbar/server-side-programming/events.md index 47535505bd..0d6586061b 100644 --- a/controls/panelbar/server-side-programming/events.md +++ b/controls/panelbar/server-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Server-side Events - RadPanelBar description: Check our Web Forms article about Events. slug: panelbar/server-side-programming/events +components: ["panelbar"] tags: events published: True position: 0 diff --git a/controls/panelbar/server-side-programming/itemclick.md b/controls/panelbar/server-side-programming/itemclick.md index eb4c58ae5d..8740e232a7 100644 --- a/controls/panelbar/server-side-programming/itemclick.md +++ b/controls/panelbar/server-side-programming/itemclick.md @@ -3,6 +3,7 @@ title: ItemClick page_title: ItemClick - RadPanelBar description: Check our Web Forms article about ItemClick. slug: panelbar/server-side-programming/itemclick +components: ["panelbar"] tags: itemclick published: True position: 1 diff --git a/controls/panelbar/server-side-programming/itemcreated.md b/controls/panelbar/server-side-programming/itemcreated.md index 2cd5799491..24136f9674 100644 --- a/controls/panelbar/server-side-programming/itemcreated.md +++ b/controls/panelbar/server-side-programming/itemcreated.md @@ -3,6 +3,7 @@ title: ItemCreated page_title: ItemCreated - RadPanelBar description: Check our Web Forms article about ItemCreated. slug: panelbar/server-side-programming/itemcreated +components: ["panelbar"] tags: itemcreated published: True position: 2 diff --git a/controls/panelbar/server-side-programming/itemdatabound.md b/controls/panelbar/server-side-programming/itemdatabound.md index d500afeb44..f581774c2f 100644 --- a/controls/panelbar/server-side-programming/itemdatabound.md +++ b/controls/panelbar/server-side-programming/itemdatabound.md @@ -3,6 +3,7 @@ title: ItemDataBound page_title: ItemDataBound - RadPanelBar description: Check our Web Forms article about ItemDataBound. slug: panelbar/server-side-programming/itemdatabound +components: ["panelbar"] tags: itemdatabound published: True position: 3 diff --git a/controls/panelbar/structure.md b/controls/panelbar/structure.md index df2aeefdc4..40b3c74599 100644 --- a/controls/panelbar/structure.md +++ b/controls/panelbar/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadPanelBar description: Check our Web Forms article about Structure. slug: panelbar/structure +components: ["panelbar"] previous_url: controls/panelbar/overview/structure tags: structure published: True diff --git a/controls/panelbar/templates/accessing-controls-inside-templates.md b/controls/panelbar/templates/accessing-controls-inside-templates.md index 1fed7b8936..07e0a0fdbd 100644 --- a/controls/panelbar/templates/accessing-controls-inside-templates.md +++ b/controls/panelbar/templates/accessing-controls-inside-templates.md @@ -3,6 +3,7 @@ title: Accessing Controls Inside Templates page_title: Accessing Controls Inside Templates - RadPanelBar description: Check our Web Forms article about Accessing Controls Inside Templates. slug: panelbar/templates/accessing-controls-inside-templates +components: ["panelbar"] tags: accessing,controls,inside,templates published: True position: 3 diff --git a/controls/panelbar/templates/adding-templates-at-designtime.md b/controls/panelbar/templates/adding-templates-at-designtime.md index 45bb91544d..16f7ce8a2f 100644 --- a/controls/panelbar/templates/adding-templates-at-designtime.md +++ b/controls/panelbar/templates/adding-templates-at-designtime.md @@ -3,6 +3,7 @@ title: Adding Templates at Designtime page_title: Adding Templates at Designtime - RadPanelBar description: Check our Web Forms article about Adding Templates at Designtime. slug: panelbar/templates/adding-templates-at-designtime +components: ["panelbar"] tags: adding,templates,at,designtime published: True position: 1 diff --git a/controls/panelbar/templates/adding-templates-at-runtime.md b/controls/panelbar/templates/adding-templates-at-runtime.md index 80506c16f4..32a6f5c576 100644 --- a/controls/panelbar/templates/adding-templates-at-runtime.md +++ b/controls/panelbar/templates/adding-templates-at-runtime.md @@ -3,6 +3,7 @@ title: Adding Templates at Runtime page_title: Adding Templates at Runtime - RadPanelBar description: Check our Web Forms article about Adding Templates at Runtime. slug: panelbar/templates/adding-templates-at-runtime +components: ["panelbar"] tags: adding,templates,at,runtime published: True position: 2 diff --git a/controls/panelbar/templates/databinding-expressions.md b/controls/panelbar/templates/databinding-expressions.md index 57b658ddd7..87197ac22c 100644 --- a/controls/panelbar/templates/databinding-expressions.md +++ b/controls/panelbar/templates/databinding-expressions.md @@ -3,6 +3,7 @@ title: DataBinding Expressions page_title: DataBinding Expressions - RadPanelBar description: Check our Web Forms article about DataBinding Expressions. slug: panelbar/templates/databinding-expressions +components: ["panelbar"] tags: databinding,expressions published: True position: 4 diff --git a/controls/panelbar/templates/overview.md b/controls/panelbar/templates/overview.md index af827aab35..fa17c6cf7c 100644 --- a/controls/panelbar/templates/overview.md +++ b/controls/panelbar/templates/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Templates Overview description: Check our Web Forms article about Overview. slug: panelbar/templates/overview +components: ["panelbar"] tags: overview published: True position: 0 diff --git a/controls/panelbar/troubleshooting/cannot-collapse-root-items.md b/controls/panelbar/troubleshooting/cannot-collapse-root-items.md index 4452a18830..042834f246 100644 --- a/controls/panelbar/troubleshooting/cannot-collapse-root-items.md +++ b/controls/panelbar/troubleshooting/cannot-collapse-root-items.md @@ -3,6 +3,7 @@ title: Cannot Collapse Root Items page_title: Cannot Collapse Root Items - RadPanelBar description: Check our Web Forms article about Cannot Collapse Root Items. slug: panelbar/troubleshooting/cannot-collapse-root-items +components: ["panelbar"] tags: cannot,collapse,root,items published: True position: 0 diff --git a/controls/panelbar/troubleshooting/click-on-expand-handle-does-not-fire-server-side-itemclick-event.md b/controls/panelbar/troubleshooting/click-on-expand-handle-does-not-fire-server-side-itemclick-event.md index 2398106c2a..23d7d9425d 100644 --- a/controls/panelbar/troubleshooting/click-on-expand-handle-does-not-fire-server-side-itemclick-event.md +++ b/controls/panelbar/troubleshooting/click-on-expand-handle-does-not-fire-server-side-itemclick-event.md @@ -3,6 +3,7 @@ title: Click on Expand Handle Does Not Fire Server-Side ItemClick Event page_title: Click on Expand Handle Does Not Fire Server-Side ItemClick Event - RadPanelBar description: Check our Web Forms article about Click on Expand Handle Does Not Fire Server-Side ItemClick Event. slug: panelbar/troubleshooting/click-on-expand-handle-does-not-fire-server-side-itemclick-event +components: ["panelbar"] tags: click,on,expand,handle,does,not,fire,server-side,itemclick,event published: True position: 1 diff --git a/controls/panelbar/troubleshooting/content-template-of-statically-defined-items-and-insertat.md b/controls/panelbar/troubleshooting/content-template-of-statically-defined-items-and-insertat.md index 57af3d9c63..ac41c246a7 100644 --- a/controls/panelbar/troubleshooting/content-template-of-statically-defined-items-and-insertat.md +++ b/controls/panelbar/troubleshooting/content-template-of-statically-defined-items-and-insertat.md @@ -3,6 +3,7 @@ title: Content Template of Statically Defined Items and InsertAt page_title: Content Template of Statically Defined Items and InsertAt - RadPanelBar description: Check our Web Forms article about Cannot Collapse Root Items. slug: panelbar/troubleshooting/content-template-of-statically-defined-items-and-insertat +components: ["panelbar"] tags: content,template,statically,defined,items,insertat published: True position: 1 diff --git a/controls/panelbar/web-pages/cross-page-postback.md b/controls/panelbar/web-pages/cross-page-postback.md index a36c06b7c5..55d862259e 100644 --- a/controls/panelbar/web-pages/cross-page-postback.md +++ b/controls/panelbar/web-pages/cross-page-postback.md @@ -3,6 +3,7 @@ title: Cross-Page Postback page_title: Cross-Page Postback - RadPanelBar description: Check our Web Forms article about Cross-Page Postback. slug: panelbar/web-pages/cross-page-postback +components: ["panelbar"] tags: cross-page,postback published: True position: 1 diff --git a/controls/panelbar/web-pages/validation.md b/controls/panelbar/web-pages/validation.md index d622250dc4..01c2e7b702 100644 --- a/controls/panelbar/web-pages/validation.md +++ b/controls/panelbar/web-pages/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadPanelBar description: Check our Web Forms article about Validation. slug: panelbar/web-pages/validation +components: ["panelbar"] tags: validation published: True position: 0 diff --git a/controls/panelbar/what-is-new.md b/controls/panelbar/what-is-new.md index a15e79ee13..a3635f093c 100644 --- a/controls/panelbar/what-is-new.md +++ b/controls/panelbar/what-is-new.md @@ -3,6 +3,7 @@ title: What is New page_title: What is New - RadPanelBar description: Check our Web Forms article about What is New. slug: panelbar/what-is-new +components: ["panelbar"] tags: what,is,new published: False position: 1 diff --git a/controls/pdfviewer/accessibility-and-internationalization/keyboard-support.md b/controls/pdfviewer/accessibility-and-internationalization/keyboard-support.md index 9d92d95e40..c73c6aa417 100644 --- a/controls/pdfviewer/accessibility-and-internationalization/keyboard-support.md +++ b/controls/pdfviewer/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadPdfViewer description: Check our Web Forms article about Keyboard Support. slug: pdfviewer/accessibility-and-internationalization/keyboard-support +components: ["pdfviewer"] tags: keyboard,support published: True position: 2 diff --git a/controls/pdfviewer/accessibility-and-internationalization/localization.md b/controls/pdfviewer/accessibility-and-internationalization/localization.md index 3e07379b84..af49e1cc50 100644 --- a/controls/pdfviewer/accessibility-and-internationalization/localization.md +++ b/controls/pdfviewer/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadPdfViewer description: Check our Web Forms article about Localization. slug: pdfviewer/accessibility-and-internationalization/localization +components: ["pdfviewer"] tags: localization,string published: True position: 0 diff --git a/controls/pdfviewer/accessibility-and-internationalization/right-to-left-support.md b/controls/pdfviewer/accessibility-and-internationalization/right-to-left-support.md index 345c3fb160..9cac3bd961 100644 --- a/controls/pdfviewer/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/pdfviewer/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-Left Support page_title: Right-to-Left Support - RadPdfViewer description: Check our Web Forms article about Right-to-Left Support. slug: pdfviewer/accessibility-and-internationalization/right-to-left-support +components: ["pdfviewer"] tags: right-to-left,support published: True position: 1 diff --git a/controls/pdfviewer/client-side-programming/events.md b/controls/pdfviewer/client-side-programming/events.md index 0b42e438c6..7f58b5f810 100644 --- a/controls/pdfviewer/client-side-programming/events.md +++ b/controls/pdfviewer/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events Overview page_title: Overview - RadPdfViewer description: Check our Web Forms article about Overview. slug: pdfviewer/client-side-programming/events +components: ["pdfviewer"] tags: overview,events published: True position: 1 diff --git a/controls/pdfviewer/client-side-programming/overview.md b/controls/pdfviewer/client-side-programming/overview.md index 223301b6e8..97d52a2f04 100644 --- a/controls/pdfviewer/client-side-programming/overview.md +++ b/controls/pdfviewer/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: RadPdfViewer Object page_title: RadPdfViewer Object - RadPdfViewer description: Check our Web Forms article about RadPdfViewer Object. slug: pdfviewer/client-side-programming/overview +components: ["pdfviewer"] tags: pdfviewer,object published: True position: 0 diff --git a/controls/pdfviewer/functionality/toolbar-and-tools.md b/controls/pdfviewer/functionality/toolbar-and-tools.md index 6624cc601b..ec5fb2bba7 100644 --- a/controls/pdfviewer/functionality/toolbar-and-tools.md +++ b/controls/pdfviewer/functionality/toolbar-and-tools.md @@ -3,6 +3,7 @@ title: Toolbar and Tools page_title: Toolbar and Tools - RadPdfViewer description: Check our Web Forms article about Toolbar and Tools. slug: pdfviewer/functionality/toolbar-and-tools +components: ["pdfviewer"] tags: toolbar,tools,client,server published: True position: 0 diff --git a/controls/pdfviewer/getting-started.md b/controls/pdfviewer/getting-started.md index bb413f6b4b..11a7cea278 100644 --- a/controls/pdfviewer/getting-started.md +++ b/controls/pdfviewer/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadPdfViewer description: Check our Web Forms article about Getting Started. slug: pdfviewer/getting-started +components: ["pdfviewer"] tags: getting,started, published: True position: 1 diff --git a/controls/pdfviewer/overview.md b/controls/pdfviewer/overview.md index f41b6641f2..c5b5eec3e6 100644 --- a/controls/pdfviewer/overview.md +++ b/controls/pdfviewer/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadPdfViewer Overview description: Learn about the PDFViewer control and its features for displaying and interacting with PDF documents. slug: pdfviewer/overview +components: ["pdfviewer"] tags: overview published: True position: 0 diff --git a/controls/pdfviewer/processing/pdf-js.md b/controls/pdfviewer/processing/pdf-js.md index 72717cfcd3..59502474f8 100644 --- a/controls/pdfviewer/processing/pdf-js.md +++ b/controls/pdfviewer/processing/pdf-js.md @@ -3,6 +3,7 @@ title: PDF.js Processing page_title: PDF.js Processing - RadPdfViewer description: Check our Web Forms article about PDF.js Processing. slug: pdfviewer/processing/pdf-js +components: ["pdfviewer"] tags: data,processing,pdfjs,pdf,client,server published: True position: 0 diff --git a/controls/pdfviewer/server-side-programming/overview.md b/controls/pdfviewer/server-side-programming/overview.md index b184e86895..e1ba563c17 100644 --- a/controls/pdfviewer/server-side-programming/overview.md +++ b/controls/pdfviewer/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadPdfViewer description: Check our Web Forms article about Overview. slug: pdfviewer/server-side-programming/overview +components: ["pdfviewer"] tags: overview published: True position: 0 diff --git a/controls/persistenceframework/design-time.md b/controls/persistenceframework/design-time.md index 4976fe3b98..88bc7ec580 100644 --- a/controls/persistenceframework/design-time.md +++ b/controls/persistenceframework/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: RadPersistenceFramework Design Time - RadPersistenceFramework description: Check our Web Forms article about Design Time. slug: persistenceframework/design-time +components: ["persistenceframework"] tags: design,time published: True position: 2 diff --git a/controls/persistenceframework/functionality/-custom-storage-provider.md b/controls/persistenceframework/functionality/-custom-storage-provider.md index 1d0a0f3ac9..00943185d1 100644 --- a/controls/persistenceframework/functionality/-custom-storage-provider.md +++ b/controls/persistenceframework/functionality/-custom-storage-provider.md @@ -3,6 +3,7 @@ title: Custom Storage Provider page_title: Custom Storage Provider - RadPersistenceFramework description: Check our Web Forms article about Custom Storage Provider. slug: persistenceframework/functionality/-custom-storage-provider +components: ["persistenceframework"] tags: custom,storage,provider published: True position: 0 diff --git a/controls/persistenceframework/functionality/store-custom-settings.md b/controls/persistenceframework/functionality/store-custom-settings.md index 2e8f9003fc..95d0a027df 100644 --- a/controls/persistenceframework/functionality/store-custom-settings.md +++ b/controls/persistenceframework/functionality/store-custom-settings.md @@ -3,6 +3,7 @@ title: Store Custom Settings page_title: Store Custom Settings - RadPersistenceFramework description: Check our Web Forms article about Store Custom Settings. slug: persistenceframework/functionality/store-custom-settings +components: ["persistenceframework"] tags: custom,store,provider published: True position: 1 diff --git a/controls/persistenceframework/getting-started/overview.md b/controls/persistenceframework/getting-started/overview.md index ab710a50f4..a93bcc8fd7 100644 --- a/controls/persistenceframework/getting-started/overview.md +++ b/controls/persistenceframework/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Getting Started - RadPersistenceFramework description: Check our Web Forms article about RadPersistenceManager Getting Started Overview. slug: persistenceframework/getting-started/overview +components: ["persistenceframework"] tags: overview published: True position: 0 diff --git a/controls/persistenceframework/getting-started/supported-controls.md b/controls/persistenceframework/getting-started/supported-controls.md index 76c86c127f..0c0829b7df 100644 --- a/controls/persistenceframework/getting-started/supported-controls.md +++ b/controls/persistenceframework/getting-started/supported-controls.md @@ -3,6 +3,7 @@ title: Supported Controls page_title: Supported Controls - RadPersistenceFramework description: Check our Web Forms article about Supported Controls. slug: persistenceframework/getting-started/supported-controls +components: ["persistenceframework"] tags: supported,controls published: True position: 1 diff --git a/controls/persistenceframework/how-to/radpersistencemanagerproxy-and-webusercontrols.md b/controls/persistenceframework/how-to/radpersistencemanagerproxy-and-webusercontrols.md index 4f06ed4c5c..c40b114c01 100644 --- a/controls/persistenceframework/how-to/radpersistencemanagerproxy-and-webusercontrols.md +++ b/controls/persistenceframework/how-to/radpersistencemanagerproxy-and-webusercontrols.md @@ -3,6 +3,7 @@ title: RadPersistenceManagerProxy and WebUserControls page_title: RadPersistenceManagerProxy and WebUserControls - RadPersistenceFramework description: Check our Web Forms article about Overview. slug: persistenceframework/radpersistencemanagerproxy-and-webusercontrols +components: ["persistenceframework"] tags: radpersistencemanagerproxy, webusercontrols published: True position: 0 diff --git a/controls/persistenceframework/overview.md b/controls/persistenceframework/overview.md index 845e8aa883..0f8bf8184d 100644 --- a/controls/persistenceframework/overview.md +++ b/controls/persistenceframework/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadPersistenceFramework Overview description: Check our Web Forms article about Overview. slug: persistenceframework/overview +components: ["persistenceframework"] tags: overview published: True position: 0 diff --git a/controls/persistenceframework/radpersistencemanager.md b/controls/persistenceframework/radpersistencemanager.md index 1cf29708d5..7f4389d1d0 100644 --- a/controls/persistenceframework/radpersistencemanager.md +++ b/controls/persistenceframework/radpersistencemanager.md @@ -3,6 +3,7 @@ title: RadPersistenceManager page_title: RadPersistenceManager - RadPersistenceFramework description: Check our Web Forms article about RadPersistenceManager. slug: persistenceframework/radpersistencemanager +components: ["persistenceframework"] tags: radpersistencemanager published: True position: 3 diff --git a/controls/persistenceframework/radpersistencemanagerproxy.md b/controls/persistenceframework/radpersistencemanagerproxy.md index 5730d4d9db..41f3ced052 100644 --- a/controls/persistenceframework/radpersistencemanagerproxy.md +++ b/controls/persistenceframework/radpersistencemanagerproxy.md @@ -3,6 +3,7 @@ title: RadPersistenceManagerProxy page_title: RadPersistenceManagerProxy - RadPersistenceFramework description: Check our Web Forms article about RadPersistenceManagerProxy. slug: persistenceframework/radpersistencemanagerproxy +components: ["persistenceframework"] tags: radpersistencemanagerproxy published: True position: 4 diff --git a/controls/persistenceframework/server-side-programming/events/loadcustomsettings.md b/controls/persistenceframework/server-side-programming/events/loadcustomsettings.md index b9186eb266..b29db6e29a 100644 --- a/controls/persistenceframework/server-side-programming/events/loadcustomsettings.md +++ b/controls/persistenceframework/server-side-programming/events/loadcustomsettings.md @@ -3,6 +3,7 @@ title: LoadCustomSettings page_title: LoadCustomSettings - RadPersistenceFramework description: Check our Web Forms article about LoadCustomSettings. slug: persistenceframework/server-side-programming/events/loadcustomsettings +components: ["persistenceframework"] tags: loadcustomsettings published: True position: 0 diff --git a/controls/persistenceframework/server-side-programming/events/loadsettings.md b/controls/persistenceframework/server-side-programming/events/loadsettings.md index c17a3b5a3c..f3892ce4ee 100644 --- a/controls/persistenceframework/server-side-programming/events/loadsettings.md +++ b/controls/persistenceframework/server-side-programming/events/loadsettings.md @@ -3,6 +3,7 @@ title: LoadSettings page_title: LoadSettings - RadPersistenceFramework description: Check our Web Forms article about LoadSettings. slug: persistenceframework/server-side-programming/events/loadsettings +components: ["persistenceframework"] tags: loadsettings published: True position: 2 diff --git a/controls/persistenceframework/server-side-programming/events/savecustomsettings.md b/controls/persistenceframework/server-side-programming/events/savecustomsettings.md index 9946a7d803..f038ae512f 100644 --- a/controls/persistenceframework/server-side-programming/events/savecustomsettings.md +++ b/controls/persistenceframework/server-side-programming/events/savecustomsettings.md @@ -3,6 +3,7 @@ title: SaveCustomSettings page_title: SaveCustomSettings - RadPersistenceFramework description: Check our Web Forms article about SaveCustomSettings. slug: persistenceframework/server-side-programming/events/savecustomsettings +components: ["persistenceframework"] tags: savecustomsettings published: True position: 1 diff --git a/controls/persistenceframework/server-side-programming/events/savesettings.md b/controls/persistenceframework/server-side-programming/events/savesettings.md index e1ae4faf37..7fc352c11f 100644 --- a/controls/persistenceframework/server-side-programming/events/savesettings.md +++ b/controls/persistenceframework/server-side-programming/events/savesettings.md @@ -3,6 +3,7 @@ title: SaveSettings page_title: SaveSettings - RadPersistenceFramework description: Check our Web Forms article about SaveSettings. slug: persistenceframework/server-side-programming/events/savesettings +components: ["persistenceframework"] tags: savesettings published: True position: 3 diff --git a/controls/persistenceframework/server-side-programming/overview.md b/controls/persistenceframework/server-side-programming/overview.md index 476ac0adb9..cccd38491e 100644 --- a/controls/persistenceframework/server-side-programming/overview.md +++ b/controls/persistenceframework/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadPersistenceFramework description: Check our Web Forms article about Overview. slug: persistenceframework/server-side-programming/overview +components: ["persistenceframework"] tags: overview published: True position: 0 diff --git a/controls/persistenceframework/troubleshooting/known-limitations.md b/controls/persistenceframework/troubleshooting/known-limitations.md index 94f69459fc..155c83a469 100644 --- a/controls/persistenceframework/troubleshooting/known-limitations.md +++ b/controls/persistenceframework/troubleshooting/known-limitations.md @@ -3,6 +3,7 @@ title: Known Limitations page_title: Known Limitations - RadPersistenceFramework description: Check our Web Forms article about Known Limitations. slug: persistenceframework/troubleshooting/known-limitations +components: ["persistenceframework"] tags: limitations published: True position: 0 diff --git a/controls/pivotgrid/accessibility-and-internationalization/localization-through-global-resources.md b/controls/pivotgrid/accessibility-and-internationalization/localization-through-global-resources.md index 237fb7e632..bb47095f7b 100644 --- a/controls/pivotgrid/accessibility-and-internationalization/localization-through-global-resources.md +++ b/controls/pivotgrid/accessibility-and-internationalization/localization-through-global-resources.md @@ -3,6 +3,7 @@ title: Localization through global resources page_title: Localization through global resources - RadPivotGrid description: Check our Web Forms article about Localization through global resources. slug: pivotgrid/accessibility-and-internationalization/localization-through-global-resources +components: ["pivotgrid"] tags: localization,through,global,resources published: True position: 1 diff --git a/controls/pivotgrid/accessibility-and-internationalization/wai-aria-support.md b/controls/pivotgrid/accessibility-and-internationalization/wai-aria-support.md index 9bde723a80..fcda13e9f5 100644 --- a/controls/pivotgrid/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/pivotgrid/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadPivotGrid description: Check our Web Forms article about WAI-ARIA Support. slug: pivotgrid/accessibility-and-internationalization/wai-aria-support +components: ["pivotgrid"] tags: wai-aria,support published: True position: 2 diff --git a/controls/pivotgrid/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/pivotgrid/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 215f3bcb1b..98787bda29 100644 --- a/controls/pivotgrid/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/pivotgrid/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadPivotGrid description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: pivotgrid/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["pivotgrid"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/pivotgrid/appearance-and-styling/conditional-formatting.md b/controls/pivotgrid/appearance-and-styling/conditional-formatting.md index 782d2d60b3..c18c7f6026 100644 --- a/controls/pivotgrid/appearance-and-styling/conditional-formatting.md +++ b/controls/pivotgrid/appearance-and-styling/conditional-formatting.md @@ -3,6 +3,7 @@ title: Conditional Formatting page_title: Conditional Formatting - RadPivotGrid description: Check our Web Forms article about Conditional Formatting. slug: pivotgrid/appearance-and-styling/conditional-formatting +components: ["pivotgrid"] tags: conditional,formatting published: True position: 1 diff --git a/controls/pivotgrid/appearance-and-styling/html-output-and-css-styles.md b/controls/pivotgrid/appearance-and-styling/html-output-and-css-styles.md index d6173dae52..8fb0cad802 100644 --- a/controls/pivotgrid/appearance-and-styling/html-output-and-css-styles.md +++ b/controls/pivotgrid/appearance-and-styling/html-output-and-css-styles.md @@ -3,6 +3,7 @@ title: HTML Output and CSS Styles page_title: HTML Output and CSS Styles - RadPivotGrid description: Check our Web Forms article about HTML Output and CSS Styles. slug: pivotgrid/appearance-and-styling/html-output-and-css-styles +components: ["pivotgrid"] tags: html,output,and,css,styles published: True position: 0 diff --git a/controls/pivotgrid/appearance-and-styling/skins.md b/controls/pivotgrid/appearance-and-styling/skins.md index 44b450add1..360d05223d 100644 --- a/controls/pivotgrid/appearance-and-styling/skins.md +++ b/controls/pivotgrid/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadPivotGrid description: Check our Web Forms article about Skins. slug: pivotgrid/appearance-and-styling/skins +components: ["pivotgrid"] tags: skins published: True position: 2 diff --git a/controls/pivotgrid/appearance-and-styling/styling.md b/controls/pivotgrid/appearance-and-styling/styling.md index 4094970076..51683b0aad 100644 --- a/controls/pivotgrid/appearance-and-styling/styling.md +++ b/controls/pivotgrid/appearance-and-styling/styling.md @@ -3,6 +3,7 @@ title: Styling page_title: Styling - RadPivotGrid description: Check our Web Forms article about Styling. slug: pivotgrid/appearance-and-styling/styling +components: ["pivotgrid"] tags: styling published: True position: 3 diff --git a/controls/pivotgrid/caching.md b/controls/pivotgrid/caching.md index f7149a60bd..2b119c509b 100644 --- a/controls/pivotgrid/caching.md +++ b/controls/pivotgrid/caching.md @@ -3,6 +3,7 @@ title: Caching page_title: Caching - RadPivotGrid description: Check our Web Forms article about Caching. slug: pivotgrid/caching +components: ["pivotgrid"] tags: caching published: True position: 11 diff --git a/controls/pivotgrid/client-side-programming/events/oncommand.md b/controls/pivotgrid/client-side-programming/events/oncommand.md index 22a3d88e9c..694248bc9d 100644 --- a/controls/pivotgrid/client-side-programming/events/oncommand.md +++ b/controls/pivotgrid/client-side-programming/events/oncommand.md @@ -3,6 +3,7 @@ title: OnCommand page_title: OnCommand - RadPivotGrid description: Check our Web Forms article about OnCommand. slug: pivotgrid/client-side-programming/events/oncommand +components: ["pivotgrid"] tags: oncommand published: True position: 0 diff --git a/controls/pivotgrid/client-side-programming/events/onpivotgridcreated.md b/controls/pivotgrid/client-side-programming/events/onpivotgridcreated.md index f404154bbb..32d3781a66 100644 --- a/controls/pivotgrid/client-side-programming/events/onpivotgridcreated.md +++ b/controls/pivotgrid/client-side-programming/events/onpivotgridcreated.md @@ -3,6 +3,7 @@ title: OnPivotGridCreated page_title: OnPivotGridCreated - RadPivotGrid description: Check our Web Forms article about OnPivotGridCreated. slug: pivotgrid/client-side-programming/events/onpivotgridcreated +components: ["pivotgrid"] tags: onpivotgridcreated published: True position: 2 diff --git a/controls/pivotgrid/client-side-programming/events/onpivotgridcreating.md b/controls/pivotgrid/client-side-programming/events/onpivotgridcreating.md index 4b00c4a8c8..7aa9b58e88 100644 --- a/controls/pivotgrid/client-side-programming/events/onpivotgridcreating.md +++ b/controls/pivotgrid/client-side-programming/events/onpivotgridcreating.md @@ -3,6 +3,7 @@ title: OnPivotGridCreating page_title: OnPivotGridCreating - RadPivotGrid description: Check our Web Forms article about OnPivotGridCreating. slug: pivotgrid/client-side-programming/events/onpivotgridcreating +components: ["pivotgrid"] tags: onpivotgridcreating published: True position: 1 diff --git a/controls/pivotgrid/client-side-programming/events/onpivotgriddestroying.md b/controls/pivotgrid/client-side-programming/events/onpivotgriddestroying.md index b601ae73a9..b2816d9ced 100644 --- a/controls/pivotgrid/client-side-programming/events/onpivotgriddestroying.md +++ b/controls/pivotgrid/client-side-programming/events/onpivotgriddestroying.md @@ -3,6 +3,7 @@ title: OnPivotGridDestroying page_title: OnPivotGridDestroying - RadPivotGrid description: Check our Web Forms article about OnPivotGridDestroying. slug: pivotgrid/client-side-programming/events/onpivotgriddestroying +components: ["pivotgrid"] tags: onpivotgriddestroying published: True position: 3 diff --git a/controls/pivotgrid/client-side-programming/events/ontooltipshow.md b/controls/pivotgrid/client-side-programming/events/ontooltipshow.md index 6268dc0cb2..7c1ccbb802 100644 --- a/controls/pivotgrid/client-side-programming/events/ontooltipshow.md +++ b/controls/pivotgrid/client-side-programming/events/ontooltipshow.md @@ -3,6 +3,7 @@ title: OnTooltipShow page_title: OnTooltipShow - RadPivotGrid description: Check our Web Forms article about OnTooltipShow. slug: pivotgrid/client-side-programming/events/ontooltipshow +components: ["pivotgrid"] tags: ontooltipshow published: True position: 4 diff --git a/controls/pivotgrid/client-side-programming/overview.md b/controls/pivotgrid/client-side-programming/overview.md index 7f12f7340e..1b11fb06a6 100644 --- a/controls/pivotgrid/client-side-programming/overview.md +++ b/controls/pivotgrid/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadPivotGrid description: Check our Web Forms article about Overview. slug: pivotgrid/client-side-programming/overview +components: ["pivotgrid"] tags: overview published: True position: 0 diff --git a/controls/pivotgrid/data-binding/advanced-via-needdatasource.md b/controls/pivotgrid/data-binding/advanced-via-needdatasource.md index b74c211159..ce3a48f3bb 100644 --- a/controls/pivotgrid/data-binding/advanced-via-needdatasource.md +++ b/controls/pivotgrid/data-binding/advanced-via-needdatasource.md @@ -3,6 +3,7 @@ title: Advanced via NeedDataSource page_title: Advanced via NeedDataSource - RadPivotGrid description: Check our Web Forms article about Advanced via NeedDataSource. slug: pivotgrid/data-binding/advanced-via-needdatasource +components: ["pivotgrid"] tags: advanced,via,needdatasource published: True position: 1 diff --git a/controls/pivotgrid/data-binding/declarative-data-source.md b/controls/pivotgrid/data-binding/declarative-data-source.md index f6a9f811f7..ea2649c9f7 100644 --- a/controls/pivotgrid/data-binding/declarative-data-source.md +++ b/controls/pivotgrid/data-binding/declarative-data-source.md @@ -3,6 +3,7 @@ title: Declarative Data Source page_title: Declarative Data Source - RadPivotGrid description: Check our Web Forms article about Declarative Data Source. slug: pivotgrid/data-binding/declarative-data-source +components: ["pivotgrid"] tags: declarative,data,source published: True position: 0 diff --git a/controls/pivotgrid/data-binding/radpivotgrid-olap-support.md b/controls/pivotgrid/data-binding/radpivotgrid-olap-support.md index 476783f1f4..8dff7af6de 100644 --- a/controls/pivotgrid/data-binding/radpivotgrid-olap-support.md +++ b/controls/pivotgrid/data-binding/radpivotgrid-olap-support.md @@ -3,6 +3,7 @@ title: RadPivotGrid OLAP Support page_title: RadPivotGrid OLAP Support - RadPivotGrid description: Check our Web Forms article about RadPivotGrid OLAP Support. slug: pivotgrid/data-binding/radpivotgrid-olap-support +components: ["pivotgrid"] tags: radpivotgrid,olap,support published: True position: 2 diff --git a/controls/pivotgrid/design-time/configuration-wizard.md b/controls/pivotgrid/design-time/configuration-wizard.md index 0accd31b96..cbeab48d0b 100644 --- a/controls/pivotgrid/design-time/configuration-wizard.md +++ b/controls/pivotgrid/design-time/configuration-wizard.md @@ -3,6 +3,7 @@ title: Configuration Wizard page_title: Configuration Wizard - RadPivotGrid description: Check our Web Forms article about Configuration Wizard. slug: pivotgrid/design-time/configuration-wizard +components: ["pivotgrid"] tags: configuration,wizard published: True position: 1 diff --git a/controls/pivotgrid/design-time/smart-tag.md b/controls/pivotgrid/design-time/smart-tag.md index caf7cc2faf..a855a2dbff 100644 --- a/controls/pivotgrid/design-time/smart-tag.md +++ b/controls/pivotgrid/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadPivotGrid description: Check our Web Forms article about Smart Tag. slug: pivotgrid/design-time/smart-tag +components: ["pivotgrid"] tags: smart,tag published: True position: 0 diff --git a/controls/pivotgrid/fields/configuration-panel.md b/controls/pivotgrid/fields/configuration-panel.md index ace06a3161..357c9dfa3f 100644 --- a/controls/pivotgrid/fields/configuration-panel.md +++ b/controls/pivotgrid/fields/configuration-panel.md @@ -3,6 +3,7 @@ title: Configuration Panel page_title: Configuration Panel - RadPivotGrid description: Check our Web Forms article about Configuration Panel. slug: pivotgrid/fields/configuration-panel +components: ["pivotgrid"] tags: configuration,panel published: True position: 3 diff --git a/controls/pivotgrid/fields/custom-data-calculations.md b/controls/pivotgrid/fields/custom-data-calculations.md index 233462fb69..c3f77d3200 100644 --- a/controls/pivotgrid/fields/custom-data-calculations.md +++ b/controls/pivotgrid/fields/custom-data-calculations.md @@ -3,6 +3,7 @@ title: Custom Data Calculations page_title: Custom Data Calculations - RadPivotGrid description: Check our Web Forms article about Custom Data Calculations. slug: pivotgrid/fields/custom-data-calculations +components: ["pivotgrid"] tags: custom,data,calculations published: True position: 5 diff --git a/controls/pivotgrid/fields/drag-and-drop-fields.md b/controls/pivotgrid/fields/drag-and-drop-fields.md index a881717d53..f135037c3e 100644 --- a/controls/pivotgrid/fields/drag-and-drop-fields.md +++ b/controls/pivotgrid/fields/drag-and-drop-fields.md @@ -3,6 +3,7 @@ title: Drag and Drop Fields page_title: Drag and Drop Fields - RadPivotGrid description: Check our Web Forms article about Drag and Drop Fields. slug: pivotgrid/fields/drag-and-drop-fields +components: ["pivotgrid"] tags: drag,and,drop,fields published: True position: 2 diff --git a/controls/pivotgrid/fields/fields-popup.md b/controls/pivotgrid/fields/fields-popup.md index 22c9d3fdc5..fb2c7d2dfc 100644 --- a/controls/pivotgrid/fields/fields-popup.md +++ b/controls/pivotgrid/fields/fields-popup.md @@ -3,6 +3,7 @@ title: Fields Popup page_title: Fields Popup - RadPivotGrid description: Check our Web Forms article about Fields Popup. slug: pivotgrid/fields/fields-popup +components: ["pivotgrid"] tags: fields,popup published: True position: 4 diff --git a/controls/pivotgrid/fields/overview.md b/controls/pivotgrid/fields/overview.md index 47d66c9c11..240702a817 100644 --- a/controls/pivotgrid/fields/overview.md +++ b/controls/pivotgrid/fields/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Fields Overview - RadPivotGrid description: Check our Web Forms article about Overview. slug: pivotgrid/fields/overview +components: ["pivotgrid"] tags: overview published: True position: 0 diff --git a/controls/pivotgrid/fields/summarize-by-settings-dialogue.md b/controls/pivotgrid/fields/summarize-by-settings-dialogue.md index ca3a2047ef..ebd466b1d9 100644 --- a/controls/pivotgrid/fields/summarize-by-settings-dialogue.md +++ b/controls/pivotgrid/fields/summarize-by-settings-dialogue.md @@ -3,6 +3,7 @@ title: Summarize By Settings Dialogue page_title: Summarize By Settings Dialogue - RadPivotGrid description: Check our Web Forms article about Summarize By Settings Dialogue. slug: pivotgrid/fields/summarize-by-settings-dialogue +components: ["pivotgrid"] tags: summarize,by,settings,dialogue published: True position: 1 diff --git a/controls/pivotgrid/functionality/export/excel.md b/controls/pivotgrid/functionality/export/excel.md index 32367ae809..961b210a18 100644 --- a/controls/pivotgrid/functionality/export/excel.md +++ b/controls/pivotgrid/functionality/export/excel.md @@ -3,6 +3,7 @@ title: Excel page_title: Excel - RadPivotGrid description: Check our Web Forms article about Excel. slug: pivotgrid/functionality/export/excel +components: ["pivotgrid"] tags: excel published: True position: 0 diff --git a/controls/pivotgrid/functionality/export/xlsx-and-docx-formats.md b/controls/pivotgrid/functionality/export/xlsx-and-docx-formats.md index d8284fd6fc..5e3d4acdbb 100644 --- a/controls/pivotgrid/functionality/export/xlsx-and-docx-formats.md +++ b/controls/pivotgrid/functionality/export/xlsx-and-docx-formats.md @@ -3,6 +3,7 @@ title: XLSX and DOCX formats page_title: XLSX and DOCX formats - RadPivotGrid description: Check our Web Forms article about XLSX and DOCX formats. slug: pivotgrid/functionality/export/xlsx-and-docx-formats +components: ["pivotgrid"] tags: xlsx,and,docx,formats published: True position: 1 diff --git a/controls/pivotgrid/functionality/filtering.md b/controls/pivotgrid/functionality/filtering.md index bcfcc7c965..fa0e16c318 100644 --- a/controls/pivotgrid/functionality/filtering.md +++ b/controls/pivotgrid/functionality/filtering.md @@ -3,6 +3,7 @@ title: Filtering page_title: Filtering - RadPivotGrid description: Check our Web Forms article about Filtering. slug: pivotgrid/functionality/filtering +components: ["pivotgrid"] tags: filtering published: True position: 2 diff --git a/controls/pivotgrid/functionality/paging/overview.md b/controls/pivotgrid/functionality/paging/overview.md index c489997d76..2d82aef6b1 100644 --- a/controls/pivotgrid/functionality/paging/overview.md +++ b/controls/pivotgrid/functionality/paging/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Paging Overview - RadPivotGrid description: Check our Web Forms article about Overview. slug: pivotgrid/functionality/paging/overview +components: ["pivotgrid"] tags: overview published: True position: 0 diff --git a/controls/pivotgrid/functionality/paging/pager-item.md b/controls/pivotgrid/functionality/paging/pager-item.md index 4c53c4a37c..94e2bf9085 100644 --- a/controls/pivotgrid/functionality/paging/pager-item.md +++ b/controls/pivotgrid/functionality/paging/pager-item.md @@ -3,6 +3,7 @@ title: Pager Item page_title: Pager Item - RadPivotGrid description: Check our Web Forms article about Pager Item. slug: pivotgrid/functionality/paging/pager-item +components: ["pivotgrid"] tags: pager,item published: True position: 1 diff --git a/controls/pivotgrid/functionality/range-grouping.md b/controls/pivotgrid/functionality/range-grouping.md index 6d4ae6fc11..3fb04d6c9e 100644 --- a/controls/pivotgrid/functionality/range-grouping.md +++ b/controls/pivotgrid/functionality/range-grouping.md @@ -3,6 +3,7 @@ title: Range Grouping page_title: Range Grouping - RadPivotGrid description: Check our Web Forms article about Range Grouping. slug: pivotgrid/functionality/range-grouping +components: ["pivotgrid"] tags: range,grouping published: True position: 3 diff --git a/controls/pivotgrid/functionality/resizing.md b/controls/pivotgrid/functionality/resizing.md index 018be310d2..14fd067ce3 100644 --- a/controls/pivotgrid/functionality/resizing.md +++ b/controls/pivotgrid/functionality/resizing.md @@ -3,6 +3,7 @@ title: Resizing page_title: Resizing - RadPivotGrid description: Check our Web Forms article about Resizing. slug: pivotgrid/functionality/resizing +components: ["pivotgrid"] tags: resizing published: True position: 5 diff --git a/controls/pivotgrid/functionality/scrolling.md b/controls/pivotgrid/functionality/scrolling.md index dfc3e2b3c0..9bb9e89f54 100644 --- a/controls/pivotgrid/functionality/scrolling.md +++ b/controls/pivotgrid/functionality/scrolling.md @@ -3,6 +3,7 @@ title: Scrolling page_title: Scrolling - RadPivotGrid description: Check our Web Forms article about Scrolling. slug: pivotgrid/functionality/scrolling +components: ["pivotgrid"] tags: scrolling published: True position: 4 diff --git a/controls/pivotgrid/functionality/sorting.md b/controls/pivotgrid/functionality/sorting.md index 5129a666b1..f3cc8d55e6 100644 --- a/controls/pivotgrid/functionality/sorting.md +++ b/controls/pivotgrid/functionality/sorting.md @@ -3,6 +3,7 @@ title: Sorting page_title: Sorting - RadPivotGrid description: Check our Web Forms article about Sorting. slug: pivotgrid/functionality/sorting +components: ["pivotgrid"] tags: sorting published: True position: 1 diff --git a/controls/pivotgrid/getting-started.md b/controls/pivotgrid/getting-started.md index fafcea64cd..2802ee88f2 100644 --- a/controls/pivotgrid/getting-started.md +++ b/controls/pivotgrid/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadPivotGrid description: Check our Web Forms article about Getting Started. slug: pivotgrid/getting-started +components: ["pivotgrid"] tags: getting,started published: True position: 1 diff --git a/controls/pivotgrid/how-to/exporting-header-areas.md b/controls/pivotgrid/how-to/exporting-header-areas.md index 08ecf74279..8f4e960eaa 100644 --- a/controls/pivotgrid/how-to/exporting-header-areas.md +++ b/controls/pivotgrid/how-to/exporting-header-areas.md @@ -3,6 +3,7 @@ title: Export Header Areas page_title: Export Header Areas - RadPivotGrid description: Check our Web Forms article about Export Header Areas. slug: pivotgrid/how-to/export-header-areas +components: ["pivotgrid"] tags: export,header,areas published: True --- diff --git a/controls/pivotgrid/layouts/aggregates-position.md b/controls/pivotgrid/layouts/aggregates-position.md index e282804029..061ee6c8cd 100644 --- a/controls/pivotgrid/layouts/aggregates-position.md +++ b/controls/pivotgrid/layouts/aggregates-position.md @@ -3,6 +3,7 @@ title: Aggregates Position page_title: Aggregates Position - RadPivotGrid description: Check our Web Forms article about Aggregates Position. slug: pivotgrid/layouts/aggregates-position +components: ["pivotgrid"] tags: aggregates,position published: True position: 1 diff --git a/controls/pivotgrid/layouts/overview.md b/controls/pivotgrid/layouts/overview.md index 3bd885f8f1..e1bc2c1da3 100644 --- a/controls/pivotgrid/layouts/overview.md +++ b/controls/pivotgrid/layouts/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Layouts Overview - RadPivotGrid description: Check our Web Forms article about Overview. slug: pivotgrid/layouts/overview +components: ["pivotgrid"] tags: overview published: True position: 0 diff --git a/controls/pivotgrid/mobile-support/fluid-and-elastic-capabilities.md b/controls/pivotgrid/mobile-support/fluid-and-elastic-capabilities.md index f2d44c6765..8a40a7fcdf 100644 --- a/controls/pivotgrid/mobile-support/fluid-and-elastic-capabilities.md +++ b/controls/pivotgrid/mobile-support/fluid-and-elastic-capabilities.md @@ -3,6 +3,7 @@ title: Fluid and Elastic Capabilities page_title: Fluid and Elastic Capabilities - RadPivotGrid description: Check our Web Forms article about Fluid and Elastic Capabilities. slug: pivotgrid/mobile-support/fluid-and-elastic-capabilities +components: ["pivotgrid"] tags: fluid,and,elastic,capabilities published: True position: 1 diff --git a/controls/pivotgrid/mobile-support/render-modes.md b/controls/pivotgrid/mobile-support/render-modes.md index 59c250f48a..a822a3a172 100644 --- a/controls/pivotgrid/mobile-support/render-modes.md +++ b/controls/pivotgrid/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadPivotGrid description: Check our Web Forms article about Render Modes. slug: pivotgrid/mobile-support/render-modes +components: ["pivotgrid"] tags: render,modes published: True position: 2 diff --git a/controls/pivotgrid/overview.md b/controls/pivotgrid/overview.md index f0528ab6b9..7d3f25a765 100644 --- a/controls/pivotgrid/overview.md +++ b/controls/pivotgrid/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadPivotGrid Overview description: Check our Web Forms article about Overview. slug: pivotgrid/overview +components: ["pivotgrid"] tags: overview published: True position: 0 diff --git a/controls/pivotgrid/programmatic-creation.md b/controls/pivotgrid/programmatic-creation.md index e95c7a1b06..add71d9328 100644 --- a/controls/pivotgrid/programmatic-creation.md +++ b/controls/pivotgrid/programmatic-creation.md @@ -3,6 +3,7 @@ title: Programmatic Creation page_title: Programmatic Creation - RadPivotGrid description: Check our Web Forms article about Programmatic Creation. slug: pivotgrid/programmatic-creation +components: ["pivotgrid"] tags: programmatic,creation published: True position: 9 diff --git a/controls/pivotgrid/server-side-programming/overview.md b/controls/pivotgrid/server-side-programming/overview.md index 2018805a07..c6be444490 100644 --- a/controls/pivotgrid/server-side-programming/overview.md +++ b/controls/pivotgrid/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadPivotGrid description: Check our Web Forms article about Overview. slug: pivotgrid/server-side-programming/overview +components: ["pivotgrid"] tags: overview published: True position: 0 diff --git a/controls/pivotgrid/templates.md b/controls/pivotgrid/templates.md index acddb3d883..f69bf9b584 100644 --- a/controls/pivotgrid/templates.md +++ b/controls/pivotgrid/templates.md @@ -3,6 +3,7 @@ title: Templates page_title: Templates - RadPivotGrid description: Check our Web Forms article about Templates. slug: pivotgrid/templates +components: ["pivotgrid"] tags: templates published: True position: 7 diff --git a/controls/pivotgrid/tooltips.md b/controls/pivotgrid/tooltips.md index c18d93c508..f676461fff 100644 --- a/controls/pivotgrid/tooltips.md +++ b/controls/pivotgrid/tooltips.md @@ -3,6 +3,7 @@ title: Tooltips page_title: Tooltips - RadPivotGrid description: Check our Web Forms article about Tooltips. slug: pivotgrid/tooltips +components: ["pivotgrid"] tags: tooltips published: True position: 10 diff --git a/controls/pivotgrid/totals/calculations.md b/controls/pivotgrid/totals/calculations.md index 3e0047b7c3..3a10872d11 100644 --- a/controls/pivotgrid/totals/calculations.md +++ b/controls/pivotgrid/totals/calculations.md @@ -3,6 +3,7 @@ title: Calculations page_title: Calculations - RadPivotGrid description: Check our Web Forms article about Calculations. slug: pivotgrid/totals/calculations +components: ["pivotgrid"] tags: calculations published: True position: 2 diff --git a/controls/pivotgrid/totals/overview.md b/controls/pivotgrid/totals/overview.md index af10b0d3ff..32e7194c35 100644 --- a/controls/pivotgrid/totals/overview.md +++ b/controls/pivotgrid/totals/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Totals Overview - RadPivotGrid description: Check our Web Forms article about Overview. slug: pivotgrid/totals/overview +components: ["pivotgrid"] tags: overview published: True position: 0 diff --git a/controls/pivotgrid/totals/settings.md b/controls/pivotgrid/totals/settings.md index 0bf83a1179..758aefce8c 100644 --- a/controls/pivotgrid/totals/settings.md +++ b/controls/pivotgrid/totals/settings.md @@ -3,6 +3,7 @@ title: Settings page_title: Settings - RadPivotGrid description: Check our Web Forms article about Settings. slug: pivotgrid/totals/settings +components: ["pivotgrid"] tags: settings published: True position: 1 diff --git a/controls/progressarea/client-side-programming/onclientprogressbarupdating.md b/controls/progressarea/client-side-programming/onclientprogressbarupdating.md index 0b3240d9e0..bbb69a9586 100644 --- a/controls/progressarea/client-side-programming/onclientprogressbarupdating.md +++ b/controls/progressarea/client-side-programming/onclientprogressbarupdating.md @@ -3,6 +3,7 @@ title: OnClientProgressBarUpdating page_title: OnClientProgressBarUpdating - RadProgressArea description: Check our Web Forms article about OnClientProgressBarUpdating. slug: progressarea/client-side-programming/onclientprogressbarupdating +components: ["progressarea"] tags: onclientprogressbarupdating published: True position: 4 diff --git a/controls/progressarea/client-side-programming/onclientprogressstarted.md b/controls/progressarea/client-side-programming/onclientprogressstarted.md index 821866bc2d..4d46250fdc 100644 --- a/controls/progressarea/client-side-programming/onclientprogressstarted.md +++ b/controls/progressarea/client-side-programming/onclientprogressstarted.md @@ -3,6 +3,7 @@ title: OnClientProgressStarted page_title: OnClientProgressStarted - RadProgressArea description: Check our Web Forms article about OnClientProgressStarted. slug: progressarea/client-side-programming/onclientprogressstarted +components: ["progressarea"] tags: onclientprogressstarted published: True position: 3 diff --git a/controls/progressarea/client-side-programming/onclientprogressupdating.md b/controls/progressarea/client-side-programming/onclientprogressupdating.md index 12d1c837e3..1fa559d25d 100644 --- a/controls/progressarea/client-side-programming/onclientprogressupdating.md +++ b/controls/progressarea/client-side-programming/onclientprogressupdating.md @@ -3,6 +3,7 @@ title: OnClientProgressUpdating page_title: OnClientProgressUpdating - RadProgressArea description: Check our Web Forms article about OnClientProgressUpdating. slug: progressarea/client-side-programming/onclientprogressupdating +components: ["progressarea"] tags: onclientprogressupdating published: True position: 5 diff --git a/controls/progressarea/client-side-programming/progressdata.md b/controls/progressarea/client-side-programming/progressdata.md index 61c13295f8..f4bedfe410 100644 --- a/controls/progressarea/client-side-programming/progressdata.md +++ b/controls/progressarea/client-side-programming/progressdata.md @@ -3,6 +3,7 @@ title: ProgressData page_title: ProgressData - RadProgressArea description: Check our Web Forms article about ProgressData. slug: progressarea/client-side-programming/progressdata +components: ["progressarea"] tags: progressdata published: True position: 2 diff --git a/controls/progressarea/client-side-programming/radprogressarea-client-object.md b/controls/progressarea/client-side-programming/radprogressarea-client-object.md index e4050387aa..ae477839c3 100644 --- a/controls/progressarea/client-side-programming/radprogressarea-client-object.md +++ b/controls/progressarea/client-side-programming/radprogressarea-client-object.md @@ -3,6 +3,7 @@ title: RadProgressArea Client Object page_title: RadProgressArea Client Object - RadProgressArea description: Check our Web Forms article about RadProgressArea Client Object. slug: progressarea/client-side-programming/radprogressarea-client-object +components: ["progressarea"] tags: radprogressarea,client,object published: True position: 0 diff --git a/controls/progressarea/client-side-programming/radprogressmanager-client-object.md b/controls/progressarea/client-side-programming/radprogressmanager-client-object.md index 7f18f8921f..41228ecdf2 100644 --- a/controls/progressarea/client-side-programming/radprogressmanager-client-object.md +++ b/controls/progressarea/client-side-programming/radprogressmanager-client-object.md @@ -3,6 +3,7 @@ title: RadProgressManager Client Object page_title: RadProgressManager Client Object - RadProgressArea description: Check our Web Forms article about RadProgressManager Client Object. slug: progressarea/client-side-programming/radprogressmanager-client-object +components: ["progressarea"] tags: radprogressmanager,client,object published: True position: 1 diff --git a/controls/progressarea/configuraton.md b/controls/progressarea/configuraton.md index b1cc1ac787..7eab44803d 100644 --- a/controls/progressarea/configuraton.md +++ b/controls/progressarea/configuraton.md @@ -3,6 +3,7 @@ title: Configuraton page_title: Configuraton - RadProgressArea description: Check our Web Forms article about Configuraton. slug: progressarea/configuraton +components: ["progressarea"] tags: configuraton published: True position: 3 diff --git a/controls/progressarea/custom-progress.md b/controls/progressarea/custom-progress.md index 11bb1c40cd..bae3f0e877 100644 --- a/controls/progressarea/custom-progress.md +++ b/controls/progressarea/custom-progress.md @@ -3,6 +3,7 @@ title: Custom Progress page_title: Custom Progress - RadProgressArea description: Check our Web Forms article about Custom Progress. slug: progressarea/custom-progress +components: ["progressarea"] tags: custom,progress published: True position: 6 diff --git a/controls/progressarea/getting-started.md b/controls/progressarea/getting-started.md index 25e82acf41..922c7013a7 100644 --- a/controls/progressarea/getting-started.md +++ b/controls/progressarea/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadProgressArea description: Check our Web Forms article about Getting Started. slug: progressarea/getting-started +components: ["progressarea"] tags: getting,started published: True position: 2 diff --git a/controls/progressarea/how-to/enable-single-click-button-after-cancel.md b/controls/progressarea/how-to/enable-single-click-button-after-cancel.md index 17b12511fa..02932a5640 100644 --- a/controls/progressarea/how-to/enable-single-click-button-after-cancel.md +++ b/controls/progressarea/how-to/enable-single-click-button-after-cancel.md @@ -3,6 +3,7 @@ title: Enable Single Click Button after Cancel Click page_title: Enable Single Click Button after Cancel Click - RadProgressArea description: Check our Web Forms article about How to Enable Single Click Button after Cancel Click. slug: progressarea/how-to/enable-single-click-button-after-cancel +components: ["progressarea"] tags: enable,single,click,button,cancel,progress published: True position: 0 diff --git a/controls/progressarea/how-to/sharepoint-configuration.md b/controls/progressarea/how-to/sharepoint-configuration.md index c7f7e7f4f8..586ec83054 100644 --- a/controls/progressarea/how-to/sharepoint-configuration.md +++ b/controls/progressarea/how-to/sharepoint-configuration.md @@ -3,6 +3,7 @@ title: SharePoint Configuration page_title: SharePoint Configuration - RadProgressArea description: Check our Web Forms article about SharePoint Configuration. slug: progressarea/how-to/sharepoint-configuration +components: ["progressarea"] tags: sharepoint,configuration published: True position: 1 diff --git a/controls/progressarea/known-limitations.md b/controls/progressarea/known-limitations.md index 250931e4ce..fdceaaa780 100644 --- a/controls/progressarea/known-limitations.md +++ b/controls/progressarea/known-limitations.md @@ -3,6 +3,7 @@ title: Known Limitations page_title: Known Limitations - RadProgressArea description: Check our Web Forms article about Known Limitations. slug: progressarea/known-limitations +components: ["progressarea"] tags: known,limitations published: True position: 11 diff --git a/controls/progressarea/localization/localizing-radprogressarea.md b/controls/progressarea/localization/localizing-radprogressarea.md index 6f3768dd73..82fb4351d5 100644 --- a/controls/progressarea/localization/localizing-radprogressarea.md +++ b/controls/progressarea/localization/localizing-radprogressarea.md @@ -3,6 +3,7 @@ title: Localizing RadProgressArea page_title: Localizing RadProgressArea - RadProgressArea description: Check our Web Forms article about Localizing RadProgressArea. slug: progressarea/localization/localizing-radprogressarea +components: ["progressarea"] tags: localizing,radprogressarea published: True position: 0 diff --git a/controls/progressarea/mobile-support/render-modes.md b/controls/progressarea/mobile-support/render-modes.md index d15622663e..585b9d5035 100644 --- a/controls/progressarea/mobile-support/render-modes.md +++ b/controls/progressarea/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadProgressArea description: Check our Web Forms article about Render Modes. slug: progressarea/mobile-support/render-modes +components: ["progressarea"] tags: render,modes published: True position: 7 diff --git a/controls/progressarea/overview.md b/controls/progressarea/overview.md index ff3997d84a..db31f13b5d 100644 --- a/controls/progressarea/overview.md +++ b/controls/progressarea/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadProgressArea Overview description: Check our Web Forms article about Overview. slug: progressarea/overview +components: ["progressarea"] tags: overview published: True position: 0 diff --git a/controls/progressarea/progress-monitoring-with-ajax.md b/controls/progressarea/progress-monitoring-with-ajax.md index 9101d7857c..6fcc9fe8b9 100644 --- a/controls/progressarea/progress-monitoring-with-ajax.md +++ b/controls/progressarea/progress-monitoring-with-ajax.md @@ -3,6 +3,7 @@ title: Progress Monitoring With Ajax page_title: Progress Monitoring With Ajax - RadProgressArea description: Check our Web Forms article about Progress Monitoring With Ajax. slug: progressarea/progress-monitoring-with-ajax +components: ["progressarea"] tags: progress,monitoring,with,ajax published: True position: 5 diff --git a/controls/progressarea/progress-template.md b/controls/progressarea/progress-template.md index ec5d9ffd44..330f8a70c6 100644 --- a/controls/progressarea/progress-template.md +++ b/controls/progressarea/progress-template.md @@ -3,6 +3,7 @@ title: Progress Template page_title: Progress Template - RadProgressArea description: Check our Web Forms article about Progress Template. slug: progressarea/progress-template +components: ["progressarea"] tags: progress,template published: True position: 4 diff --git a/controls/progressarea/structure.md b/controls/progressarea/structure.md index c903e130f0..e593123bef 100644 --- a/controls/progressarea/structure.md +++ b/controls/progressarea/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadProgressArea description: Check our Web Forms article about Structure. slug: progressarea/structure +components: ["progressarea"] tags: structure published: True position: 1 diff --git a/controls/progressarea/webconfing-configuraton.md b/controls/progressarea/webconfing-configuraton.md index bbd017d533..a9bc207370 100644 --- a/controls/progressarea/webconfing-configuraton.md +++ b/controls/progressarea/webconfing-configuraton.md @@ -3,6 +3,7 @@ title: WebConfig Configuraton page_title: WebConfing Configuraton - RadProgressArea description: Check our Web Forms article about WebConfing Configuraton. slug: progressarea/webconfing-configuraton +components: ["progressarea"] tags: webconfing,configuraton published: True position: 7 diff --git a/controls/progressarea/what-is-radurid.md b/controls/progressarea/what-is-radurid.md index f1b473f126..407d37e18e 100644 --- a/controls/progressarea/what-is-radurid.md +++ b/controls/progressarea/what-is-radurid.md @@ -3,6 +3,7 @@ title: RadUrid page_title: RadUrid - RadProgressArea description: Check our Web Forms article about RadUrid. slug: progressarea/what-is-radurid +components: ["progressarea"] tags: radurid published: True position: 7 diff --git a/controls/progressbar/accessibility-and-internationalization/right-to-left-support.md b/controls/progressbar/accessibility-and-internationalization/right-to-left-support.md index 880502a175..af3f1c9beb 100644 --- a/controls/progressbar/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/progressbar/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadProgressBar description: Check our Web Forms article about Right-to-left Support. slug: progressbar/accessibility-and-internationalization/right-to-left-support +components: ["progressbar"] tags: right-to-left,support published: True position: 0 diff --git a/controls/progressbar/appearance-and-styling/skins.md b/controls/progressbar/appearance-and-styling/skins.md index 10743dac2b..2b1f2741a1 100644 --- a/controls/progressbar/appearance-and-styling/skins.md +++ b/controls/progressbar/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadProgressBar description: Check our Web Forms article about Skins. slug: progressbar/appearance-and-styling/skins +components: ["progressbar"] tags: skins published: True position: 0 diff --git a/controls/progressbar/client-side-programming/events/oncompleted.md b/controls/progressbar/client-side-programming/events/oncompleted.md index a1f219d95b..0628357763 100644 --- a/controls/progressbar/client-side-programming/events/oncompleted.md +++ b/controls/progressbar/client-side-programming/events/oncompleted.md @@ -3,6 +3,7 @@ title: OnCompleted page_title: OnCompleted - RadProgressBar description: Check our Web Forms article about OnCompleted. slug: progressbar/client-side-programming/events/oncompleted +components: ["progressbar"] tags: oncompleted published: True position: 5 diff --git a/controls/progressbar/client-side-programming/events/oninitialize.md b/controls/progressbar/client-side-programming/events/oninitialize.md index 41db7acabc..a98d9dfe68 100644 --- a/controls/progressbar/client-side-programming/events/oninitialize.md +++ b/controls/progressbar/client-side-programming/events/oninitialize.md @@ -3,6 +3,7 @@ title: OnInitialize page_title: OnInitialize - RadProgressBar description: Check our Web Forms article about OnInitialize. slug: progressbar/client-side-programming/events/oninitialize +components: ["progressbar"] tags: oninitialize published: True position: 1 diff --git a/controls/progressbar/client-side-programming/events/onload.md b/controls/progressbar/client-side-programming/events/onload.md index bb91e551be..8b204e09f8 100644 --- a/controls/progressbar/client-side-programming/events/onload.md +++ b/controls/progressbar/client-side-programming/events/onload.md @@ -3,6 +3,7 @@ title: OnLoad page_title: OnLoad - RadProgressBar description: Check our Web Forms article about OnLoad. slug: progressbar/client-side-programming/events/onload +components: ["progressbar"] tags: onload published: True position: 2 diff --git a/controls/progressbar/client-side-programming/events/onvaluechanged.md b/controls/progressbar/client-side-programming/events/onvaluechanged.md index 406aee25dd..a7e3ed07bd 100644 --- a/controls/progressbar/client-side-programming/events/onvaluechanged.md +++ b/controls/progressbar/client-side-programming/events/onvaluechanged.md @@ -3,6 +3,7 @@ title: OnValueChanged page_title: OnValueChanged - RadProgressBar description: Check our Web Forms article about OnValueChanged. slug: progressbar/client-side-programming/events/onvaluechanged +components: ["progressbar"] tags: onvaluechanged published: True position: 4 diff --git a/controls/progressbar/client-side-programming/events/onvaluechanging.md b/controls/progressbar/client-side-programming/events/onvaluechanging.md index 43fcf5a09d..345fff7a01 100644 --- a/controls/progressbar/client-side-programming/events/onvaluechanging.md +++ b/controls/progressbar/client-side-programming/events/onvaluechanging.md @@ -3,6 +3,7 @@ title: OnValueChanging page_title: OnValueChanging - RadProgressBar description: Check our Web Forms article about OnValueChanging. slug: progressbar/client-side-programming/events/onvaluechanging +components: ["progressbar"] tags: onvaluechanging published: True position: 3 diff --git a/controls/progressbar/client-side-programming/events/overview.md b/controls/progressbar/client-side-programming/events/overview.md index a8ca4cfb1b..da5799590b 100644 --- a/controls/progressbar/client-side-programming/events/overview.md +++ b/controls/progressbar/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Events Overview - RadProgressBar description: Check our Web Forms article about Events Overview. slug: progressbar/client-side-programming/events/overview +components: ["progressbar"] tags: overview published: True position: 0 diff --git a/controls/progressbar/client-side-programming/radprogressbar-object.md b/controls/progressbar/client-side-programming/radprogressbar-object.md index f274c25e76..9cbb6ff958 100644 --- a/controls/progressbar/client-side-programming/radprogressbar-object.md +++ b/controls/progressbar/client-side-programming/radprogressbar-object.md @@ -3,6 +3,7 @@ title: RadProgressBar Object page_title: RadProgressBar Object - RadProgressBar description: Check our Web Forms article about RadProgressBar Object. slug: progressbar/client-side-programming/radprogressbar-object +components: ["progressbar"] tags: radprogressbar,object published: True position: 0 diff --git a/controls/progressbar/design-time.md b/controls/progressbar/design-time.md index c057caf488..d0631beaa0 100644 --- a/controls/progressbar/design-time.md +++ b/controls/progressbar/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadProgressBar description: Check our Web Forms article about Design Time. slug: progressbar/design-time +components: ["progressbar"] tags: design,time published: True position: 2 diff --git a/controls/progressbar/functionality/custom-label-.md b/controls/progressbar/functionality/custom-label-.md index 0fdda09132..5183386161 100644 --- a/controls/progressbar/functionality/custom-label-.md +++ b/controls/progressbar/functionality/custom-label-.md @@ -3,6 +3,7 @@ title: Custom Label page_title: Custom Label - RadProgressBar description: Check our Web Forms article about Custom Label. slug: progressbar/functionality/custom-label- +components: ["progressbar"] tags: custom,label, published: True position: 1 diff --git a/controls/progressbar/functionality/types.md b/controls/progressbar/functionality/types.md index 3abaec375b..067fbe502a 100644 --- a/controls/progressbar/functionality/types.md +++ b/controls/progressbar/functionality/types.md @@ -3,6 +3,7 @@ title: Types page_title: Types - RadProgressBar description: Check our Web Forms article about Types. slug: progressbar/functionality/types +components: ["progressbar"] tags: types published: True position: 0 diff --git a/controls/progressbar/getting-started/overview.md b/controls/progressbar/getting-started/overview.md index 6fa8eb63ff..2851a08d88 100644 --- a/controls/progressbar/getting-started/overview.md +++ b/controls/progressbar/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Getting Started Overview - RadProgressBar description: Check our Web Forms article about Overview. slug: progressbar/getting-started/overview +components: ["progressbar"] tags: overview published: True position: 0 diff --git a/controls/progressbar/getting-started/radprogressbar-vs.-radprogressarea-comparison.md b/controls/progressbar/getting-started/radprogressbar-vs.-radprogressarea-comparison.md index 7dfc869827..be758f549d 100644 --- a/controls/progressbar/getting-started/radprogressbar-vs.-radprogressarea-comparison.md +++ b/controls/progressbar/getting-started/radprogressbar-vs.-radprogressarea-comparison.md @@ -3,6 +3,7 @@ title: RadProgressBar vs. RadProgressArea Comparison page_title: RadProgressBar vs. RadProgressArea Comparison - RadProgressBar description: Check our Web Forms article about RadProgressBar vs. RadProgressArea Comparison. slug: progressbar/getting-started/radprogressbar-vs.-radprogressarea-comparison +components: ["progressbar"] tags: radprogressbar,vs.,radprogressarea,comparison published: True position: 2 diff --git a/controls/progressbar/getting-started/structure.md b/controls/progressbar/getting-started/structure.md index 0880726753..50245f6f1e 100644 --- a/controls/progressbar/getting-started/structure.md +++ b/controls/progressbar/getting-started/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: RadProgressBar Structure - RadProgressBar description: Check our Web Forms article about RadProgressBar Structure. slug: progressbar/getting-started/element-structure +components: ["progressbar"] tags: element,structure published: True position: 1 diff --git a/controls/progressbar/known-issues.md b/controls/progressbar/known-issues.md index a6c5f64204..d9575ff197 100644 --- a/controls/progressbar/known-issues.md +++ b/controls/progressbar/known-issues.md @@ -3,6 +3,7 @@ title: Known Issues page_title: Known Issues - RadProgressBar description: Check our Web Forms article about Known Issues in RadProgressBar. slug: progressbar/known-issues +components: ["progressbar"] tags: known,issues,progressbar,radprogressbar published: True position: 80 diff --git a/controls/progressbar/mobile-support/elastic-design.md b/controls/progressbar/mobile-support/elastic-design.md index 6fd1fd9079..f02a61db43 100644 --- a/controls/progressbar/mobile-support/elastic-design.md +++ b/controls/progressbar/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadProgressBar description: Check our Web Forms article about Elastic Design. slug: progressbar/mobile-support/elastic-design +components: ["progressbar"] tags: elastic,design published: True position: 0 diff --git a/controls/progressbar/mobile-support/fluid-design.md b/controls/progressbar/mobile-support/fluid-design.md index 8e7be419e2..0d93e794e2 100644 --- a/controls/progressbar/mobile-support/fluid-design.md +++ b/controls/progressbar/mobile-support/fluid-design.md @@ -3,6 +3,7 @@ title: Fluid Design page_title: Fluid Design - RadProgressBar description: Check our Web Forms article about Fluid Design. slug: progressbar/mobile-support/fluid-design +components: ["progressbar"] tags: fluid,design published: True position: 1 diff --git a/controls/progressbar/overview.md b/controls/progressbar/overview.md index 30dc215ebf..48ef3b103e 100644 --- a/controls/progressbar/overview.md +++ b/controls/progressbar/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadProgressBar Overview description: Explore the ProgressBar control and its features for displaying progress indicators in your application. slug: progressbar/overview +components: ["progressbar"] tags: overview published: True position: 0 diff --git a/controls/progressbar/server-side-programming.md b/controls/progressbar/server-side-programming.md index fd16682b49..9a6cb4e838 100644 --- a/controls/progressbar/server-side-programming.md +++ b/controls/progressbar/server-side-programming.md @@ -3,6 +3,7 @@ title: Server-side Programming page_title: Server-side Programming - RadProgressBar description: Check our Web Forms article about Server-side Programming. slug: progressbar/server-side-programming +components: ["progressbar"] tags: server-side,programming published: True position: 45 diff --git a/controls/pushbutton/accessibility-and-internationalization/keyboard-support.md b/controls/pushbutton/accessibility-and-internationalization/keyboard-support.md index 5b4b77b274..9a8e55d4ae 100644 --- a/controls/pushbutton/accessibility-and-internationalization/keyboard-support.md +++ b/controls/pushbutton/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadPushButton description: Check our Web Forms article about Keyboard Support. slug: pushbutton/accessibility-and-internationalization/keyboard-support +components: ["pushbutton"] tags: keyboard,support published: True position: 2 diff --git a/controls/pushbutton/accessibility-and-internationalization/right-to-left-support.md b/controls/pushbutton/accessibility-and-internationalization/right-to-left-support.md index 2f2ba44d9d..ce18f2597e 100644 --- a/controls/pushbutton/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/pushbutton/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-Left Support page_title: Right-to-Left Support - RadPushButton description: Check our Web Forms article about Right-to-Left Support. slug: pushbutton/accessibility-and-internationalization/right-to-left-support +components: ["pushbutton"] tags: right-to-left,support published: True position: 1 diff --git a/controls/pushbutton/accessibility-and-internationalization/wai-aria-support.md b/controls/pushbutton/accessibility-and-internationalization/wai-aria-support.md index 4e40777bdd..b8460aa21e 100644 --- a/controls/pushbutton/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/pushbutton/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadPushButton description: Check our Web Forms article about WAI-ARIA Support. slug: pushbutton/accessibility-and-internationalization/wai-aria-support +components: ["pushbutton"] tags: wai-aria,support published: True position: 3 diff --git a/controls/pushbutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/pushbutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 947a13dad7..8b0d2df1fd 100644 --- a/controls/pushbutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/pushbutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadPushButton description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: pushbutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["pushbutton"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/pushbutton/appearance-and-styling/create-a-custom-skin.md b/controls/pushbutton/appearance-and-styling/create-a-custom-skin.md index 0a94f79c9b..55b5b57c4e 100644 --- a/controls/pushbutton/appearance-and-styling/create-a-custom-skin.md +++ b/controls/pushbutton/appearance-and-styling/create-a-custom-skin.md @@ -3,6 +3,7 @@ title: Create a Custom Skin page_title: Create a Custom Skin - RadPushButton description: Check our Web Forms article about Create a Custom Skin. slug: pushbutton/appearance-and-styling/create-a-custom-skin +components: ["pushbutton"] tags: create,a,custom,skin published: True position: 3 diff --git a/controls/pushbutton/appearance-and-styling/flat-button.md b/controls/pushbutton/appearance-and-styling/flat-button.md index ce07aed489..e34a5cf0d3 100644 --- a/controls/pushbutton/appearance-and-styling/flat-button.md +++ b/controls/pushbutton/appearance-and-styling/flat-button.md @@ -3,6 +3,7 @@ title: Flat Button page_title: Flat Button - RadPushButton description: Check our Web Forms article about Flat Button. slug: pushbutton/appearance-and-styling/flat-button +components: ["pushbutton"] tags: material, skin, flat, button published: True position: 2 diff --git a/controls/pushbutton/appearance-and-styling/primary-action-button.md b/controls/pushbutton/appearance-and-styling/primary-action-button.md index dcb8118f8b..52f383c717 100644 --- a/controls/pushbutton/appearance-and-styling/primary-action-button.md +++ b/controls/pushbutton/appearance-and-styling/primary-action-button.md @@ -3,6 +3,7 @@ title: Primary Action Button page_title: Primary Action Button - RadPushButton description: Check our Web Forms article about Primary Action Button. slug: pushbutton/appearance-and-styling/primary-action-button +components: ["pushbutton"] tags: primary,and,secondary,action,buttons,state published: True position: 1 diff --git a/controls/pushbutton/appearance-and-styling/skins.md b/controls/pushbutton/appearance-and-styling/skins.md index f9bf2775e1..68d7896d83 100644 --- a/controls/pushbutton/appearance-and-styling/skins.md +++ b/controls/pushbutton/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadPushButton description: Check our Web Forms article about Skins. slug: pushbutton/appearance-and-styling/skins +components: ["pushbutton"] tags: skins published: True position: 0 diff --git a/controls/pushbutton/client-side-programming/events/onclientclicked.md b/controls/pushbutton/client-side-programming/events/onclientclicked.md index 86a9c585cf..d80b57a33d 100644 --- a/controls/pushbutton/client-side-programming/events/onclientclicked.md +++ b/controls/pushbutton/client-side-programming/events/onclientclicked.md @@ -3,6 +3,7 @@ title: OnClientClicked page_title: OnClientClicked - RadPushButton description: Check our Web Forms article about OnClientClicked. slug: pushbutton/client-side-programming/events/onclientclicked +components: ["pushbutton"] tags: onclientclicked published: True position: 4 diff --git a/controls/pushbutton/client-side-programming/events/onclientclicking.md b/controls/pushbutton/client-side-programming/events/onclientclicking.md index dc569c99c8..0f25cb7fbb 100644 --- a/controls/pushbutton/client-side-programming/events/onclientclicking.md +++ b/controls/pushbutton/client-side-programming/events/onclientclicking.md @@ -3,6 +3,7 @@ title: OnClientClicking page_title: OnClientClicking - RadPushButton description: Check our Web Forms article about OnClientClicking. slug: pushbutton/client-side-programming/events/onclientclicking +components: ["pushbutton"] tags: onclientclicking published: True position: 3 diff --git a/controls/pushbutton/client-side-programming/events/onclientload.md b/controls/pushbutton/client-side-programming/events/onclientload.md index 644d3e8f2d..e8a1daeb62 100644 --- a/controls/pushbutton/client-side-programming/events/onclientload.md +++ b/controls/pushbutton/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadPushButton description: Check our Web Forms article about OnClientLoad. slug: pushbutton/client-side-programming/events/onclientload +components: ["pushbutton"] tags: onclientload published: True position: 2 diff --git a/controls/pushbutton/client-side-programming/events/onclientmouseout.md b/controls/pushbutton/client-side-programming/events/onclientmouseout.md index 0181eaf90c..c50d0aeb2b 100644 --- a/controls/pushbutton/client-side-programming/events/onclientmouseout.md +++ b/controls/pushbutton/client-side-programming/events/onclientmouseout.md @@ -3,6 +3,7 @@ title: OnClientMouseOut page_title: OnClientMouseOut - RadPushButton description: Check our Web Forms article about OnClientMouseOut. slug: pushbutton/client-side-programming/events/onclientmouseout +components: ["pushbutton"] tags: onclientmouseout published: True position: 6 diff --git a/controls/pushbutton/client-side-programming/events/onclientmouseover.md b/controls/pushbutton/client-side-programming/events/onclientmouseover.md index 5e1cceafe9..d9a6f0c558 100644 --- a/controls/pushbutton/client-side-programming/events/onclientmouseover.md +++ b/controls/pushbutton/client-side-programming/events/onclientmouseover.md @@ -3,6 +3,7 @@ title: OnClientMouseOver page_title: OnClientMouseOver - RadPushButton description: Check our Web Forms article about OnClientMouseOver. slug: pushbutton/client-side-programming/events/onclientmouseover +components: ["pushbutton"] tags: onclientmouseover published: True position: 5 diff --git a/controls/pushbutton/client-side-programming/events/overview.md b/controls/pushbutton/client-side-programming/events/overview.md index 8e1dd0b521..e8f82db7b2 100644 --- a/controls/pushbutton/client-side-programming/events/overview.md +++ b/controls/pushbutton/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadPushButton description: Check our Web Forms article about Overview. slug: pushbutton/client-side-programming/events/overview +components: ["pushbutton"] tags: overview published: True position: 0 diff --git a/controls/pushbutton/client-side-programming/events/setting-event-handlers-via-javascript.md b/controls/pushbutton/client-side-programming/events/setting-event-handlers-via-javascript.md index 4a8a1cf74c..bfee89da75 100644 --- a/controls/pushbutton/client-side-programming/events/setting-event-handlers-via-javascript.md +++ b/controls/pushbutton/client-side-programming/events/setting-event-handlers-via-javascript.md @@ -3,6 +3,7 @@ title: Setting Event Handlers via JavaScript page_title: Setting Event Handlers via JavaScript - RadPushButton description: Check our Web Forms article about Setting Event Handlers via JavaScript. slug: pushbutton/client-side-programming/events/setting-event-handlers-via-javascript +components: ["pushbutton"] tags: setting,event,handlers,via,javascript published: True position: 1 diff --git a/controls/pushbutton/client-side-programming/overview.md b/controls/pushbutton/client-side-programming/overview.md index 4a6f5432dd..cd079fc704 100644 --- a/controls/pushbutton/client-side-programming/overview.md +++ b/controls/pushbutton/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadPushButton description: Check our Web Forms article about Overview. slug: pushbutton/client-side-programming/overview +components: ["pushbutton"] tags: overview published: True position: 0 diff --git a/controls/pushbutton/client-side-programming/pushbutton-object.md b/controls/pushbutton/client-side-programming/pushbutton-object.md index cf428ba89d..3aefad5f85 100644 --- a/controls/pushbutton/client-side-programming/pushbutton-object.md +++ b/controls/pushbutton/client-side-programming/pushbutton-object.md @@ -3,6 +3,7 @@ title: PushButton Object page_title: PushButton Object - RadPushButton description: Check our Web Forms article about PushButton Object. slug: pushbutton/client-side-programming/pushbutton-object +components: ["pushbutton"] tags: pushbutton,object published: True position: 1 diff --git a/controls/pushbutton/design-time.md b/controls/pushbutton/design-time.md index d9e42c7cf2..96e787b9c8 100644 --- a/controls/pushbutton/design-time.md +++ b/controls/pushbutton/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadPushButton description: Check our Web Forms article about Design Time. slug: pushbutton/design-time +components: ["pushbutton"] tags: design,time published: True position: 3 diff --git a/controls/pushbutton/functionality/Icons/custom-icons.md b/controls/pushbutton/functionality/Icons/custom-icons.md index 0e2b38b5c7..2341e07678 100644 --- a/controls/pushbutton/functionality/Icons/custom-icons.md +++ b/controls/pushbutton/functionality/Icons/custom-icons.md @@ -3,6 +3,7 @@ title: Custom Icons page_title: Custom Icons - RadPushButton description: Check our Web Forms article about Custom Icons. slug: pushbutton/functionality/icons/custom-icons +components: ["pushbutton"] tags: custom,icons published: True position: 1 diff --git a/controls/pushbutton/functionality/Icons/embedded-icons.md b/controls/pushbutton/functionality/Icons/embedded-icons.md index a5061043ca..2efc5644e1 100644 --- a/controls/pushbutton/functionality/Icons/embedded-icons.md +++ b/controls/pushbutton/functionality/Icons/embedded-icons.md @@ -3,6 +3,7 @@ title: Embedded Icons page_title: Embedded Icons - RadPushButton description: Check our Web Forms article about Embedded Icons. slug: pushbutton/functionality/icons/embedded-icons +components: ["pushbutton"] tags: embedded,icons published: True position: 0 diff --git a/controls/pushbutton/functionality/Icons/fine-tune.md b/controls/pushbutton/functionality/Icons/fine-tune.md index e3d15619de..7105c520d7 100644 --- a/controls/pushbutton/functionality/Icons/fine-tune.md +++ b/controls/pushbutton/functionality/Icons/fine-tune.md @@ -3,6 +3,7 @@ title: Fine-tune page_title: Fine-tune - RadPushButton description: Check our Web Forms article about Fine-tune. slug: pushbutton/functionality/icons/fine-tune +components: ["pushbutton"] tags: fine,tune published: True position: 2 diff --git a/controls/pushbutton/functionality/contenttemplate.md b/controls/pushbutton/functionality/contenttemplate.md index 0e56d4fb6a..6c7e2bdacd 100644 --- a/controls/pushbutton/functionality/contenttemplate.md +++ b/controls/pushbutton/functionality/contenttemplate.md @@ -3,6 +3,7 @@ title: ContentTemplate page_title: ContentTemplate - RadPushButton description: Check our Web Forms article about ContentTemplate. slug: pushbutton/functionality/contenttemplate +components: ["pushbutton"] tags: contenttemplate published: True position: 1 diff --git a/controls/pushbutton/functionality/single-click.md b/controls/pushbutton/functionality/single-click.md index 7ea40afe6d..ab019b6e05 100644 --- a/controls/pushbutton/functionality/single-click.md +++ b/controls/pushbutton/functionality/single-click.md @@ -3,6 +3,7 @@ title: Single Click page_title: Single Click - RadPushButton description: Check our Web Forms article about Single Click. slug: pushbutton/functionality/single-click +components: ["pushbutton"] tags: single,click published: True position: 0 diff --git a/controls/pushbutton/getting-started.md b/controls/pushbutton/getting-started.md index 0aa761175b..f61d1705a7 100644 --- a/controls/pushbutton/getting-started.md +++ b/controls/pushbutton/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadPushButton description: Check our Web Forms article about Getting Started. slug: pushbutton/getting-started +components: ["pushbutton"] tags: getting,started published: True position: 2 diff --git a/controls/pushbutton/how-to/navigate-to-url.md b/controls/pushbutton/how-to/navigate-to-url.md index b6370d40f6..d69886d2e1 100644 --- a/controls/pushbutton/how-to/navigate-to-url.md +++ b/controls/pushbutton/how-to/navigate-to-url.md @@ -3,6 +3,7 @@ title: Navigate to Url page_title: Navigate to Url - RadPushButton description: Check our Web Forms article about Navigate to Url. slug: pushbutton/how-to/navigate-to-url-with-pushbutton +components: ["pushbutton"] tags: navigate, to, url,with,pushbutton published: True position: 0 diff --git a/controls/pushbutton/mobile-support/elastic-design.md b/controls/pushbutton/mobile-support/elastic-design.md index 6168d68111..09973af844 100644 --- a/controls/pushbutton/mobile-support/elastic-design.md +++ b/controls/pushbutton/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadPushButton description: Check our Web Forms article about Elastic Design. slug: pushbutton/mobile-support/elastic-design +components: ["pushbutton"] tags: elastic,design published: True position: 1 diff --git a/controls/pushbutton/mobile-support/fluid-design.md b/controls/pushbutton/mobile-support/fluid-design.md index a010da06b3..e84c05cd50 100644 --- a/controls/pushbutton/mobile-support/fluid-design.md +++ b/controls/pushbutton/mobile-support/fluid-design.md @@ -3,6 +3,7 @@ title: Fluid Design page_title: Fluid Design - RadPushButton description: Check our Web Forms article about Fluid Design. slug: pushbutton/mobile-support/fluid-design +components: ["pushbutton"] tags: fluid,design published: True position: 2 diff --git a/controls/pushbutton/mobile-support/overview.md b/controls/pushbutton/mobile-support/overview.md index 8c541928ef..308026afbf 100644 --- a/controls/pushbutton/mobile-support/overview.md +++ b/controls/pushbutton/mobile-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadPushButton description: Check our Web Forms article about Overview. slug: pushbutton/mobile-support/overview +components: ["pushbutton"] tags: overview published: True position: 0 diff --git a/controls/pushbutton/mobile-support/render-modes.md b/controls/pushbutton/mobile-support/render-modes.md index e64de95b8a..7e6b73265d 100644 --- a/controls/pushbutton/mobile-support/render-modes.md +++ b/controls/pushbutton/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadPushButton description: Check our Web Forms article about Render Modes. slug: pushbutton/mobile-support/render-modes +components: ["pushbutton"] tags: render,modes published: True position: 3 diff --git a/controls/pushbutton/overview.md b/controls/pushbutton/overview.md index f430651d1f..0e9b52aaf1 100644 --- a/controls/pushbutton/overview.md +++ b/controls/pushbutton/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadPushButton description: Check our Web Forms article about Overview. slug: pushbutton/overview +components: ["pushbutton"] tags: overview published: True position: 0 diff --git a/controls/pushbutton/server-side-programming/properties-and-events.md b/controls/pushbutton/server-side-programming/properties-and-events.md index 23422d9714..d6a2b4b782 100644 --- a/controls/pushbutton/server-side-programming/properties-and-events.md +++ b/controls/pushbutton/server-side-programming/properties-and-events.md @@ -3,6 +3,7 @@ title: Properties and Events page_title: Properties and Events - RadPushButton description: Check our Web Forms article about Properties and Events. slug: pushbutton/server-side-programming/properties-and-events +components: ["pushbutton"] tags: properties,and,events published: True position: 0 diff --git a/controls/pushbutton/troubleshooting/common-issues.md b/controls/pushbutton/troubleshooting/common-issues.md index 072ab9a9e3..ce6e0e0012 100644 --- a/controls/pushbutton/troubleshooting/common-issues.md +++ b/controls/pushbutton/troubleshooting/common-issues.md @@ -3,6 +3,7 @@ title: Common Issues page_title: Common Issues - RadPushButton description: Check our Web Forms article about Common Issues. slug: pushbutton/troubleshooting/common-issues +components: ["pushbutton"] tags: common,issues published: True position: 0 diff --git a/controls/pushbutton/troubleshooting/distorted-appearance.md b/controls/pushbutton/troubleshooting/distorted-appearance.md index 0849982dd5..d2fda8d95d 100644 --- a/controls/pushbutton/troubleshooting/distorted-appearance.md +++ b/controls/pushbutton/troubleshooting/distorted-appearance.md @@ -3,6 +3,7 @@ title: Distorted Appearance page_title: Distorted Appearance - RadPushButton description: Check our Web Forms article about Distorted Appearance. slug: pushbutton/troubleshooting/distorted-appearance +components: ["pushbutton"] tags: distorted,appearance published: True position: 1 diff --git a/controls/radiobuttonlist/accessibility-and-internationalization/keyboard-support.md b/controls/radiobuttonlist/accessibility-and-internationalization/keyboard-support.md index 24b8db6dee..af61b3e16f 100644 --- a/controls/radiobuttonlist/accessibility-and-internationalization/keyboard-support.md +++ b/controls/radiobuttonlist/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadRadioButtonList description: Check our Web Forms article about Keyboard Support. slug: radiobuttonlist/accessibility-and-internationalization/keyboard-support +components: ["radiobuttonlist"] tags: keyboard,support published: True position: 2 diff --git a/controls/radiobuttonlist/accessibility-and-internationalization/right-to-left-support.md b/controls/radiobuttonlist/accessibility-and-internationalization/right-to-left-support.md index 4b6b0f66dc..cccfd53874 100644 --- a/controls/radiobuttonlist/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/radiobuttonlist/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-Left Support page_title: Right-to-Left Support - RadRadioButtonList description: Check our Web Forms article about Right-to-Left Support. slug: radiobuttonlist/accessibility-and-internationalization/right-to-left-support +components: ["radiobuttonlist"] tags: right-to-left,support published: True position: 1 diff --git a/controls/radiobuttonlist/accessibility-and-internationalization/wai-aria-support.md b/controls/radiobuttonlist/accessibility-and-internationalization/wai-aria-support.md index 5f2549f1ef..80cdae2199 100644 --- a/controls/radiobuttonlist/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/radiobuttonlist/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadRadioButtonList description: Check our Web Forms article about WAI-ARIA Support. slug: radiobuttonlist/accessibility-and-internationalization/wai-aria-support +components: ["radiobuttonlist"] tags: wai-aria,support published: True position: 3 diff --git a/controls/radiobuttonlist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/radiobuttonlist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 4f356d6e12..7f28af4009 100644 --- a/controls/radiobuttonlist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/radiobuttonlist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadRadioButtonList description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: radiobuttonlist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["radiobuttonlist"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/radiobuttonlist/appearance-and-styling/create-a-custom-skin.md b/controls/radiobuttonlist/appearance-and-styling/create-a-custom-skin.md index 5f4576ea4d..44b682dd9f 100644 --- a/controls/radiobuttonlist/appearance-and-styling/create-a-custom-skin.md +++ b/controls/radiobuttonlist/appearance-and-styling/create-a-custom-skin.md @@ -3,6 +3,7 @@ title: Create a Custom Skin page_title: Create a Custom Skin - RadRadioButtonList description: Check our Web Forms article about Create a Custom Skin. slug: radiobuttonlist/appearance-and-styling/create-a-custom-skin +components: ["radiobuttonlist"] tags: create,a,custom,skin published: True position: 1 diff --git a/controls/radiobuttonlist/appearance-and-styling/skins.md b/controls/radiobuttonlist/appearance-and-styling/skins.md index 7e86acb485..bebd4b273b 100644 --- a/controls/radiobuttonlist/appearance-and-styling/skins.md +++ b/controls/radiobuttonlist/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadRadioButtonList description: Check our Web Forms article about Skins. slug: radiobuttonlist/appearance-and-styling/skins +components: ["radiobuttonlist"] tags: skins published: True position: 0 diff --git a/controls/radiobuttonlist/client-side-programming/events/onitemclicked.md b/controls/radiobuttonlist/client-side-programming/events/onitemclicked.md index c252b85cdd..add9dc57e4 100644 --- a/controls/radiobuttonlist/client-side-programming/events/onitemclicked.md +++ b/controls/radiobuttonlist/client-side-programming/events/onitemclicked.md @@ -3,6 +3,7 @@ title: OnItemClicked page_title: OnItemClicked - RadRadioButtonList description: Check our Web Forms article about OnItemClicked. slug: radiobuttonlist/client-side-programming/events/onitemclicked +components: ["radiobuttonlist"] tags: onitemclicked published: True position: 5 diff --git a/controls/radiobuttonlist/client-side-programming/events/onitemclicking.md b/controls/radiobuttonlist/client-side-programming/events/onitemclicking.md index 44568c4dd3..8ffef316b8 100644 --- a/controls/radiobuttonlist/client-side-programming/events/onitemclicking.md +++ b/controls/radiobuttonlist/client-side-programming/events/onitemclicking.md @@ -3,6 +3,7 @@ title: OnItemClicking page_title: OnItemClicking - RadRadioButtonList description: Check our Web Forms article about OnItemClicking. slug: radiobuttonlist/client-side-programming/events/onitemclicking +components: ["radiobuttonlist"] tags: onitemclicking published: True position: 4 diff --git a/controls/radiobuttonlist/client-side-programming/events/onitemload.md b/controls/radiobuttonlist/client-side-programming/events/onitemload.md index 83b299206a..9d376ffd2b 100644 --- a/controls/radiobuttonlist/client-side-programming/events/onitemload.md +++ b/controls/radiobuttonlist/client-side-programming/events/onitemload.md @@ -3,6 +3,7 @@ title: OnItemLoad page_title: OnItemLoad - RadRadioButtonList description: Check our Web Forms article about OnItemLoad. slug: radiobuttonlist/client-side-programming/events/onitemload +components: ["radiobuttonlist"] tags: onitemload published: True position: 3 diff --git a/controls/radiobuttonlist/client-side-programming/events/onitemmouseout.md b/controls/radiobuttonlist/client-side-programming/events/onitemmouseout.md index 0acb5b290e..20f52d7c10 100644 --- a/controls/radiobuttonlist/client-side-programming/events/onitemmouseout.md +++ b/controls/radiobuttonlist/client-side-programming/events/onitemmouseout.md @@ -3,6 +3,7 @@ title: OnItemMouseOut page_title: OnItemMouseOut - RadRadioButtonList description: Check our Web Forms article about OnItemMouseOut. slug: radiobuttonlist/client-side-programming/events/onitemmouseout +components: ["radiobuttonlist"] tags: onitemmouseout published: True position: 9 diff --git a/controls/radiobuttonlist/client-side-programming/events/onitemmouseover.md b/controls/radiobuttonlist/client-side-programming/events/onitemmouseover.md index c70c7b27e5..bb362d4f8e 100644 --- a/controls/radiobuttonlist/client-side-programming/events/onitemmouseover.md +++ b/controls/radiobuttonlist/client-side-programming/events/onitemmouseover.md @@ -3,6 +3,7 @@ title: OnItemMouseOver page_title: OnItemMouseOver - RadRadioButtonList description: Check our Web Forms article about OnItemMouseOver. slug: radiobuttonlist/client-side-programming/events/onitemmouseover +components: ["radiobuttonlist"] tags: onitemmouseover published: True position: 8 diff --git a/controls/radiobuttonlist/client-side-programming/events/onload.md b/controls/radiobuttonlist/client-side-programming/events/onload.md index 99599f74fe..3da7b72900 100644 --- a/controls/radiobuttonlist/client-side-programming/events/onload.md +++ b/controls/radiobuttonlist/client-side-programming/events/onload.md @@ -3,6 +3,7 @@ title: OnLoad page_title: OnLoad - RadRadioButtonList description: Check our Web Forms article about OnLoad. slug: radiobuttonlist/client-side-programming/events/onload +components: ["radiobuttonlist"] tags: onload published: True position: 2 diff --git a/controls/radiobuttonlist/client-side-programming/events/onselectedindexchanged.md b/controls/radiobuttonlist/client-side-programming/events/onselectedindexchanged.md index 8792862b25..160e2d275a 100644 --- a/controls/radiobuttonlist/client-side-programming/events/onselectedindexchanged.md +++ b/controls/radiobuttonlist/client-side-programming/events/onselectedindexchanged.md @@ -3,6 +3,7 @@ title: OnSelectedIndexChanged page_title: OnSelectedIndexChanged - RadRadioButtonList description: Check our Web Forms article about OnSelectedIndexChanged. slug: radiobuttonlist/client-side-programming/events/onselectedindexchanged +components: ["radiobuttonlist"] tags: onselectedindexchanged published: True position: 7 diff --git a/controls/radiobuttonlist/client-side-programming/events/onselectedindexchanging.md b/controls/radiobuttonlist/client-side-programming/events/onselectedindexchanging.md index 2c20e3bdab..1b164cd6fc 100644 --- a/controls/radiobuttonlist/client-side-programming/events/onselectedindexchanging.md +++ b/controls/radiobuttonlist/client-side-programming/events/onselectedindexchanging.md @@ -3,6 +3,7 @@ title: OnSelectedIndexChanging page_title: OnSelectedIndexChanging - RadRadioButtonList description: Check our Web Forms article about OnSelectedIndexChanging. slug: radiobuttonlist/client-side-programming/events/onselectedindexchanging +components: ["radiobuttonlist"] tags: onselectedindexchanging published: True position: 6 diff --git a/controls/radiobuttonlist/client-side-programming/events/overview.md b/controls/radiobuttonlist/client-side-programming/events/overview.md index 53f8425116..fded9fc8da 100644 --- a/controls/radiobuttonlist/client-side-programming/events/overview.md +++ b/controls/radiobuttonlist/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadRadioButtonList description: Check our Web Forms article about Overview. slug: radiobuttonlist/client-side-programming/events/overview +components: ["radiobuttonlist"] tags: overview published: True position: 0 diff --git a/controls/radiobuttonlist/client-side-programming/events/setting-event-handlers-via-javascript.md b/controls/radiobuttonlist/client-side-programming/events/setting-event-handlers-via-javascript.md index d1e846d0d6..eb518e1003 100644 --- a/controls/radiobuttonlist/client-side-programming/events/setting-event-handlers-via-javascript.md +++ b/controls/radiobuttonlist/client-side-programming/events/setting-event-handlers-via-javascript.md @@ -3,6 +3,7 @@ title: Setting Event Handlers via JavaScript page_title: Setting Event Handlers via JavaScript - RadRadioButtonList description: Check our Web Forms article about Setting Event Handlers via JavaScript. slug: radiobuttonlist/client-side-programming/events/setting-event-handlers-via-javascript +components: ["radiobuttonlist"] tags: setting,event,handlers,via,javascript published: True position: 1 diff --git a/controls/radiobuttonlist/client-side-programming/overview.md b/controls/radiobuttonlist/client-side-programming/overview.md index b64347ce31..a54c45e4d7 100644 --- a/controls/radiobuttonlist/client-side-programming/overview.md +++ b/controls/radiobuttonlist/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadRadioButtonList description: Check our Web Forms article about Overview. slug: radiobuttonlist/client-side-programming/overview +components: ["radiobuttonlist"] tags: overview published: True position: 0 diff --git a/controls/radiobuttonlist/client-side-programming/radiobuttonlist-object.md b/controls/radiobuttonlist/client-side-programming/radiobuttonlist-object.md index ef50099db6..02a9778708 100644 --- a/controls/radiobuttonlist/client-side-programming/radiobuttonlist-object.md +++ b/controls/radiobuttonlist/client-side-programming/radiobuttonlist-object.md @@ -3,6 +3,7 @@ title: RadioButtonList Object page_title: RadioButtonList Object - RadRadioButtonList description: Check our Web Forms article about RadioButtonList Object. slug: radiobuttonlist/client-side-programming/radiobuttonlist-object +components: ["radiobuttonlist"] tags: radiobutton, button, radiobuttonlist, list, radio ,object published: True position: 1 diff --git a/controls/radiobuttonlist/data-binding/server-side-data-binding.md b/controls/radiobuttonlist/data-binding/server-side-data-binding.md index d23ddac341..82e6644493 100644 --- a/controls/radiobuttonlist/data-binding/server-side-data-binding.md +++ b/controls/radiobuttonlist/data-binding/server-side-data-binding.md @@ -3,6 +3,7 @@ title: Server-side Data Binding page_title: Server-side Data Binding - RadRadioButtonList description: Check our Web Forms article about Server-side Data Binding. slug: radiobuttonlist/data-binding/server-side-data-binding +components: ["radiobuttonlist"] tags: server,side,data,binding,sql,list,array,items published: True position: 0 diff --git a/controls/radiobuttonlist/design-time.md b/controls/radiobuttonlist/design-time.md index 2fb2c0c074..47134ea91a 100644 --- a/controls/radiobuttonlist/design-time.md +++ b/controls/radiobuttonlist/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadRadioButtonList description: Check our Web Forms article about Design Time. slug: radiobuttonlist/design-time +components: ["radiobuttonlist"] tags: design,time published: True position: 3 diff --git a/controls/radiobuttonlist/functionality/aspnet-validators-support.md b/controls/radiobuttonlist/functionality/aspnet-validators-support.md index c3dc39a027..79e577fcaf 100644 --- a/controls/radiobuttonlist/functionality/aspnet-validators-support.md +++ b/controls/radiobuttonlist/functionality/aspnet-validators-support.md @@ -3,6 +3,7 @@ title: ASP.NET Validators Support page_title: ASP.NET Validators Support - RadRadioButtonList description: Check our Web Forms article about ASP.NET Validators Support. slug: radiobuttonlist/functionality/aspnet-validators-support +components: ["radiobuttonlist"] tags: radiobutton, aspnet,validators,support, validate, validation, native published: True position: 3 diff --git a/controls/radiobuttonlist/functionality/layout.md b/controls/radiobuttonlist/functionality/layout.md index 323964a54e..c54fc27b1b 100644 --- a/controls/radiobuttonlist/functionality/layout.md +++ b/controls/radiobuttonlist/functionality/layout.md @@ -3,6 +3,7 @@ title: Layout page_title: Layout - RadRadioButtonList description: Check our Web Forms article about Layout. slug: radiobuttonlist/functionality/layout +components: ["radiobuttonlist"] tags: layout published: True position: 0 diff --git a/controls/radiobuttonlist/functionality/select-item.md b/controls/radiobuttonlist/functionality/select-item.md index 7d1703db33..deff231d57 100644 --- a/controls/radiobuttonlist/functionality/select-item.md +++ b/controls/radiobuttonlist/functionality/select-item.md @@ -3,6 +3,7 @@ title: Select Item page_title: Select Item - RadRadioButtonList description: Learn how to programmatically select items in the RadioButtonList control for enhanced user interaction. slug: radiobuttonlist/functionality/select-item +components: ["radiobuttonlist"] tags: select,item published: True position: 1 diff --git a/controls/radiobuttonlist/functionality/standalone-radiobutton.md b/controls/radiobuttonlist/functionality/standalone-radiobutton.md index 9aefff89d7..58ccd318e8 100644 --- a/controls/radiobuttonlist/functionality/standalone-radiobutton.md +++ b/controls/radiobuttonlist/functionality/standalone-radiobutton.md @@ -3,6 +3,7 @@ title: Standalone RadioButton page_title: Standalone RadioButton - RadRadioButtonList description: Check our Web Forms article about Standalone RadioButton. slug: radiobuttonlist/functionality/standalone-radiobutton +components: ["radiobuttonlist"] tags: radiobutton, standalone, single published: True position: 2 diff --git a/controls/radiobuttonlist/getting-started.md b/controls/radiobuttonlist/getting-started.md index a073aac65e..aac158d677 100644 --- a/controls/radiobuttonlist/getting-started.md +++ b/controls/radiobuttonlist/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadRadioButtonList description: Check our Web Forms article about Getting Started. slug: radiobuttonlist/getting-started +components: ["radiobuttonlist"] tags: getting,started published: True position: 2 diff --git a/controls/radiobuttonlist/mobile-support/elastic-design.md b/controls/radiobuttonlist/mobile-support/elastic-design.md index d41b8eb617..1d6e1ab63e 100644 --- a/controls/radiobuttonlist/mobile-support/elastic-design.md +++ b/controls/radiobuttonlist/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadRadioButtonList description: Check our Web Forms article about Elastic Design. slug: radiobuttonlist/mobile-support/elastic-design +components: ["radiobuttonlist"] tags: elastic,design published: True position: 1 diff --git a/controls/radiobuttonlist/mobile-support/overview.md b/controls/radiobuttonlist/mobile-support/overview.md index a019f3e958..baa46a5d92 100644 --- a/controls/radiobuttonlist/mobile-support/overview.md +++ b/controls/radiobuttonlist/mobile-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadRadioButtonList description: Check our Web Forms article about Overview. slug: radiobuttonlist/mobile-support/overview +components: ["radiobuttonlist"] tags: overview published: True position: 0 diff --git a/controls/radiobuttonlist/mobile-support/render-modes.md b/controls/radiobuttonlist/mobile-support/render-modes.md index b3df113f9b..87e2aa6562 100644 --- a/controls/radiobuttonlist/mobile-support/render-modes.md +++ b/controls/radiobuttonlist/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadRadioButtonList description: Check our Web Forms article about Render Modes. slug: radiobuttonlist/mobile-support/render-modes +components: ["radiobuttonlist"] tags: render,modes published: True position: 2 diff --git a/controls/radiobuttonlist/overview.md b/controls/radiobuttonlist/overview.md index 65f78ad1b0..8ebaa82bcc 100644 --- a/controls/radiobuttonlist/overview.md +++ b/controls/radiobuttonlist/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadRadioButtonList description: Learn about the RadioButtonList control and its features for presenting a list of selectable radio buttons. slug: radiobuttonlist/overview +components: ["radiobuttonlist"] tags: overview published: True position: 0 diff --git a/controls/radiobuttonlist/server-side-programming/properties-and-events.md b/controls/radiobuttonlist/server-side-programming/properties-and-events.md index 745908e5ed..c14a8ba418 100644 --- a/controls/radiobuttonlist/server-side-programming/properties-and-events.md +++ b/controls/radiobuttonlist/server-side-programming/properties-and-events.md @@ -3,6 +3,7 @@ title: Properties and Events page_title: Properties and Events - RadRadioButtonList description: Check our Web Forms article about Properties and Events. slug: radiobuttonlist/server-side-programming/properties-and-events +components: ["radiobuttonlist"] tags: properties,and,events published: True position: 0 diff --git a/controls/radiobuttonlist/troubleshooting/common-issues.md b/controls/radiobuttonlist/troubleshooting/common-issues.md index 12f29e8be9..34ae04df1e 100644 --- a/controls/radiobuttonlist/troubleshooting/common-issues.md +++ b/controls/radiobuttonlist/troubleshooting/common-issues.md @@ -3,6 +3,7 @@ title: Common Issues page_title: Common Issues - RadRadioButtonList description: Check our Web Forms article about Common Issues. slug: radiobuttonlist/troubleshooting/common-issues +components: ["radiobuttonlist"] tags: common,issues published: True position: 0 diff --git a/controls/radiobuttonlist/troubleshooting/distorted-appearance.md b/controls/radiobuttonlist/troubleshooting/distorted-appearance.md index 247693c002..916363dba6 100644 --- a/controls/radiobuttonlist/troubleshooting/distorted-appearance.md +++ b/controls/radiobuttonlist/troubleshooting/distorted-appearance.md @@ -3,6 +3,7 @@ title: Distorted Appearance page_title: Distorted Appearance - RadRadioButtonList description: Check our Web Forms article about Distorted Appearance. slug: radiobuttonlist/troubleshooting/distorted-appearance +components: ["radiobuttonlist"] tags: distorted,appearance published: True position: 1 diff --git a/controls/rating/accessibility-and-internationalization/right-to-left-support.md b/controls/rating/accessibility-and-internationalization/right-to-left-support.md index 17003dfdee..a69057a658 100644 --- a/controls/rating/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/rating/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadRating description: Check our Web Forms article about Right-to-left Support. slug: rating/accessibility-and-internationalization/right-to-left-support +components: ["rating"] tags: right-to-left,support published: True position: 1 diff --git a/controls/rating/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/rating/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index a9eba0d980..57b0cbd876 100644 --- a/controls/rating/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/rating/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadRating description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: rating/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["rating"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/rating/appearance-and-styling/create-a-custom-skin.md b/controls/rating/appearance-and-styling/create-a-custom-skin.md index ad228222dc..35340e7c95 100644 --- a/controls/rating/appearance-and-styling/create-a-custom-skin.md +++ b/controls/rating/appearance-and-styling/create-a-custom-skin.md @@ -3,6 +3,7 @@ title: Create a Custom Skin page_title: Create a Custom Skin - RadRating description: Check our Web Forms article about Create a Custom Skin. slug: rating/appearance-and-styling/create-a-custom-skin +components: ["rating"] tags: create,a,custom,skin published: True position: 0 diff --git a/controls/rating/appearance-and-styling/css-classes.md b/controls/rating/appearance-and-styling/css-classes.md index 87b1b46697..4ab8a68f1b 100644 --- a/controls/rating/appearance-and-styling/css-classes.md +++ b/controls/rating/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadRating description: Check our Web Forms article about CSS Classes. slug: rating/appearance-and-styling/css-classes +components: ["rating"] tags: css,classes published: True position: 2 diff --git a/controls/rating/appearance-and-styling/skins.md b/controls/rating/appearance-and-styling/skins.md index 79a3b960a0..72a2d158c3 100644 --- a/controls/rating/appearance-and-styling/skins.md +++ b/controls/rating/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadRating description: Check our Web Forms article about Skins. slug: rating/appearance-and-styling/skins +components: ["rating"] tags: skins published: True position: 3 diff --git a/controls/rating/appearance-and-styling/understanding-the-skin-css-file.md b/controls/rating/appearance-and-styling/understanding-the-skin-css-file.md index c373ce6c13..8307174583 100644 --- a/controls/rating/appearance-and-styling/understanding-the-skin-css-file.md +++ b/controls/rating/appearance-and-styling/understanding-the-skin-css-file.md @@ -3,6 +3,7 @@ title: Understanding the Skin CSS File page_title: Understanding the Skin CSS File - RadRating description: Check our Web Forms article about Understanding the Skin CSS File. slug: rating/appearance-and-styling/understanding-the-skin-css-file +components: ["rating"] tags: understanding,the,skin,css,file published: True position: 1 diff --git a/controls/rating/changes-and-backward-compatibility.md b/controls/rating/changes-and-backward-compatibility.md index 17437df40e..cf9667f275 100644 --- a/controls/rating/changes-and-backward-compatibility.md +++ b/controls/rating/changes-and-backward-compatibility.md @@ -3,6 +3,7 @@ title: Changes and Backward Compatibility page_title: Changes and Backward Compatibility - RadRating description: Check our Web Forms article about Changes and Backward Compatibility. slug: rating/changes-and-backward-compatibility +components: ["rating"] tags: changes,and,backward,compatibility published: True position: 1 diff --git a/controls/rating/client-side-programming/events/onclientload.md b/controls/rating/client-side-programming/events/onclientload.md index 9d414fbb37..af5c535df6 100644 --- a/controls/rating/client-side-programming/events/onclientload.md +++ b/controls/rating/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadRating description: Check our Web Forms article about OnClientLoad. slug: rating/client-side-programming/events/onclientload +components: ["rating"] tags: onclientload published: True position: 1 diff --git a/controls/rating/client-side-programming/events/onclientrated.md b/controls/rating/client-side-programming/events/onclientrated.md index fefdcd7db4..96a5dd0013 100644 --- a/controls/rating/client-side-programming/events/onclientrated.md +++ b/controls/rating/client-side-programming/events/onclientrated.md @@ -3,6 +3,7 @@ title: OnClientRated page_title: OnClientRated - RadRating description: Check our Web Forms article about OnClientRated. slug: rating/client-side-programming/events/onclientrated +components: ["rating"] tags: onclientrated published: True position: 3 diff --git a/controls/rating/client-side-programming/events/onclientrating.md b/controls/rating/client-side-programming/events/onclientrating.md index 87fef5e537..85281c2c8e 100644 --- a/controls/rating/client-side-programming/events/onclientrating.md +++ b/controls/rating/client-side-programming/events/onclientrating.md @@ -3,6 +3,7 @@ title: OnClientRating page_title: OnClientRating - RadRating description: Check our Web Forms article about OnClientRating. slug: rating/client-side-programming/events/onclientrating +components: ["rating"] tags: onclientrating published: True position: 2 diff --git a/controls/rating/client-side-programming/events/overview.md b/controls/rating/client-side-programming/events/overview.md index 7ef2a48ef5..dace775799 100644 --- a/controls/rating/client-side-programming/events/overview.md +++ b/controls/rating/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Events Overview - RadRating description: Check our Web Forms article about Events Overview. slug: rating/client-side-programming/events/overview +components: ["rating"] tags: overview published: True position: 0 diff --git a/controls/rating/client-side-programming/overview.md b/controls/rating/client-side-programming/overview.md index 4bcd0ada8e..67fc847eaf 100644 --- a/controls/rating/client-side-programming/overview.md +++ b/controls/rating/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadRating description: Check our Web Forms article about Overview. slug: rating/client-side-programming/overview +components: ["rating"] tags: overview published: True position: 0 diff --git a/controls/rating/data-binding.md b/controls/rating/data-binding.md index 1c5bea6d3d..cb39dde9de 100644 --- a/controls/rating/data-binding.md +++ b/controls/rating/data-binding.md @@ -3,6 +3,7 @@ title: Data Binding page_title: Data Binding - RadRating description: Check our Web Forms article about Data Binding. slug: rating/data-binding +components: ["rating"] tags: data,binding published: True position: 4 diff --git a/controls/rating/design-time.md b/controls/rating/design-time.md index 2af3d411f1..c04bbe09c4 100644 --- a/controls/rating/design-time.md +++ b/controls/rating/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadRating description: Check our Web Forms article about Design Time. slug: rating/design-time +components: ["rating"] tags: design,time published: True position: 3 diff --git a/controls/rating/getting-started.md b/controls/rating/getting-started.md index c6e94417ef..0e0c501221 100644 --- a/controls/rating/getting-started.md +++ b/controls/rating/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadRating description: Check our Web Forms article about Getting Started. slug: rating/getting-started +components: ["rating"] tags: getting,started published: True position: 2 diff --git a/controls/rating/how-to/modify-the-tooltip-text-of-radrating-items.md b/controls/rating/how-to/modify-the-tooltip-text-of-radrating-items.md index 2f286723c5..94fc373ef8 100644 --- a/controls/rating/how-to/modify-the-tooltip-text-of-radrating-items.md +++ b/controls/rating/how-to/modify-the-tooltip-text-of-radrating-items.md @@ -3,6 +3,7 @@ title: Modify the Tooltip Text of RadRating Items page_title: Modify the Tooltip Text of RadRating Items - RadRating description: Check our Web Forms article about Modify the Tooltip Text of RadRating Items. slug: rating/how-to/modify-the-tooltip-text-of-radrating-items +components: ["rating"] tags: modify,the,tooltip,text,of,radrating,items published: True position: 1 diff --git a/controls/rating/how-to/radrating-with-customvalidator.md b/controls/rating/how-to/radrating-with-customvalidator.md index 5f617f81e1..f226fd80a1 100644 --- a/controls/rating/how-to/radrating-with-customvalidator.md +++ b/controls/rating/how-to/radrating-with-customvalidator.md @@ -3,6 +3,7 @@ title: RadRating with CustomValidator page_title: RadRating with CustomValidator - RadRating description: Check our Web Forms article about RadRating with CustomValidator. slug: rating/how-to/radrating-with-customvalidator +components: ["rating"] tags: radrating,with,customvalidator published: True position: 0 diff --git a/controls/rating/mobile-support/elastic-design.md b/controls/rating/mobile-support/elastic-design.md index 2069ee15d0..9722d7aff2 100644 --- a/controls/rating/mobile-support/elastic-design.md +++ b/controls/rating/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadRating description: Check our Web Forms article about Elastic Design. slug: rating/mobile-support/elastic-design +components: ["rating"] tags: elastic,design published: True position: 1 diff --git a/controls/rating/mobile-support/render-modes.md b/controls/rating/mobile-support/render-modes.md index a97106618c..91e57528b3 100644 --- a/controls/rating/mobile-support/render-modes.md +++ b/controls/rating/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadRating description: Check our Web Forms article about Render Modes. slug: rating/mobile-support/render-modes +components: ["rating"] tags: render,modes published: True position: 0 diff --git a/controls/rating/overview.md b/controls/rating/overview.md index 79a78b1940..868f6d06d0 100644 --- a/controls/rating/overview.md +++ b/controls/rating/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadRating Overview description: Check our Web Forms article about Overview. slug: rating/overview +components: ["rating"] tags: overview published: True position: 0 diff --git a/controls/rating/troubleshooting/broken-skin-when-loading-radrating-via-ajax.md b/controls/rating/troubleshooting/broken-skin-when-loading-radrating-via-ajax.md index 6b5553ab62..15ad383837 100644 --- a/controls/rating/troubleshooting/broken-skin-when-loading-radrating-via-ajax.md +++ b/controls/rating/troubleshooting/broken-skin-when-loading-radrating-via-ajax.md @@ -3,6 +3,7 @@ title: Broken Skin When Loading RadRating via AJAX page_title: Broken Skin When Loading RadRating via AJAX - RadRating description: Check our Web Forms article about Broken Skin When Loading RadRating via AJAX. slug: rating/troubleshooting/broken-skin-when-loading-radrating-via-ajax +components: ["rating"] tags: broken,skin,when,loading,radrating,via,ajax published: True position: 0 diff --git a/controls/ribbonbar/accessibility-and-internationalization/keyboard-support.md b/controls/ribbonbar/accessibility-and-internationalization/keyboard-support.md index e1decbc9f6..8d4103a465 100644 --- a/controls/ribbonbar/accessibility-and-internationalization/keyboard-support.md +++ b/controls/ribbonbar/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: RibbonBar Keyboard Support - RadRibbonBar description: Check our Web Forms article about Keyboard Support. slug: ribbonbar/accessibility-and-internationalization/keyboard-support +components: ["ribbonbar"] tags: keyboard,support published: True position: 0 diff --git a/controls/ribbonbar/appearance-and-styling/image-rendering-mode.md b/controls/ribbonbar/appearance-and-styling/image-rendering-mode.md index 8537ae4d19..5bdf2d79da 100644 --- a/controls/ribbonbar/appearance-and-styling/image-rendering-mode.md +++ b/controls/ribbonbar/appearance-and-styling/image-rendering-mode.md @@ -3,6 +3,7 @@ title: Image Rendering Mode page_title: Image Rendering Mode - RadRibbonBar description: Check our Web Forms article about Image Rendering Mode. slug: ribbonbar/appearance-and-styling/image-rendering-mode +components: ["ribbonbar"] tags: image,rendering,mode published: True position: 1 diff --git a/controls/ribbonbar/appearance-and-styling/item-sizes.md b/controls/ribbonbar/appearance-and-styling/item-sizes.md index b6f974221d..1c46dc2ff4 100644 --- a/controls/ribbonbar/appearance-and-styling/item-sizes.md +++ b/controls/ribbonbar/appearance-and-styling/item-sizes.md @@ -3,6 +3,7 @@ title: Item Sizes page_title: Item Sizes - RadRibbonBar description: Check our Web Forms article about Item Sizes. slug: ribbonbar/appearance-and-styling/item-sizes +components: ["ribbonbar"] tags: item,sizes published: True position: 2 diff --git a/controls/ribbonbar/appearance-and-styling/skins.md b/controls/ribbonbar/appearance-and-styling/skins.md index a914585a42..67638ac842 100644 --- a/controls/ribbonbar/appearance-and-styling/skins.md +++ b/controls/ribbonbar/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadRibbonBar description: Check our Web Forms article about Skins. slug: ribbonbar/appearance-and-styling/skins +components: ["ribbonbar"] tags: skins published: True position: 0 diff --git a/controls/ribbonbar/client-side-programming/events/onclientapplicationmenuitemclicked.md b/controls/ribbonbar/client-side-programming/events/onclientapplicationmenuitemclicked.md index 13a594f52c..cd3cbf3b40 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientapplicationmenuitemclicked.md +++ b/controls/ribbonbar/client-side-programming/events/onclientapplicationmenuitemclicked.md @@ -3,6 +3,7 @@ title: OnClientApplicationMenuItemClicked page_title: OnClientApplicationMenuItemClicked - RadRibbonBar description: Check our Web Forms article about OnClientApplicationMenuItemClicked. slug: ribbonbar/client-side-programming/events/onclientapplicationmenuitemclicked +components: ["ribbonbar"] tags: onclientapplicationmenuitemclicked published: True position: 17 diff --git a/controls/ribbonbar/client-side-programming/events/onclientapplicationmenuitemclicking.md b/controls/ribbonbar/client-side-programming/events/onclientapplicationmenuitemclicking.md index 7f58b55f03..d68ace21a4 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientapplicationmenuitemclicking.md +++ b/controls/ribbonbar/client-side-programming/events/onclientapplicationmenuitemclicking.md @@ -3,6 +3,7 @@ title: OnClientApplicationMenuItemClicking page_title: OnClientApplicationMenuItemClicking - RadRibbonBar description: Check our Web Forms article about OnClientApplicationMenuItemClicking. slug: ribbonbar/client-side-programming/events/onclientapplicationmenuitemclicking +components: ["ribbonbar"] tags: onclientapplicationmenuitemclicking published: True position: 16 diff --git a/controls/ribbonbar/client-side-programming/events/onclientbuttonclicked.md b/controls/ribbonbar/client-side-programming/events/onclientbuttonclicked.md index a7609f7c40..6cac57ed18 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientbuttonclicked.md +++ b/controls/ribbonbar/client-side-programming/events/onclientbuttonclicked.md @@ -3,6 +3,7 @@ title: OnClientButtonClicked page_title: OnClientButtonClicked - RadRibbonBar description: Check our Web Forms article about OnClientButtonClicked. slug: ribbonbar/client-side-programming/events/onclientbuttonclicked +components: ["ribbonbar"] tags: onclientbuttonclicked published: True position: 2 diff --git a/controls/ribbonbar/client-side-programming/events/onclientbuttonclicking.md b/controls/ribbonbar/client-side-programming/events/onclientbuttonclicking.md index 01ee601120..d83dd00b89 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientbuttonclicking.md +++ b/controls/ribbonbar/client-side-programming/events/onclientbuttonclicking.md @@ -3,6 +3,7 @@ title: OnClientButtonClicking page_title: OnClientButtonClicking - RadRibbonBar description: Check our Web Forms article about OnClientButtonClicking. slug: ribbonbar/client-side-programming/events/onclientbuttonclicking +components: ["ribbonbar"] tags: onclientbuttonclicking published: True position: 3 diff --git a/controls/ribbonbar/client-side-programming/events/onclientbuttontoggled-.md b/controls/ribbonbar/client-side-programming/events/onclientbuttontoggled-.md index 6798f079b9..e1795f751e 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientbuttontoggled-.md +++ b/controls/ribbonbar/client-side-programming/events/onclientbuttontoggled-.md @@ -3,6 +3,7 @@ title: OnClientButtonToggled page_title: OnClientButtonToggled - RadRibbonBar description: Check our Web Forms article about OnClientButtonToggled. slug: ribbonbar/client-side-programming/events/onclientbuttontoggled- +components: ["ribbonbar"] tags: onclientbuttontoggled, published: True position: 12 diff --git a/controls/ribbonbar/client-side-programming/events/onclientbuttontoggling.md b/controls/ribbonbar/client-side-programming/events/onclientbuttontoggling.md index 7e7b8eb394..8a4f401651 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientbuttontoggling.md +++ b/controls/ribbonbar/client-side-programming/events/onclientbuttontoggling.md @@ -3,6 +3,7 @@ title: OnClientButtonToggling page_title: OnClientButtonToggling - RadRibbonBar description: Check our Web Forms article about OnClientButtonToggling. slug: ribbonbar/client-side-programming/events/onclientbuttontoggling +components: ["ribbonbar"] tags: onclientbuttontoggling published: True position: 13 diff --git a/controls/ribbonbar/client-side-programming/events/onclientcolorpickercolorchanged.md b/controls/ribbonbar/client-side-programming/events/onclientcolorpickercolorchanged.md index a5e76c3c4f..cd6778e20d 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientcolorpickercolorchanged.md +++ b/controls/ribbonbar/client-side-programming/events/onclientcolorpickercolorchanged.md @@ -3,6 +3,7 @@ title: OnClientColorPickerColorChanged page_title: OnClientColorPickerColorChanged - RadRibbonBar description: Check our Web Forms article about OnClientColorPickerColorChanged. slug: ribbonbar/client-side-programming/events/onclientcolorpickercolorchanged +components: ["ribbonbar"] tags: onclientcolorpickercolorchanged published: True position: 26 diff --git a/controls/ribbonbar/client-side-programming/events/onclientcolorpickercolorchanging.md b/controls/ribbonbar/client-side-programming/events/onclientcolorpickercolorchanging.md index eda7e865f1..1c1a3071c4 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientcolorpickercolorchanging.md +++ b/controls/ribbonbar/client-side-programming/events/onclientcolorpickercolorchanging.md @@ -3,6 +3,7 @@ title: OnClientColorPickerColorChanging page_title: OnClientColorPickerColorChanging - RadRibbonBar description: Check our Web Forms article about OnClientColorPickerColorChanging. slug: ribbonbar/client-side-programming/events/onclientcolorpickercolorchanging +components: ["ribbonbar"] tags: onclientcolorpickercolorchanging published: True position: 25 diff --git a/controls/ribbonbar/client-side-programming/events/onclientcomboboxselectedindexchanged.md b/controls/ribbonbar/client-side-programming/events/onclientcomboboxselectedindexchanged.md index 99dca28477..7d94f849bb 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientcomboboxselectedindexchanged.md +++ b/controls/ribbonbar/client-side-programming/events/onclientcomboboxselectedindexchanged.md @@ -3,6 +3,7 @@ title: OnClientComboBoxSelectedIndexChanged page_title: OnClientComboBoxSelectedIndexChanged - RadRibbonBar description: Check our Web Forms article about OnClientComboBoxSelectedIndexChanged. slug: ribbonbar/client-side-programming/events/onclientcomboboxselectedindexchanged +components: ["ribbonbar"] tags: onclientcomboboxselectedindexchanged published: True position: 21 diff --git a/controls/ribbonbar/client-side-programming/events/onclientcomboboxselectedindexchanging.md b/controls/ribbonbar/client-side-programming/events/onclientcomboboxselectedindexchanging.md index eee168d23c..75321d3708 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientcomboboxselectedindexchanging.md +++ b/controls/ribbonbar/client-side-programming/events/onclientcomboboxselectedindexchanging.md @@ -3,6 +3,7 @@ title: OnClientComboBoxSelectedIndexChanging page_title: OnClientComboBoxSelectedIndexChanging - RadRibbonBar description: Check our Web Forms article about OnClientComboBoxSelectedIndexChanging. slug: ribbonbar/client-side-programming/events/onclientcomboboxselectedindexchanging +components: ["ribbonbar"] tags: onclientcomboboxselectedindexchanging published: True position: 20 diff --git a/controls/ribbonbar/client-side-programming/events/onclientcomboboxtextchanged.md b/controls/ribbonbar/client-side-programming/events/onclientcomboboxtextchanged.md index a9be4c7aff..95f4fa276b 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientcomboboxtextchanged.md +++ b/controls/ribbonbar/client-side-programming/events/onclientcomboboxtextchanged.md @@ -3,6 +3,7 @@ title: OnClientComboBoxTextChanged page_title: OnClientComboBoxTextChanged - RadRibbonBar description: Check our Web Forms article about OnClientComboBoxTextChanged. slug: ribbonbar/client-side-programming/events/onclientcomboboxtextchanged +components: ["ribbonbar"] tags: onclientcomboboxtextchanged published: True position: 22 diff --git a/controls/ribbonbar/client-side-programming/events/onclientdropdownselectedindexchanged.md b/controls/ribbonbar/client-side-programming/events/onclientdropdownselectedindexchanged.md index 2fc659f121..279a7972ea 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientdropdownselectedindexchanged.md +++ b/controls/ribbonbar/client-side-programming/events/onclientdropdownselectedindexchanged.md @@ -3,6 +3,7 @@ title: OnClientDropDownSelectedIndexChanged page_title: OnClientDropDownSelectedIndexChanged - RadRibbonBar description: Check our Web Forms article about OnClientDropDownSelectedIndexChanged. slug: ribbonbar/client-side-programming/events/onclientdropdownselectedindexchanged +components: ["ribbonbar"] tags: onclientdropdownselectedindexchanged published: True position: 19 diff --git a/controls/ribbonbar/client-side-programming/events/onclientdropdownselectedindexchanging.md b/controls/ribbonbar/client-side-programming/events/onclientdropdownselectedindexchanging.md index da5a59dbf7..a73458983a 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientdropdownselectedindexchanging.md +++ b/controls/ribbonbar/client-side-programming/events/onclientdropdownselectedindexchanging.md @@ -3,6 +3,7 @@ title: OnClientDropDownSelectedIndexChanging page_title: OnClientDropDownSelectedIndexChanging - RadRibbonBar description: Check our Web Forms article about OnClientDropDownSelectedIndexChanging. slug: ribbonbar/client-side-programming/events/onclientdropdownselectedindexchanging +components: ["ribbonbar"] tags: onclientdropdownselectedindexchanging published: True position: 18 diff --git a/controls/ribbonbar/client-side-programming/events/onclientgallerycommand.md b/controls/ribbonbar/client-side-programming/events/onclientgallerycommand.md index 6d5c22e00a..8605e7db93 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientgallerycommand.md +++ b/controls/ribbonbar/client-side-programming/events/onclientgallerycommand.md @@ -3,6 +3,7 @@ title: OnClientGalleryCommand page_title: OnClientGalleryCommand - RadRibbonBar description: Check our Web Forms article about OnClientGalleryCommand. slug: ribbonbar/client-side-programming/events/onclientgallerycommand +components: ["ribbonbar"] tags: onclientgallerycommand published: True position: 29 diff --git a/controls/ribbonbar/client-side-programming/events/onclientgallerycommandpreview-.md b/controls/ribbonbar/client-side-programming/events/onclientgallerycommandpreview-.md index 7b02e393dc..9f04e8f054 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientgallerycommandpreview-.md +++ b/controls/ribbonbar/client-side-programming/events/onclientgallerycommandpreview-.md @@ -3,6 +3,7 @@ title: OnClientGalleryCommandPreview page_title: OnClientGalleryCommandPreview - RadRibbonBar description: Check our Web Forms article about OnClientGalleryCommandPreview. slug: ribbonbar/client-side-programming/events/onclientgallerycommandpreview- +components: ["ribbonbar"] tags: onclientgallerycommandpreview, published: True position: 27 diff --git a/controls/ribbonbar/client-side-programming/events/onclientgallerycommandpreviewend-.md b/controls/ribbonbar/client-side-programming/events/onclientgallerycommandpreviewend-.md index 81fdd2834d..d71203485e 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientgallerycommandpreviewend-.md +++ b/controls/ribbonbar/client-side-programming/events/onclientgallerycommandpreviewend-.md @@ -3,6 +3,7 @@ title: OnClientGalleryCommandPreviewEnd page_title: OnClientGalleryCommandPreviewEnd - RadRibbonBar description: Check our Web Forms article about OnClientGalleryCommandPreviewEnd. slug: ribbonbar/client-side-programming/events/onclientgallerycommandpreviewend- +components: ["ribbonbar"] tags: onclientgallerycommandpreviewend, published: True position: 28 diff --git a/controls/ribbonbar/client-side-programming/events/onclientlauncherclicked.md b/controls/ribbonbar/client-side-programming/events/onclientlauncherclicked.md index cb98bc04f4..ef6e41bc61 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientlauncherclicked.md +++ b/controls/ribbonbar/client-side-programming/events/onclientlauncherclicked.md @@ -3,6 +3,7 @@ title: OnClientLauncherClicked page_title: OnClientLauncherClicked - RadRibbonBar description: Check our Web Forms article about OnClientLauncherClicked. slug: ribbonbar/client-side-programming/events/onclientlauncherclicked +components: ["ribbonbar"] tags: onclientlauncherclicked published: True position: 4 diff --git a/controls/ribbonbar/client-side-programming/events/onclientlauncherclicking.md b/controls/ribbonbar/client-side-programming/events/onclientlauncherclicking.md index 84ffd29570..e46020c1ee 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientlauncherclicking.md +++ b/controls/ribbonbar/client-side-programming/events/onclientlauncherclicking.md @@ -3,6 +3,7 @@ title: OnClientLauncherClicking page_title: OnClientLauncherClicking - RadRibbonBar description: Check our Web Forms article about OnClientLauncherClicking. slug: ribbonbar/client-side-programming/events/onclientlauncherclicking +components: ["ribbonbar"] tags: onclientlauncherclicking published: True position: 5 diff --git a/controls/ribbonbar/client-side-programming/events/onclientload.md b/controls/ribbonbar/client-side-programming/events/onclientload.md index b1bb824826..b768a062ab 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientload.md +++ b/controls/ribbonbar/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadRibbonBar description: Check our Web Forms article about OnClientLoad. slug: ribbonbar/client-side-programming/events/onclientload +components: ["ribbonbar"] tags: onclientload published: True position: 1 diff --git a/controls/ribbonbar/client-side-programming/events/onclientmenuitemclicked.md b/controls/ribbonbar/client-side-programming/events/onclientmenuitemclicked.md index 8c17ea7611..8fe1085fe0 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientmenuitemclicked.md +++ b/controls/ribbonbar/client-side-programming/events/onclientmenuitemclicked.md @@ -3,6 +3,7 @@ title: OnClientMenuItemClicked page_title: OnClientMenuItemClicked - RadRibbonBar description: Check our Web Forms article about OnClientMenuItemClicked. slug: ribbonbar/client-side-programming/events/onclientmenuitemclicked +components: ["ribbonbar"] tags: onclientmenuitemclicked published: True position: 7 diff --git a/controls/ribbonbar/client-side-programming/events/onclientmenuitemclicking.md b/controls/ribbonbar/client-side-programming/events/onclientmenuitemclicking.md index 6d5956ec78..f7e7fdc62d 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientmenuitemclicking.md +++ b/controls/ribbonbar/client-side-programming/events/onclientmenuitemclicking.md @@ -3,6 +3,7 @@ title: OnClientMenuItemClicking page_title: OnClientMenuItemClicking - RadRibbonBar description: Check our Web Forms article about OnClientMenuItemClicking. slug: ribbonbar/client-side-programming/events/onclientmenuitemclicking +components: ["ribbonbar"] tags: onclientmenuitemclicking published: True position: 6 diff --git a/controls/ribbonbar/client-side-programming/events/onclientnumerictextboxvaluechanged.md b/controls/ribbonbar/client-side-programming/events/onclientnumerictextboxvaluechanged.md index 39c3f38893..39fb9d9392 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientnumerictextboxvaluechanged.md +++ b/controls/ribbonbar/client-side-programming/events/onclientnumerictextboxvaluechanged.md @@ -3,6 +3,7 @@ title: OnClientNumericTextBoxValueChanged page_title: OnClientNumericTextBoxValueChanged - RadRibbonBar description: Check our Web Forms article about OnClientNumericTextBoxValueChanged. slug: ribbonbar/client-side-programming/events/onclientnumerictextboxvaluechanged +components: ["ribbonbar"] tags: onclientnumerictextboxvaluechanged published: True position: 24 diff --git a/controls/ribbonbar/client-side-programming/events/onclientnumerictextboxvaluechanging.md b/controls/ribbonbar/client-side-programming/events/onclientnumerictextboxvaluechanging.md index f42df08b47..6a9d31e910 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientnumerictextboxvaluechanging.md +++ b/controls/ribbonbar/client-side-programming/events/onclientnumerictextboxvaluechanging.md @@ -3,6 +3,7 @@ title: OnClientNumericTextBoxValueChanging page_title: OnClientNumericTextBoxValueChanging - RadRibbonBar description: Check our Web Forms article about OnClientNumericTextBoxValueChanging. slug: ribbonbar/client-side-programming/events/onclientnumerictextboxvaluechanging +components: ["ribbonbar"] tags: onclientnumerictextboxvaluechanging published: True position: 23 diff --git a/controls/ribbonbar/client-side-programming/events/onclientselectedtabchanged-.md b/controls/ribbonbar/client-side-programming/events/onclientselectedtabchanged-.md index da50929a83..998b2eff92 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientselectedtabchanged-.md +++ b/controls/ribbonbar/client-side-programming/events/onclientselectedtabchanged-.md @@ -3,6 +3,7 @@ title: OnClientSelectedTabChanged page_title: OnClientSelectedTabChanged - RadRibbonBar description: Check our Web Forms article about OnClientSelectedTabChanged. slug: ribbonbar/client-side-programming/events/onclientselectedtabchanged- +components: ["ribbonbar"] tags: onclientselectedtabchanged, published: True position: 10 diff --git a/controls/ribbonbar/client-side-programming/events/onclientselectedtabchanging-.md b/controls/ribbonbar/client-side-programming/events/onclientselectedtabchanging-.md index c548fab2a7..bf8198c81f 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientselectedtabchanging-.md +++ b/controls/ribbonbar/client-side-programming/events/onclientselectedtabchanging-.md @@ -3,6 +3,7 @@ title: OnClientSelectedTabChanging page_title: OnClientSelectedTabChanging - RadRibbonBar description: Check our Web Forms article about OnClientSelectedTabChanging. slug: ribbonbar/client-side-programming/events/onclientselectedtabchanging- +components: ["ribbonbar"] tags: onclientselectedtabchanging, published: True position: 11 diff --git a/controls/ribbonbar/client-side-programming/events/onclientsplitbuttonclicked.md b/controls/ribbonbar/client-side-programming/events/onclientsplitbuttonclicked.md index b88f6fc564..98d9aad171 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientsplitbuttonclicked.md +++ b/controls/ribbonbar/client-side-programming/events/onclientsplitbuttonclicked.md @@ -3,6 +3,7 @@ title: OnClientSplitButtonClicked page_title: OnClientSplitButtonClicked - RadRibbonBar description: Check our Web Forms article about OnClientSplitButtonClicked. slug: ribbonbar/client-side-programming/events/onclientsplitbuttonclicked +components: ["ribbonbar"] tags: onclientsplitbuttonclicked published: True position: 8 diff --git a/controls/ribbonbar/client-side-programming/events/onclientsplitbuttonclicking.md b/controls/ribbonbar/client-side-programming/events/onclientsplitbuttonclicking.md index bf7649aa1c..3e6661fe57 100644 --- a/controls/ribbonbar/client-side-programming/events/onclientsplitbuttonclicking.md +++ b/controls/ribbonbar/client-side-programming/events/onclientsplitbuttonclicking.md @@ -3,6 +3,7 @@ title: OnClientSplitButtonClicking page_title: OnClientSplitButtonClicking - RadRibbonBar description: Check our Web Forms article about OnClientSplitButtonClicking. slug: ribbonbar/client-side-programming/events/onclientsplitbuttonclicking +components: ["ribbonbar"] tags: onclientsplitbuttonclicking published: True position: 9 diff --git a/controls/ribbonbar/client-side-programming/events/onclienttogglelisttoggled.md b/controls/ribbonbar/client-side-programming/events/onclienttogglelisttoggled.md index a0f7bc9b5e..a54dd595a2 100644 --- a/controls/ribbonbar/client-side-programming/events/onclienttogglelisttoggled.md +++ b/controls/ribbonbar/client-side-programming/events/onclienttogglelisttoggled.md @@ -3,6 +3,7 @@ title: OnClientToggleListToggled page_title: OnClientToggleListToggled - RadRibbonBar description: Check our Web Forms article about OnClientToggleListToggled. slug: ribbonbar/client-side-programming/events/onclienttogglelisttoggled +components: ["ribbonbar"] tags: onclienttogglelisttoggled published: True position: 14 diff --git a/controls/ribbonbar/client-side-programming/events/onclienttogglelisttoggling.md b/controls/ribbonbar/client-side-programming/events/onclienttogglelisttoggling.md index 3147c86028..3f6a443ae7 100644 --- a/controls/ribbonbar/client-side-programming/events/onclienttogglelisttoggling.md +++ b/controls/ribbonbar/client-side-programming/events/onclienttogglelisttoggling.md @@ -3,6 +3,7 @@ title: OnClientToggleListToggling page_title: OnClientToggleListToggling - RadRibbonBar description: Check our Web Forms article about OnClientToggleListToggling. slug: ribbonbar/client-side-programming/events/onclienttogglelisttoggling +components: ["ribbonbar"] tags: onclienttogglelisttoggling published: True position: 15 diff --git a/controls/ribbonbar/client-side-programming/events/overview.md b/controls/ribbonbar/client-side-programming/events/overview.md index 94d4048462..76d649d6ae 100644 --- a/controls/ribbonbar/client-side-programming/events/overview.md +++ b/controls/ribbonbar/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-Side Programming Overview - RadRibbonBar description: Check our Web Forms article about Overview. slug: ribbonbar/client-side-programming/events/overview +components: ["ribbonbar"] tags: overview published: True position: 0 diff --git a/controls/ribbonbar/client-side-programming/overview.md b/controls/ribbonbar/client-side-programming/overview.md index 57b9bc1646..dd43eaca63 100644 --- a/controls/ribbonbar/client-side-programming/overview.md +++ b/controls/ribbonbar/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadRibbonBar description: Check our Web Forms article about Overview. slug: ribbonbar/client-side-programming/overview +components: ["ribbonbar"] tags: overview published: True position: 0 diff --git a/controls/ribbonbar/client-side-programming/radribbonbar-object-.md b/controls/ribbonbar/client-side-programming/radribbonbar-object-.md index 8dc2da9108..3531daa306 100644 --- a/controls/ribbonbar/client-side-programming/radribbonbar-object-.md +++ b/controls/ribbonbar/client-side-programming/radribbonbar-object-.md @@ -3,6 +3,7 @@ title: RadRibbonBar Object page_title: RadRibbonBar Object - RadRibbonBar description: Check our Web Forms article about RadRibbonBar Object. slug: ribbonbar/client-side-programming/radribbonbar-object- +components: ["ribbonbar"] tags: radribbonbar,object, published: True position: 1 diff --git a/controls/ribbonbar/client-side-programming/ribbonbarcontextualtabgroup-object.md b/controls/ribbonbar/client-side-programming/ribbonbarcontextualtabgroup-object.md index bd3daed869..5aeea16a39 100644 --- a/controls/ribbonbar/client-side-programming/ribbonbarcontextualtabgroup-object.md +++ b/controls/ribbonbar/client-side-programming/ribbonbarcontextualtabgroup-object.md @@ -3,6 +3,7 @@ title: RibbonBarContextualTabGroup Object page_title: RibbonBarContextualTabGroup Object - RadRibbonBar description: Check our Web Forms article about RibbonBarContextualTabGroup Object. slug: ribbonbar/client-side-programming/ribbonbarcontextualtabgroup-object +components: ["ribbonbar"] tags: ribbonbarcontextualtabgroup,object published: True position: 3 diff --git a/controls/ribbonbar/client-side-programming/ribbonbargroup-object.md b/controls/ribbonbar/client-side-programming/ribbonbargroup-object.md index 11ca71074b..ee3d289b89 100644 --- a/controls/ribbonbar/client-side-programming/ribbonbargroup-object.md +++ b/controls/ribbonbar/client-side-programming/ribbonbargroup-object.md @@ -3,6 +3,7 @@ title: RibbonBarGroup Object page_title: RibbonBarGroup Object - RadRibbonBar description: Check our Web Forms article about RibbonBarGroup Object. slug: ribbonbar/client-side-programming/ribbonbargroup-object +components: ["ribbonbar"] tags: ribbonbargroup,object published: True position: 4 diff --git a/controls/ribbonbar/client-side-programming/ribbonbaritem-object.md b/controls/ribbonbar/client-side-programming/ribbonbaritem-object.md index 4ed27fbdc6..7f192872db 100644 --- a/controls/ribbonbar/client-side-programming/ribbonbaritem-object.md +++ b/controls/ribbonbar/client-side-programming/ribbonbaritem-object.md @@ -3,6 +3,7 @@ title: RibbonBarItem Object page_title: RibbonBarItem Object - RadRibbonBar description: Check our Web Forms article about RibbonBarItem Object. slug: ribbonbar/client-side-programming/ribbonbaritem-object +components: ["ribbonbar"] tags: ribbonbaritem,object published: True position: 5 diff --git a/controls/ribbonbar/client-side-programming/ribbonbartab-object.md b/controls/ribbonbar/client-side-programming/ribbonbartab-object.md index d7e5c20102..f17eb24405 100644 --- a/controls/ribbonbar/client-side-programming/ribbonbartab-object.md +++ b/controls/ribbonbar/client-side-programming/ribbonbartab-object.md @@ -3,6 +3,7 @@ title: RibbonBarTab Object page_title: RibbonBarTab Object - RadRibbonBar description: Check our Web Forms article about RibbonBarTab Object. slug: ribbonbar/client-side-programming/ribbonbartab-object +components: ["ribbonbar"] tags: ribbonbartab,object published: True position: 2 diff --git a/controls/ribbonbar/design-time.md b/controls/ribbonbar/design-time.md index af50b285a9..a7145f8221 100644 --- a/controls/ribbonbar/design-time.md +++ b/controls/ribbonbar/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadRibbonBar description: Check our Web Forms article about Design Time. slug: ribbonbar/design-time +components: ["ribbonbar"] tags: design,time published: True position: 2 diff --git a/controls/ribbonbar/how-to.md b/controls/ribbonbar/how-to.md index 890a38b6a3..177a99b405 100644 --- a/controls/ribbonbar/how-to.md +++ b/controls/ribbonbar/how-to.md @@ -3,6 +3,7 @@ title: How To page_title: How To - RadRibbonBar description: Check our Web Forms article about How To. slug: ribbonbar/how-to +components: ["ribbonbar"] tags: application,scenarios published: True position: 3 diff --git a/controls/ribbonbar/mobile-support/render-modes.md b/controls/ribbonbar/mobile-support/render-modes.md index 6d9f757f38..3c0567a46e 100644 --- a/controls/ribbonbar/mobile-support/render-modes.md +++ b/controls/ribbonbar/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadRibbonBar description: Check our Web Forms article about Render Modes. slug: ribbonbar/mobile-support/render-modes +components: ["ribbonbar"] tags: render,modes published: True position: 2 diff --git a/controls/ribbonbar/overview.md b/controls/ribbonbar/overview.md index 599fdd2521..fe754222cd 100644 --- a/controls/ribbonbar/overview.md +++ b/controls/ribbonbar/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RibbonBar Overview description: Check our Web Forms article about Overview. slug: ribbonbar/overview +components: ["ribbonbar"] tags: overview published: True position: 0 diff --git a/controls/ribbonbar/radribbonbar-items/application-menu.md b/controls/ribbonbar/radribbonbar-items/application-menu.md index 1e5a0aa018..9680dbcbec 100644 --- a/controls/ribbonbar/radribbonbar-items/application-menu.md +++ b/controls/ribbonbar/radribbonbar-items/application-menu.md @@ -3,6 +3,7 @@ title: Application Menu page_title: Application Menu - RadRibbonBar description: Check our Web Forms article about Application Menu. slug: ribbonbar/radribbonbar-items/application-menu +components: ["ribbonbar"] tags: application,menu published: True position: 1 diff --git a/controls/ribbonbar/radribbonbar-items/contextual-tabs.md b/controls/ribbonbar/radribbonbar-items/contextual-tabs.md index 9276b60bb5..5d65ba0da9 100644 --- a/controls/ribbonbar/radribbonbar-items/contextual-tabs.md +++ b/controls/ribbonbar/radribbonbar-items/contextual-tabs.md @@ -3,6 +3,7 @@ title: Contextual Tabs page_title: Contextual Tabs - RadRibbonBar description: Check our Web Forms article about Contextual Tabs. slug: ribbonbar/radribbonbar-items/contextual-tabs +components: ["ribbonbar"] tags: contextual,tabs published: True position: 9 diff --git a/controls/ribbonbar/radribbonbar-items/quick-access-toolbar.md b/controls/ribbonbar/radribbonbar-items/quick-access-toolbar.md index 6734ed2583..b9d5cf604d 100644 --- a/controls/ribbonbar/radribbonbar-items/quick-access-toolbar.md +++ b/controls/ribbonbar/radribbonbar-items/quick-access-toolbar.md @@ -3,6 +3,7 @@ title: Quick Access Toolbar page_title: Quick Access Toolbar - RadRibbonBar description: Check our Web Forms article about Quick Access Toolbar. slug: ribbonbar/radribbonbar-items/quick-access-toolbar +components: ["ribbonbar"] tags: quick,access,toolbar published: True position: 10 diff --git a/controls/ribbonbar/radribbonbar-items/ribbonbarbutton.md b/controls/ribbonbar/radribbonbar-items/ribbonbarbutton.md index 998c3f928b..130793b3b6 100644 --- a/controls/ribbonbar/radribbonbar-items/ribbonbarbutton.md +++ b/controls/ribbonbar/radribbonbar-items/ribbonbarbutton.md @@ -3,6 +3,7 @@ title: RibbonBarButton page_title: RibbonBarButton - RadRibbonBar description: Check our Web Forms article about RibbonBarButton. slug: ribbonbar/radribbonbar-items/ribbonbarbutton +components: ["ribbonbar"] tags: ribbonbarbutton published: True position: 2 diff --git a/controls/ribbonbar/radribbonbar-items/ribbonbarbuttonstrip.md b/controls/ribbonbar/radribbonbar-items/ribbonbarbuttonstrip.md index 5db46f43be..254665a6ee 100644 --- a/controls/ribbonbar/radribbonbar-items/ribbonbarbuttonstrip.md +++ b/controls/ribbonbar/radribbonbar-items/ribbonbarbuttonstrip.md @@ -3,6 +3,7 @@ title: RibbonBarButtonStrip page_title: RibbonBarButtonStrip - RadRibbonBar description: Check our Web Forms article about RibbonBarButtonStrip. slug: ribbonbar/radribbonbar-items/ribbonbarbuttonstrip +components: ["ribbonbar"] tags: ribbonbarbuttonstrip published: True position: 5 diff --git a/controls/ribbonbar/radribbonbar-items/ribbonbarcolorpicker.md b/controls/ribbonbar/radribbonbar-items/ribbonbarcolorpicker.md index 75a5da8588..add2d40cc6 100644 --- a/controls/ribbonbar/radribbonbar-items/ribbonbarcolorpicker.md +++ b/controls/ribbonbar/radribbonbar-items/ribbonbarcolorpicker.md @@ -3,6 +3,7 @@ title: RibbonBarColorPicker page_title: RibbonBarColorPicker - RadRibbonBar description: Check our Web Forms article about RibbonBarColorPicker. slug: ribbonbar/radribbonbar-items/ribbonbarcolorpicker +components: ["ribbonbar"] tags: ribbonbarcolorpicker published: True position: 14 diff --git a/controls/ribbonbar/radribbonbar-items/ribbonbarcombobox.md b/controls/ribbonbar/radribbonbar-items/ribbonbarcombobox.md index b760e7c5a1..23068337e2 100644 --- a/controls/ribbonbar/radribbonbar-items/ribbonbarcombobox.md +++ b/controls/ribbonbar/radribbonbar-items/ribbonbarcombobox.md @@ -3,6 +3,7 @@ title: RibbonBarComboBox page_title: RibbonBarComboBox - RadRibbonBar description: Check our Web Forms article about RibbonBarComboBox. slug: ribbonbar/radribbonbar-items/ribbonbarcombobox +components: ["ribbonbar"] tags: ribbonbarcombobox published: True position: 12 diff --git a/controls/ribbonbar/radribbonbar-items/ribbonbardropdown.md b/controls/ribbonbar/radribbonbar-items/ribbonbardropdown.md index 1c5db88c52..6bea4269fb 100644 --- a/controls/ribbonbar/radribbonbar-items/ribbonbardropdown.md +++ b/controls/ribbonbar/radribbonbar-items/ribbonbardropdown.md @@ -3,6 +3,7 @@ title: RibbonBarDropDown page_title: RibbonBarDropDown - RadRibbonBar description: Check our Web Forms article about RibbonBarDropDown. slug: ribbonbar/radribbonbar-items/ribbonbardropdown +components: ["ribbonbar"] tags: ribbonbardropdown published: True position: 11 diff --git a/controls/ribbonbar/radribbonbar-items/ribbonbargallery/ribbonbargallery.md b/controls/ribbonbar/radribbonbar-items/ribbonbargallery/ribbonbargallery.md index 9bfa5358c8..4d3b91578a 100644 --- a/controls/ribbonbar/radribbonbar-items/ribbonbargallery/ribbonbargallery.md +++ b/controls/ribbonbar/radribbonbar-items/ribbonbargallery/ribbonbargallery.md @@ -3,6 +3,7 @@ title: RibbonBarGallery page_title: RibbonBarGallery - RadRibbonBar description: Check our Web Forms article about RibbonBarGallery. slug: ribbonbar/radribbonbar-items/ribbonbargallery/ribbonbargallery +components: ["ribbonbar"] tags: ribbonbargallery published: True position: 0 diff --git a/controls/ribbonbar/radribbonbar-items/ribbonbargallery/ribbonbargallerycategory.md b/controls/ribbonbar/radribbonbar-items/ribbonbargallery/ribbonbargallerycategory.md index 7580f0977d..d0600e239c 100644 --- a/controls/ribbonbar/radribbonbar-items/ribbonbargallery/ribbonbargallerycategory.md +++ b/controls/ribbonbar/radribbonbar-items/ribbonbargallery/ribbonbargallerycategory.md @@ -3,6 +3,7 @@ title: RibbonBarGalleryCategory page_title: RibbonBarGalleryCategory - RadRibbonBar description: Check our Web Forms article about RibbonBarGalleryCategory. slug: ribbonbar/radribbonbar-items/ribbonbargallery/ribbonbargallerycategory +components: ["ribbonbar"] tags: ribbonbargallerycategory published: True position: 1 diff --git a/controls/ribbonbar/radribbonbar-items/ribbonbargallery/ribbonbargalleryitem.md b/controls/ribbonbar/radribbonbar-items/ribbonbargallery/ribbonbargalleryitem.md index 852c44c783..a6e57f920d 100644 --- a/controls/ribbonbar/radribbonbar-items/ribbonbargallery/ribbonbargalleryitem.md +++ b/controls/ribbonbar/radribbonbar-items/ribbonbargallery/ribbonbargalleryitem.md @@ -3,6 +3,7 @@ title: RibbonBarGalleryItem page_title: RibbonBarGalleryItem - RadRibbonBar description: Check our Web Forms article about RibbonBarGalleryItem. slug: ribbonbar/radribbonbar-items/ribbonbargallery/ribbonbargalleryitem +components: ["ribbonbar"] tags: ribbonbargalleryitem published: True position: 2 diff --git a/controls/ribbonbar/radribbonbar-items/ribbonbargroup.md b/controls/ribbonbar/radribbonbar-items/ribbonbargroup.md index c101507a07..108c7c2be7 100644 --- a/controls/ribbonbar/radribbonbar-items/ribbonbargroup.md +++ b/controls/ribbonbar/radribbonbar-items/ribbonbargroup.md @@ -3,6 +3,7 @@ title: RibbonBarGroup page_title: RibbonBarGroup - RadRibbonBar description: Check our Web Forms article about RibbonBarGroup. slug: ribbonbar/radribbonbar-items/ribbonbargroup +components: ["ribbonbar"] tags: ribbonbargroup published: True position: 8 diff --git a/controls/ribbonbar/radribbonbar-items/ribbonbarmenu.md b/controls/ribbonbar/radribbonbar-items/ribbonbarmenu.md index ab63b41939..8966f7a2cd 100644 --- a/controls/ribbonbar/radribbonbar-items/ribbonbarmenu.md +++ b/controls/ribbonbar/radribbonbar-items/ribbonbarmenu.md @@ -3,6 +3,7 @@ title: RibbonBarMenu page_title: RibbonBarMenu - RadRibbonBar description: Check our Web Forms article about RibbonBarMenu. slug: ribbonbar/radribbonbar-items/ribbonbarmenu +components: ["ribbonbar"] tags: ribbonbarmenu published: True position: 6 diff --git a/controls/ribbonbar/radribbonbar-items/ribbonbarnumerictextbox.md b/controls/ribbonbar/radribbonbar-items/ribbonbarnumerictextbox.md index 2c1f98b672..62d03adf06 100644 --- a/controls/ribbonbar/radribbonbar-items/ribbonbarnumerictextbox.md +++ b/controls/ribbonbar/radribbonbar-items/ribbonbarnumerictextbox.md @@ -3,6 +3,7 @@ title: RibbonBarNumericTextBox page_title: RibbonBarNumericTextBox - RadRibbonBar description: Check our Web Forms article about RibbonBarNumericTextBox. slug: ribbonbar/radribbonbar-items/ribbonbarnumerictextbox +components: ["ribbonbar"] tags: ribbonbarnumerictextbox published: True position: 13 diff --git a/controls/ribbonbar/radribbonbar-items/ribbonbarsplitbutton.md b/controls/ribbonbar/radribbonbar-items/ribbonbarsplitbutton.md index d9b6c1fe60..bc99bc37bc 100644 --- a/controls/ribbonbar/radribbonbar-items/ribbonbarsplitbutton.md +++ b/controls/ribbonbar/radribbonbar-items/ribbonbarsplitbutton.md @@ -3,6 +3,7 @@ title: RibbonBarSplitButton page_title: RibbonBarSplitButton - RadRibbonBar description: Check our Web Forms article about RibbonBarSplitButton. slug: ribbonbar/radribbonbar-items/ribbonbarsplitbutton +components: ["ribbonbar"] tags: ribbonbarsplitbutton published: True position: 3 diff --git a/controls/ribbonbar/radribbonbar-items/ribbonbartab.md b/controls/ribbonbar/radribbonbar-items/ribbonbartab.md index a58613f23b..6d446be67a 100644 --- a/controls/ribbonbar/radribbonbar-items/ribbonbartab.md +++ b/controls/ribbonbar/radribbonbar-items/ribbonbartab.md @@ -3,6 +3,7 @@ title: RibbonBarTab page_title: RibbonBarTab - RadRibbonBar description: Check our Web Forms article about RibbonBarTab. slug: ribbonbar/radribbonbar-items/ribbonbartab +components: ["ribbonbar"] tags: ribbonbartab published: True position: 7 diff --git a/controls/ribbonbar/radribbonbar-items/ribbonbartogglebutton.md b/controls/ribbonbar/radribbonbar-items/ribbonbartogglebutton.md index d4b0ab4632..beedffc1e9 100644 --- a/controls/ribbonbar/radribbonbar-items/ribbonbartogglebutton.md +++ b/controls/ribbonbar/radribbonbar-items/ribbonbartogglebutton.md @@ -3,6 +3,7 @@ title: RibbonBarToggleButton page_title: RibbonBarToggleButton - RadRibbonBar description: Check our Web Forms article about RibbonBarToggleButton. slug: ribbonbar/radribbonbar-items/ribbonbartogglebutton +components: ["ribbonbar"] tags: ribbonbartogglebutton published: True position: 4 diff --git a/controls/ribbonbar/server-side-programming/events/applicationmenuitemclick.md b/controls/ribbonbar/server-side-programming/events/applicationmenuitemclick.md index 62a26caa47..60fbfc36a6 100644 --- a/controls/ribbonbar/server-side-programming/events/applicationmenuitemclick.md +++ b/controls/ribbonbar/server-side-programming/events/applicationmenuitemclick.md @@ -3,6 +3,7 @@ title: ApplicationMenuItemClick page_title: ApplicationMenuItemClick - RadRibbonBar description: Check our Web Forms article about ApplicationMenuItemClick. slug: ribbonbar/server-side-programming/events/applicationmenuitemclick +components: ["ribbonbar"] tags: applicationmenuitemclick published: True position: 1 diff --git a/controls/ribbonbar/server-side-programming/events/buttonclick.md b/controls/ribbonbar/server-side-programming/events/buttonclick.md index 4192d6445d..f5494d34b7 100644 --- a/controls/ribbonbar/server-side-programming/events/buttonclick.md +++ b/controls/ribbonbar/server-side-programming/events/buttonclick.md @@ -3,6 +3,7 @@ title: ButtonClick page_title: ButtonClick - RadRibbonBar description: Check our Web Forms article about ButtonClick. slug: ribbonbar/server-side-programming/events/buttonclick +components: ["ribbonbar"] tags: buttonclick published: True position: 2 diff --git a/controls/ribbonbar/server-side-programming/events/buttontoggle.md b/controls/ribbonbar/server-side-programming/events/buttontoggle.md index 7df9004a33..bff90eb09b 100644 --- a/controls/ribbonbar/server-side-programming/events/buttontoggle.md +++ b/controls/ribbonbar/server-side-programming/events/buttontoggle.md @@ -3,6 +3,7 @@ title: ButtonToggle page_title: ButtonToggle - RadRibbonBar description: Check our Web Forms article about ButtonToggle. slug: ribbonbar/server-side-programming/events/buttontoggle +components: ["ribbonbar"] tags: buttontoggle published: True position: 4 diff --git a/controls/ribbonbar/server-side-programming/events/colorpickercolorchanged.md b/controls/ribbonbar/server-side-programming/events/colorpickercolorchanged.md index 022dad7e97..cece3844fb 100644 --- a/controls/ribbonbar/server-side-programming/events/colorpickercolorchanged.md +++ b/controls/ribbonbar/server-side-programming/events/colorpickercolorchanged.md @@ -3,6 +3,7 @@ title: ColorPickerColorChanged page_title: ColorPickerColorChanged - RadRibbonBar description: Check our Web Forms article about ColorPickerColorChanged. slug: ribbonbar/server-side-programming/events/colorpickercolorchanged +components: ["ribbonbar"] tags: colorpickercolorchanged published: True position: 14 diff --git a/controls/ribbonbar/server-side-programming/events/comboboxselectedindexchanged.md b/controls/ribbonbar/server-side-programming/events/comboboxselectedindexchanged.md index 6a22a9793c..2047118845 100644 --- a/controls/ribbonbar/server-side-programming/events/comboboxselectedindexchanged.md +++ b/controls/ribbonbar/server-side-programming/events/comboboxselectedindexchanged.md @@ -3,6 +3,7 @@ title: ComboBoxSelectedIndexChanged page_title: ComboBoxSelectedIndexChanged - RadRibbonBar description: Check our Web Forms article about ComboBoxSelectedIndexChanged. slug: ribbonbar/server-side-programming/events/comboboxselectedindexchanged +components: ["ribbonbar"] tags: comboboxselectedindexchanged published: True position: 11 diff --git a/controls/ribbonbar/server-side-programming/events/comboboxtextchanged-.md b/controls/ribbonbar/server-side-programming/events/comboboxtextchanged-.md index 680e0929ed..e7dfd3be9d 100644 --- a/controls/ribbonbar/server-side-programming/events/comboboxtextchanged-.md +++ b/controls/ribbonbar/server-side-programming/events/comboboxtextchanged-.md @@ -3,6 +3,7 @@ title: ComboBoxTextChanged page_title: ComboBoxTextChanged - RadRibbonBar description: Check our Web Forms article about ComboBoxTextChanged. slug: ribbonbar/server-side-programming/events/comboboxtextchanged- +components: ["ribbonbar"] tags: comboboxtextchanged, published: True position: 12 diff --git a/controls/ribbonbar/server-side-programming/events/dropdownselectedindexchanged.md b/controls/ribbonbar/server-side-programming/events/dropdownselectedindexchanged.md index 3d3c009e6b..da3139d36f 100644 --- a/controls/ribbonbar/server-side-programming/events/dropdownselectedindexchanged.md +++ b/controls/ribbonbar/server-side-programming/events/dropdownselectedindexchanged.md @@ -3,6 +3,7 @@ title: DropDownSelectedIndexChanged page_title: DropDownSelectedIndexChanged - RadRibbonBar description: Check our Web Forms article about DropDownSelectedIndexChanged. slug: ribbonbar/server-side-programming/events/dropdownselectedindexchanged +components: ["ribbonbar"] tags: dropdownselectedindexchanged published: True position: 10 diff --git a/controls/ribbonbar/server-side-programming/events/launcherclick-.md b/controls/ribbonbar/server-side-programming/events/launcherclick-.md index 5850abbf14..1faa2e8261 100644 --- a/controls/ribbonbar/server-side-programming/events/launcherclick-.md +++ b/controls/ribbonbar/server-side-programming/events/launcherclick-.md @@ -3,6 +3,7 @@ title: LauncherClick page_title: LauncherClick - RadRibbonBar description: Check our Web Forms article about LauncherClick. slug: ribbonbar/server-side-programming/events/launcherclick- +components: ["ribbonbar"] tags: launcherclick, published: True position: 5 diff --git a/controls/ribbonbar/server-side-programming/events/menuitemclick.md b/controls/ribbonbar/server-side-programming/events/menuitemclick.md index 9db09148ed..17cad8e78b 100644 --- a/controls/ribbonbar/server-side-programming/events/menuitemclick.md +++ b/controls/ribbonbar/server-side-programming/events/menuitemclick.md @@ -3,6 +3,7 @@ title: MenuItemClick page_title: MenuItemClick - RadRibbonBar description: Check our Web Forms article about MenuItemClick. slug: ribbonbar/server-side-programming/events/menuitemclick +components: ["ribbonbar"] tags: menuitemclick published: True position: 6 diff --git a/controls/ribbonbar/server-side-programming/events/numerictextboxvaluechanged-.md b/controls/ribbonbar/server-side-programming/events/numerictextboxvaluechanged-.md index fa694ed139..ec70e90020 100644 --- a/controls/ribbonbar/server-side-programming/events/numerictextboxvaluechanged-.md +++ b/controls/ribbonbar/server-side-programming/events/numerictextboxvaluechanged-.md @@ -3,6 +3,7 @@ title: NumericTextBoxValueChanged page_title: NumericTextBoxValueChanged - RadRibbonBar description: Check our Web Forms article about NumericTextBoxValueChanged. slug: ribbonbar/server-side-programming/events/numerictextboxvaluechanged- +components: ["ribbonbar"] tags: numerictextboxvaluechanged, published: True position: 13 diff --git a/controls/ribbonbar/server-side-programming/events/oncommand.md b/controls/ribbonbar/server-side-programming/events/oncommand.md index b0f0e52d48..82d4c34ac2 100644 --- a/controls/ribbonbar/server-side-programming/events/oncommand.md +++ b/controls/ribbonbar/server-side-programming/events/oncommand.md @@ -3,6 +3,7 @@ title: OnCommand page_title: OnCommand - RadRibbonBar description: Check our Web Forms article about OnCommand. slug: ribbonbar/server-side-programming/events/oncommand +components: ["ribbonbar"] tags: oncommand published: True position: 3 diff --git a/controls/ribbonbar/server-side-programming/events/overview.md b/controls/ribbonbar/server-side-programming/events/overview.md index e9ecfaf5d1..b41374ec7d 100644 --- a/controls/ribbonbar/server-side-programming/events/overview.md +++ b/controls/ribbonbar/server-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Events Overview page_title: Overview - RadRibbonBar description: Check our Web Forms article about Overview. slug: ribbonbar/server-side-programming/events/overview +components: ["ribbonbar"] tags: overview published: True position: 0 diff --git a/controls/ribbonbar/server-side-programming/events/selectedtabchange.md b/controls/ribbonbar/server-side-programming/events/selectedtabchange.md index 5c9bac604a..39cd45d280 100644 --- a/controls/ribbonbar/server-side-programming/events/selectedtabchange.md +++ b/controls/ribbonbar/server-side-programming/events/selectedtabchange.md @@ -3,6 +3,7 @@ title: SelectedTabChange page_title: SelectedTabChange - RadRibbonBar description: Check our Web Forms article about SelectedTabChange. slug: ribbonbar/server-side-programming/events/selectedtabchange +components: ["ribbonbar"] tags: selectedtabchange published: True position: 8 diff --git a/controls/ribbonbar/server-side-programming/events/splitbuttonclick.md b/controls/ribbonbar/server-side-programming/events/splitbuttonclick.md index 2a67c5759e..dc29e59581 100644 --- a/controls/ribbonbar/server-side-programming/events/splitbuttonclick.md +++ b/controls/ribbonbar/server-side-programming/events/splitbuttonclick.md @@ -3,6 +3,7 @@ title: SplitButtonClick page_title: SplitButtonClick - RadRibbonBar description: Check our Web Forms article about SplitButtonClick. slug: ribbonbar/server-side-programming/events/splitbuttonclick +components: ["ribbonbar"] tags: splitbuttonclick published: True position: 7 diff --git a/controls/ribbonbar/server-side-programming/events/togglelisttoggle.md b/controls/ribbonbar/server-side-programming/events/togglelisttoggle.md index c0b50c18e3..b8365d3cbf 100644 --- a/controls/ribbonbar/server-side-programming/events/togglelisttoggle.md +++ b/controls/ribbonbar/server-side-programming/events/togglelisttoggle.md @@ -3,6 +3,7 @@ title: ToggleListToggle page_title: ToggleListToggle - RadRibbonBar description: Check our Web Forms article about ToggleListToggle. slug: ribbonbar/server-side-programming/events/togglelisttoggle +components: ["ribbonbar"] tags: togglelisttoggle published: True position: 9 diff --git a/controls/ribbonbar/structure.md b/controls/ribbonbar/structure.md index 5fae8ba887..d4302dc5bc 100644 --- a/controls/ribbonbar/structure.md +++ b/controls/ribbonbar/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadRibbonBar description: Check our Web Forms article about Structure. slug: ribbonbar/structure +components: ["ribbonbar"] tags: structure published: True position: 1 diff --git a/controls/ribbonbar/templates/accessing-controls-inside-templates.md b/controls/ribbonbar/templates/accessing-controls-inside-templates.md index 2830767c10..d43ac579d7 100644 --- a/controls/ribbonbar/templates/accessing-controls-inside-templates.md +++ b/controls/ribbonbar/templates/accessing-controls-inside-templates.md @@ -3,6 +3,7 @@ title: Accessing Controls Inside Templates page_title: Accessing Controls Inside Templates - RadRibbonBar description: Check our Web Forms article about Accessing Controls Inside Templates. slug: ribbonbar/templates/accessing-controls-inside-templates +components: ["ribbonbar"] tags: accessing,controls,inside,templates published: True position: 0 diff --git a/controls/ribbonbar/templates/adding-templates-at-runtime.md b/controls/ribbonbar/templates/adding-templates-at-runtime.md index af771d1267..85f016a413 100644 --- a/controls/ribbonbar/templates/adding-templates-at-runtime.md +++ b/controls/ribbonbar/templates/adding-templates-at-runtime.md @@ -3,6 +3,7 @@ title: Adding Templates at Runtime page_title: Adding Templates at Runtime - RadRibbonBar description: Check our Web Forms article about Adding Templates at Runtime. slug: ribbonbar/templates/adding-templates-at-runtime +components: ["ribbonbar"] tags: adding,templates,at,runtime published: True position: 1 diff --git a/controls/ribbonbar/xml-export-and-import.md b/controls/ribbonbar/xml-export-and-import.md index 82e608e8ee..25fa50b6be 100644 --- a/controls/ribbonbar/xml-export-and-import.md +++ b/controls/ribbonbar/xml-export-and-import.md @@ -3,6 +3,7 @@ title: XML Export & Import page_title: XML Export & Import - RadRibbonBar description: Check our Web Forms article about XML Export & Import. slug: radribbonbar/xml-export-and-import +components: ["ribbonbar"] tags: xml,export,import published: True position: 4 diff --git a/controls/rotator/accessibility-and-internationalization.md b/controls/rotator/accessibility-and-internationalization.md index 866c559d91..b9e7bd2f49 100644 --- a/controls/rotator/accessibility-and-internationalization.md +++ b/controls/rotator/accessibility-and-internationalization.md @@ -3,6 +3,7 @@ title: Accessibility and Internationalization page_title: Accessibility and Internationalization - RadRotator description: Check our Web Forms article about Accessibility and Internationalization. slug: rotator/accessibility-and-internationalization +components: ["rotator"] tags: accessibility,and,internationalization published: True position: 41 diff --git a/controls/rotator/appearance-and-styling/create-a-custom-skin-from-an-existing-one.md b/controls/rotator/appearance-and-styling/create-a-custom-skin-from-an-existing-one.md index 84b1363356..405b64fd79 100644 --- a/controls/rotator/appearance-and-styling/create-a-custom-skin-from-an-existing-one.md +++ b/controls/rotator/appearance-and-styling/create-a-custom-skin-from-an-existing-one.md @@ -3,6 +3,7 @@ title: Create a Custom Skin from an Existing One page_title: Create a Custom Skin from an Existing One - RadRotator description: Check our Web Forms article about Create a Custom Skin from an Existing One. slug: rotator/appearance-and-styling/create-a-custom-skin-from-an-existing-one +components: ["rotator"] tags: create,a,custom,skin,from,an,existing,one published: True position: 1 diff --git a/controls/rotator/appearance-and-styling/css-classes.md b/controls/rotator/appearance-and-styling/css-classes.md index bc34a09a39..e968525b6f 100644 --- a/controls/rotator/appearance-and-styling/css-classes.md +++ b/controls/rotator/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadRotator description: Check our Web Forms article about CSS Classes. slug: rotator/appearance-and-styling/css-classes +components: ["rotator"] tags: css,classes published: True position: 4 diff --git a/controls/rotator/appearance-and-styling/customize-the-appearance-of-control-buttons.md b/controls/rotator/appearance-and-styling/customize-the-appearance-of-control-buttons.md index c5dbe7dbc3..4bebc1e964 100644 --- a/controls/rotator/appearance-and-styling/customize-the-appearance-of-control-buttons.md +++ b/controls/rotator/appearance-and-styling/customize-the-appearance-of-control-buttons.md @@ -3,6 +3,7 @@ title: Customize the Appearance of Control Buttons page_title: Customize the Appearance of Control Buttons - RadRotator description: Check our Web Forms article about Customize the Appearance of Control Buttons. slug: rotator/appearance-and-styling/customize-the-appearance-of-control-buttons +components: ["rotator"] tags: customize,the,appearance,of,control,buttons published: True position: 3 diff --git a/controls/rotator/appearance-and-styling/customize-the-control-buttons.md b/controls/rotator/appearance-and-styling/customize-the-control-buttons.md index 88aa1a67c0..1dc3783880 100644 --- a/controls/rotator/appearance-and-styling/customize-the-control-buttons.md +++ b/controls/rotator/appearance-and-styling/customize-the-control-buttons.md @@ -3,6 +3,7 @@ title: Customize the Control Buttons page_title: Customize the Control Buttons - RadRotator description: Check our Web Forms article about Customize the Control Buttons. slug: rotator/appearance-and-styling/customize-the-control-buttons +components: ["rotator"] tags: customize,the,control,buttons published: True position: 2 diff --git a/controls/rotator/appearance-and-styling/skins.md b/controls/rotator/appearance-and-styling/skins.md index ebe1b8d051..5bc694156d 100644 --- a/controls/rotator/appearance-and-styling/skins.md +++ b/controls/rotator/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadRotator description: Check our Web Forms article about Skins. slug: rotator/appearance-and-styling/skins +components: ["rotator"] tags: skins published: True position: 0 diff --git a/controls/rotator/appearance-and-styling/understanding-skin-css-file.md b/controls/rotator/appearance-and-styling/understanding-skin-css-file.md index b68e62e59e..2a820b0e73 100644 --- a/controls/rotator/appearance-and-styling/understanding-skin-css-file.md +++ b/controls/rotator/appearance-and-styling/understanding-skin-css-file.md @@ -3,6 +3,7 @@ title: Understanding Skin CSS File page_title: Understanding Skin CSS File - RadRotator description: Check our Web Forms article about Understanding Skin CSS File. slug: rotator/appearance-and-styling/understanding-skin-css-file +components: ["rotator"] tags: understanding,skin,css,file published: True position: 5 diff --git a/controls/rotator/changes-and-backward-compatibility.md b/controls/rotator/changes-and-backward-compatibility.md index f69d5f2459..9223312d54 100644 --- a/controls/rotator/changes-and-backward-compatibility.md +++ b/controls/rotator/changes-and-backward-compatibility.md @@ -3,6 +3,7 @@ title: Changes and Backward Compatibility page_title: Changes and Backward Compatibility - RadRotator description: Check our Web Forms article about Changes and Backward Compatibility. slug: rotator/changes-and-backward-compatibility +components: ["rotator"] tags: changes,and,backward,compatibility published: True position: 1 diff --git a/controls/rotator/client-side-programming/events/onclientdatabound.md b/controls/rotator/client-side-programming/events/onclientdatabound.md index a8404f1b9e..7da2a5fab0 100644 --- a/controls/rotator/client-side-programming/events/onclientdatabound.md +++ b/controls/rotator/client-side-programming/events/onclientdatabound.md @@ -3,6 +3,7 @@ title: OnClientDataBound page_title: OnClientDataBound - RadRotator description: Check our Web Forms article about OnClientDataBound. slug: rotator/client-side-programming/events/onclientdatabound +components: ["rotator"] tags: onclientdatabound published: True position: 11 diff --git a/controls/rotator/client-side-programming/events/onclientitemclicked.md b/controls/rotator/client-side-programming/events/onclientitemclicked.md index babea09617..b3cae7d187 100644 --- a/controls/rotator/client-side-programming/events/onclientitemclicked.md +++ b/controls/rotator/client-side-programming/events/onclientitemclicked.md @@ -3,6 +3,7 @@ title: OnClientItemClicked page_title: OnClientItemClicked - RadRotator description: Check our Web Forms article about OnClientItemClicked. slug: rotator/client-side-programming/events/onclientitemclicked +components: ["rotator"] tags: onclientitemclicked published: True position: 2 diff --git a/controls/rotator/client-side-programming/events/onclientitemclicking.md b/controls/rotator/client-side-programming/events/onclientitemclicking.md index 1de94153d7..e506fe785f 100644 --- a/controls/rotator/client-side-programming/events/onclientitemclicking.md +++ b/controls/rotator/client-side-programming/events/onclientitemclicking.md @@ -3,6 +3,7 @@ title: OnClientItemClicking page_title: OnClientItemClicking - RadRotator description: Check our Web Forms article about OnClientItemClicking. slug: rotator/client-side-programming/events/onclientitemclicking +components: ["rotator"] tags: onclientitemclicking published: True position: 3 diff --git a/controls/rotator/client-side-programming/events/onclientitemdatabound.md b/controls/rotator/client-side-programming/events/onclientitemdatabound.md index 6d1f35a659..77f808f6e0 100644 --- a/controls/rotator/client-side-programming/events/onclientitemdatabound.md +++ b/controls/rotator/client-side-programming/events/onclientitemdatabound.md @@ -3,6 +3,7 @@ title: OnClientItemDataBound page_title: OnClientItemDataBound - RadRotator description: Check our Web Forms article about OnClientItemDataBound. slug: rotator/client-side-programming/events/onclientitemdatabound +components: ["rotator"] tags: onclientitemdatabound published: True position: 12 diff --git a/controls/rotator/client-side-programming/events/onclientitemshowing.md b/controls/rotator/client-side-programming/events/onclientitemshowing.md index ee2880158c..2975d6f3be 100644 --- a/controls/rotator/client-side-programming/events/onclientitemshowing.md +++ b/controls/rotator/client-side-programming/events/onclientitemshowing.md @@ -3,6 +3,7 @@ title: OnClientItemShowing page_title: OnClientItemShowing - RadRotator description: Check our Web Forms article about OnClientItemShowing. slug: rotator/client-side-programming/events/onclientitemshowing +components: ["rotator"] tags: onclientitemshowing published: True position: 4 diff --git a/controls/rotator/client-side-programming/events/onclientitemshown.md b/controls/rotator/client-side-programming/events/onclientitemshown.md index 767e63e75b..d5b6a9c1be 100644 --- a/controls/rotator/client-side-programming/events/onclientitemshown.md +++ b/controls/rotator/client-side-programming/events/onclientitemshown.md @@ -3,6 +3,7 @@ title: OnClientItemShown page_title: OnClientItemShown - RadRotator description: Check our Web Forms article about OnClientItemShown. slug: rotator/client-side-programming/events/onclientitemshown +components: ["rotator"] tags: onclientitemshown published: True position: 5 diff --git a/controls/rotator/client-side-programming/events/onclientitemsrequested.md b/controls/rotator/client-side-programming/events/onclientitemsrequested.md index 3373ab0074..79c945d0db 100644 --- a/controls/rotator/client-side-programming/events/onclientitemsrequested.md +++ b/controls/rotator/client-side-programming/events/onclientitemsrequested.md @@ -3,6 +3,7 @@ title: OnClientItemsRequested page_title: OnClientItemsRequested - RadRotator description: Check our Web Forms article about OnClientItemsRequested. slug: rotator/client-side-programming/events/onclientitemsrequested +components: ["rotator"] tags: onclientitemsrequested published: True position: 6 diff --git a/controls/rotator/client-side-programming/events/onclientitemsrequestfailed.md b/controls/rotator/client-side-programming/events/onclientitemsrequestfailed.md index 1663f7c9c4..6237c8bb62 100644 --- a/controls/rotator/client-side-programming/events/onclientitemsrequestfailed.md +++ b/controls/rotator/client-side-programming/events/onclientitemsrequestfailed.md @@ -3,6 +3,7 @@ title: OnClientItemsRequestFailed page_title: OnClientItemsRequestFailed - RadRotator description: Check our Web Forms article about OnClientItemsRequestFailed. slug: rotator/client-side-programming/events/onclientitemsrequestfailed +components: ["rotator"] tags: onclientitemsrequestfailed published: True position: 7 diff --git a/controls/rotator/client-side-programming/events/onclientitemsrequesting.md b/controls/rotator/client-side-programming/events/onclientitemsrequesting.md index 71f79a913d..b21bddfc3d 100644 --- a/controls/rotator/client-side-programming/events/onclientitemsrequesting.md +++ b/controls/rotator/client-side-programming/events/onclientitemsrequesting.md @@ -3,6 +3,7 @@ title: OnClientItemsRequesting page_title: OnClientItemsRequesting - RadRotator description: Check our Web Forms article about OnClientItemsRequesting. slug: rotator/client-side-programming/events/onclientitemsrequesting +components: ["rotator"] tags: onclientitemsrequesting published: True position: 8 diff --git a/controls/rotator/client-side-programming/events/onclientload.md b/controls/rotator/client-side-programming/events/onclientload.md index 211b52cedc..e6736179e9 100644 --- a/controls/rotator/client-side-programming/events/onclientload.md +++ b/controls/rotator/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadRotator description: Check our Web Forms article about OnClientLoad. slug: rotator/client-side-programming/events/onclientload +components: ["rotator"] tags: onclientload published: True position: 1 diff --git a/controls/rotator/client-side-programming/events/onclientmouseout.md b/controls/rotator/client-side-programming/events/onclientmouseout.md index 66b6f2c613..db5433d9fc 100644 --- a/controls/rotator/client-side-programming/events/onclientmouseout.md +++ b/controls/rotator/client-side-programming/events/onclientmouseout.md @@ -3,6 +3,7 @@ title: OnClientMouseOut page_title: OnClientMouseOut - RadRotator description: Check our Web Forms article about OnClientMouseOut. slug: rotator/client-side-programming/events/onclientmouseout +components: ["rotator"] tags: onclientmouseout published: True position: 9 diff --git a/controls/rotator/client-side-programming/events/onclientmouseover.md b/controls/rotator/client-side-programming/events/onclientmouseover.md index ca892d5b90..ccba03335e 100644 --- a/controls/rotator/client-side-programming/events/onclientmouseover.md +++ b/controls/rotator/client-side-programming/events/onclientmouseover.md @@ -3,6 +3,7 @@ title: OnClientMouseOver page_title: OnClientMouseOver - RadRotator description: Check our Web Forms article about OnClientMouseOver. slug: rotator/client-side-programming/events/onclientmouseover +components: ["rotator"] tags: onclientmouseover published: True position: 10 diff --git a/controls/rotator/client-side-programming/events/onclienttemplatedatabound.md b/controls/rotator/client-side-programming/events/onclienttemplatedatabound.md index 9a4337c4ed..773363a206 100644 --- a/controls/rotator/client-side-programming/events/onclienttemplatedatabound.md +++ b/controls/rotator/client-side-programming/events/onclienttemplatedatabound.md @@ -3,6 +3,7 @@ title: OnClientTemplateDataBound page_title: OnClientTemplateDataBound - RadRotator description: Check our Web Forms article about OnClientTemplateDataBound. slug: rotator/client-side-programming/events/onclienttemplatedatabound +components: ["rotator"] tags: onclienttemplatedatabound published: True position: 13 diff --git a/controls/rotator/client-side-programming/events/overview.md b/controls/rotator/client-side-programming/events/overview.md index dc09627d67..ad3dd6d0b2 100644 --- a/controls/rotator/client-side-programming/events/overview.md +++ b/controls/rotator/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadRotator description: Check our Web Forms article about Overview. slug: rotator/client-side-programming/events/overview +components: ["rotator"] tags: overview published: True position: 0 diff --git a/controls/rotator/client-side-programming/overview.md b/controls/rotator/client-side-programming/overview.md index ae5c86c126..110472b69b 100644 --- a/controls/rotator/client-side-programming/overview.md +++ b/controls/rotator/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadRotator description: Check our Web Forms article about Overview. slug: rotator/client-side-programming/overview +components: ["rotator"] tags: overview published: True position: 0 diff --git a/controls/rotator/data-binding/binding-radticker.md b/controls/rotator/data-binding/binding-radticker.md index 9c3f73d8f8..09e01f5b49 100644 --- a/controls/rotator/data-binding/binding-radticker.md +++ b/controls/rotator/data-binding/binding-radticker.md @@ -3,6 +3,7 @@ title: Binding RadTicker page_title: Binding RadTicker - RadRotator description: Check our Web Forms article about Binding RadTicker. slug: rotator/data-binding/binding-radticker +components: ["rotator"] tags: binding,radticker published: True position: 1 diff --git a/controls/rotator/data-binding/binding-to-asp-datasource-components.md b/controls/rotator/data-binding/binding-to-asp-datasource-components.md index 893e584071..bf01f8cdbd 100644 --- a/controls/rotator/data-binding/binding-to-asp-datasource-components.md +++ b/controls/rotator/data-binding/binding-to-asp-datasource-components.md @@ -3,6 +3,7 @@ title: Binding to ASP DataSource Components page_title: Binding to ASP DataSource Components - RadRotator description: Check our Web Forms article about Binding to ASP DataSource Components. slug: rotator/data-binding/binding-to-asp-datasource-components +components: ["rotator"] tags: binding,to,asp,datasource,components published: True position: 0 diff --git a/controls/rotator/data-binding/client-side-data-binding.md b/controls/rotator/data-binding/client-side-data-binding.md index 88a7e1d539..712952ff12 100644 --- a/controls/rotator/data-binding/client-side-data-binding.md +++ b/controls/rotator/data-binding/client-side-data-binding.md @@ -3,6 +3,7 @@ title: Client-side Data Binding page_title: Client-side Data Binding - RadRotator description: Check our Web Forms article about Client-side Data Binding. slug: rotator/data-binding/client-side-data-binding +components: ["rotator"] tags: client-side,data,binding published: True position: 2 diff --git a/controls/rotator/design-time.md b/controls/rotator/design-time.md index cf17ba4cdd..15476791bb 100644 --- a/controls/rotator/design-time.md +++ b/controls/rotator/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadRotator description: Check our Web Forms article about Design Time. slug: rotator/design-time +components: ["rotator"] tags: design,time published: True position: 3 diff --git a/controls/rotator/functionality/adrotator.md b/controls/rotator/functionality/adrotator.md index 0141849271..655054e2fc 100644 --- a/controls/rotator/functionality/adrotator.md +++ b/controls/rotator/functionality/adrotator.md @@ -3,6 +3,7 @@ title: AdRotator page_title: AdRotator - RadRotator description: Check our Web Forms article about AdRotator. slug: rotator/functionality/adrotator +components: ["rotator"] tags: adrotator published: True position: 1 diff --git a/controls/rotator/functionality/load-on-demand.md b/controls/rotator/functionality/load-on-demand.md index 8a45557d8c..0aac8ea8fe 100644 --- a/controls/rotator/functionality/load-on-demand.md +++ b/controls/rotator/functionality/load-on-demand.md @@ -3,6 +3,7 @@ title: Load On Demand page_title: Load On Demand - RadRotator description: Check our Web Forms article about Load On Demand. slug: rotator/functionality/load-on-demand +components: ["rotator"] tags: load,on,demand published: True position: 2 diff --git a/controls/rotator/functionality/radrotator-types.md b/controls/rotator/functionality/radrotator-types.md index 2055199606..c4f8e4846c 100644 --- a/controls/rotator/functionality/radrotator-types.md +++ b/controls/rotator/functionality/radrotator-types.md @@ -3,6 +3,7 @@ title: RadRotator Types page_title: RadRotator Types - RadRotator description: Check our Web Forms article about RadRotator Types. slug: rotator/functionality/radrotator-types +components: ["rotator"] tags: radrotator,types published: True position: 0 diff --git a/controls/rotator/getting-started/how-to-configure-animations.md b/controls/rotator/getting-started/how-to-configure-animations.md index bf36d023d5..3e0f4778a0 100644 --- a/controls/rotator/getting-started/how-to-configure-animations.md +++ b/controls/rotator/getting-started/how-to-configure-animations.md @@ -3,6 +3,7 @@ title: How To Configure Animations page_title: How To Configure Animations - RadRotator description: Check our Web Forms article about How To Configure Animations. slug: rotator/getting-started/how-to-configure-animations +components: ["rotator"] tags: how,to,configure,animations published: True position: 2 diff --git a/controls/rotator/getting-started/how-to-configure-size-of-rotator-with-buttons.md b/controls/rotator/getting-started/how-to-configure-size-of-rotator-with-buttons.md index 796346889c..1c35e98168 100644 --- a/controls/rotator/getting-started/how-to-configure-size-of-rotator-with-buttons.md +++ b/controls/rotator/getting-started/how-to-configure-size-of-rotator-with-buttons.md @@ -3,6 +3,7 @@ title: How To Configure Size of Rotator with Buttons page_title: How To Configure Size of Rotator with Buttons - RadRotator description: Check our Web Forms article about How To Configure Size of Rotator with Buttons. slug: rotator/getting-started/how-to-configure-size-of-rotator-with-buttons +components: ["rotator"] tags: how,to,configure,size,of,rotator,with,buttons published: True position: 1 diff --git a/controls/rotator/getting-started/overview.md b/controls/rotator/getting-started/overview.md index b1c84cbaf0..e56f78d258 100644 --- a/controls/rotator/getting-started/overview.md +++ b/controls/rotator/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Getting Started Overview - RadRotator description: Check our Web Forms article about Overview. slug: rotator/getting-started/overview +components: ["rotator"] tags: overview published: True position: 0 diff --git a/controls/rotator/how-to/persisting-radrotator's-coverflow-animation-through-an-ajax-request.md b/controls/rotator/how-to/persisting-radrotator's-coverflow-animation-through-an-ajax-request.md index 40a4241b8c..75bf4931a8 100644 --- a/controls/rotator/how-to/persisting-radrotator's-coverflow-animation-through-an-ajax-request.md +++ b/controls/rotator/how-to/persisting-radrotator's-coverflow-animation-through-an-ajax-request.md @@ -3,6 +3,7 @@ title: Persisting RadRotator's CoverFlow Animation Through an AJAX Request page_title: Persisting RadRotator's CoverFlow Animation Through an AJAX Request - RadRotator description: Check our Web Forms article about Persisting RadRotator's CoverFlow Animation Through an AJAX Request. slug: rotator/how-to/persisting-radrotator's-coverflow-animation-through-an-ajax-request +components: ["rotator"] tags: persisting,radrotator's,coverflow,animation,through,an,ajax,request published: True position: 0 diff --git a/controls/rotator/mobile-support/elastic-capabilities.md b/controls/rotator/mobile-support/elastic-capabilities.md index ce15bb56d6..203ca7fe27 100644 --- a/controls/rotator/mobile-support/elastic-capabilities.md +++ b/controls/rotator/mobile-support/elastic-capabilities.md @@ -3,6 +3,7 @@ title: Elastic Capabilities page_title: Elastic Capabilities - RadRotator description: Check our Web Forms article about Elastic Capabilities. slug: rotator/mobile-support/elastic-capabilities +components: ["rotator"] tags: elastic,capabilities published: True position: 1 diff --git a/controls/rotator/mobile-support/fluid-capabilities.md b/controls/rotator/mobile-support/fluid-capabilities.md index dec1e6d91d..a02c873d16 100644 --- a/controls/rotator/mobile-support/fluid-capabilities.md +++ b/controls/rotator/mobile-support/fluid-capabilities.md @@ -3,6 +3,7 @@ title: Fluid Capabilities page_title: Fluid Capabilities - RadRotator description: Check our Web Forms article about Fluid Capabilities. slug: rotator/mobile-support/fluid-capabilities +components: ["rotator"] tags: fluid,capabilities published: True position: 2 diff --git a/controls/rotator/mobile-support/overview.md b/controls/rotator/mobile-support/overview.md index ba4712910e..f3c4ec49f7 100644 --- a/controls/rotator/mobile-support/overview.md +++ b/controls/rotator/mobile-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Mobile Support Overview - RadRotator description: Check our Web Forms article about Overview. slug: rotator/mobile-support/overview +components: ["rotator"] tags: overview published: True position: 0 diff --git a/controls/rotator/mobile-support/radticker-elastic-capabilities.md b/controls/rotator/mobile-support/radticker-elastic-capabilities.md index ebe3097d8a..3fb031b079 100644 --- a/controls/rotator/mobile-support/radticker-elastic-capabilities.md +++ b/controls/rotator/mobile-support/radticker-elastic-capabilities.md @@ -3,6 +3,7 @@ title: RadTicker Elastic Capabilities page_title: RadTicker Elastic Capabilities - RadRotator description: Check our Web Forms article about RadTicker Elastic Capabilities. slug: rotator/mobile-support/radticker-elastic-capabilities +components: ["rotator"] tags: radticker,elastic,capabilities published: True position: 2 diff --git a/controls/rotator/overview.md b/controls/rotator/overview.md index a7ba11c687..3b7ad6f72c 100644 --- a/controls/rotator/overview.md +++ b/controls/rotator/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Rotator Overview description: Check our Web Forms article about Overview. slug: rotator/overview +components: ["rotator"] tags: overview published: True position: 0 diff --git a/controls/rotator/server-side-programming/events.md b/controls/rotator/server-side-programming/events.md index 3112d6d2cc..756da35ed8 100644 --- a/controls/rotator/server-side-programming/events.md +++ b/controls/rotator/server-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Events - RadRotator description: Check our Web Forms article about Events. slug: rotator/server-side-programming/events +components: ["rotator"] tags: events published: True position: 1 diff --git a/controls/rotator/server-side-programming/overview.md b/controls/rotator/server-side-programming/overview.md index 79f1018dc0..488eedbb89 100644 --- a/controls/rotator/server-side-programming/overview.md +++ b/controls/rotator/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadRotator description: Check our Web Forms article about Overview. slug: rotator/server-side-programming/overview +components: ["rotator"] tags: overview published: True position: 0 diff --git a/controls/rotator/troubleshooting/initially-hidden.md b/controls/rotator/troubleshooting/initially-hidden.md index 5997e0ae3e..d0e2d16483 100644 --- a/controls/rotator/troubleshooting/initially-hidden.md +++ b/controls/rotator/troubleshooting/initially-hidden.md @@ -3,6 +3,7 @@ title: Initially Hidden Rotator Does Not Show page_title: Initially Hidden Rotator Does Not Show - RadRotator description: Check our Web Forms article about show initially hidden rotator with JavaScript or CSS. slug: rotator/troubleshooting/initially-hidden +components: ["rotator"] tags: initially,hidden,show,css,javascript,collapsed published: True position: 0 diff --git a/controls/scheduler/accessibility-and-internationalization/date-and-time-formats.md b/controls/scheduler/accessibility-and-internationalization/date-and-time-formats.md index 32783828c2..ff9f6e65c6 100644 --- a/controls/scheduler/accessibility-and-internationalization/date-and-time-formats.md +++ b/controls/scheduler/accessibility-and-internationalization/date-and-time-formats.md @@ -3,6 +3,7 @@ title: Date and Time Formats page_title: Date and Time Formats - RadScheduler description: Check our Web Forms article about Date and Time Formats. slug: scheduler/accessibility-and-internationalization/date-and-time-formats +components: ["scheduler"] tags: date,and,time,formats published: True position: 1 diff --git a/controls/scheduler/accessibility-and-internationalization/handling-time-zones.md b/controls/scheduler/accessibility-and-internationalization/handling-time-zones.md index 12741af32e..5174e6a360 100644 --- a/controls/scheduler/accessibility-and-internationalization/handling-time-zones.md +++ b/controls/scheduler/accessibility-and-internationalization/handling-time-zones.md @@ -3,6 +3,7 @@ title: Handling Time Zones page_title: Handling Time Zones - RadScheduler description: Check our Web Forms article about Handling Time Zones. slug: scheduler/accessibility-and-internationalization/handling-time-zones +components: ["scheduler"] tags: handling,time,zones published: True position: 2 diff --git a/controls/scheduler/accessibility-and-internationalization/keyboard-support.md b/controls/scheduler/accessibility-and-internationalization/keyboard-support.md index 932bc938d3..6ba1c03d50 100644 --- a/controls/scheduler/accessibility-and-internationalization/keyboard-support.md +++ b/controls/scheduler/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadScheduler description: Check our Web Forms article about Keyboard Support. slug: scheduler/accessibility-and-internationalization/keyboard-support +components: ["scheduler"] tags: keyboard,support published: True position: 4 diff --git a/controls/scheduler/accessibility-and-internationalization/localization-with-web-service-binding.md b/controls/scheduler/accessibility-and-internationalization/localization-with-web-service-binding.md index ba594857f2..b7b33e676e 100644 --- a/controls/scheduler/accessibility-and-internationalization/localization-with-web-service-binding.md +++ b/controls/scheduler/accessibility-and-internationalization/localization-with-web-service-binding.md @@ -3,6 +3,7 @@ title: Localization with Web Service binding page_title: Localization with Web Service binding - RadScheduler description: Check our Web Forms article about Localization with Web Service binding. slug: scheduler/accessibility-and-internationalization/localization-with-web-service-binding +components: ["scheduler"] tags: localization,with,web,service,binding published: False position: 3 diff --git a/controls/scheduler/accessibility-and-internationalization/translating-strings.md b/controls/scheduler/accessibility-and-internationalization/translating-strings.md index 716ab3032b..2271fd4cf4 100644 --- a/controls/scheduler/accessibility-and-internationalization/translating-strings.md +++ b/controls/scheduler/accessibility-and-internationalization/translating-strings.md @@ -3,6 +3,7 @@ title: Translating Strings page_title: Translating Strings - RadScheduler description: Check our Web Forms article about Translating Strings. slug: scheduler/accessibility-and-internationalization/translating-strings +components: ["scheduler"] tags: translating,strings published: True position: 0 diff --git a/controls/scheduler/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/scheduler/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index e04bb403d9..100c70cd8b 100644 --- a/controls/scheduler/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/scheduler/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadScheduler description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: scheduler/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["scheduler"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 4 diff --git a/controls/scheduler/appearance-and-styling/controlling-appearance.md b/controls/scheduler/appearance-and-styling/controlling-appearance.md index 796cb4f992..34d4b71aad 100644 --- a/controls/scheduler/appearance-and-styling/controlling-appearance.md +++ b/controls/scheduler/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadScheduler description: Check our Web Forms article about Controlling Appearance. slug: scheduler/appearance-and-styling/controlling-appearance +components: ["scheduler"] tags: controlling,appearance published: True position: 0 diff --git a/controls/scheduler/appearance-and-styling/horizontal-scrolling.md b/controls/scheduler/appearance-and-styling/horizontal-scrolling.md index adf58c6fa5..c6dc333a95 100644 --- a/controls/scheduler/appearance-and-styling/horizontal-scrolling.md +++ b/controls/scheduler/appearance-and-styling/horizontal-scrolling.md @@ -3,6 +3,7 @@ title: Horizontal Scrolling page_title: Horizontal Scrolling - RadScheduler description: Check our Web Forms article about Horizontal Scrolling. slug: scheduler/appearance-and-styling/horizontal-scrolling +components: ["scheduler"] tags: horizontal,scrolling published: True position: 4 diff --git a/controls/scheduler/appearance-and-styling/inline-form-resizing.md b/controls/scheduler/appearance-and-styling/inline-form-resizing.md index e2d989dd36..af368bc477 100644 --- a/controls/scheduler/appearance-and-styling/inline-form-resizing.md +++ b/controls/scheduler/appearance-and-styling/inline-form-resizing.md @@ -3,6 +3,7 @@ title: Inline Form Resizing page_title: Inline Form Resizing - RadScheduler description: Check our Web Forms article about Inline Form Resizing. slug: scheduler/appearance-and-styling/inline-form-resizing +components: ["scheduler"] tags: inline,form,resizing published: True position: 5 diff --git a/controls/scheduler/appearance-and-styling/setting-rowheight-according-to-fontsize.md b/controls/scheduler/appearance-and-styling/setting-rowheight-according-to-fontsize.md index dbdc8e0ec1..5b77fe11f3 100644 --- a/controls/scheduler/appearance-and-styling/setting-rowheight-according-to-fontsize.md +++ b/controls/scheduler/appearance-and-styling/setting-rowheight-according-to-fontsize.md @@ -3,6 +3,7 @@ title: Setting RowHeight According to the Currently Used Font Size page_title: Setting RowHeight According to the Currently Used Font Size - RadScheduler description: Check our Web Forms article about Setting RowHeight According to the Currently Used Font Size. slug: scheduler/appearance-and-styling/setting-rowheight-according-to-fontsize +components: ["scheduler"] tags: setting,styles,rowheight,fontsize published: True position: 7 diff --git a/controls/scheduler/appearance-and-styling/setting-styles-for-appointments.md b/controls/scheduler/appearance-and-styling/setting-styles-for-appointments.md index f489a5bb5a..dd2f2d0df1 100644 --- a/controls/scheduler/appearance-and-styling/setting-styles-for-appointments.md +++ b/controls/scheduler/appearance-and-styling/setting-styles-for-appointments.md @@ -3,6 +3,7 @@ title: Setting Styles for Appointments page_title: Setting Styles for Appointments - RadScheduler description: Check our Web Forms article about Setting Styles for Appointments. slug: scheduler/appearance-and-styling/setting-styles-for-appointments +components: ["scheduler"] tags: setting,styles,for,appointments published: True position: 6 diff --git a/controls/scheduler/appearance-and-styling/skins.md b/controls/scheduler/appearance-and-styling/skins.md index a644e9fa85..019464895a 100644 --- a/controls/scheduler/appearance-and-styling/skins.md +++ b/controls/scheduler/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadScheduler description: Check our Web Forms article about Skins. slug: scheduler/appearance-and-styling/skins +components: ["scheduler"] tags: skins published: True position: 1 diff --git a/controls/scheduler/appearance-and-styling/templates.md b/controls/scheduler/appearance-and-styling/templates.md index 844ecc14b3..7c298ebb1c 100644 --- a/controls/scheduler/appearance-and-styling/templates.md +++ b/controls/scheduler/appearance-and-styling/templates.md @@ -3,6 +3,7 @@ title: Templates page_title: Templates - RadScheduler description: Check our Web Forms article about Templates. slug: scheduler/appearance-and-styling/templates +components: ["scheduler"] tags: templates published: True position: 3 diff --git a/controls/scheduler/appearance-and-styling/views.md b/controls/scheduler/appearance-and-styling/views.md index b282ba5952..52a4ceb31e 100644 --- a/controls/scheduler/appearance-and-styling/views.md +++ b/controls/scheduler/appearance-and-styling/views.md @@ -3,6 +3,7 @@ title: Views page_title: Views - RadScheduler description: Check our Web Forms article about Views. slug: scheduler/appearance-and-styling/views +components: ["scheduler"] tags: views published: False position: 2 diff --git a/controls/scheduler/changes-and-backward-compatibility.md b/controls/scheduler/changes-and-backward-compatibility.md index e0aad45c9e..48a08e2d66 100644 --- a/controls/scheduler/changes-and-backward-compatibility.md +++ b/controls/scheduler/changes-and-backward-compatibility.md @@ -3,6 +3,7 @@ title: Changes and Backward Compatibility page_title: Changes and Backward Compatibility - RadScheduler description: Check our Web Forms article about Changes and Backward Compatibility. slug: scheduler/changes-and-backward-compatibility +components: ["scheduler"] tags: changes,and,backward,compatibility published: True position: 2 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentclick.md b/controls/scheduler/client-side-programming/events/onclientappointmentclick.md index 4a6aebe34b..bbd1c53879 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentclick.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentclick.md @@ -3,6 +3,7 @@ title: OnClientAppointmentClick page_title: OnClientAppointmentClick - RadScheduler description: Check our Web Forms article about OnClientAppointmentClick. slug: scheduler/client-side-programming/events/onclientappointmentclick +components: ["scheduler"] tags: onclientappointmentclick published: True position: 1 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentcontextmenu.md b/controls/scheduler/client-side-programming/events/onclientappointmentcontextmenu.md index ebed612548..83bf230d3d 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentcontextmenu.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentcontextmenu.md @@ -3,6 +3,7 @@ title: OnClientAppointmentContextMenu page_title: OnClientAppointmentContextMenu - RadScheduler description: Check our Web Forms article about OnClientAppointmentContextMenu. slug: scheduler/client-side-programming/events/onclientappointmentcontextmenu +components: ["scheduler"] tags: onclientappointmentcontextmenu published: True position: 3 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentcontextmenuitemclicked.md b/controls/scheduler/client-side-programming/events/onclientappointmentcontextmenuitemclicked.md index 859da1d2ab..923621e326 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentcontextmenuitemclicked.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentcontextmenuitemclicked.md @@ -3,6 +3,7 @@ title: OnClientAppointmentContextMenuItemClicked page_title: OnClientAppointmentContextMenuItemClicked - RadScheduler description: Check our Web Forms article about OnClientAppointmentContextMenuItemClicked. slug: scheduler/client-side-programming/events/onclientappointmentcontextmenuitemclicked +components: ["scheduler"] tags: onclientappointmentcontextmenuitemclicked published: True position: 38 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentcontextmenuitemclicking.md b/controls/scheduler/client-side-programming/events/onclientappointmentcontextmenuitemclicking.md index 5a97630a43..853866d35d 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentcontextmenuitemclicking.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentcontextmenuitemclicking.md @@ -3,6 +3,7 @@ title: OnClientAppointmentContextMenuItemClicking page_title: OnClientAppointmentContextMenuItemClicking - RadScheduler description: Check our Web Forms article about OnClientAppointmentContextMenuItemClicking. slug: scheduler/client-side-programming/events/onclientappointmentcontextmenuitemclicking +components: ["scheduler"] tags: onclientappointmentcontextmenuitemclicking published: True position: 37 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentcreated.md b/controls/scheduler/client-side-programming/events/onclientappointmentcreated.md index 902aa107d3..7cf228c0d9 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentcreated.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentcreated.md @@ -3,6 +3,7 @@ title: OnClientAppointmentCreated page_title: OnClientAppointmentCreated - RadScheduler description: Check our Web Forms article about OnClientAppointmentCreated. slug: scheduler/client-side-programming/events/onclientappointmentcreated +components: ["scheduler"] tags: onclientappointmentcreated published: True position: 21 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentdatabound.md b/controls/scheduler/client-side-programming/events/onclientappointmentdatabound.md index 1429439d30..c13248fab8 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentdatabound.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentdatabound.md @@ -3,6 +3,7 @@ title: OnClientAppointmentDataBound page_title: OnClientAppointmentDataBound - RadScheduler description: Check our Web Forms article about OnClientAppointmentDataBound. slug: scheduler/client-side-programming/events/onclientappointmentdatabound +components: ["scheduler"] tags: onclientappointmentdatabound published: True position: 20 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentdeleting.md b/controls/scheduler/client-side-programming/events/onclientappointmentdeleting.md index ab612c7f83..37c7b81d62 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentdeleting.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentdeleting.md @@ -3,6 +3,7 @@ title: OnClientAppointmentDeleting page_title: OnClientAppointmentDeleting - RadScheduler description: Check our Web Forms article about OnClientAppointmentDeleting. slug: scheduler/client-side-programming/events/onclientappointmentdeleting +components: ["scheduler"] tags: onclientappointmentdeleting published: True position: 4 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentdoubleclick.md b/controls/scheduler/client-side-programming/events/onclientappointmentdoubleclick.md index 68bb840275..c9ea3fe906 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentdoubleclick.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentdoubleclick.md @@ -3,6 +3,7 @@ title: OnClientAppointmentDoubleClick page_title: OnClientAppointmentDoubleClick - RadScheduler description: Check our Web Forms article about OnClientAppointmentDoubleClick. slug: scheduler/client-side-programming/events/onclientappointmentdoubleclick +components: ["scheduler"] tags: onclientappointmentdoubleclick published: True position: 2 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentediting.md b/controls/scheduler/client-side-programming/events/onclientappointmentediting.md index ca5bacdb27..7d0b23203c 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentediting.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentediting.md @@ -3,6 +3,7 @@ title: OnClientAppointmentEditing page_title: OnClientAppointmentEditing - RadScheduler description: Check our Web Forms article about OnClientAppointmentEditing. slug: scheduler/client-side-programming/events/onclientappointmentediting +components: ["scheduler"] tags: onclientappointmentediting published: True position: 5 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentinserting.md b/controls/scheduler/client-side-programming/events/onclientappointmentinserting.md index cc8f2eb287..ec257c4905 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentinserting.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentinserting.md @@ -3,6 +3,7 @@ title: OnClientAppointmentInserting page_title: OnClientAppointmentInserting - RadScheduler description: Check our Web Forms article about OnClientAppointmentInserting. slug: scheduler/client-side-programming/events/onclientappointmentinserting +components: ["scheduler"] tags: onclientappointmentinserting published: True position: 6 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentmoveend.md b/controls/scheduler/client-side-programming/events/onclientappointmentmoveend.md index 0769138f21..d26715709b 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentmoveend.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentmoveend.md @@ -3,6 +3,7 @@ title: OnClientAppointmentMoveEnd page_title: OnClientAppointmentMoveEnd - RadScheduler description: Check our Web Forms article about OnClientAppointmentMoveEnd. slug: scheduler/client-side-programming/events/onclientappointmentmoveend +components: ["scheduler"] tags: onclientappointmentmoveend published: True position: 12 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentmovestart.md b/controls/scheduler/client-side-programming/events/onclientappointmentmovestart.md index 605011cd28..72007fbdba 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentmovestart.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentmovestart.md @@ -3,6 +3,7 @@ title: OnClientAppointmentMoveStart page_title: OnClientAppointmentMoveStart - RadScheduler description: Check our Web Forms article about OnClientAppointmentMoveStart. slug: scheduler/client-side-programming/events/onclientappointmentmovestart +components: ["scheduler"] tags: onclientappointmentmovestart published: True position: 10 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentmoving.md b/controls/scheduler/client-side-programming/events/onclientappointmentmoving.md index 26ce91df78..b622d29d6e 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentmoving.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentmoving.md @@ -3,6 +3,7 @@ title: OnClientAppointmentMoving page_title: OnClientAppointmentMoving - RadScheduler description: Check our Web Forms article about OnClientAppointmentMoving. slug: scheduler/client-side-programming/events/onclientappointmentmoving +components: ["scheduler"] tags: onclientappointmentmoving published: True position: 11 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentresizeend.md b/controls/scheduler/client-side-programming/events/onclientappointmentresizeend.md index b86bf3c029..10ce6ebcf4 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentresizeend.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentresizeend.md @@ -3,6 +3,7 @@ title: OnClientAppointmentResizeEnd page_title: OnClientAppointmentResizeEnd - RadScheduler description: Check our Web Forms article about OnClientAppointmentResizeEnd. slug: scheduler/client-side-programming/events/onclientappointmentresizeend +components: ["scheduler"] tags: onclientappointmentresizeend published: True position: 9 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentresizestart.md b/controls/scheduler/client-side-programming/events/onclientappointmentresizestart.md index dd22e0e1ab..3e1e9e3540 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentresizestart.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentresizestart.md @@ -3,6 +3,7 @@ title: OnClientAppointmentResizeStart page_title: OnClientAppointmentResizeStart - RadScheduler description: Check our Web Forms article about OnClientAppointmentResizeStart. slug: scheduler/client-side-programming/events/onclientappointmentresizestart +components: ["scheduler"] tags: onclientappointmentresizestart published: True position: 7 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentresizing.md b/controls/scheduler/client-side-programming/events/onclientappointmentresizing.md index c6ba06b105..a4fc871f56 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentresizing.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentresizing.md @@ -3,6 +3,7 @@ title: OnClientAppointmentResizing page_title: OnClientAppointmentResizing - RadScheduler description: Check our Web Forms article about OnClientAppointmentResizing. slug: scheduler/client-side-programming/events/onclientappointmentresizing +components: ["scheduler"] tags: onclientappointmentresizing published: True position: 8 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentserialized.md b/controls/scheduler/client-side-programming/events/onclientappointmentserialized.md index bd3adca7cf..b7d65835af 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentserialized.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentserialized.md @@ -3,6 +3,7 @@ title: OnClientAppointmentSerialized page_title: OnClientAppointmentSerialized - RadScheduler description: Check our Web Forms article about OnClientAppointmentSerialized. slug: scheduler/client-side-programming/events/onclientappointmentserialized +components: ["scheduler"] tags: onclientappointmentserialized published: True position: 29 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentspopulated.md b/controls/scheduler/client-side-programming/events/onclientappointmentspopulated.md index 7fe68ff3ee..22aa0290e7 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentspopulated.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentspopulated.md @@ -3,6 +3,7 @@ title: OnClientAppointmentsPopulated page_title: OnClientAppointmentsPopulated - RadScheduler description: Check our Web Forms article about OnClientAppointmentsPopulated. slug: scheduler/client-side-programming/events/onclientappointmentspopulated +components: ["scheduler"] tags: onclientappointmentspopulated published: True position: 19 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentspopulating.md b/controls/scheduler/client-side-programming/events/onclientappointmentspopulating.md index d97acff185..fb25edadbd 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentspopulating.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentspopulating.md @@ -3,6 +3,7 @@ title: OnClientAppointmentsPopulating page_title: OnClientAppointmentsPopulating - RadScheduler description: Check our Web Forms article about OnClientAppointmentsPopulating. slug: scheduler/client-side-programming/events/onclientappointmentspopulating +components: ["scheduler"] tags: onclientappointmentspopulating published: True position: 18 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentwebservicedeleting.md b/controls/scheduler/client-side-programming/events/onclientappointmentwebservicedeleting.md index a141fe98e4..ae80f48a4d 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentwebservicedeleting.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentwebservicedeleting.md @@ -3,6 +3,7 @@ title: OnClientAppointmentWebServiceDeleting page_title: OnClientAppointmentWebServiceDeleting - RadScheduler description: Check our Web Forms article about OnClientAppointmentWebServiceDeleting. slug: scheduler/client-side-programming/events/onclientappointmentwebservicedeleting +components: ["scheduler"] tags: onclientappointmentwebservicedeleting published: True position: 27 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentwebserviceinserting.md b/controls/scheduler/client-side-programming/events/onclientappointmentwebserviceinserting.md index fe986d7ba4..8f8eeaf0d1 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentwebserviceinserting.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentwebserviceinserting.md @@ -3,6 +3,7 @@ title: OnClientAppointmentWebServiceInserting page_title: OnClientAppointmentWebServiceInserting - RadScheduler description: Check our Web Forms article about OnClientAppointmentWebServiceInserting. slug: scheduler/client-side-programming/events/onclientappointmentwebserviceinserting +components: ["scheduler"] tags: onclientappointmentwebserviceinserting published: True position: 26 diff --git a/controls/scheduler/client-side-programming/events/onclientappointmentwebserviceupdating.md b/controls/scheduler/client-side-programming/events/onclientappointmentwebserviceupdating.md index 7e36c70c5c..58139b17a1 100644 --- a/controls/scheduler/client-side-programming/events/onclientappointmentwebserviceupdating.md +++ b/controls/scheduler/client-side-programming/events/onclientappointmentwebserviceupdating.md @@ -3,6 +3,7 @@ title: OnClientAppointmentWebServiceUpdating page_title: OnClientAppointmentWebServiceUpdating - RadScheduler description: Check our Web Forms article about OnClientAppointmentWebServiceUpdating. slug: scheduler/client-side-programming/events/onclientappointmentwebserviceupdating +components: ["scheduler"] tags: onclientappointmentwebserviceupdating published: True position: 28 diff --git a/controls/scheduler/client-side-programming/events/onclientdatabound.md b/controls/scheduler/client-side-programming/events/onclientdatabound.md index 316a6f6a74..54f2d0f826 100644 --- a/controls/scheduler/client-side-programming/events/onclientdatabound.md +++ b/controls/scheduler/client-side-programming/events/onclientdatabound.md @@ -3,6 +3,7 @@ title: OnClientDataBound page_title: OnClientDataBound - RadScheduler description: Check our Web Forms article about OnClientDataBound. slug: scheduler/client-side-programming/events/onclientdatabound +components: ["scheduler"] tags: onclientdatabound published: True position: 24 diff --git a/controls/scheduler/client-side-programming/events/onclientformcreated.md b/controls/scheduler/client-side-programming/events/onclientformcreated.md index 0abde6a0f7..e8a3c6c3e0 100644 --- a/controls/scheduler/client-side-programming/events/onclientformcreated.md +++ b/controls/scheduler/client-side-programming/events/onclientformcreated.md @@ -3,6 +3,7 @@ title: OnClientFormCreated page_title: OnClientFormCreated - RadScheduler description: Check our Web Forms article about OnClientFormCreated. slug: scheduler/client-side-programming/events/onclientformcreated +components: ["scheduler"] tags: onclientformcreated published: True position: 17 diff --git a/controls/scheduler/client-side-programming/events/onclientnavigationcommand.md b/controls/scheduler/client-side-programming/events/onclientnavigationcommand.md index b3e3c9e91a..963980f0a4 100644 --- a/controls/scheduler/client-side-programming/events/onclientnavigationcommand.md +++ b/controls/scheduler/client-side-programming/events/onclientnavigationcommand.md @@ -3,6 +3,7 @@ title: OnClientNavigationCommand page_title: OnClientNavigationCommand - RadScheduler description: Check our Web Forms article about OnClientNavigationCommand. slug: scheduler/client-side-programming/events/onclientnavigationcommand +components: ["scheduler"] tags: onclientnavigationcommand published: True position: 34 diff --git a/controls/scheduler/client-side-programming/events/onclientnavigationcomplete.md b/controls/scheduler/client-side-programming/events/onclientnavigationcomplete.md index c3ca773c99..642b220428 100644 --- a/controls/scheduler/client-side-programming/events/onclientnavigationcomplete.md +++ b/controls/scheduler/client-side-programming/events/onclientnavigationcomplete.md @@ -3,6 +3,7 @@ title: OnClientNavigationComplete page_title: OnClientNavigationComplete - RadScheduler description: Check our Web Forms article about OnClientNavigationComplete. slug: scheduler/client-side-programming/events/onclientnavigationcomplete +components: ["scheduler"] tags: onclientnavigationcomplete published: True position: 33 diff --git a/controls/scheduler/client-side-programming/events/onclientrecurrenceactiondialogclosed.md b/controls/scheduler/client-side-programming/events/onclientrecurrenceactiondialogclosed.md index 938d4a7fb4..a69e1bdfab 100644 --- a/controls/scheduler/client-side-programming/events/onclientrecurrenceactiondialogclosed.md +++ b/controls/scheduler/client-side-programming/events/onclientrecurrenceactiondialogclosed.md @@ -3,6 +3,7 @@ title: OnClientRecurrenceActionDialogClosed page_title: OnClientRecurrenceActionDialogClosed - RadScheduler description: Check our Web Forms article about OnClientRecurrenceActionDialogClosed. slug: scheduler/client-side-programming/events/onclientrecurrenceactiondialogclosed +components: ["scheduler"] tags: onclientrecurrenceactiondialogclosed published: True position: 16 diff --git a/controls/scheduler/client-side-programming/events/onclientrecurrenceactiondialogshowing.md b/controls/scheduler/client-side-programming/events/onclientrecurrenceactiondialogshowing.md index edfd9b871d..a06caae1de 100644 --- a/controls/scheduler/client-side-programming/events/onclientrecurrenceactiondialogshowing.md +++ b/controls/scheduler/client-side-programming/events/onclientrecurrenceactiondialogshowing.md @@ -3,6 +3,7 @@ title: OnClientRecurrenceActionDialogShowing page_title: OnClientRecurrenceActionDialogShowing - RadScheduler description: Check our Web Forms article about OnClientRecurrenceActionDialogShowing. slug: scheduler/client-side-programming/events/onclientrecurrenceactiondialogshowing +components: ["scheduler"] tags: onclientrecurrenceactiondialogshowing published: True position: 15 diff --git a/controls/scheduler/client-side-programming/events/onclientrecurrenceexceptioncreating.md b/controls/scheduler/client-side-programming/events/onclientrecurrenceexceptioncreating.md index 320f5397a0..d0fc3f689e 100644 --- a/controls/scheduler/client-side-programming/events/onclientrecurrenceexceptioncreating.md +++ b/controls/scheduler/client-side-programming/events/onclientrecurrenceexceptioncreating.md @@ -3,6 +3,7 @@ title: OnClientRecurrenceExceptionCreating page_title: OnClientRecurrenceExceptionCreating - RadScheduler description: Check our Web Forms article about OnClientRecurrenceExceptionCreating. slug: scheduler/client-side-programming/events/onclientrecurrenceexceptioncreating +components: ["scheduler"] tags: onclientrecurrenceexceptioncreating published: True position: 30 diff --git a/controls/scheduler/client-side-programming/events/onclientrecurrenceexceptionsremoving.md b/controls/scheduler/client-side-programming/events/onclientrecurrenceexceptionsremoving.md index 3ec3b5bdf7..94fc834360 100644 --- a/controls/scheduler/client-side-programming/events/onclientrecurrenceexceptionsremoving.md +++ b/controls/scheduler/client-side-programming/events/onclientrecurrenceexceptionsremoving.md @@ -3,6 +3,7 @@ title: OnClientRecurrenceExceptionsRemoving page_title: OnClientRecurrenceExceptionsRemoving - RadScheduler description: Check our Web Forms article about OnClientRecurrenceExceptionsRemoving. slug: scheduler/client-side-programming/events/onclientrecurrenceexceptionsremoving +components: ["scheduler"] tags: onclientrecurrenceexceptionsremoving published: True position: 31 diff --git a/controls/scheduler/client-side-programming/events/onclientreminderdismissing-.md b/controls/scheduler/client-side-programming/events/onclientreminderdismissing-.md index bce548a663..63b629bfa0 100644 --- a/controls/scheduler/client-side-programming/events/onclientreminderdismissing-.md +++ b/controls/scheduler/client-side-programming/events/onclientreminderdismissing-.md @@ -3,6 +3,7 @@ title: OnClientReminderDismissing page_title: OnClientReminderDismissing - RadScheduler description: Check our Web Forms article about OnClientReminderDismissing. slug: scheduler/client-side-programming/events/onclientreminderdismissing- +components: ["scheduler"] tags: onclientreminderdismissing, published: True position: 41 diff --git a/controls/scheduler/client-side-programming/events/onclientremindersnoozing-.md b/controls/scheduler/client-side-programming/events/onclientremindersnoozing-.md index 13db522d05..135e3ba759 100644 --- a/controls/scheduler/client-side-programming/events/onclientremindersnoozing-.md +++ b/controls/scheduler/client-side-programming/events/onclientremindersnoozing-.md @@ -3,6 +3,7 @@ title: OnClientReminderSnoozing page_title: OnClientReminderSnoozing - RadScheduler description: Check our Web Forms article about OnClientReminderSnoozing. slug: scheduler/client-side-programming/events/onclientremindersnoozing- +components: ["scheduler"] tags: onclientremindersnoozing, published: True position: 40 diff --git a/controls/scheduler/client-side-programming/events/onclientremindertriggering.md b/controls/scheduler/client-side-programming/events/onclientremindertriggering.md index f0920f12c1..4c397d586d 100644 --- a/controls/scheduler/client-side-programming/events/onclientremindertriggering.md +++ b/controls/scheduler/client-side-programming/events/onclientremindertriggering.md @@ -3,6 +3,7 @@ title: OnClientReminderTriggering page_title: OnClientReminderTriggering - RadScheduler description: Check our Web Forms article about OnClientReminderTriggering. slug: scheduler/client-side-programming/events/onclientremindertriggering +components: ["scheduler"] tags: onclientremindertriggering published: True position: 39 diff --git a/controls/scheduler/client-side-programming/events/onclientrequestfailed.md b/controls/scheduler/client-side-programming/events/onclientrequestfailed.md index 78caf57aae..a467ec8051 100644 --- a/controls/scheduler/client-side-programming/events/onclientrequestfailed.md +++ b/controls/scheduler/client-side-programming/events/onclientrequestfailed.md @@ -3,6 +3,7 @@ title: OnClientRequestFailed page_title: OnClientRequestFailed - RadScheduler description: Check our Web Forms article about OnClientRequestFailed. slug: scheduler/client-side-programming/events/onclientrequestfailed +components: ["scheduler"] tags: onclientrequestfailed published: True position: 25 diff --git a/controls/scheduler/client-side-programming/events/onclientrequestsuccess.md b/controls/scheduler/client-side-programming/events/onclientrequestsuccess.md index 50dc7209d0..63eef7909e 100644 --- a/controls/scheduler/client-side-programming/events/onclientrequestsuccess.md +++ b/controls/scheduler/client-side-programming/events/onclientrequestsuccess.md @@ -3,6 +3,7 @@ title: OnClientRequestSuccess page_title: OnClientRequestSuccess - RadScheduler description: Check our Web Forms article about OnClientRequestSuccess. slug: scheduler/client-side-programming/events/onclientrequestsuccess +components: ["scheduler"] tags: onclientrequestsuccess published: True position: 32 diff --git a/controls/scheduler/client-side-programming/events/onclientresourcespopulated.md b/controls/scheduler/client-side-programming/events/onclientresourcespopulated.md index 0eb425ebeb..530572ddf8 100644 --- a/controls/scheduler/client-side-programming/events/onclientresourcespopulated.md +++ b/controls/scheduler/client-side-programming/events/onclientresourcespopulated.md @@ -3,6 +3,7 @@ title: OnClientResourcesPopulated page_title: OnClientResourcesPopulated - RadScheduler description: Check our Web Forms article about OnClientResourcesPopulated. slug: scheduler/client-side-programming/events/onclientresourcespopulated +components: ["scheduler"] tags: onclientresourcespopulated published: True position: 23 diff --git a/controls/scheduler/client-side-programming/events/onclientresourcespopulating.md b/controls/scheduler/client-side-programming/events/onclientresourcespopulating.md index 1c6ce0b2bb..e567dbc520 100644 --- a/controls/scheduler/client-side-programming/events/onclientresourcespopulating.md +++ b/controls/scheduler/client-side-programming/events/onclientresourcespopulating.md @@ -3,6 +3,7 @@ title: OnClientResourcesPopulating page_title: OnClientResourcesPopulating - RadScheduler description: Check our Web Forms article about OnClientResourcesPopulating. slug: scheduler/client-side-programming/events/onclientresourcespopulating +components: ["scheduler"] tags: onclientresourcespopulating published: True position: 22 diff --git a/controls/scheduler/client-side-programming/events/onclienttimeslotclick.md b/controls/scheduler/client-side-programming/events/onclienttimeslotclick.md index 92821934f7..f1011a3b12 100644 --- a/controls/scheduler/client-side-programming/events/onclienttimeslotclick.md +++ b/controls/scheduler/client-side-programming/events/onclienttimeslotclick.md @@ -3,6 +3,7 @@ title: OnClientTimeSlotClick page_title: OnClientTimeSlotClick - RadScheduler description: Check our Web Forms article about OnClientTimeSlotClick. slug: scheduler/client-side-programming/events/onclienttimeslotclick +components: ["scheduler"] tags: onclienttimeslotclick published: True position: 13 diff --git a/controls/scheduler/client-side-programming/events/onclienttimeslotcontextmenu.md b/controls/scheduler/client-side-programming/events/onclienttimeslotcontextmenu.md index 221c3f3660..f84994bdad 100644 --- a/controls/scheduler/client-side-programming/events/onclienttimeslotcontextmenu.md +++ b/controls/scheduler/client-side-programming/events/onclienttimeslotcontextmenu.md @@ -3,6 +3,7 @@ title: OnClientTimeSlotContextMenu page_title: OnClientTimeSlotContextMenu - RadScheduler description: Check our Web Forms article about OnClientTimeSlotContextMenu. slug: scheduler/client-side-programming/events/onclienttimeslotcontextmenu +components: ["scheduler"] tags: onclienttimeslotcontextmenu published: True position: 14 diff --git a/controls/scheduler/client-side-programming/events/onclienttimeslotcontextmenuitemclicked.md b/controls/scheduler/client-side-programming/events/onclienttimeslotcontextmenuitemclicked.md index 617e4c058b..9e821609cb 100644 --- a/controls/scheduler/client-side-programming/events/onclienttimeslotcontextmenuitemclicked.md +++ b/controls/scheduler/client-side-programming/events/onclienttimeslotcontextmenuitemclicked.md @@ -3,6 +3,7 @@ title: OnClientTimeSlotContextMenuItemClicked page_title: OnClientTimeSlotContextMenuItemClicked - RadScheduler description: Check our Web Forms article about OnClientTimeSlotContextMenuItemClicked. slug: scheduler/client-side-programming/events/onclienttimeslotcontextmenuitemclicked +components: ["scheduler"] tags: onclienttimeslotcontextmenuitemclicked published: True position: 36 diff --git a/controls/scheduler/client-side-programming/events/onclienttimeslotcontextmenuitemclicking.md b/controls/scheduler/client-side-programming/events/onclienttimeslotcontextmenuitemclicking.md index ef0c28b4ad..c1c1be8102 100644 --- a/controls/scheduler/client-side-programming/events/onclienttimeslotcontextmenuitemclicking.md +++ b/controls/scheduler/client-side-programming/events/onclienttimeslotcontextmenuitemclicking.md @@ -3,6 +3,7 @@ title: OnClientTimeSlotContextMenuItemClicking page_title: OnClientTimeSlotContextMenuItemClicking - RadScheduler description: Check our Web Forms article about OnClientTimeSlotContextMenuItemClicking. slug: scheduler/client-side-programming/events/onclienttimeslotcontextmenuitemclicking +components: ["scheduler"] tags: onclienttimeslotcontextmenuitemclicking published: True position: 35 diff --git a/controls/scheduler/client-side-programming/events/overview.md b/controls/scheduler/client-side-programming/events/overview.md index 967900f945..6b10acf6d7 100644 --- a/controls/scheduler/client-side-programming/events/overview.md +++ b/controls/scheduler/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Events Overview - RadScheduler description: Check our Web Forms article about Overview. slug: scheduler/client-side-programming/events/overview +components: ["scheduler"] tags: overview published: True position: 0 diff --git a/controls/scheduler/client-side-programming/properties-and-methods/radscheduler-object.md b/controls/scheduler/client-side-programming/properties-and-methods/radscheduler-object.md index 4b2a6266fc..be0b93c546 100644 --- a/controls/scheduler/client-side-programming/properties-and-methods/radscheduler-object.md +++ b/controls/scheduler/client-side-programming/properties-and-methods/radscheduler-object.md @@ -3,6 +3,7 @@ title: RadScheduler Object page_title: RadScheduler Object - RadScheduler description: Discover the RadScheduler object and its client-side API for managing scheduling functionality. slug: scheduler/client-side-programming/properties-and-methods/radscheduler-object +components: ["scheduler"] tags: radscheduler,object published: True position: 0 diff --git a/controls/scheduler/client-side-programming/properties-and-methods/reminder-object.md b/controls/scheduler/client-side-programming/properties-and-methods/reminder-object.md index 16dee079b4..bf829ac0e7 100644 --- a/controls/scheduler/client-side-programming/properties-and-methods/reminder-object.md +++ b/controls/scheduler/client-side-programming/properties-and-methods/reminder-object.md @@ -3,6 +3,7 @@ title: Reminder Object page_title: Reminder Object - RadScheduler description: Check our Web Forms article about Reminder Object. slug: scheduler/client-side-programming/properties-and-methods/reminder-object +components: ["scheduler"] tags: reminder,object published: True position: 8 diff --git a/controls/scheduler/client-side-programming/properties-and-methods/remindercollection-object.md b/controls/scheduler/client-side-programming/properties-and-methods/remindercollection-object.md index 0af1dea186..14cb1cb86a 100644 --- a/controls/scheduler/client-side-programming/properties-and-methods/remindercollection-object.md +++ b/controls/scheduler/client-side-programming/properties-and-methods/remindercollection-object.md @@ -3,6 +3,7 @@ title: ReminderCollection Object page_title: ReminderCollection Object - RadScheduler description: Check our Web Forms article about ReminderCollection Object. slug: scheduler/client-side-programming/properties-and-methods/remindercollection-object +components: ["scheduler"] tags: remindercollection,object published: True position: 9 diff --git a/controls/scheduler/client-side-programming/properties-and-methods/schedulerappointment-object.md b/controls/scheduler/client-side-programming/properties-and-methods/schedulerappointment-object.md index a6a181ed5c..607158f07c 100644 --- a/controls/scheduler/client-side-programming/properties-and-methods/schedulerappointment-object.md +++ b/controls/scheduler/client-side-programming/properties-and-methods/schedulerappointment-object.md @@ -3,6 +3,7 @@ title: SchedulerAppointment Object page_title: SchedulerAppointment Object - RadScheduler description: Check our Web Forms article about SchedulerAppointment Object. slug: scheduler/client-side-programming/properties-and-methods/schedulerappointment-object +components: ["scheduler"] tags: schedulerappointment,object published: True position: 1 diff --git a/controls/scheduler/client-side-programming/properties-and-methods/schedulerappointmentcollection-object.md b/controls/scheduler/client-side-programming/properties-and-methods/schedulerappointmentcollection-object.md index 5ab18c8847..b5d412aeda 100644 --- a/controls/scheduler/client-side-programming/properties-and-methods/schedulerappointmentcollection-object.md +++ b/controls/scheduler/client-side-programming/properties-and-methods/schedulerappointmentcollection-object.md @@ -3,6 +3,7 @@ title: SchedulerAppointmentCollection Object page_title: SchedulerAppointmentCollection Object - RadScheduler description: Check our Web Forms article about SchedulerAppointmentCollection Object. slug: scheduler/client-side-programming/properties-and-methods/schedulerappointmentcollection-object +components: ["scheduler"] tags: schedulerappointmentcollection,object published: True position: 3 diff --git a/controls/scheduler/client-side-programming/properties-and-methods/schedulerattributecollection-object.md b/controls/scheduler/client-side-programming/properties-and-methods/schedulerattributecollection-object.md index 230d979732..935fe01306 100644 --- a/controls/scheduler/client-side-programming/properties-and-methods/schedulerattributecollection-object.md +++ b/controls/scheduler/client-side-programming/properties-and-methods/schedulerattributecollection-object.md @@ -3,6 +3,7 @@ title: SchedulerAttributeCollection Object page_title: SchedulerAttributeCollection Object - RadScheduler description: Check our Web Forms article about SchedulerAttributeCollection Object. slug: scheduler/client-side-programming/properties-and-methods/schedulerattributecollection-object +components: ["scheduler"] tags: schedulerattributecollection,object published: True position: 6 diff --git a/controls/scheduler/client-side-programming/properties-and-methods/schedulerresource-object.md b/controls/scheduler/client-side-programming/properties-and-methods/schedulerresource-object.md index ee1e647fa3..49dddef937 100644 --- a/controls/scheduler/client-side-programming/properties-and-methods/schedulerresource-object.md +++ b/controls/scheduler/client-side-programming/properties-and-methods/schedulerresource-object.md @@ -3,6 +3,7 @@ title: SchedulerResource Object page_title: SchedulerResource Object - RadScheduler description: Check our Web Forms article about SchedulerResource Object. slug: scheduler/client-side-programming/properties-and-methods/schedulerresource-object +components: ["scheduler"] tags: schedulerresource,object published: True position: 2 diff --git a/controls/scheduler/client-side-programming/properties-and-methods/schedulerresourcecollection-object.md b/controls/scheduler/client-side-programming/properties-and-methods/schedulerresourcecollection-object.md index eec0953e38..613080a596 100644 --- a/controls/scheduler/client-side-programming/properties-and-methods/schedulerresourcecollection-object.md +++ b/controls/scheduler/client-side-programming/properties-and-methods/schedulerresourcecollection-object.md @@ -3,6 +3,7 @@ title: SchedulerResourceCollection Object page_title: SchedulerResourceCollection Object - RadScheduler description: Check our Web Forms article about SchedulerResourceCollection Object. slug: scheduler/client-side-programming/properties-and-methods/schedulerresourcecollection-object +components: ["scheduler"] tags: schedulerresourcecollection,object published: True position: 4 diff --git a/controls/scheduler/client-side-programming/properties-and-methods/schedulerresourcetypecollection-object.md b/controls/scheduler/client-side-programming/properties-and-methods/schedulerresourcetypecollection-object.md index 3ed20ea19d..7f3e285b80 100644 --- a/controls/scheduler/client-side-programming/properties-and-methods/schedulerresourcetypecollection-object.md +++ b/controls/scheduler/client-side-programming/properties-and-methods/schedulerresourcetypecollection-object.md @@ -3,6 +3,7 @@ title: SchedulerResourceTypeCollection Object page_title: SchedulerResourceTypeCollection Object - RadScheduler description: Check our Web Forms article about SchedulerResourceTypeCollection Object. slug: scheduler/client-side-programming/properties-and-methods/schedulerresourcetypecollection-object +components: ["scheduler"] tags: schedulerresourcetypecollection,object published: True position: 5 diff --git a/controls/scheduler/client-side-programming/properties-and-methods/schedulertimeslot-and-schedulermodel-object.md b/controls/scheduler/client-side-programming/properties-and-methods/schedulertimeslot-and-schedulermodel-object.md index eb624c1946..ca6d084080 100644 --- a/controls/scheduler/client-side-programming/properties-and-methods/schedulertimeslot-and-schedulermodel-object.md +++ b/controls/scheduler/client-side-programming/properties-and-methods/schedulertimeslot-and-schedulermodel-object.md @@ -3,6 +3,7 @@ title: SchedulerTimeSlot and SchedulerModel Object page_title: SchedulerTimeSlot and SchedulerModel Object - RadScheduler description: Check our Web Forms article about SchedulerTimeSlot and SchedulerModel Object. slug: scheduler/client-side-programming/properties-and-methods/schedulertimeslot-and-schedulermodel-object +components: ["scheduler"] tags: schedulertimeslot,and,schedulermodel,object published: True position: 7 diff --git a/controls/scheduler/context-menus/appointment-context-menu.md b/controls/scheduler/context-menus/appointment-context-menu.md index 0d6e13ca87..33c1a04318 100644 --- a/controls/scheduler/context-menus/appointment-context-menu.md +++ b/controls/scheduler/context-menus/appointment-context-menu.md @@ -3,6 +3,7 @@ title: Appointment Context Menu page_title: Appointment Context Menu - RadScheduler description: Check our Web Forms article about Appointment Context Menu. slug: scheduler/context-menus/appointment-context-menu +components: ["scheduler"] tags: appointment,context,menu published: True position: 0 diff --git a/controls/scheduler/context-menus/time-slot-context-menu.md b/controls/scheduler/context-menus/time-slot-context-menu.md index a3db26b634..7fbd9127f0 100644 --- a/controls/scheduler/context-menus/time-slot-context-menu.md +++ b/controls/scheduler/context-menus/time-slot-context-menu.md @@ -3,6 +3,7 @@ title: Time Slot Context Menu page_title: Time Slot Context Menu - RadScheduler description: Check our Web Forms article about Time Slot Context Menu. slug: scheduler/context-menus/time-slot-context-menu +components: ["scheduler"] tags: time,slot,context,menu published: True position: 1 diff --git a/controls/scheduler/customizing-the-advanced-form/handling-formcreated.md b/controls/scheduler/customizing-the-advanced-form/handling-formcreated.md index 12d758a5ed..17a33091f2 100644 --- a/controls/scheduler/customizing-the-advanced-form/handling-formcreated.md +++ b/controls/scheduler/customizing-the-advanced-form/handling-formcreated.md @@ -3,6 +3,7 @@ title: Handling FormCreated page_title: Handling FormCreated - RadScheduler description: Check our Web Forms article about Handling FormCreated. slug: scheduler/customizing-the-advanced-form/handling-formcreated +components: ["scheduler"] tags: handling,formcreated published: True position: 1 diff --git a/controls/scheduler/customizing-the-advanced-form/overview.md b/controls/scheduler/customizing-the-advanced-form/overview.md index c229d97525..dace5446d3 100644 --- a/controls/scheduler/customizing-the-advanced-form/overview.md +++ b/controls/scheduler/customizing-the-advanced-form/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Customizing the Advanced Form Overview - RadScheduler description: Check our Web Forms article about Overview. slug: scheduler/customizing-the-advanced-form/overview +components: ["scheduler"] tags: overview published: True position: 0 diff --git a/controls/scheduler/customizing-the-advanced-form/using-javascript-jquery-and-css.md b/controls/scheduler/customizing-the-advanced-form/using-javascript-jquery-and-css.md index 02ca87aa25..eb07812cea 100644 --- a/controls/scheduler/customizing-the-advanced-form/using-javascript-jquery-and-css.md +++ b/controls/scheduler/customizing-the-advanced-form/using-javascript-jquery-and-css.md @@ -3,6 +3,7 @@ title: Using Javascript jQuery and CSS page_title: Using Javascript jQuery and CSS - RadScheduler description: Check our Web Forms article about Using Javascript jQuery and CSS. slug: scheduler/customizing-the-advanced-form/using-javascript-jquery-and-css +components: ["scheduler"] tags: using,javascript,jquery,and,css published: True position: 2 diff --git a/controls/scheduler/customizing-the-advanced-form/using-the-advanced-templates.md b/controls/scheduler/customizing-the-advanced-form/using-the-advanced-templates.md index 21acdad9b2..9666d86b06 100644 --- a/controls/scheduler/customizing-the-advanced-form/using-the-advanced-templates.md +++ b/controls/scheduler/customizing-the-advanced-form/using-the-advanced-templates.md @@ -3,6 +3,7 @@ title: Using the Advanced Templates page_title: Using the Advanced Templates - RadScheduler description: Check our Web Forms article about Using the Advanced Templates. slug: scheduler/customizing-the-advanced-form/using-the-advanced-templates +components: ["scheduler"] tags: using,the,advanced,templates published: True position: 3 diff --git a/controls/scheduler/data-binding/adding-a-description-field.md b/controls/scheduler/data-binding/adding-a-description-field.md index 63c4d2a26a..262136e934 100644 --- a/controls/scheduler/data-binding/adding-a-description-field.md +++ b/controls/scheduler/data-binding/adding-a-description-field.md @@ -3,6 +3,7 @@ title: Adding a Description Field page_title: Adding a Description Field - RadScheduler description: Check our Web Forms article about Adding a Description Field. slug: scheduler/data-binding/adding-a-description-field +components: ["scheduler"] tags: adding,a,description,field published: True position: 3 diff --git a/controls/scheduler/data-binding/adding-a-reminder-field.md b/controls/scheduler/data-binding/adding-a-reminder-field.md index eeeec3b759..4b0739a611 100644 --- a/controls/scheduler/data-binding/adding-a-reminder-field.md +++ b/controls/scheduler/data-binding/adding-a-reminder-field.md @@ -3,6 +3,7 @@ title: Adding a Reminder Field page_title: Adding a Reminder Field - RadScheduler description: Check our Web Forms article about Adding a Reminder Field. slug: scheduler/data-binding/adding-a-reminder-field +components: ["scheduler"] tags: adding,a,reminder,field published: True position: 4 diff --git a/controls/scheduler/data-binding/binding-to-odata.md b/controls/scheduler/data-binding/binding-to-odata.md index ee5d88d889..2643daadd6 100644 --- a/controls/scheduler/data-binding/binding-to-odata.md +++ b/controls/scheduler/data-binding/binding-to-odata.md @@ -3,6 +3,7 @@ title: Binding to OData page_title: Binding to OData - RadScheduler description: Check our Web Forms article about Binding to OData. slug: scheduler/data-binding/binding-to-odata +components: ["scheduler"] tags: binding,to,odata published: True position: 6 diff --git a/controls/scheduler/data-binding/database-structure.md b/controls/scheduler/data-binding/database-structure.md index 3ebf0d4499..0bf0d64c82 100644 --- a/controls/scheduler/data-binding/database-structure.md +++ b/controls/scheduler/data-binding/database-structure.md @@ -3,6 +3,7 @@ title: Database Structure page_title: Database Structure - RadScheduler description: Check our Web Forms article about Database Structure. slug: scheduler/data-binding/database-structure +components: ["scheduler"] tags: database,structure published: True position: 1 diff --git a/controls/scheduler/data-binding/declarative-data-binding.md b/controls/scheduler/data-binding/declarative-data-binding.md index 647ebb74dd..54c011a986 100644 --- a/controls/scheduler/data-binding/declarative-data-binding.md +++ b/controls/scheduler/data-binding/declarative-data-binding.md @@ -3,6 +3,7 @@ title: Declarative Data Binding page_title: Declarative Data Binding - RadScheduler description: Check our Web Forms article about Declarative Data Binding. slug: scheduler/data-binding/declarative-data-binding +components: ["scheduler"] tags: declarative,data,binding published: True position: 2 diff --git a/controls/scheduler/data-binding/overview.md b/controls/scheduler/data-binding/overview.md index 5b5a86b507..d4ca20445f 100644 --- a/controls/scheduler/data-binding/overview.md +++ b/controls/scheduler/data-binding/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Data Binding Overview - RadScheduler description: Check our Web Forms article about Overview. slug: scheduler/data-binding/overview +components: ["scheduler"] tags: overview published: True position: 0 diff --git a/controls/scheduler/data-binding/providers/exchange-provider.md b/controls/scheduler/data-binding/providers/exchange-provider.md index aa31df4825..ff96b55b13 100644 --- a/controls/scheduler/data-binding/providers/exchange-provider.md +++ b/controls/scheduler/data-binding/providers/exchange-provider.md @@ -3,6 +3,7 @@ title: Exchange Provider page_title: Exchange Provider - RadScheduler description: Check our Web Forms article about Exchange Provider. slug: scheduler/data-binding/providers/exchange-provider +components: ["scheduler"] tags: exchange,provider published: True position: 5 diff --git a/controls/scheduler/data-binding/providers/implementing-a-provider-that-supports-multi-valued-resources.md b/controls/scheduler/data-binding/providers/implementing-a-provider-that-supports-multi-valued-resources.md index bcb398df01..37814a6fb1 100644 --- a/controls/scheduler/data-binding/providers/implementing-a-provider-that-supports-multi-valued-resources.md +++ b/controls/scheduler/data-binding/providers/implementing-a-provider-that-supports-multi-valued-resources.md @@ -3,6 +3,7 @@ title: Implementing a Provider That Supports Multi-Valued Resources page_title: Implementing a Provider That Supports Multi-Valued Resources - RadScheduler description: Check our Web Forms article about Implementing a Provider That Supports Multi-Valued Resources. slug: scheduler/data-binding/providers/implementing-a-provider-that-supports-multi-valued-resources +components: ["scheduler"] tags: implementing,a,provider,that,supports,multi-valued,resources published: True position: 2 diff --git a/controls/scheduler/data-binding/providers/implementing-a-provider.md b/controls/scheduler/data-binding/providers/implementing-a-provider.md index c9ace6a86a..8e81bb18b4 100644 --- a/controls/scheduler/data-binding/providers/implementing-a-provider.md +++ b/controls/scheduler/data-binding/providers/implementing-a-provider.md @@ -3,6 +3,7 @@ title: Implementing a Provider page_title: Implementing a Provider - RadScheduler description: Check our Web Forms article about Implementing a Provider. slug: scheduler/data-binding/providers/implementing-a-provider +components: ["scheduler"] tags: implementing,a,provider published: True position: 1 diff --git a/controls/scheduler/data-binding/providers/provider-interface-changes-in-q3-2010.md b/controls/scheduler/data-binding/providers/provider-interface-changes-in-q3-2010.md index b620af7d75..0de72d27e7 100644 --- a/controls/scheduler/data-binding/providers/provider-interface-changes-in-q3-2010.md +++ b/controls/scheduler/data-binding/providers/provider-interface-changes-in-q3-2010.md @@ -3,6 +3,7 @@ title: Provider Interface Changes in Q3 2010 page_title: Provider Interface Changes in Q3 2010 - RadScheduler description: Check our Web Forms article about Provider Interface Changes in Q3 2010. slug: scheduler/data-binding/providers/provider-interface-changes-in-q3-2010 +components: ["scheduler"] tags: provider,interface,changes,in,q3,2010 published: True position: 3 diff --git a/controls/scheduler/data-binding/providers/sending-additional-information-to-the-provider.md b/controls/scheduler/data-binding/providers/sending-additional-information-to-the-provider.md index ba7da69332..3ddebb4821 100644 --- a/controls/scheduler/data-binding/providers/sending-additional-information-to-the-provider.md +++ b/controls/scheduler/data-binding/providers/sending-additional-information-to-the-provider.md @@ -3,6 +3,7 @@ title: Sending Additional Information to the Provider page_title: Sending Additional Information to the Provider - RadScheduler description: Check our Web Forms article about Sending Additional Information to the Provider. slug: scheduler/data-binding/providers/sending-additional-information-to-the-provider +components: ["scheduler"] tags: sending,additional,information,to,the,provider published: True position: 4 diff --git a/controls/scheduler/data-binding/providers/using-a-data-provider.md b/controls/scheduler/data-binding/providers/using-a-data-provider.md index 50dc0a1a2a..73c5b45b96 100644 --- a/controls/scheduler/data-binding/providers/using-a-data-provider.md +++ b/controls/scheduler/data-binding/providers/using-a-data-provider.md @@ -3,6 +3,7 @@ title: Using a Data Provider page_title: Using a Data Provider - RadScheduler description: Check our Web Forms article about Using a Data Provider. slug: scheduler/data-binding/providers/using-a-data-provider +components: ["scheduler"] tags: using,a,data,provider published: True position: 0 diff --git a/controls/scheduler/data-binding/using-the-data-source-property.md b/controls/scheduler/data-binding/using-the-data-source-property.md index c33107e044..31188324bc 100644 --- a/controls/scheduler/data-binding/using-the-data-source-property.md +++ b/controls/scheduler/data-binding/using-the-data-source-property.md @@ -3,6 +3,7 @@ title: Using the Data Source Property page_title: Using the Data Source Property - RadScheduler description: Check our Web Forms article about Using the Data Source Property. slug: scheduler/data-binding/using-the-data-source-property +components: ["scheduler"] tags: using,the,data,source,property published: True position: 5 diff --git a/controls/scheduler/design-time/custom-resources-and-attributes.md b/controls/scheduler/design-time/custom-resources-and-attributes.md index 656fc111d7..8c4a500771 100644 --- a/controls/scheduler/design-time/custom-resources-and-attributes.md +++ b/controls/scheduler/design-time/custom-resources-and-attributes.md @@ -3,6 +3,7 @@ title: Custom Resources and Attributes page_title: Custom Resources and Attributes - RadScheduler description: Check our Web Forms article about Custom Resources and Attributes. slug: scheduler/design-time/custom-resources-and-attributes +components: ["scheduler"] tags: custom,resources,and,attributes published: True position: 3 diff --git a/controls/scheduler/design-time/data-source-configuration-wizard.md b/controls/scheduler/design-time/data-source-configuration-wizard.md index 22f5a96982..925a785c42 100644 --- a/controls/scheduler/design-time/data-source-configuration-wizard.md +++ b/controls/scheduler/design-time/data-source-configuration-wizard.md @@ -3,6 +3,7 @@ title: Data Source Configuration Wizard page_title: Data Source Configuration Wizard - RadScheduler description: Check our Web Forms article about Data Source Configuration Wizard. slug: scheduler/design-time/data-source-configuration-wizard +components: ["scheduler"] tags: data,source,configuration,wizard published: True position: 1 diff --git a/controls/scheduler/design-time/resource-type-collection-editor.md b/controls/scheduler/design-time/resource-type-collection-editor.md index 6cc4da89e8..ab52141e1a 100644 --- a/controls/scheduler/design-time/resource-type-collection-editor.md +++ b/controls/scheduler/design-time/resource-type-collection-editor.md @@ -3,6 +3,7 @@ title: Resource Type Collection Editor page_title: Resource Type Collection Editor - RadScheduler description: Check our Web Forms article about Resource Type Collection Editor. slug: scheduler/design-time/resource-type-collection-editor +components: ["scheduler"] tags: resource,type,collection,editor published: True position: 2 diff --git a/controls/scheduler/design-time/smart-tag.md b/controls/scheduler/design-time/smart-tag.md index faeeb20b22..79523d796e 100644 --- a/controls/scheduler/design-time/smart-tag.md +++ b/controls/scheduler/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadScheduler description: Check our Web Forms article about Smart Tag. slug: scheduler/design-time/smart-tag +components: ["scheduler"] tags: smart,tag published: True position: 0 diff --git a/controls/scheduler/export/export-to-icalendar.md b/controls/scheduler/export/export-to-icalendar.md index 0cab7400c9..be4a73ea66 100644 --- a/controls/scheduler/export/export-to-icalendar.md +++ b/controls/scheduler/export/export-to-icalendar.md @@ -3,6 +3,7 @@ title: Export to ICalendar page_title: Export to ICalendar - RadScheduler description: Check our Web Forms article about Export to ICalendar. slug: scheduler/export/export-to-icalendar +components: ["scheduler"] tags: export,to,icalendar published: True position: 1 diff --git a/controls/scheduler/export/pdf/overview.md b/controls/scheduler/export/pdf/overview.md index 833f11bfef..9aef0d929c 100644 --- a/controls/scheduler/export/pdf/overview.md +++ b/controls/scheduler/export/pdf/overview.md @@ -3,6 +3,7 @@ title: PDF Overview page_title: Overview - RadScheduler description: Check our Web Forms article about Overview. slug: scheduler/export/pdf/overview +components: ["scheduler"] tags: overview published: True position: 0 diff --git a/controls/scheduler/export/pdf/page-settings.md b/controls/scheduler/export/pdf/page-settings.md index 64aea3dbf9..f0b8f0981d 100644 --- a/controls/scheduler/export/pdf/page-settings.md +++ b/controls/scheduler/export/pdf/page-settings.md @@ -3,6 +3,7 @@ title: Page Settings page_title: Page Settings - RadScheduler description: Check our Web Forms article about Page Settings. slug: scheduler/export/pdf/page-settings +components: ["scheduler"] tags: page,settings published: True position: 2 diff --git a/controls/scheduler/export/pdf/using-custom-style-sheet-files.md b/controls/scheduler/export/pdf/using-custom-style-sheet-files.md index fe5860ecb9..4566853246 100644 --- a/controls/scheduler/export/pdf/using-custom-style-sheet-files.md +++ b/controls/scheduler/export/pdf/using-custom-style-sheet-files.md @@ -3,6 +3,7 @@ title: Using Custom Style Sheet Files page_title: Using Custom Style Sheet Files - RadScheduler description: Check our Web Forms article about Using Custom Style Sheet Files. slug: scheduler/export/pdf/using-custom-style-sheet-files +components: ["scheduler"] tags: using,custom,style,sheet,files published: True position: 1 diff --git a/controls/scheduler/getting-started.md b/controls/scheduler/getting-started.md index f2ca40056d..d5e8e6ddca 100644 --- a/controls/scheduler/getting-started.md +++ b/controls/scheduler/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadScheduler description: Check our Web Forms article about Getting Started. slug: scheduler/getting-started +components: ["scheduler"] tags: getting,started published: True position: 3 diff --git a/controls/scheduler/how-to/access-the-embedded-radcalendar-on-the-server.md b/controls/scheduler/how-to/access-the-embedded-radcalendar-on-the-server.md index f471919f73..c3713ec04f 100644 --- a/controls/scheduler/how-to/access-the-embedded-radcalendar-on-the-server.md +++ b/controls/scheduler/how-to/access-the-embedded-radcalendar-on-the-server.md @@ -3,6 +3,7 @@ title: Access the Embedded RadCalendar on the Server page_title: Access the Embedded RadCalendar on the Server - RadScheduler description: Check our Web Forms article about Access the Embedded RadCalendar on the Server. slug: scheduler/how-to/access-the-embedded-radcalendar-on-the-server +components: ["scheduler"] tags: access,the,embedded,radcalendar,on,the,server published: True position: 7 diff --git a/controls/scheduler/how-to/change-the-end-date-when-the-start-date-changes.md b/controls/scheduler/how-to/change-the-end-date-when-the-start-date-changes.md index 97b6f5d301..db08def460 100644 --- a/controls/scheduler/how-to/change-the-end-date-when-the-start-date-changes.md +++ b/controls/scheduler/how-to/change-the-end-date-when-the-start-date-changes.md @@ -3,6 +3,7 @@ title: Change the End Date When the Start Date Changes page_title: Change the End Date When the Start Date Changes - RadScheduler description: Check our Web Forms article about Change the End Date When the Start Date Changes. slug: scheduler/how-to/change-the-end-date-when-the-start-date-changes +components: ["scheduler"] tags: change,the,end,date,when,the,start,date,changes published: True position: 8 diff --git a/controls/scheduler/how-to/change-the-style-of-the-today-cell-in-month-view.md b/controls/scheduler/how-to/change-the-style-of-the-today-cell-in-month-view.md index 9134738faf..03cc0a0946 100644 --- a/controls/scheduler/how-to/change-the-style-of-the-today-cell-in-month-view.md +++ b/controls/scheduler/how-to/change-the-style-of-the-today-cell-in-month-view.md @@ -3,6 +3,7 @@ title: Change the Style of the Today Cell in Month View page_title: Change the Style of the Today Cell in Month View - RadScheduler description: Check our Web Forms article about Change the Style of the Today Cell in Month View. slug: scheduler/how-to/change-the-style-of-the-today-cell-in-month-view +components: ["scheduler"] tags: change,the,style,of,the,today,cell,in,month,view published: True position: 5 diff --git a/controls/scheduler/how-to/customize-the-advanced-form-template.md b/controls/scheduler/how-to/customize-the-advanced-form-template.md index fb7b7df65f..a993f84598 100644 --- a/controls/scheduler/how-to/customize-the-advanced-form-template.md +++ b/controls/scheduler/how-to/customize-the-advanced-form-template.md @@ -3,6 +3,7 @@ title: Customize the Advanced Form Template page_title: Customize the Advanced Form Template - RadScheduler description: Check our Web Forms article about Customize the Advanced Form Template. slug: scheduler/how-to/customize-the-advanced-form-template +components: ["scheduler"] tags: customize,the,advanced,form,template published: True position: 2 diff --git a/controls/scheduler/how-to/drag-and-drop-appointment-from-RadScheduler-to-RadScheduler.md b/controls/scheduler/how-to/drag-and-drop-appointment-from-RadScheduler-to-RadScheduler.md index d788ce05b2..df1ebb2589 100644 --- a/controls/scheduler/how-to/drag-and-drop-appointment-from-RadScheduler-to-RadScheduler.md +++ b/controls/scheduler/how-to/drag-and-drop-appointment-from-RadScheduler-to-RadScheduler.md @@ -3,6 +3,7 @@ title: Drag and Drop Appointment from RadScheduler to RadScheduler page_title: Drag and Drop Appointment from RadScheduler to RadScheduler - RadScheduler description: Check our Web Forms article about Drag and Drop Appointment from RadScheduler to RadScheduler. slug: scheduler/how-to/drag-and-drop-appointment-from-RadScheduler-to-RadScheduler +components: ["scheduler"] tags: drag-drop,drag,drop,appointment published: True position: 11 diff --git a/controls/scheduler/how-to/drag-and-drop-appointment-from-scheduler-to-grid.md b/controls/scheduler/how-to/drag-and-drop-appointment-from-scheduler-to-grid.md index e4cc4138f9..8842aba046 100644 --- a/controls/scheduler/how-to/drag-and-drop-appointment-from-scheduler-to-grid.md +++ b/controls/scheduler/how-to/drag-and-drop-appointment-from-scheduler-to-grid.md @@ -3,6 +3,7 @@ title: Drag and Drop Appointment from Scheduler to Grid page_title: Drag and Drop Appointment from Scheduler to Grid - RadScheduler description: Check our Web Forms article about Drag and Drop Appointment from Scheduler to Grid. slug: scheduler/how-to/drag-and-drop-appointment-from-scheduler-to-grid +components: ["scheduler"] tags: drag,and,drop,appointment,from,scheduler,to,grid published: True position: 12 diff --git a/controls/scheduler/how-to/edit-and-insert-appointment-with-single-click.md b/controls/scheduler/how-to/edit-and-insert-appointment-with-single-click.md index cac8c86baa..110a27d062 100644 --- a/controls/scheduler/how-to/edit-and-insert-appointment-with-single-click.md +++ b/controls/scheduler/how-to/edit-and-insert-appointment-with-single-click.md @@ -3,6 +3,7 @@ title: Edit and Insert Appointment with Single Click page_title: Edit and Insert Appointment with Single Click - RadScheduler description: Check our Web Forms article about Edit and Insert Appointment with Single Click. slug: scheduler/how-to/edit-and-insert-appointment-with-single-click +components: ["scheduler"] tags: edit,and,insert,appointment,with,single,click published: True position: 9 diff --git a/controls/scheduler/how-to/export-to-pdf.md b/controls/scheduler/how-to/export-to-pdf.md index cc90ec977c..0aeb7543b6 100644 --- a/controls/scheduler/how-to/export-to-pdf.md +++ b/controls/scheduler/how-to/export-to-pdf.md @@ -3,6 +3,7 @@ title: Export to PDF page_title: Export to PDF - RadScheduler description: Check our Web Forms article about Export to PDF. slug: scheduler/how-to/export-to-pdf +components: ["scheduler"] tags: export,to,pdf published: False position: 0 diff --git a/controls/scheduler/how-to/get-the-client-side-object-of-the-embedded-radcalendar.md b/controls/scheduler/how-to/get-the-client-side-object-of-the-embedded-radcalendar.md index 76f2222014..7cd3d2c2f9 100644 --- a/controls/scheduler/how-to/get-the-client-side-object-of-the-embedded-radcalendar.md +++ b/controls/scheduler/how-to/get-the-client-side-object-of-the-embedded-radcalendar.md @@ -3,6 +3,7 @@ title: Get the Client-side Object of the Embedded RadCalendar page_title: Get the Client-side Object of the Embedded RadCalendar - RadScheduler description: Check our Web Forms article about Get the Client-side Object of the Embedded RadCalendar. slug: scheduler/how-to/get-the-client-side-object-of-the-embedded-radcalendar +components: ["scheduler"] tags: get,the,client-side,object,of,the,embedded,radcalendar published: True position: 4 diff --git a/controls/scheduler/how-to/hide-the-delete-button-of-appointments.md b/controls/scheduler/how-to/hide-the-delete-button-of-appointments.md index 2028f151de..4cc39f925c 100644 --- a/controls/scheduler/how-to/hide-the-delete-button-of-appointments.md +++ b/controls/scheduler/how-to/hide-the-delete-button-of-appointments.md @@ -3,6 +3,7 @@ title: Hide the Delete Button of Appointments page_title: Hide the Delete Button of Appointments - RadScheduler description: Check our Web Forms article about Hide the Delete Button of Appointments. slug: scheduler/how-to/hide-the-delete-button-of-appointments +components: ["scheduler"] tags: hide,the,delete,button,of,appointments published: True position: 6 diff --git a/controls/scheduler/how-to/replace-the-edit-form.md b/controls/scheduler/how-to/replace-the-edit-form.md index 1bf7f321e6..2a9abc38d3 100644 --- a/controls/scheduler/how-to/replace-the-edit-form.md +++ b/controls/scheduler/how-to/replace-the-edit-form.md @@ -3,6 +3,7 @@ title: Replace the Edit Form page_title: Replace the Edit Form - RadScheduler description: Check our Web Forms article about Replace the Edit Form. slug: scheduler/how-to/replace-the-edit-form +components: ["scheduler"] tags: replace,the,edit,form published: True position: 10 diff --git a/controls/scheduler/how-to/set-different-styles-to-appointments-.md b/controls/scheduler/how-to/set-different-styles-to-appointments-.md index 1e5853819d..377901279c 100644 --- a/controls/scheduler/how-to/set-different-styles-to-appointments-.md +++ b/controls/scheduler/how-to/set-different-styles-to-appointments-.md @@ -3,6 +3,7 @@ title: Set Different Styles to Appointments page_title: Set Different Styles to Appointments - RadScheduler description: Check our Web Forms article about Set Different Styles to Appointments. slug: scheduler/how-to/set-different-styles-to-appointments- +components: ["scheduler"] tags: set,different,styles,to,appointments, published: True position: 1 diff --git a/controls/scheduler/how-to/use-custom-modal-advanced-template.md b/controls/scheduler/how-to/use-custom-modal-advanced-template.md index b7ad2c0eb1..512430ac81 100644 --- a/controls/scheduler/how-to/use-custom-modal-advanced-template.md +++ b/controls/scheduler/how-to/use-custom-modal-advanced-template.md @@ -3,6 +3,7 @@ title: Use Custom Modal Advanced Template page_title: Use Custom Modal Advanced Template - RadScheduler description: Check our Web Forms article about Use Custom Modal Advanced Template. slug: scheduler/how-to/use-custom-modal-advanced-template +components: ["scheduler"] tags: use,custom,modal,advanced,template published: True position: 3 diff --git a/controls/scheduler/mobile-support/advanced-form.md b/controls/scheduler/mobile-support/advanced-form.md index fd2628b330..e9a7714302 100644 --- a/controls/scheduler/mobile-support/advanced-form.md +++ b/controls/scheduler/mobile-support/advanced-form.md @@ -3,6 +3,7 @@ title: Advanced Form page_title: Advanced Form - RadScheduler description: Check our Web Forms article about Advanced Form. slug: scheduler/mobile-support/advanced-form +components: ["scheduler"] tags: advanced,form published: True position: 5 diff --git a/controls/scheduler/mobile-support/appointment-interaction.md b/controls/scheduler/mobile-support/appointment-interaction.md index 371dc5912e..bdc39615c6 100644 --- a/controls/scheduler/mobile-support/appointment-interaction.md +++ b/controls/scheduler/mobile-support/appointment-interaction.md @@ -3,6 +3,7 @@ title: Appointment Interaction page_title: Appointment Interaction - RadScheduler description: Check our Web Forms article about Appointment Interaction. slug: scheduler/mobile-support/appointment-interaction +components: ["scheduler"] tags: appointment,interaction published: True position: 3 diff --git a/controls/scheduler/mobile-support/dialogs.md b/controls/scheduler/mobile-support/dialogs.md index 46593be4ff..b97f3d987a 100644 --- a/controls/scheduler/mobile-support/dialogs.md +++ b/controls/scheduler/mobile-support/dialogs.md @@ -3,6 +3,7 @@ title: Dialogs page_title: Dialogs - RadScheduler description: Check our Web Forms article about Dialogs. slug: scheduler/mobile-support/dialogs +components: ["scheduler"] tags: dialogs published: True position: 6 diff --git a/controls/scheduler/mobile-support/gestures-support.md b/controls/scheduler/mobile-support/gestures-support.md index b97fb47847..d3fe216fdc 100644 --- a/controls/scheduler/mobile-support/gestures-support.md +++ b/controls/scheduler/mobile-support/gestures-support.md @@ -3,6 +3,7 @@ title: Gestures Support page_title: Gestures Support - RadScheduler description: Check our Web Forms article about Gestures Support. slug: scheduler/mobile-support/gestures-support +components: ["scheduler"] tags: gestures,support published: True position: 2 diff --git a/controls/scheduler/mobile-support/render-modes.md b/controls/scheduler/mobile-support/render-modes.md index 9611f0ac2b..0eea950be0 100644 --- a/controls/scheduler/mobile-support/render-modes.md +++ b/controls/scheduler/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadScheduler description: Check our Web Forms article about Render Modes. slug: scheduler/mobile-support/render-modes +components: ["scheduler"] tags: render,modes published: True position: 1 diff --git a/controls/scheduler/mobile-support/responsive-adaptive-and-elastic-capabilities.md b/controls/scheduler/mobile-support/responsive-adaptive-and-elastic-capabilities.md index 1bcfc0bf09..403deb3aec 100644 --- a/controls/scheduler/mobile-support/responsive-adaptive-and-elastic-capabilities.md +++ b/controls/scheduler/mobile-support/responsive-adaptive-and-elastic-capabilities.md @@ -3,6 +3,7 @@ title: Responsive Adaptive and Elastic Capabilities page_title: Responsive Adaptive and Elastic Capabilities - RadScheduler description: Check our Web Forms article about Responsive Adaptive and Elastic Capabilities. slug: scheduler/mobile-support/responsive-adaptive-and-elastic-capabilities +components: ["scheduler"] tags: responsive,adaptive,and,elastic,capabilities published: True position: 0 diff --git a/controls/scheduler/mobile-support/views.md b/controls/scheduler/mobile-support/views.md index 887e10e129..221f2ba1b9 100644 --- a/controls/scheduler/mobile-support/views.md +++ b/controls/scheduler/mobile-support/views.md @@ -3,6 +3,7 @@ title: Views page_title: Views - RadScheduler description: Check our Web Forms article about Views. slug: scheduler/mobile-support/views +components: ["scheduler"] tags: views published: True position: 4 diff --git a/controls/scheduler/overview.md b/controls/scheduler/overview.md index 7a816d023b..15236cec6e 100644 --- a/controls/scheduler/overview.md +++ b/controls/scheduler/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadScheduler Overview description: Learn about the Scheduler control and its features for managing and displaying events in a calendar view. slug: scheduler/overview +components: ["scheduler"] tags: overview published: True position: 0 diff --git a/controls/scheduler/performance/optimizing-radscheduler-performance.md b/controls/scheduler/performance/optimizing-radscheduler-performance.md index f261ab6f7b..cdd8fa8a7c 100644 --- a/controls/scheduler/performance/optimizing-radscheduler-performance.md +++ b/controls/scheduler/performance/optimizing-radscheduler-performance.md @@ -3,6 +3,7 @@ title: Optimizing RadScheduler Performance page_title: Optimizing RadScheduler Performance - RadScheduler description: Check our Web Forms article about Optimizing RadScheduler Performance. slug: scheduler/performance/optimizing-radscheduler-performance +components: ["scheduler"] tags: performance,optimizing published: True position: 0 diff --git a/controls/scheduler/recurrence-editor/client-side-programming/populating-the-recurrence-rule.md b/controls/scheduler/recurrence-editor/client-side-programming/populating-the-recurrence-rule.md index 1a0e184e41..1467e74e82 100644 --- a/controls/scheduler/recurrence-editor/client-side-programming/populating-the-recurrence-rule.md +++ b/controls/scheduler/recurrence-editor/client-side-programming/populating-the-recurrence-rule.md @@ -3,6 +3,7 @@ title: Populating the Recurrence Rule page_title: Populating the Recurrence Rule - RadScheduler description: Check our Web Forms article about Populating the Recurrence Rule. slug: scheduler/recurrence-editor/client-side-programming/populating-the-recurrence-rule +components: ["scheduler"] tags: populating,the,recurrence,rule published: True position: 1 diff --git a/controls/scheduler/recurrence-editor/client-side-programming/reading-the-recurrence-rule.md b/controls/scheduler/recurrence-editor/client-side-programming/reading-the-recurrence-rule.md index 318c6b1817..25942c782a 100644 --- a/controls/scheduler/recurrence-editor/client-side-programming/reading-the-recurrence-rule.md +++ b/controls/scheduler/recurrence-editor/client-side-programming/reading-the-recurrence-rule.md @@ -3,6 +3,7 @@ title: Reading the Recurrence Rule page_title: Reading the Recurrence Rule - RadScheduler description: Check our Web Forms article about Reading the Recurrence Rule. slug: scheduler/recurrence-editor/client-side-programming/reading-the-recurrence-rule +components: ["scheduler"] tags: reading,the,recurrence,rule published: True position: 0 diff --git a/controls/scheduler/recurrence-editor/localization/translating-strings.md b/controls/scheduler/recurrence-editor/localization/translating-strings.md index 611f778076..d08936ee65 100644 --- a/controls/scheduler/recurrence-editor/localization/translating-strings.md +++ b/controls/scheduler/recurrence-editor/localization/translating-strings.md @@ -3,6 +3,7 @@ title: Translating Strings page_title: Translating Strings - RadScheduler description: Check our Web Forms article about Translating Strings. slug: scheduler/recurrence-editor/localization/translating-strings +components: ["scheduler"] tags: translating,strings published: True position: 0 diff --git a/controls/scheduler/recurrence-editor/overview.md b/controls/scheduler/recurrence-editor/overview.md index b0239621c1..b4bc786c2b 100644 --- a/controls/scheduler/recurrence-editor/overview.md +++ b/controls/scheduler/recurrence-editor/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Recurrence Editor Overview - RadScheduler description: Check our Web Forms article about Overview. slug: scheduler/recurrence-editor/overview +components: ["scheduler"] tags: overview published: True position: 0 diff --git a/controls/scheduler/recurrence-editor/server-side-programming/populating-the-recurrence-rule.md b/controls/scheduler/recurrence-editor/server-side-programming/populating-the-recurrence-rule.md index 7679ba4b4f..f747c3d420 100644 --- a/controls/scheduler/recurrence-editor/server-side-programming/populating-the-recurrence-rule.md +++ b/controls/scheduler/recurrence-editor/server-side-programming/populating-the-recurrence-rule.md @@ -3,6 +3,7 @@ title: Populating the Recurrence Rule page_title: Populating the Recurrence Rule - RadScheduler description: Check our Web Forms article about Populating the Recurrence Rule. slug: scheduler/recurrence-editor/server-side-programming/populating-the-recurrence-rule +components: ["scheduler"] tags: populating,the,recurrence,rule published: True position: 1 diff --git a/controls/scheduler/recurrence-editor/server-side-programming/reading-the-recurrence-rule.md b/controls/scheduler/recurrence-editor/server-side-programming/reading-the-recurrence-rule.md index 97b92e0824..9de4c103f3 100644 --- a/controls/scheduler/recurrence-editor/server-side-programming/reading-the-recurrence-rule.md +++ b/controls/scheduler/recurrence-editor/server-side-programming/reading-the-recurrence-rule.md @@ -3,6 +3,7 @@ title: Reading the Recurrence Rule page_title: Reading the Recurrence Rule - RadScheduler description: Check our Web Forms article about Reading the Recurrence Rule. slug: scheduler/recurrence-editor/server-side-programming/reading-the-recurrence-rule +components: ["scheduler"] tags: reading,the,recurrence,rule published: True position: 0 diff --git a/controls/scheduler/reminders/overview.md b/controls/scheduler/reminders/overview.md index aede2d0035..706c5aa15f 100644 --- a/controls/scheduler/reminders/overview.md +++ b/controls/scheduler/reminders/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Reminders Overview - RadScheduler description: Check our Web Forms article about Overview. slug: scheduler/reminders/overview +components: ["scheduler"] tags: overview published: True position: 0 diff --git a/controls/scheduler/server-side-programming/server-events/appointmentcancelingedit.md b/controls/scheduler/server-side-programming/server-events/appointmentcancelingedit.md index 2d904c36d8..1d439e6086 100644 --- a/controls/scheduler/server-side-programming/server-events/appointmentcancelingedit.md +++ b/controls/scheduler/server-side-programming/server-events/appointmentcancelingedit.md @@ -3,6 +3,7 @@ title: AppointmentCancelingEdit page_title: AppointmentCancelingEdit - RadScheduler description: Check our Web Forms article about AppointmentCancelingEdit. slug: scheduler/server-side-programming/server-events/appointmentcancelingedit +components: ["scheduler"] tags: appointmentcancelingedit published: True position: 8 diff --git a/controls/scheduler/server-side-programming/server-events/appointmentclick.md b/controls/scheduler/server-side-programming/server-events/appointmentclick.md index fdd86ec30e..6ab292e06f 100644 --- a/controls/scheduler/server-side-programming/server-events/appointmentclick.md +++ b/controls/scheduler/server-side-programming/server-events/appointmentclick.md @@ -3,6 +3,7 @@ title: AppointmentClick page_title: AppointmentClick - RadScheduler description: Check our Web Forms article about AppointmentClick. slug: scheduler/server-side-programming/server-events/appointmentclick +components: ["scheduler"] tags: appointmentclick published: True position: 1 diff --git a/controls/scheduler/server-side-programming/server-events/appointmentcommand.md b/controls/scheduler/server-side-programming/server-events/appointmentcommand.md index 026e0f9b3c..896dd8b8c2 100644 --- a/controls/scheduler/server-side-programming/server-events/appointmentcommand.md +++ b/controls/scheduler/server-side-programming/server-events/appointmentcommand.md @@ -3,6 +3,7 @@ title: AppointmentCommand page_title: AppointmentCommand - RadScheduler description: Check our Web Forms article about AppointmentCommand. slug: scheduler/server-side-programming/server-events/appointmentcommand +components: ["scheduler"] tags: appointmentcommand published: True position: 2 diff --git a/controls/scheduler/server-side-programming/server-events/appointmentcontextmenuitemclicked-.md b/controls/scheduler/server-side-programming/server-events/appointmentcontextmenuitemclicked-.md index 9f659e8dab..074d5cf148 100644 --- a/controls/scheduler/server-side-programming/server-events/appointmentcontextmenuitemclicked-.md +++ b/controls/scheduler/server-side-programming/server-events/appointmentcontextmenuitemclicked-.md @@ -3,6 +3,7 @@ title: AppointmentContextMenuItemClicked page_title: AppointmentContextMenuItemClicked - RadScheduler description: Check our Web Forms article about AppointmentContextMenuItemClicked. slug: scheduler/server-side-programming/server-events/appointmentcontextmenuitemclicked- +components: ["scheduler"] tags: appointmentcontextmenuitemclicked, published: True position: 21 diff --git a/controls/scheduler/server-side-programming/server-events/appointmentcontextmenuitemclicking.md b/controls/scheduler/server-side-programming/server-events/appointmentcontextmenuitemclicking.md index 2618340195..0549c623c8 100644 --- a/controls/scheduler/server-side-programming/server-events/appointmentcontextmenuitemclicking.md +++ b/controls/scheduler/server-side-programming/server-events/appointmentcontextmenuitemclicking.md @@ -3,6 +3,7 @@ title: AppointmentContextMenuItemClicking page_title: AppointmentContextMenuItemClicking - RadScheduler description: Check our Web Forms article about AppointmentContextMenuItemClicking. slug: scheduler/server-side-programming/server-events/appointmentcontextmenuitemclicking +components: ["scheduler"] tags: appointmentcontextmenuitemclicking published: True position: 20 diff --git a/controls/scheduler/server-side-programming/server-events/appointmentcreated.md b/controls/scheduler/server-side-programming/server-events/appointmentcreated.md index 3c9ffa6136..9950ed2b32 100644 --- a/controls/scheduler/server-side-programming/server-events/appointmentcreated.md +++ b/controls/scheduler/server-side-programming/server-events/appointmentcreated.md @@ -3,6 +3,7 @@ title: AppointmentCreated page_title: AppointmentCreated - RadScheduler description: Check our Web Forms article about AppointmentCreated. slug: scheduler/server-side-programming/server-events/appointmentcreated +components: ["scheduler"] tags: appointmentcreated published: True position: 5 diff --git a/controls/scheduler/server-side-programming/server-events/appointmentdatabound.md b/controls/scheduler/server-side-programming/server-events/appointmentdatabound.md index 9564d42e16..be8c041763 100644 --- a/controls/scheduler/server-side-programming/server-events/appointmentdatabound.md +++ b/controls/scheduler/server-side-programming/server-events/appointmentdatabound.md @@ -3,6 +3,7 @@ title: AppointmentDataBound page_title: AppointmentDataBound - RadScheduler description: Check our Web Forms article about AppointmentDataBound. slug: scheduler/server-side-programming/server-events/appointmentdatabound +components: ["scheduler"] tags: appointmentdatabound published: True position: 7 diff --git a/controls/scheduler/server-side-programming/server-events/appointmentdelete.md b/controls/scheduler/server-side-programming/server-events/appointmentdelete.md index 0216001553..9c8487f28c 100644 --- a/controls/scheduler/server-side-programming/server-events/appointmentdelete.md +++ b/controls/scheduler/server-side-programming/server-events/appointmentdelete.md @@ -3,6 +3,7 @@ title: AppointmentDelete page_title: AppointmentDelete - RadScheduler description: Check our Web Forms article about AppointmentDelete. slug: scheduler/server-side-programming/server-events/appointmentdelete +components: ["scheduler"] tags: appointmentdelete published: True position: 6 diff --git a/controls/scheduler/server-side-programming/server-events/appointmentinsert.md b/controls/scheduler/server-side-programming/server-events/appointmentinsert.md index 61eb579dc3..a07fd11529 100644 --- a/controls/scheduler/server-side-programming/server-events/appointmentinsert.md +++ b/controls/scheduler/server-side-programming/server-events/appointmentinsert.md @@ -3,6 +3,7 @@ title: AppointmentInsert page_title: AppointmentInsert - RadScheduler description: Check our Web Forms article about AppointmentInsert. slug: scheduler/server-side-programming/server-events/appointmentinsert +components: ["scheduler"] tags: appointmentinsert published: True position: 3 diff --git a/controls/scheduler/server-side-programming/server-events/appointmentupdate.md b/controls/scheduler/server-side-programming/server-events/appointmentupdate.md index 361f2aac56..2fb77f3428 100644 --- a/controls/scheduler/server-side-programming/server-events/appointmentupdate.md +++ b/controls/scheduler/server-side-programming/server-events/appointmentupdate.md @@ -3,6 +3,7 @@ title: AppointmentUpdate page_title: AppointmentUpdate - RadScheduler description: Check our Web Forms article about AppointmentUpdate. slug: scheduler/server-side-programming/server-events/appointmentupdate +components: ["scheduler"] tags: appointmentupdate published: True position: 4 diff --git a/controls/scheduler/server-side-programming/server-events/formcreated.md b/controls/scheduler/server-side-programming/server-events/formcreated.md index 75772ca670..0370941e04 100644 --- a/controls/scheduler/server-side-programming/server-events/formcreated.md +++ b/controls/scheduler/server-side-programming/server-events/formcreated.md @@ -3,6 +3,7 @@ title: FormCreated page_title: FormCreated - RadScheduler description: Check our Web Forms article about FormCreated. slug: scheduler/server-side-programming/server-events/formcreated +components: ["scheduler"] tags: formcreated published: True position: 12 diff --git a/controls/scheduler/server-side-programming/server-events/formcreating.md b/controls/scheduler/server-side-programming/server-events/formcreating.md index 8582a78c5a..df656d2cbd 100644 --- a/controls/scheduler/server-side-programming/server-events/formcreating.md +++ b/controls/scheduler/server-side-programming/server-events/formcreating.md @@ -3,6 +3,7 @@ title: FormCreating page_title: FormCreating - RadScheduler description: Check our Web Forms article about FormCreating. slug: scheduler/server-side-programming/server-events/formcreating +components: ["scheduler"] tags: formcreating published: True position: 11 diff --git a/controls/scheduler/server-side-programming/server-events/navigationcommand.md b/controls/scheduler/server-side-programming/server-events/navigationcommand.md index d557a1fd73..c0b6c599c7 100644 --- a/controls/scheduler/server-side-programming/server-events/navigationcommand.md +++ b/controls/scheduler/server-side-programming/server-events/navigationcommand.md @@ -3,6 +3,7 @@ title: NavigationCommand page_title: NavigationCommand - RadScheduler description: Check our Web Forms article about NavigationCommand. slug: scheduler/server-side-programming/server-events/navigationcommand +components: ["scheduler"] tags: navigationcommand published: True position: 9 diff --git a/controls/scheduler/server-side-programming/server-events/navigationcomplete.md b/controls/scheduler/server-side-programming/server-events/navigationcomplete.md index 6c3ebb0c8d..2323a7194e 100644 --- a/controls/scheduler/server-side-programming/server-events/navigationcomplete.md +++ b/controls/scheduler/server-side-programming/server-events/navigationcomplete.md @@ -3,6 +3,7 @@ title: NavigationComplete page_title: NavigationComplete - RadScheduler description: Check our Web Forms article about NavigationComplete. slug: scheduler/server-side-programming/server-events/navigationcomplete +components: ["scheduler"] tags: navigationcomplete published: True position: 10 diff --git a/controls/scheduler/server-side-programming/server-events/occurrencedelete-.md b/controls/scheduler/server-side-programming/server-events/occurrencedelete-.md index 2c0aebc42b..04fe5b239a 100644 --- a/controls/scheduler/server-side-programming/server-events/occurrencedelete-.md +++ b/controls/scheduler/server-side-programming/server-events/occurrencedelete-.md @@ -3,6 +3,7 @@ title: OccurrenceDelete page_title: OccurrenceDelete - RadScheduler description: Check our Web Forms article about OccurrenceDelete. slug: scheduler/server-side-programming/server-events/occurrencedelete- +components: ["scheduler"] tags: occurrencedelete, published: True position: 17 diff --git a/controls/scheduler/server-side-programming/server-events/overview.md b/controls/scheduler/server-side-programming/server-events/overview.md index 4793fe2199..bae2b63112 100644 --- a/controls/scheduler/server-side-programming/server-events/overview.md +++ b/controls/scheduler/server-side-programming/server-events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Events Overview - RadScheduler description: Check our Web Forms article about Overview. slug: scheduler/server-side-programming/server-events/overview +components: ["scheduler"] tags: overview published: True position: 0 diff --git a/controls/scheduler/server-side-programming/server-events/recurrenceexceptioncreated.md b/controls/scheduler/server-side-programming/server-events/recurrenceexceptioncreated.md index 50caf98891..b1898e3a44 100644 --- a/controls/scheduler/server-side-programming/server-events/recurrenceexceptioncreated.md +++ b/controls/scheduler/server-side-programming/server-events/recurrenceexceptioncreated.md @@ -3,6 +3,7 @@ title: RecurrenceExceptionCreated page_title: RecurrenceExceptionCreated - RadScheduler description: Check our Web Forms article about RecurrenceExceptionCreated. slug: scheduler/server-side-programming/server-events/recurrenceexceptioncreated +components: ["scheduler"] tags: recurrenceexceptioncreated published: True position: 13 diff --git a/controls/scheduler/server-side-programming/server-events/reminderdismiss.md b/controls/scheduler/server-side-programming/server-events/reminderdismiss.md index ef9fc31bb5..c7be0ee8c3 100644 --- a/controls/scheduler/server-side-programming/server-events/reminderdismiss.md +++ b/controls/scheduler/server-side-programming/server-events/reminderdismiss.md @@ -3,6 +3,7 @@ title: ReminderDismiss page_title: ReminderDismiss - RadScheduler description: Check our Web Forms article about ReminderDismiss. slug: scheduler/server-side-programming/server-events/reminderdismiss +components: ["scheduler"] tags: reminderdismiss published: True position: 23 diff --git a/controls/scheduler/server-side-programming/server-events/remindersnooze.md b/controls/scheduler/server-side-programming/server-events/remindersnooze.md index 21643fed02..dd3567e767 100644 --- a/controls/scheduler/server-side-programming/server-events/remindersnooze.md +++ b/controls/scheduler/server-side-programming/server-events/remindersnooze.md @@ -3,6 +3,7 @@ title: ReminderSnooze page_title: ReminderSnooze - RadScheduler description: Check our Web Forms article about ReminderSnooze. slug: scheduler/server-side-programming/server-events/remindersnooze +components: ["scheduler"] tags: remindersnooze published: True position: 22 diff --git a/controls/scheduler/server-side-programming/server-events/resourceheadercreated.md b/controls/scheduler/server-side-programming/server-events/resourceheadercreated.md index f1154afb5d..498af5df5b 100644 --- a/controls/scheduler/server-side-programming/server-events/resourceheadercreated.md +++ b/controls/scheduler/server-side-programming/server-events/resourceheadercreated.md @@ -3,6 +3,7 @@ title: ResourceHeaderCreated page_title: ResourceHeaderCreated - RadScheduler description: Check our Web Forms article about ResourceHeaderCreated. slug: scheduler/server-side-programming/server-events/resourceheadercreated +components: ["scheduler"] tags: resourceheadercreated published: True position: 15 diff --git a/controls/scheduler/server-side-programming/server-events/resourcespopulating.md b/controls/scheduler/server-side-programming/server-events/resourcespopulating.md index 214d1e2678..13d95dc81f 100644 --- a/controls/scheduler/server-side-programming/server-events/resourcespopulating.md +++ b/controls/scheduler/server-side-programming/server-events/resourcespopulating.md @@ -3,6 +3,7 @@ title: ResourcesPopulating page_title: ResourcesPopulating - RadScheduler description: Check our Web Forms article about ResourcesPopulating. slug: scheduler/server-side-programming/server-events/resourcespopulating +components: ["scheduler"] tags: resourcespopulating published: True position: 16 diff --git a/controls/scheduler/server-side-programming/server-events/timeslotcontextmenuitemclicked.md b/controls/scheduler/server-side-programming/server-events/timeslotcontextmenuitemclicked.md index d7b2f27006..e9cbf17eee 100644 --- a/controls/scheduler/server-side-programming/server-events/timeslotcontextmenuitemclicked.md +++ b/controls/scheduler/server-side-programming/server-events/timeslotcontextmenuitemclicked.md @@ -3,6 +3,7 @@ title: TimeSlotContextMenuItemClicked page_title: TimeSlotContextMenuItemClicked - RadScheduler description: Check our Web Forms article about TimeSlotContextMenuItemClicked. slug: scheduler/server-side-programming/server-events/timeslotcontextmenuitemclicked +components: ["scheduler"] tags: timeslotcontextmenuitemclicked published: True position: 19 diff --git a/controls/scheduler/server-side-programming/server-events/timeslotcontextmenuitemclicking.md b/controls/scheduler/server-side-programming/server-events/timeslotcontextmenuitemclicking.md index 533d0df79c..6c89c31db6 100644 --- a/controls/scheduler/server-side-programming/server-events/timeslotcontextmenuitemclicking.md +++ b/controls/scheduler/server-side-programming/server-events/timeslotcontextmenuitemclicking.md @@ -3,6 +3,7 @@ title: TimeSlotContextMenuItemClicking page_title: TimeSlotContextMenuItemClicking - RadScheduler description: Check our Web Forms article about TimeSlotContextMenuItemClicking. slug: scheduler/server-side-programming/server-events/timeslotcontextmenuitemclicking +components: ["scheduler"] tags: timeslotcontextmenuitemclicking published: True position: 18 diff --git a/controls/scheduler/server-side-programming/server-events/timeslotcreated.md b/controls/scheduler/server-side-programming/server-events/timeslotcreated.md index eb9ba7f50b..2bb4a7bf98 100644 --- a/controls/scheduler/server-side-programming/server-events/timeslotcreated.md +++ b/controls/scheduler/server-side-programming/server-events/timeslotcreated.md @@ -3,6 +3,7 @@ title: TimeSlotCreated page_title: TimeSlotCreated - RadScheduler description: Check our Web Forms article about TimeSlotCreated. slug: scheduler/server-side-programming/server-events/timeslotcreated +components: ["scheduler"] tags: timeslotcreated published: True position: 14 diff --git a/controls/scheduler/server-side-programming/working-with-recurring-appointments.md b/controls/scheduler/server-side-programming/working-with-recurring-appointments.md index a951cb036f..a8aa9f6573 100644 --- a/controls/scheduler/server-side-programming/working-with-recurring-appointments.md +++ b/controls/scheduler/server-side-programming/working-with-recurring-appointments.md @@ -3,6 +3,7 @@ title: Working with Recurring Appointments page_title: Working with Recurring Appointments - RadScheduler description: Check our Web Forms article about Working with Recurring Appointments. slug: scheduler/server-side-programming/working-with-recurring-appointments +components: ["scheduler"] tags: working,with,recurring,appointments published: True position: 0 diff --git a/controls/scheduler/server-side-programming/working-with-resources.md b/controls/scheduler/server-side-programming/working-with-resources.md index ec5665e13f..d50bfdd6a2 100644 --- a/controls/scheduler/server-side-programming/working-with-resources.md +++ b/controls/scheduler/server-side-programming/working-with-resources.md @@ -3,6 +3,7 @@ title: Working with Resources page_title: Working with Resources - RadScheduler description: Check our Web Forms article about Working with Resources. slug: scheduler/server-side-programming/working-with-resources +components: ["scheduler"] tags: working,with,resources published: True position: 1 diff --git a/controls/scheduler/server-side-programming/working-with-time-values.md b/controls/scheduler/server-side-programming/working-with-time-values.md index b1d54fb913..6ddab9d3a2 100644 --- a/controls/scheduler/server-side-programming/working-with-time-values.md +++ b/controls/scheduler/server-side-programming/working-with-time-values.md @@ -3,6 +3,7 @@ title: Working with Time Values page_title: Working with Time Values - RadScheduler description: Check our Web Forms article about Working with Time Values. slug: scheduler/server-side-programming/working-with-time-values +components: ["scheduler"] tags: working,with,time,values published: True position: 2 diff --git a/controls/scheduler/troubleshooting/misalignments.md b/controls/scheduler/troubleshooting/misalignments.md index ea68fc957c..0ac9cdb309 100644 --- a/controls/scheduler/troubleshooting/misalignments.md +++ b/controls/scheduler/troubleshooting/misalignments.md @@ -3,6 +3,7 @@ title: Misalignments page_title: Misalignments - RadScheduler description: Check our Web Forms article about Misalignments. slug: scheduler/troubleshootings/misalignments +components: ["scheduler"] tags: misalignments published: True position: 0 diff --git a/controls/scheduler/troubleshooting/pdf-export.md b/controls/scheduler/troubleshooting/pdf-export.md index a92846d641..4b75d8f925 100644 --- a/controls/scheduler/troubleshooting/pdf-export.md +++ b/controls/scheduler/troubleshooting/pdf-export.md @@ -3,6 +3,7 @@ title: PDF Export page_title: PDF Export - RadScheduler description: Check our Web Forms article about PDF Export. slug: scheduler/troubleshootings/pdf-export +components: ["scheduler"] tags: pdf,export published: True position: 1 diff --git a/controls/scheduler/troubleshooting/run-the-radscheduler-in-anonymous-authorization-disabled-environment.md b/controls/scheduler/troubleshooting/run-the-radscheduler-in-anonymous-authorization-disabled-environment.md index f63c923a64..933ed6ab61 100644 --- a/controls/scheduler/troubleshooting/run-the-radscheduler-in-anonymous-authorization-disabled-environment.md +++ b/controls/scheduler/troubleshooting/run-the-radscheduler-in-anonymous-authorization-disabled-environment.md @@ -3,6 +3,7 @@ title: Run the RadScheduler in Anonymous Authorization Disabled Environment page_title: Run the RadScheduler in Anonymous Authorization Disabled Environment - RadScheduler description: Check our Web Forms article about Run the RadScheduler in Anonymous Authorization Disabled Environment. slug: scheduler/troubleshootings/run-the-radscheduler-in-anonymous-authorization-disabled-environment +components: ["scheduler"] tags: run,the,radscheduler,in,anonymous,authorization,disabled,environment published: True position: 2 diff --git a/controls/scheduler/usability/adding-appointments.md b/controls/scheduler/usability/adding-appointments.md index 5182012143..45cde32b0e 100644 --- a/controls/scheduler/usability/adding-appointments.md +++ b/controls/scheduler/usability/adding-appointments.md @@ -3,6 +3,7 @@ title: Adding Appointments page_title: Adding Appointments - RadScheduler description: Check our Web Forms article about Adding Appointments. slug: scheduler/usability/adding-appointments +components: ["scheduler"] tags: adding,appointments published: True position: 1 diff --git a/controls/scheduler/usability/editing-appointments.md b/controls/scheduler/usability/editing-appointments.md index d1609eedf6..38e4561d8b 100644 --- a/controls/scheduler/usability/editing-appointments.md +++ b/controls/scheduler/usability/editing-appointments.md @@ -3,6 +3,7 @@ title: Editing Appointments page_title: Editing Appointments - RadScheduler description: Check our Web Forms article about Editing Appointments. slug: scheduler/usability/editing-appointments +components: ["scheduler"] tags: editing,appointments published: True position: 3 diff --git a/controls/scheduler/usability/navigating-radscheduler.md b/controls/scheduler/usability/navigating-radscheduler.md index 9ca18b170a..46ce3c9ff7 100644 --- a/controls/scheduler/usability/navigating-radscheduler.md +++ b/controls/scheduler/usability/navigating-radscheduler.md @@ -3,6 +3,7 @@ title: Navigating RadScheduler page_title: Navigating RadScheduler - RadScheduler description: Check our Web Forms article about Navigating RadScheduler. slug: scheduler/usability/navigating-radscheduler +components: ["scheduler"] tags: navigating,radscheduler published: True position: 0 diff --git a/controls/scheduler/usability/radscheduler-structure.md b/controls/scheduler/usability/radscheduler-structure.md index 6c2c052a3d..023af42fc0 100644 --- a/controls/scheduler/usability/radscheduler-structure.md +++ b/controls/scheduler/usability/radscheduler-structure.md @@ -3,6 +3,7 @@ title: RadScheduler Structure page_title: RadScheduler Structure - RadScheduler description: Check our Web Forms article about RadScheduler Structure. slug: scheduler/usability/radscheduler-structure +components: ["scheduler"] tags: radscheduler,structure published: False position: 2 diff --git a/controls/scheduler/usability/resizing-moving-and-deleting-appointments.md b/controls/scheduler/usability/resizing-moving-and-deleting-appointments.md index 8aaf63f920..a7628ebab9 100644 --- a/controls/scheduler/usability/resizing-moving-and-deleting-appointments.md +++ b/controls/scheduler/usability/resizing-moving-and-deleting-appointments.md @@ -3,6 +3,7 @@ title: Resizing Moving and Deleting Appointments page_title: Resizing Moving and Deleting Appointments - RadScheduler description: Check our Web Forms article about Resizing Moving and Deleting Appointments. slug: scheduler/usability/resizing-moving-and-deleting-appointments +components: ["scheduler"] tags: resizing,moving,and,deleting,appointments published: True position: 4 diff --git a/controls/scheduler/views/agenda-view.md b/controls/scheduler/views/agenda-view.md index 6a1530e33a..25bfcf66bb 100644 --- a/controls/scheduler/views/agenda-view.md +++ b/controls/scheduler/views/agenda-view.md @@ -3,6 +3,7 @@ title: Agenda View page_title: Agenda View - RadScheduler description: Check our Web Forms article about Agenda View. slug: scheduler/views/agenda-view +components: ["scheduler"] tags: agenda,view published: True position: 6 diff --git a/controls/scheduler/views/day-view.md b/controls/scheduler/views/day-view.md index fda2a32087..75baf06d9a 100644 --- a/controls/scheduler/views/day-view.md +++ b/controls/scheduler/views/day-view.md @@ -3,6 +3,7 @@ title: Day View page_title: Day View - RadScheduler description: Check our Web Forms article about Day View. slug: scheduler/views/day-view +components: ["scheduler"] tags: day,view published: True position: 1 diff --git a/controls/scheduler/views/month-view.md b/controls/scheduler/views/month-view.md index bdcf52fbfb..ee381d9d6c 100644 --- a/controls/scheduler/views/month-view.md +++ b/controls/scheduler/views/month-view.md @@ -3,6 +3,7 @@ title: Month View page_title: Month View - RadScheduler description: Check our Web Forms article about Month View. slug: scheduler/views/month-view +components: ["scheduler"] tags: month,view published: True position: 3 diff --git a/controls/scheduler/views/multi-day-view.md b/controls/scheduler/views/multi-day-view.md index 82708c3f8a..3375e9c989 100644 --- a/controls/scheduler/views/multi-day-view.md +++ b/controls/scheduler/views/multi-day-view.md @@ -3,6 +3,7 @@ title: Multi-Day View page_title: Multi-Day View - RadScheduler description: Check our Web Forms article about Multi-Day View. slug: scheduler/views/multi-day-view +components: ["scheduler"] tags: multi-day,view published: True position: 5 diff --git a/controls/scheduler/views/overview.md b/controls/scheduler/views/overview.md index b618fed63a..8e9eeefa4e 100644 --- a/controls/scheduler/views/overview.md +++ b/controls/scheduler/views/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Views Overview - RadScheduler description: Check our Web Forms article about Overview. slug: scheduler/views/overview +components: ["scheduler"] tags: overview published: True position: 0 diff --git a/controls/scheduler/views/timeline-view.md b/controls/scheduler/views/timeline-view.md index fbbf810465..62e6e39b3e 100644 --- a/controls/scheduler/views/timeline-view.md +++ b/controls/scheduler/views/timeline-view.md @@ -3,6 +3,7 @@ title: Timeline View page_title: Timeline View - RadScheduler description: Check our Web Forms article about Timeline View. slug: scheduler/views/timeline-view +components: ["scheduler"] tags: timeline,view published: True position: 4 diff --git a/controls/scheduler/views/week-view.md b/controls/scheduler/views/week-view.md index 5ec0cabeb3..73ba0bc48a 100644 --- a/controls/scheduler/views/week-view.md +++ b/controls/scheduler/views/week-view.md @@ -3,6 +3,7 @@ title: Week View page_title: Week View - RadScheduler description: Check our Web Forms article about Week View. slug: scheduler/views/week-view +components: ["scheduler"] tags: week,view published: True position: 2 diff --git a/controls/scheduler/views/year-view.md b/controls/scheduler/views/year-view.md index b256f8e809..957e06c1dc 100644 --- a/controls/scheduler/views/year-view.md +++ b/controls/scheduler/views/year-view.md @@ -3,6 +3,7 @@ title: Year View page_title: Year View - RadScheduler description: Check our Web Forms article about Year View. slug: scheduler/views/year-view +components: ["scheduler"] tags: year,view published: True position: 9 diff --git a/controls/scheduler/web-service-binding/localization-for-web-services-mode.md b/controls/scheduler/web-service-binding/localization-for-web-services-mode.md index d42d0987dc..29975999d5 100644 --- a/controls/scheduler/web-service-binding/localization-for-web-services-mode.md +++ b/controls/scheduler/web-service-binding/localization-for-web-services-mode.md @@ -3,6 +3,7 @@ title: Localization for Web Services Mode page_title: Localization for Web Services Mode - RadScheduler description: Check our Web Forms article about Localization for Web Services Mode. slug: scheduler/web-service-binding/localization-for-web-services-mode +components: ["scheduler"] tags: localization,for,web,services,mode published: True position: 2 diff --git a/controls/scheduler/web-service-binding/notes-on-resource-grouping.md b/controls/scheduler/web-service-binding/notes-on-resource-grouping.md index 4e0057640c..afcd61f6bd 100644 --- a/controls/scheduler/web-service-binding/notes-on-resource-grouping.md +++ b/controls/scheduler/web-service-binding/notes-on-resource-grouping.md @@ -3,6 +3,7 @@ title: Notes on Resource Grouping page_title: Notes on Resource Grouping - RadScheduler description: Check our Web Forms article about Notes on Resource Grouping. slug: scheduler/web-service-binding/notes-on-resource-grouping +components: ["scheduler"] tags: notes,on,resource,grouping published: True position: 3 diff --git a/controls/scheduler/web-service-binding/overview.md b/controls/scheduler/web-service-binding/overview.md index 7b0ea68762..41003d71f8 100644 --- a/controls/scheduler/web-service-binding/overview.md +++ b/controls/scheduler/web-service-binding/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Web Service Binding Overview - RadScheduler description: Check our Web Forms article about Overview. slug: scheduler/web-service-binding/overview +components: ["scheduler"] tags: overview published: True position: 0 diff --git a/controls/scheduler/web-service-binding/returning-extra-data-from-the-web-service.md b/controls/scheduler/web-service-binding/returning-extra-data-from-the-web-service.md index c234a98f9a..eb7600e789 100644 --- a/controls/scheduler/web-service-binding/returning-extra-data-from-the-web-service.md +++ b/controls/scheduler/web-service-binding/returning-extra-data-from-the-web-service.md @@ -3,6 +3,7 @@ title: Returning Extra Data from the Web Service page_title: Returning Extra Data from the Web Service - RadScheduler description: Check our Web Forms article about Returning Extra Data from the Web Service. slug: scheduler/web-service-binding/returning-extra-data-from-the-web-service +components: ["scheduler"] tags: returning,extra,data,from,the,web,service published: True position: 5 diff --git a/controls/scheduler/web-service-binding/sending-additional-information-to-the-web-service.md b/controls/scheduler/web-service-binding/sending-additional-information-to-the-web-service.md index da5b9ba0cb..7767c1422a 100644 --- a/controls/scheduler/web-service-binding/sending-additional-information-to-the-web-service.md +++ b/controls/scheduler/web-service-binding/sending-additional-information-to-the-web-service.md @@ -3,6 +3,7 @@ title: Sending Additional Information to the Web Service page_title: Sending Additional Information to the Web Service - RadScheduler description: Check our Web Forms article about Sending Additional Information to the Web Service. slug: scheduler/web-service-binding/sending-additional-information-to-the-web-service +components: ["scheduler"] tags: sending,additional,information,to,the,web,service published: True position: 4 diff --git a/controls/scheduler/web-service-binding/using-resourcepopulationmode-in-serverside-and-authentication.md b/controls/scheduler/web-service-binding/using-resourcepopulationmode-in-serverside-and-authentication.md index d7211f2d66..22d7810eba 100644 --- a/controls/scheduler/web-service-binding/using-resourcepopulationmode-in-serverside-and-authentication.md +++ b/controls/scheduler/web-service-binding/using-resourcepopulationmode-in-serverside-and-authentication.md @@ -3,6 +3,7 @@ title: Using ResourcePopulationMode in ServerSide and Authentication page_title: Using ResourcePopulationMode in ServerSide and Authentication - RadScheduler description: Check our Web Forms article about Using ResourcePopulationMode in ServerSide and Authentication. slug: scheduler/web-service-binding/using-resourcepopulationmode-in-serverside-and-authentication +components: ["scheduler"] tags: using,resourcepopulationmode,in,serverside,and,authentication published: True position: 6 diff --git a/controls/scheduler/web-service-binding/web-api-binding.md b/controls/scheduler/web-service-binding/web-api-binding.md index 6e7fbf7452..3db1327b9b 100644 --- a/controls/scheduler/web-service-binding/web-api-binding.md +++ b/controls/scheduler/web-service-binding/web-api-binding.md @@ -3,6 +3,7 @@ title: Web API Binding page_title: Web API Binding - RadScheduler description: Check our Web Forms article about Web API Binding. slug: scheduler/web-service-binding/web-api-binding +components: ["scheduler"] tags: web,api,binding published: True position: 1 diff --git a/controls/scheduler/what-is-new.md b/controls/scheduler/what-is-new.md index 133c2f0108..5aea8f507c 100644 --- a/controls/scheduler/what-is-new.md +++ b/controls/scheduler/what-is-new.md @@ -3,6 +3,7 @@ title: What is New page_title: What is New - RadScheduler description: Check our Web Forms article about What is New. slug: scheduler/what-is-new +components: ["scheduler"] tags: what,is,new published: False position: 1 diff --git a/controls/scriptmanager/assembly-white-list.md b/controls/scriptmanager/assembly-white-list.md index 2ef7d55816..7277a40c0d 100644 --- a/controls/scriptmanager/assembly-white-list.md +++ b/controls/scriptmanager/assembly-white-list.md @@ -3,6 +3,7 @@ title: Assembly White List page_title: Assembly White List - RadScriptManager description: Check our Web Forms article about Assembly White List. slug: scriptmanager/assembly-white-list +components: ["scriptmanager"] tags: assembly,white,list published: True position: 6 diff --git a/controls/scriptmanager/cdn-support/combined-request-for-telerik-controls.md b/controls/scriptmanager/cdn-support/combined-request-for-telerik-controls.md index 404dbbb5a1..b38e4804e4 100644 --- a/controls/scriptmanager/cdn-support/combined-request-for-telerik-controls.md +++ b/controls/scriptmanager/cdn-support/combined-request-for-telerik-controls.md @@ -3,6 +3,7 @@ title: Combined CDN Request for Telerik Controls page_title: Combined CDN Request for Telerik Controls - RadScriptManager description: Check our Web Forms article about Combined CDN Request for Telerik Controls for performance improvement. slug: scriptmanager/cdn-support/combined-request-for-telerik-controls +components: ["scriptmanager"] tags: cdn,request,combined,performance,improvement published: True position: 2 diff --git a/controls/scriptmanager/cdn-support/custom-cdn-provider.md b/controls/scriptmanager/cdn-support/custom-cdn-provider.md index 80973a45fe..73e2242557 100644 --- a/controls/scriptmanager/cdn-support/custom-cdn-provider.md +++ b/controls/scriptmanager/cdn-support/custom-cdn-provider.md @@ -3,6 +3,7 @@ title: Custom CDN Provider page_title: Custom CDN Provider - RadScriptManager description: Check our Web Forms article about Custom CDN Provider. slug: scriptmanager/cdn-support/custom-cdn-provider +components: ["scriptmanager"] tags: custom,cdn,provider published: True position: 1 diff --git a/controls/scriptmanager/cdn-support/overview.md b/controls/scriptmanager/cdn-support/overview.md index f2ab3b258a..36dbd4ddf4 100644 --- a/controls/scriptmanager/cdn-support/overview.md +++ b/controls/scriptmanager/cdn-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: CDN Support Overview - RadScriptManager description: Learn about the CDN support in the ScriptManager control for optimizing script loading in web apps. slug: scriptmanager/cdn-support/overview +components: ["scriptmanager"] tags: overview published: True position: 0 diff --git a/controls/scriptmanager/combining-external-scripts.md b/controls/scriptmanager/combining-external-scripts.md index fa07f5dfe4..cf6434d9c1 100644 --- a/controls/scriptmanager/combining-external-scripts.md +++ b/controls/scriptmanager/combining-external-scripts.md @@ -3,6 +3,7 @@ title: Combining External Scripts page_title: Combining External Scripts - RadScriptManager description: Check our Web Forms article about Combining External Scripts. slug: scriptmanager/combining-external-scripts +components: ["scriptmanager"] tags: combining,external,scripts published: True position: 2 diff --git a/controls/scriptmanager/disabling-the-embedded-jquery.md b/controls/scriptmanager/disabling-the-embedded-jquery.md index 35fd15a3cc..b7d9af9060 100644 --- a/controls/scriptmanager/disabling-the-embedded-jquery.md +++ b/controls/scriptmanager/disabling-the-embedded-jquery.md @@ -3,6 +3,7 @@ title: Disabling the Embedded jQuery page_title: Disabling the Embedded jQuery - RadScriptManager description: Explore how to disable the embedded jQuery in the ScriptManager control for custom script management. slug: scriptmanager/disabling-the-embedded-jquery +components: ["scriptmanager"] tags: disabling,the,embedded,jquery published: True position: 5 diff --git a/controls/scriptmanager/encrypt-telerik-webresource-querystring.md b/controls/scriptmanager/encrypt-telerik-webresource-querystring.md index 53c7c4726b..7d02e55e0d 100644 --- a/controls/scriptmanager/encrypt-telerik-webresource-querystring.md +++ b/controls/scriptmanager/encrypt-telerik-webresource-querystring.md @@ -3,6 +3,7 @@ title: Encrypt Telerik WebResource Querystring page_title: Encrypt Telerik WebResource Querystring - RadScriptManager description: Check our Web Forms article about Encrypt Telerik WebResource Querystring. slug: scriptmanager/encrypt-telerik-webresource-querystring +components: ["scriptmanager"] tags: encrypt,telerik,webresource,request,querystring published: True position: 7 diff --git a/controls/scriptmanager/overview.md b/controls/scriptmanager/overview.md index 2ab5a86906..7d097288e2 100644 --- a/controls/scriptmanager/overview.md +++ b/controls/scriptmanager/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadScriptManager Overview description: Discover the ScriptManager control and its role in managing client-side scripts in web applications. slug: scriptmanager/overview +components: ["scriptmanager"] tags: overview published: True position: 1 diff --git a/controls/scriptmanager/script-combining.md b/controls/scriptmanager/script-combining.md index 22ddd6c71e..24bf0d3534 100644 --- a/controls/scriptmanager/script-combining.md +++ b/controls/scriptmanager/script-combining.md @@ -3,6 +3,7 @@ title: Script Combining page_title: Script Combining - RadScriptManager description: Check our Web Forms article about Script Combining. slug: scriptmanager/script-combining +components: ["scriptmanager"] tags: script,combining published: False position: 4 diff --git a/controls/scriptmanager/script-grouping.md b/controls/scriptmanager/script-grouping.md index 0c88116729..cfea1fbbde 100644 --- a/controls/scriptmanager/script-grouping.md +++ b/controls/scriptmanager/script-grouping.md @@ -3,6 +3,7 @@ title: Script Grouping page_title: Script Grouping - RadScriptManager description: Check our Web Forms article about Script Grouping. slug: scriptmanager/script-grouping +components: ["scriptmanager"] tags: script,grouping published: True position: 3 diff --git a/controls/scriptmanager/troubleshooting/cdn.md b/controls/scriptmanager/troubleshooting/cdn.md index 4a2cdf807c..10ed47bac6 100644 --- a/controls/scriptmanager/troubleshooting/cdn.md +++ b/controls/scriptmanager/troubleshooting/cdn.md @@ -3,6 +3,7 @@ title: CDN page_title: CDN - RadScriptManager description: Check our Web Forms article about CDN. slug: scriptmanager/troubleshooting/cdn +components: ["scriptmanager"] tags: cdn published: True position: 1 diff --git a/controls/scriptmanager/troubleshooting/overview.md b/controls/scriptmanager/troubleshooting/overview.md index e619d1f852..e31857cc3b 100644 --- a/controls/scriptmanager/troubleshooting/overview.md +++ b/controls/scriptmanager/troubleshooting/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Troubleshooting Overview - RadScriptManager description: Check our Web Forms article about Overview. slug: scriptmanager/troubleshooting/overview +components: ["scriptmanager"] tags: overview published: True position: 0 diff --git a/controls/searchbox/accessibility-and-internationalization/keyboard-support.md b/controls/searchbox/accessibility-and-internationalization/keyboard-support.md index 010f9bb63e..a58309250f 100644 --- a/controls/searchbox/accessibility-and-internationalization/keyboard-support.md +++ b/controls/searchbox/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard support page_title: Keyboard support - RadSearchBox description: Check our Web Forms article about Keyboard support. slug: searchbox/accessibility-and-internationalization/keyboard-support +components: ["searchbox"] tags: keyboard,support published: True position: 0 diff --git a/controls/searchbox/appearance-and-styling/animations.md b/controls/searchbox/appearance-and-styling/animations.md index 93fefd8faf..2f3070a1ea 100644 --- a/controls/searchbox/appearance-and-styling/animations.md +++ b/controls/searchbox/appearance-and-styling/animations.md @@ -3,6 +3,7 @@ title: Animations page_title: Animations - RadSearchBox description: Check our Web Forms article about Animations. slug: searchbox/appearance-and-styling/animations +components: ["searchbox"] tags: animations published: True position: 1 diff --git a/controls/searchbox/appearance-and-styling/skin-selectors.md b/controls/searchbox/appearance-and-styling/skin-selectors.md index 4f73d76c51..fa45c3caff 100644 --- a/controls/searchbox/appearance-and-styling/skin-selectors.md +++ b/controls/searchbox/appearance-and-styling/skin-selectors.md @@ -3,6 +3,7 @@ title: Skin Selectors page_title: Skin Selectors - RadSearchBox description: Check our Web Forms article about Skin Selectors. slug: searchbox/appearance-and-styling/skin-selectors +components: ["searchbox"] tags: skin,selectors published: True position: 2 diff --git a/controls/searchbox/appearance-and-styling/skins.md b/controls/searchbox/appearance-and-styling/skins.md index 7d8099498f..b21db641f7 100644 --- a/controls/searchbox/appearance-and-styling/skins.md +++ b/controls/searchbox/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadSearchBox description: Check our Web Forms article about Skins. slug: searchbox/appearance-and-styling/skins +components: ["searchbox"] tags: skins published: False position: 0 diff --git a/controls/searchbox/client-side-programming/events/onclientbuttoncommand.md b/controls/searchbox/client-side-programming/events/onclientbuttoncommand.md index d3eaa65f6a..6f968dad8e 100644 --- a/controls/searchbox/client-side-programming/events/onclientbuttoncommand.md +++ b/controls/searchbox/client-side-programming/events/onclientbuttoncommand.md @@ -3,6 +3,7 @@ title: OnClientButtonCommand page_title: OnClientButtonCommand - RadSearchBox description: Check our Web Forms article about OnClientButtonCommand. slug: searchbox/client-side-programming/events/onclientbuttoncommand +components: ["searchbox"] tags: onclientbuttoncommand published: True position: 3 diff --git a/controls/searchbox/client-side-programming/events/onclientdatarequesting.md b/controls/searchbox/client-side-programming/events/onclientdatarequesting.md index df3b15b166..8a2e1a44ee 100644 --- a/controls/searchbox/client-side-programming/events/onclientdatarequesting.md +++ b/controls/searchbox/client-side-programming/events/onclientdatarequesting.md @@ -3,6 +3,7 @@ title: OnClientDataRequesting page_title: OnClientDataRequesting - RadSearchBox description: Check our Web Forms article about OnClientDataRequesting. slug: searchbox/client-side-programming/events/onclientdatarequesting +components: ["searchbox"] tags: onclientdatarequesting published: True position: 2 diff --git a/controls/searchbox/client-side-programming/events/onclientload.md b/controls/searchbox/client-side-programming/events/onclientload.md index b67bbbb6c6..785e78535c 100644 --- a/controls/searchbox/client-side-programming/events/onclientload.md +++ b/controls/searchbox/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadSearchBox description: Check our Web Forms article about OnClientLoad. slug: searchbox/client-side-programming/events/onclientload +components: ["searchbox"] tags: onclientload published: True position: 4 diff --git a/controls/searchbox/client-side-programming/events/onclientsearch.md b/controls/searchbox/client-side-programming/events/onclientsearch.md index 5d630f5e39..d4d959420e 100644 --- a/controls/searchbox/client-side-programming/events/onclientsearch.md +++ b/controls/searchbox/client-side-programming/events/onclientsearch.md @@ -3,6 +3,7 @@ title: OnClientSearch page_title: OnClientSearch - RadSearchBox description: Check our Web Forms article about OnClientSearch. slug: searchbox/client-side-programming/events/onclientsearch +components: ["searchbox"] tags: onclientsearch published: True position: 1 diff --git a/controls/searchbox/client-side-programming/events/overview.md b/controls/searchbox/client-side-programming/events/overview.md index a8ec6e3903..b53403f2ba 100644 --- a/controls/searchbox/client-side-programming/events/overview.md +++ b/controls/searchbox/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Events Overview - RadSearchBox description: Check our Web Forms article about Overview. slug: searchbox/client-side-programming/events/overview +components: ["searchbox"] tags: overview published: True position: 0 diff --git a/controls/searchbox/client-side-programming/radsearchbox-object.md b/controls/searchbox/client-side-programming/radsearchbox-object.md index 1d0d3d7139..24b62c9c55 100644 --- a/controls/searchbox/client-side-programming/radsearchbox-object.md +++ b/controls/searchbox/client-side-programming/radsearchbox-object.md @@ -3,6 +3,7 @@ title: RadSearchBox Object page_title: RadSearchBox Object - RadSearchBox description: Check our Web Forms article about RadSearchBox Object. slug: searchbox/client-side-programming/radsearchbox-object +components: ["searchbox"] tags: radsearchbox,object published: True position: 0 diff --git a/controls/searchbox/client-side-programming/radsearchboxbutton-object.md b/controls/searchbox/client-side-programming/radsearchboxbutton-object.md index 229281d68c..7018821fa9 100644 --- a/controls/searchbox/client-side-programming/radsearchboxbutton-object.md +++ b/controls/searchbox/client-side-programming/radsearchboxbutton-object.md @@ -3,6 +3,7 @@ title: RadSearchBoxButton Object page_title: RadSearchBoxButton Object - RadSearchBox description: Check our Web Forms article about RadSearchBoxButton Object. slug: searchbox/client-side-programming/radsearchboxbutton-object +components: ["searchbox"] tags: radsearchboxbutton,object published: True position: 4 diff --git a/controls/searchbox/client-side-programming/radsearchboxbuttoncollection-object.md b/controls/searchbox/client-side-programming/radsearchboxbuttoncollection-object.md index 92669ffa35..2d728f1cad 100644 --- a/controls/searchbox/client-side-programming/radsearchboxbuttoncollection-object.md +++ b/controls/searchbox/client-side-programming/radsearchboxbuttoncollection-object.md @@ -3,6 +3,7 @@ title: RadSearchBoxButtonCollection Object page_title: RadSearchBoxButtonCollection Object - RadSearchBox description: Check our Web Forms article about RadSearchBoxButtonCollection Object. slug: searchbox/client-side-programming/radsearchboxbuttoncollection-object +components: ["searchbox"] tags: radsearchboxbuttoncollection,object published: True position: 5 diff --git a/controls/searchbox/client-side-programming/searchcontext-object.md b/controls/searchbox/client-side-programming/searchcontext-object.md index 96d7cb40b4..a6d65c526b 100644 --- a/controls/searchbox/client-side-programming/searchcontext-object.md +++ b/controls/searchbox/client-side-programming/searchcontext-object.md @@ -3,6 +3,7 @@ title: SearchContext Object page_title: SearchContext Object - RadSearchBox description: Check our Web Forms article about SearchContext Object. slug: searchbox/client-side-programming/searchcontext-object +components: ["searchbox"] tags: searchcontext,object published: True position: 1 diff --git a/controls/searchbox/client-side-programming/searchcontextitem-object.md b/controls/searchbox/client-side-programming/searchcontextitem-object.md index 45f3e666e7..e59a80a014 100644 --- a/controls/searchbox/client-side-programming/searchcontextitem-object.md +++ b/controls/searchbox/client-side-programming/searchcontextitem-object.md @@ -3,6 +3,7 @@ title: SearchContextItem Object page_title: SearchContextItem Object - RadSearchBox description: Check our Web Forms article about SearchContextItem Object. slug: searchbox/client-side-programming/searchcontextitem-object +components: ["searchbox"] tags: searchcontextitem,object published: True position: 2 diff --git a/controls/searchbox/client-side-programming/searchcontextitemcollection-object.md b/controls/searchbox/client-side-programming/searchcontextitemcollection-object.md index c425173f82..0801ca0220 100644 --- a/controls/searchbox/client-side-programming/searchcontextitemcollection-object.md +++ b/controls/searchbox/client-side-programming/searchcontextitemcollection-object.md @@ -3,6 +3,7 @@ title: SearchContextItemCollection Object page_title: SearchContextItemCollection Object - RadSearchBox description: Check our Web Forms article about SearchContextItemCollection Object. slug: searchbox/client-side-programming/searchcontextitemcollection-object +components: ["searchbox"] tags: searchcontextitemcollection,object published: True position: 3 diff --git a/controls/searchbox/data-binding/binding-to-array-or-arraylist.md b/controls/searchbox/data-binding/binding-to-array-or-arraylist.md index d7462af01e..576c793de6 100644 --- a/controls/searchbox/data-binding/binding-to-array-or-arraylist.md +++ b/controls/searchbox/data-binding/binding-to-array-or-arraylist.md @@ -3,6 +3,7 @@ title: Binding to Array or ArrayList page_title: Binding to Array or ArrayList - RadSearchBox description: Check our Web Forms article about Binding to Array or ArrayList. slug: searchbox/data-binding/binding-to-array-or-arraylist +components: ["searchbox"] tags: binding,to,array,or,arraylist published: True position: 1 diff --git a/controls/searchbox/data-binding/binding-to-asp-datasource-components.md b/controls/searchbox/data-binding/binding-to-asp-datasource-components.md index 161dc7b3a7..a0dd15da18 100644 --- a/controls/searchbox/data-binding/binding-to-asp-datasource-components.md +++ b/controls/searchbox/data-binding/binding-to-asp-datasource-components.md @@ -3,6 +3,7 @@ title: Binding to ASP DataSource Components page_title: Binding to ASP DataSource Components - RadSearchBox description: Check our Web Forms article about Binding to ASP DataSource Components. slug: searchbox/data-binding/binding-to-asp-datasource-components +components: ["searchbox"] tags: binding,to,asp,datasource,components published: True position: 3 diff --git a/controls/searchbox/data-binding/binding-to-datatable.md b/controls/searchbox/data-binding/binding-to-datatable.md index e575f45b02..bde541568c 100644 --- a/controls/searchbox/data-binding/binding-to-datatable.md +++ b/controls/searchbox/data-binding/binding-to-datatable.md @@ -3,6 +3,7 @@ title: Binding to DataTable page_title: Binding to DataTable - RadSearchBox description: Check our Web Forms article about Binding to DataTable. slug: searchbox/data-binding/binding-to-datatable +components: ["searchbox"] tags: binding,to,datatable published: True position: 2 diff --git a/controls/searchbox/data-binding/binding-to-odata.md b/controls/searchbox/data-binding/binding-to-odata.md index 745dd8901b..f4e7fcebd4 100644 --- a/controls/searchbox/data-binding/binding-to-odata.md +++ b/controls/searchbox/data-binding/binding-to-odata.md @@ -3,6 +3,7 @@ title: Binding to OData page_title: Binding to OData - RadSearchBox description: Check our Web Forms article about Binding to OData. slug: searchbox/data-binding/binding-to-odata +components: ["searchbox"] tags: binding,to,odata published: True position: 4 diff --git a/controls/searchbox/data-binding/binding-to-radclientdatasource.md b/controls/searchbox/data-binding/binding-to-radclientdatasource.md index ca815c7515..2d9a9733c5 100644 --- a/controls/searchbox/data-binding/binding-to-radclientdatasource.md +++ b/controls/searchbox/data-binding/binding-to-radclientdatasource.md @@ -3,6 +3,7 @@ title: Binding to RadClientDataSource page_title: Binding to RadClientDataSource - RadSearchBox description: Check our Web Forms article about Binding to RadClientDataSource. slug: searchbox/data-binding/binding-to-radclientdatasource +components: ["searchbox"] tags: binding,to,radclientdatasource published: True position: 7 diff --git a/controls/searchbox/data-binding/overview.md b/controls/searchbox/data-binding/overview.md index b1213f4fe5..61501c8f34 100644 --- a/controls/searchbox/data-binding/overview.md +++ b/controls/searchbox/data-binding/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadSearchBox description: Check our Web Forms article about Overview. slug: searchbox/data-binding/overview +components: ["searchbox"] tags: overview published: True position: 0 diff --git a/controls/searchbox/data-binding/wcf-service-binding.md b/controls/searchbox/data-binding/wcf-service-binding.md index e282216ea3..db1163ae25 100644 --- a/controls/searchbox/data-binding/wcf-service-binding.md +++ b/controls/searchbox/data-binding/wcf-service-binding.md @@ -3,6 +3,7 @@ title: WCF Service Binding page_title: WCF Service Binding - RadSearchBox description: Check our Web Forms article about WCF Service Binding. slug: searchbox/data-binding/wcf-service-binding +components: ["searchbox"] tags: wcf,service,binding published: True position: 6 diff --git a/controls/searchbox/data-binding/web-service-binding.md b/controls/searchbox/data-binding/web-service-binding.md index 13e6c82bc0..6f2f3bd6ed 100644 --- a/controls/searchbox/data-binding/web-service-binding.md +++ b/controls/searchbox/data-binding/web-service-binding.md @@ -3,6 +3,7 @@ title: Web Service Binding page_title: Web Service Binding - RadSearchBox description: Check our Web Forms article about Web Service Binding. slug: searchbox/data-binding/web-service-binding +components: ["searchbox"] tags: web,service,binding published: True position: 5 diff --git a/controls/searchbox/design-time.md b/controls/searchbox/design-time.md index 604b2da0e3..61f48a1e79 100644 --- a/controls/searchbox/design-time.md +++ b/controls/searchbox/design-time.md @@ -3,6 +3,7 @@ title: Design-time page_title: Design-time - RadSearchBox description: Check our Web Forms article about Design-time. slug: searchbox/design-time +components: ["searchbox"] tags: design-time published: true previous_url: controls/searchbox/design-time/design-time diff --git a/controls/searchbox/functionality/autocomplete.md b/controls/searchbox/functionality/autocomplete.md index 5c42a1855f..adf7ccb9b5 100644 --- a/controls/searchbox/functionality/autocomplete.md +++ b/controls/searchbox/functionality/autocomplete.md @@ -3,6 +3,7 @@ title: AutoComplete page_title: AutoComplete - RadSearchBox description: Check our Web Forms article about AutoComplete. slug: searchbox/functionality/autocomplete +components: ["searchbox"] tags: autocomplete published: True position: 0 diff --git a/controls/searchbox/functionality/buttons-collection.md b/controls/searchbox/functionality/buttons-collection.md index 959319c8f5..b5d7e1463a 100644 --- a/controls/searchbox/functionality/buttons-collection.md +++ b/controls/searchbox/functionality/buttons-collection.md @@ -3,6 +3,7 @@ title: Buttons Collection page_title: Buttons Collection - RadSearchBox description: Check our Web Forms article about Buttons Collection. slug: searchbox/functionality/buttons-collection +components: ["searchbox"] tags: buttons,collection published: True position: 1 diff --git a/controls/searchbox/functionality/datakeynames.md b/controls/searchbox/functionality/datakeynames.md index 70790c38d2..03a2898ba9 100644 --- a/controls/searchbox/functionality/datakeynames.md +++ b/controls/searchbox/functionality/datakeynames.md @@ -3,6 +3,7 @@ title: DataKeyNames page_title: DataKeyNames - RadSearchBox description: Check our Web Forms article about DataKeyNames. slug: searchbox/functionality/datakeynames +components: ["searchbox"] tags: datakeynames published: True position: 4 diff --git a/controls/searchbox/functionality/filtering.md b/controls/searchbox/functionality/filtering.md index 291d64f400..49327696cb 100644 --- a/controls/searchbox/functionality/filtering.md +++ b/controls/searchbox/functionality/filtering.md @@ -3,6 +3,7 @@ title: Filtering page_title: Filtering - RadSearchBox description: Check our Web Forms article about Filtering. slug: searchbox/functionality/filtering +components: ["searchbox"] tags: filtering published: True position: 3 diff --git a/controls/searchbox/functionality/passing-additional-information-to-the-server.md b/controls/searchbox/functionality/passing-additional-information-to-the-server.md index 25fe55f67f..a58d37900a 100644 --- a/controls/searchbox/functionality/passing-additional-information-to-the-server.md +++ b/controls/searchbox/functionality/passing-additional-information-to-the-server.md @@ -3,6 +3,7 @@ title: Passing Additional Information to the Server page_title: Passing Additional Information to the Server - RadSearchBox description: Check our Web Forms article about Passing Additional Information to the Server. slug: searchbox/functionality/passing-additional-information-to-the-server +components: ["searchbox"] tags: passing,additional,information,to,the,server published: True position: 5 diff --git a/controls/searchbox/functionality/search-button.md b/controls/searchbox/functionality/search-button.md index 5ff231aefe..42753d6195 100644 --- a/controls/searchbox/functionality/search-button.md +++ b/controls/searchbox/functionality/search-button.md @@ -3,6 +3,7 @@ title: Search Button page_title: Search Button - RadSearchBox description: Check our Web Forms article about Search Button. slug: searchbox/functionality/search-button +components: ["searchbox"] tags: search,button published: True position: 2 diff --git a/controls/searchbox/getting-started.md b/controls/searchbox/getting-started.md index c687d1d69f..9b0c845943 100644 --- a/controls/searchbox/getting-started.md +++ b/controls/searchbox/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadSearchBox description: Check our Web Forms article about Getting Started. slug: searchbox/getting-started +components: ["searchbox"] tags: getting,started published: True position: 1 diff --git a/controls/searchbox/overview.md b/controls/searchbox/overview.md index 36d49cbc11..25adcd024c 100644 --- a/controls/searchbox/overview.md +++ b/controls/searchbox/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadSearchBox Overview description: Explore the SearchBox control and its features for implementing search functionality in your app. slug: searchbox/overview +components: ["searchbox"] tags: overview published: True position: 0 diff --git a/controls/searchbox/search-context/data-binding/client-side-binding.md b/controls/searchbox/search-context/data-binding/client-side-binding.md index a824730be7..84a8b1335f 100644 --- a/controls/searchbox/search-context/data-binding/client-side-binding.md +++ b/controls/searchbox/search-context/data-binding/client-side-binding.md @@ -3,6 +3,7 @@ title: Client-side Binding page_title: Client-side Binding - RadSearchBox description: Check our Web Forms article about Client-side Binding. slug: searchbox/search-context/data-binding/client-side-binding +components: ["searchbox"] tags: client-side,binding published: True position: 1 diff --git a/controls/searchbox/search-context/data-binding/overview.md b/controls/searchbox/search-context/data-binding/overview.md index 1b50911776..cc1fa543a0 100644 --- a/controls/searchbox/search-context/data-binding/overview.md +++ b/controls/searchbox/search-context/data-binding/overview.md @@ -3,6 +3,7 @@ title: Data Binding Overview page_title: Overview - RadSearchBox description: Check our Web Forms article about Overview. slug: searchbox/search-context/data-binding/overview +components: ["searchbox"] tags: overview published: True position: 0 diff --git a/controls/searchbox/search-context/data-binding/server-side-binding.md b/controls/searchbox/search-context/data-binding/server-side-binding.md index 343f038443..c87216a59a 100644 --- a/controls/searchbox/search-context/data-binding/server-side-binding.md +++ b/controls/searchbox/search-context/data-binding/server-side-binding.md @@ -3,6 +3,7 @@ title: Server-side Binding page_title: Server-side Binding - RadSearchBox description: Check our Web Forms article about Server-side Binding. slug: searchbox/search-context/data-binding/server-side-binding +components: ["searchbox"] tags: server-side,binding published: True position: 2 diff --git a/controls/searchbox/search-context/events/onclientitemdatabound.md b/controls/searchbox/search-context/events/onclientitemdatabound.md index fadcb1da99..691d00a909 100644 --- a/controls/searchbox/search-context/events/onclientitemdatabound.md +++ b/controls/searchbox/search-context/events/onclientitemdatabound.md @@ -3,6 +3,7 @@ title: OnClientItemDataBound page_title: OnClientItemDataBound - RadSearchBox description: Check our Web Forms article about OnClientItemDataBound. slug: searchbox/search-context/events/onclientitemdatabound +components: ["searchbox"] tags: onclientitemdatabound published: True position: 0 diff --git a/controls/searchbox/search-context/events/onclientitemselected.md b/controls/searchbox/search-context/events/onclientitemselected.md index 95c8710ad4..0dd58e4fc9 100644 --- a/controls/searchbox/search-context/events/onclientitemselected.md +++ b/controls/searchbox/search-context/events/onclientitemselected.md @@ -3,6 +3,7 @@ title: OnClientItemSelected page_title: ClientItemSelected event of the SearchContext - RadSearchBox description: The OnClientItemSelected is a Client-Side event that is triggered when an item from the SearchBox dropdown (SearchContext) is clicked. slug: searchbox/search-context/events/onclientitemselected +components: ["searchbox"] tags: onclientitemselected published: True --- diff --git a/controls/searchbox/search-context/events/onitemdatabound.md b/controls/searchbox/search-context/events/onitemdatabound.md index 451734a389..cb89191391 100644 --- a/controls/searchbox/search-context/events/onitemdatabound.md +++ b/controls/searchbox/search-context/events/onitemdatabound.md @@ -3,6 +3,7 @@ title: OnItemDataBound page_title: OnItemDataBound - RadSearchBox description: Check our Web Forms article about OnItemDataBound. slug: searchbox/search-context/events/onitemdatabound +components: ["searchbox"] tags: onitemdatabound published: True position: 0 diff --git a/controls/searchbox/search-context/overview.md b/controls/searchbox/search-context/overview.md index b7fd43119a..f15b4ae376 100644 --- a/controls/searchbox/search-context/overview.md +++ b/controls/searchbox/search-context/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Search Context Overview - RadSearchBox description: Check our Web Forms article about Overview. slug: searchbox/search-context/overview +components: ["searchbox"] tags: overview published: True position: 0 diff --git a/controls/searchbox/server-side-programming/events/onbuttoncommand.md b/controls/searchbox/server-side-programming/events/onbuttoncommand.md index 9b24c4a15d..030c948269 100644 --- a/controls/searchbox/server-side-programming/events/onbuttoncommand.md +++ b/controls/searchbox/server-side-programming/events/onbuttoncommand.md @@ -3,6 +3,7 @@ title: OnButtonCommand page_title: OnButtonCommand - RadSearchBox description: Check our Web Forms article about OnButtonCommand. slug: searchbox/server-side-programming/events/onbuttoncommand +components: ["searchbox"] tags: onbuttoncommand published: True position: 2 diff --git a/controls/searchbox/server-side-programming/events/ondatasourceselect.md b/controls/searchbox/server-side-programming/events/ondatasourceselect.md index 01ab8476ea..464b284e24 100644 --- a/controls/searchbox/server-side-programming/events/ondatasourceselect.md +++ b/controls/searchbox/server-side-programming/events/ondatasourceselect.md @@ -3,6 +3,7 @@ title: OnDataSourceSelect page_title: OnDataSourceSelect - RadSearchBox description: Check our Web Forms article about OnDataSourceSelect. slug: searchbox/server-side-programming/events/ondatasourceselect +components: ["searchbox"] tags: ondatasourceselect published: True position: 3 diff --git a/controls/searchbox/server-side-programming/events/onsearch.md b/controls/searchbox/server-side-programming/events/onsearch.md index 56fe280609..9bd1694efb 100644 --- a/controls/searchbox/server-side-programming/events/onsearch.md +++ b/controls/searchbox/server-side-programming/events/onsearch.md @@ -3,6 +3,7 @@ title: OnSearch page_title: OnSearch - RadSearchBox description: Check our Web Forms article about OnSearch. slug: searchbox/server-side-programming/events/onsearch +components: ["searchbox"] tags: onsearch published: True position: 1 diff --git a/controls/searchbox/server-side-programming/events/overview.md b/controls/searchbox/server-side-programming/events/overview.md index 4cf7be3f04..0043ea1b91 100644 --- a/controls/searchbox/server-side-programming/events/overview.md +++ b/controls/searchbox/server-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Events Overview - RadSearchBox description: Check our Web Forms article about Overview. slug: searchbox/server-side-programming/events/overview +components: ["searchbox"] tags: overview published: True position: 0 diff --git a/controls/searchbox/templates/client-templates.md b/controls/searchbox/templates/client-templates.md index 15c22ea114..e484f680e2 100644 --- a/controls/searchbox/templates/client-templates.md +++ b/controls/searchbox/templates/client-templates.md @@ -3,6 +3,7 @@ title: Client Templates page_title: Client Templates - RadSearchBox description: Check our Web Forms article about Client Templates. slug: searchbox/templates/client-templates +components: ["searchbox"] tags: client,templates published: True position: 1 diff --git a/controls/searchbox/templates/header-and-footer-templates.md b/controls/searchbox/templates/header-and-footer-templates.md index 864346a15b..2c8d0fc220 100644 --- a/controls/searchbox/templates/header-and-footer-templates.md +++ b/controls/searchbox/templates/header-and-footer-templates.md @@ -3,6 +3,7 @@ title: Header and Footer Templates page_title: Header and Footer Templates - RadSearchBox description: Check our Web Forms article about Header and Footer Templates. slug: searchbox/templates/header-and-footer-templates +components: ["searchbox"] tags: header,and,footer,templates published: True position: 3 diff --git a/controls/searchbox/templates/overview.md b/controls/searchbox/templates/overview.md index abb6a76584..c0d1919608 100644 --- a/controls/searchbox/templates/overview.md +++ b/controls/searchbox/templates/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Templates Overview - RadSearchBox description: Check our Web Forms article about Overview. slug: searchbox/templates/overview +components: ["searchbox"] tags: overview published: True position: 0 diff --git a/controls/searchbox/templates/server-templates.md b/controls/searchbox/templates/server-templates.md index 50fac1266d..5161194a52 100644 --- a/controls/searchbox/templates/server-templates.md +++ b/controls/searchbox/templates/server-templates.md @@ -3,6 +3,7 @@ title: Server Templates page_title: Server Templates - RadSearchBox description: Check our Web Forms article about Server Templates. slug: searchbox/templates/server-templates +components: ["searchbox"] tags: server,templates published: True position: 2 diff --git a/controls/searchbox/troubleshooting/wrong-results-at-medium-typing-speed.md b/controls/searchbox/troubleshooting/wrong-results-at-medium-typing-speed.md index de3cf8e4a9..e25c818245 100644 --- a/controls/searchbox/troubleshooting/wrong-results-at-medium-typing-speed.md +++ b/controls/searchbox/troubleshooting/wrong-results-at-medium-typing-speed.md @@ -3,6 +3,7 @@ title: Wrong Results at Medium Typing Speed page_title: Wrong Results at Medium Typing Speed - RadSearchBox description: Check our Web Forms article about Wrong Results at Medium Typing Speed for users because of overlapping requests. slug: controls/searchbox/troubleshooting/wrong-results-at-medium-typing-speed +components: ["searchbox"] tags: wrong,results,search,request,delay,user,typing,speed published: true position: 0 diff --git a/controls/segmentedcontrol/accessibility-and-internationalization/keyboard-navigation.md b/controls/segmentedcontrol/accessibility-and-internationalization/keyboard-navigation.md index 53315b2205..096a64ab79 100644 --- a/controls/segmentedcontrol/accessibility-and-internationalization/keyboard-navigation.md +++ b/controls/segmentedcontrol/accessibility-and-internationalization/keyboard-navigation.md @@ -3,6 +3,7 @@ title: Keyboard Navigation page_title: SegmentedControl Keyboard Navigation description: "Learn about the keyboard navigation support provided by the Telerik WebForms SegmentedControl." slug: segmentedcontrol/accessibility/keyboard-navigation +components: ["segmentedcontrol"] tags: segmentedcontrol, accessibility, keyboard navigation published: True position: 2 diff --git a/controls/segmentedcontrol/accessibility-and-internationalization/overview.md b/controls/segmentedcontrol/accessibility-and-internationalization/overview.md index 0993c03502..1b754c11ed 100644 --- a/controls/segmentedcontrol/accessibility-and-internationalization/overview.md +++ b/controls/segmentedcontrol/accessibility-and-internationalization/overview.md @@ -3,6 +3,7 @@ title: Wai-Aria Support page_title: SegmentedControl Accessibility description: "Learn about the accessibility support provided by the Telerik WebForms SegmentedControl, including WAI-ARIA, Section 508, and WCAG 2.2." slug: segmentedcontrol/accessibility/overview +components: ["segmentedcontrol"] tags: segmentedcontrol, accessibility, wai-aria published: True position: 1 diff --git a/controls/segmentedcontrol/client-side-programming/enums.md b/controls/segmentedcontrol/client-side-programming/enums.md index 306be8f49d..7cb4144c3c 100644 --- a/controls/segmentedcontrol/client-side-programming/enums.md +++ b/controls/segmentedcontrol/client-side-programming/enums.md @@ -3,6 +3,7 @@ title: Enums page_title: SegmentedControl Client-side Enums description: "Client-side Enums of the Telerik WebForms SegmentedControl component." slug: segmentedcontrol/client-side-programming/enums +components: ["segmentedcontrol"] tags: segmentedcontrol, javascript, enums published: True position: 3 diff --git a/controls/segmentedcontrol/client-side-programming/events.md b/controls/segmentedcontrol/client-side-programming/events.md index 8984bc686a..55165c6adb 100644 --- a/controls/segmentedcontrol/client-side-programming/events.md +++ b/controls/segmentedcontrol/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: SegmentedControl Client-side Events description: "Client-side Events of the Telerik WebForms SegmentedControl component." slug: segmentedcontrol/client-side-programming/events +components: ["segmentedcontrol"] tags: segmentedcontrol, javascript, events published: True position: 2 diff --git a/controls/segmentedcontrol/client-side-programming/overview.md b/controls/segmentedcontrol/client-side-programming/overview.md index cf743f69e8..a3033536f7 100644 --- a/controls/segmentedcontrol/client-side-programming/overview.md +++ b/controls/segmentedcontrol/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: SegmentedControl Client-side Programming description: "Overview of the Client-side APIs you can use to configure the Telerik WebForms SegmentedControl." slug: segmentedcontrol/client-side-programming/overview +components: ["segmentedcontrol"] tags: client-side, client-side programming published: True position: 0 diff --git a/controls/segmentedcontrol/client-side-programming/properties.md b/controls/segmentedcontrol/client-side-programming/properties.md index 9a3cd22134..95b90998e5 100644 --- a/controls/segmentedcontrol/client-side-programming/properties.md +++ b/controls/segmentedcontrol/client-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: SegmentedControl JavaScript Properties description: "JavaScript properties and methods of the Telerik WebForms SegmentedControl component." slug: segmentedcontrol/client-side-programming/properties +components: ["segmentedcontrol"] tags: segmentedcontrol, javascript, properties published: True position: 1 diff --git a/controls/segmentedcontrol/getting-started.md b/controls/segmentedcontrol/getting-started.md index 940aa4c1c1..1c81eea72f 100644 --- a/controls/segmentedcontrol/getting-started.md +++ b/controls/segmentedcontrol/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started with the WebForms SegmentedControl description: "Get started with the Telerik WebForms SegmentedControl and learn how to create, initialize, and configure the component." slug: segmentedcontrol/getting-started +components: ["segmentedcontrol"] tags: segmentedcontrol, getting started published: True position: 1 diff --git a/controls/segmentedcontrol/icons.md b/controls/segmentedcontrol/icons.md index 0d031447da..4bfbf088c3 100644 --- a/controls/segmentedcontrol/icons.md +++ b/controls/segmentedcontrol/icons.md @@ -3,6 +3,7 @@ title: Icons page_title: SegmentedControl Icons description: "Configure icons and text labels for the individual segment buttons of the Telerik WebForms SegmentedControl." slug: segmentedcontrol/icons +components: ["segmentedcontrol"] tags: segmentedcontrol, icons published: True position: 4 diff --git a/controls/segmentedcontrol/layout-modes.md b/controls/segmentedcontrol/layout-modes.md index cbf22490c8..72a9da64ea 100644 --- a/controls/segmentedcontrol/layout-modes.md +++ b/controls/segmentedcontrol/layout-modes.md @@ -3,6 +3,7 @@ title: Layout Modes page_title: SegmentedControl Layout Modes description: "Configure the compact and stretch layout modes of the Telerik WebForms SegmentedControl to control how segment widths are calculated." slug: segmentedcontrol/layout-modes +components: ["segmentedcontrol"] tags: segmentedcontrol, layout, layoutmode published: True position: 3 diff --git a/controls/segmentedcontrol/overview.md b/controls/segmentedcontrol/overview.md index 57babeb638..70358f013b 100644 --- a/controls/segmentedcontrol/overview.md +++ b/controls/segmentedcontrol/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: SegmentedControl Overview description: "Try now the Telerik UI for ASP.NET AJAX SegmentedControl component that renders a group of buttons allowing users to select a single option from a set of mutually exclusive choices. Each segment can display a text label, an icon, or both. This component is a server-side, ASP.NET WebForms wrapper over the Kendo UI for jQuery SegmentedControl widget" slug: segmentedcontrol/overview +components: ["segmentedcontrol"] tags: overview published: True position: 0 diff --git a/controls/segmentedcontrol/server-side-programming/enums.md b/controls/segmentedcontrol/server-side-programming/enums.md index d176aff376..6925a8deda 100644 --- a/controls/segmentedcontrol/server-side-programming/enums.md +++ b/controls/segmentedcontrol/server-side-programming/enums.md @@ -3,6 +3,7 @@ title: Enums page_title: SegmentedControl Server-side Enums description: "Server-side Enums of the Telerik WebForms SegmentedControl component." slug: segmentedcontrol/server-side-programming/enums +components: ["segmentedcontrol"] tags: segmentedcontrol, server, enums published: True position: 2 diff --git a/controls/segmentedcontrol/server-side-programming/overview.md b/controls/segmentedcontrol/server-side-programming/overview.md index 22fe12943f..65eac286da 100644 --- a/controls/segmentedcontrol/server-side-programming/overview.md +++ b/controls/segmentedcontrol/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: SegmentedControl Server-side Programming description: "Overview of the Server-side APIs you can use to create and configure the Telerik WebForms SegmentedControl." slug: segmentedcontrol/server-side-programming/overview +components: ["segmentedcontrol"] tags: overview, segmentedcontrol, server-side published: True position: 0 diff --git a/controls/segmentedcontrol/server-side-programming/properties.md b/controls/segmentedcontrol/server-side-programming/properties.md index 0201dc466f..53736170fd 100644 --- a/controls/segmentedcontrol/server-side-programming/properties.md +++ b/controls/segmentedcontrol/server-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: SegmentedControl Server-side Properties description: "Server-side properties of the Telerik WebForms SegmentedControl component." slug: segmentedcontrol/server-side-programming/properties +components: ["segmentedcontrol"] tags: segmentedcontrol, server-side, properties published: True position: 1 diff --git a/controls/signature/client-side-programming/events.md b/controls/signature/client-side-programming/events.md index 9985213160..a0aeea7281 100644 --- a/controls/signature/client-side-programming/events.md +++ b/controls/signature/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: RadSignature Client-side Events description: Check our Web Forms article about the API of RadSignature object. slug: signature/client-side-programming/events +components: ["signature"] tags: overview published: True position: 1 diff --git a/controls/signature/client-side-programming/overview.md b/controls/signature/client-side-programming/overview.md index 7de7a368ce..33cf14b990 100644 --- a/controls/signature/client-side-programming/overview.md +++ b/controls/signature/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadSignature object description: Check our Web Forms article about the API of RadSignature object. slug: signature/client-side-programming/overview +components: ["signature"] tags: overview published: True position: 0 diff --git a/controls/signature/functionality/appearance.md b/controls/signature/functionality/appearance.md index 609dc6737d..4dee39ab11 100644 --- a/controls/signature/functionality/appearance.md +++ b/controls/signature/functionality/appearance.md @@ -3,6 +3,7 @@ title: Appearance page_title: Appearance - RadSignature description: Check our Web Forms article about RadSignature Appearance. slug: signature/functionality/appearance +components: ["signature"] published: True position: 2 --- diff --git a/controls/signature/functionality/image-export.md b/controls/signature/functionality/image-export.md index d48c2dc8dd..a3d84794d3 100644 --- a/controls/signature/functionality/image-export.md +++ b/controls/signature/functionality/image-export.md @@ -3,6 +3,7 @@ title: Image Export page_title: Image Export - RadSignature description: Check our Web Forms article about exporting of RadSignature as PNG image. slug: signature/functionality/image-export +components: ["signature"] published: True position: 1 --- diff --git a/controls/signature/functionality/validation.md b/controls/signature/functionality/validation.md index b6affdd77b..af2ccd1020 100644 --- a/controls/signature/functionality/validation.md +++ b/controls/signature/functionality/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadSignature description: Check our Web Forms article about how to validate a RadSignature. slug: signature/functionality/validation +components: ["signature"] published: True position: 3 --- diff --git a/controls/signature/getting-started.md b/controls/signature/getting-started.md index 7bc61d2856..176ee8f167 100644 --- a/controls/signature/getting-started.md +++ b/controls/signature/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadSignature description: Getting Started with the Telerik RadSignature. slug: signature/getting-started +components: ["signature"] tags: getting-started, signature published: True position: 1 diff --git a/controls/signature/overview.md b/controls/signature/overview.md index eb3e839b0b..20d78b1f4c 100644 --- a/controls/signature/overview.md +++ b/controls/signature/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadSignature description: The Telerik RadSignature is a component, which enables the user to create handwritten signatures. slug: signature/overview +components: ["signature"] tags: overview, signature published: True position: 0 diff --git a/controls/signature/server-side-programming/overview.md b/controls/signature/server-side-programming/overview.md index fd08e2e80e..f13601fc2b 100644 --- a/controls/signature/server-side-programming/overview.md +++ b/controls/signature/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadSignature description: Check our Web Forms article about the Server API of RadSignature. slug: signature/server-side-programming/overview +components: ["signature"] tags: overview published: True position: 0 diff --git a/controls/sitemap/appearance-and-styling/skins.md b/controls/sitemap/appearance-and-styling/skins.md index 6da37fdd85..9523126339 100644 --- a/controls/sitemap/appearance-and-styling/skins.md +++ b/controls/sitemap/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadSiteMap description: Check our Web Forms article about Skins. slug: sitemap/appearance-and-styling/skins +components: ["sitemap"] tags: skins published: True position: 0 diff --git a/controls/sitemap/changes-and-backwards-compatibility-.md b/controls/sitemap/changes-and-backwards-compatibility-.md index dc96ba4488..cf46bd4776 100644 --- a/controls/sitemap/changes-and-backwards-compatibility-.md +++ b/controls/sitemap/changes-and-backwards-compatibility-.md @@ -3,6 +3,7 @@ title: Changes and Backwards Compatibility page_title: Changes and Backwards Compatibility - RadSiteMap description: Check our Web Forms article about Changes and Backwards Compatibility. slug: sitemap/changes-and-backwards-compatibility- +components: ["sitemap"] tags: changes,and,backwards,compatibility, published: True position: 2 diff --git a/controls/sitemap/data-binding/binding-to-sitemapdatasource.md b/controls/sitemap/data-binding/binding-to-sitemapdatasource.md index 22a65bdede..7d7ec2d28e 100644 --- a/controls/sitemap/data-binding/binding-to-sitemapdatasource.md +++ b/controls/sitemap/data-binding/binding-to-sitemapdatasource.md @@ -3,6 +3,7 @@ title: Binding to SiteMapDataSource page_title: Binding to SiteMapDataSource - RadSiteMap description: Check our Web Forms article about Binding to SiteMapDataSource. slug: sitemap/data-binding/binding-to-sitemapdatasource +components: ["sitemap"] tags: binding,to,sitemapdatasource published: True position: 1 diff --git a/controls/sitemap/data-binding/binding-to-table-based-datasource-components.md b/controls/sitemap/data-binding/binding-to-table-based-datasource-components.md index c40ead0897..0c25012d13 100644 --- a/controls/sitemap/data-binding/binding-to-table-based-datasource-components.md +++ b/controls/sitemap/data-binding/binding-to-table-based-datasource-components.md @@ -3,6 +3,7 @@ title: Binding to Table-Based DataSource Components page_title: Binding to Table-Based DataSource Components - RadSiteMap description: Check our Web Forms article about Binding to Table-Based DataSource Components. slug: sitemap/data-binding/binding-to-table-based-datasource-components +components: ["sitemap"] tags: binding,to,table-based,datasource,components published: True position: 2 diff --git a/controls/sitemap/data-binding/overview.md b/controls/sitemap/data-binding/overview.md index 84c121f4c5..ae97617dee 100644 --- a/controls/sitemap/data-binding/overview.md +++ b/controls/sitemap/data-binding/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Data Binding Overview - RadSiteMap description: Check our Web Forms article about Overview. slug: sitemap/data-binding/overview +components: ["sitemap"] tags: overview published: True position: 0 diff --git a/controls/sitemap/design-time/radsitemap/navigationitembinding-collection-editor-.md b/controls/sitemap/design-time/radsitemap/navigationitembinding-collection-editor-.md index ae1ba90348..7ec707921b 100644 --- a/controls/sitemap/design-time/radsitemap/navigationitembinding-collection-editor-.md +++ b/controls/sitemap/design-time/radsitemap/navigationitembinding-collection-editor-.md @@ -3,6 +3,7 @@ title: NavigationItemBinding Collection Editor page_title: NavigationItemBinding Collection Editor - RadSiteMap description: Check our Web Forms article about NavigationItemBinding Collection Editor. slug: sitemap/design-time/radsitemap/navigationitembinding-collection-editor- +components: ["sitemap"] tags: navigationitembinding,collection,editor, published: True position: 3 diff --git a/controls/sitemap/design-time/radsitemap/radsitemap-item-builder.md b/controls/sitemap/design-time/radsitemap/radsitemap-item-builder.md index 30aa4fe6d6..f2394c79d8 100644 --- a/controls/sitemap/design-time/radsitemap/radsitemap-item-builder.md +++ b/controls/sitemap/design-time/radsitemap/radsitemap-item-builder.md @@ -3,6 +3,7 @@ title: RadSiteMap Item Builder page_title: RadSiteMap Item Builder - RadSiteMap description: Check our Web Forms article about RadSiteMap Item Builder. slug: sitemap/design-time/radsitemap/radsitemap-item-builder +components: ["sitemap"] tags: radsitemap,item,builder published: True position: 1 diff --git a/controls/sitemap/design-time/radsitemap/smart-tag.md b/controls/sitemap/design-time/radsitemap/smart-tag.md index 48caf98ba4..1ad22e8ddd 100644 --- a/controls/sitemap/design-time/radsitemap/smart-tag.md +++ b/controls/sitemap/design-time/radsitemap/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadSiteMap description: Check our Web Forms article about Smart Tag. slug: sitemap/design-time/radsitemap/smart-tag +components: ["sitemap"] tags: smart,tag published: True position: 0 diff --git a/controls/sitemap/design-time/radsitemap/template-design-surface.md b/controls/sitemap/design-time/radsitemap/template-design-surface.md index 08231c8b13..8cfef5f3d5 100644 --- a/controls/sitemap/design-time/radsitemap/template-design-surface.md +++ b/controls/sitemap/design-time/radsitemap/template-design-surface.md @@ -3,6 +3,7 @@ title: Template Design Surface page_title: Template Design Surface - RadSiteMap description: Check our Web Forms article about Template Design Surface. slug: sitemap/design-time/radsitemap/template-design-surface +components: ["sitemap"] tags: template,design,surface published: True position: 2 diff --git a/controls/sitemap/design-time/radsitemapdatasource/smart-tag.md b/controls/sitemap/design-time/radsitemapdatasource/smart-tag.md index 0432876b2b..36ff6656e4 100644 --- a/controls/sitemap/design-time/radsitemapdatasource/smart-tag.md +++ b/controls/sitemap/design-time/radsitemapdatasource/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadSiteMap description: Check our Web Forms article about Smart Tag. slug: sitemap/design-time/radsitemapdatasource/smart-tag +components: ["sitemap"] tags: smart,tag published: True position: 0 diff --git a/controls/sitemap/functionality/layout.md b/controls/sitemap/functionality/layout.md index 087ad6295e..c77b155733 100644 --- a/controls/sitemap/functionality/layout.md +++ b/controls/sitemap/functionality/layout.md @@ -3,6 +3,7 @@ title: Layout page_title: Layout - RadSiteMap description: Check our Web Forms article about Layout. slug: sitemap/functionality/layout +components: ["sitemap"] tags: layout published: True position: 0 diff --git a/controls/sitemap/functionality/level-settings.md b/controls/sitemap/functionality/level-settings.md index 5d07a66040..21a0d15569 100644 --- a/controls/sitemap/functionality/level-settings.md +++ b/controls/sitemap/functionality/level-settings.md @@ -3,6 +3,7 @@ title: Level Settings page_title: Level Settings - RadSiteMap description: Check our Web Forms article about Level Settings. slug: sitemap/functionality/level-settings +components: ["sitemap"] tags: level,settings published: True position: 1 diff --git a/controls/sitemap/functionality/node-lines.md b/controls/sitemap/functionality/node-lines.md index 4a0cc6ab2b..1d3bee1e41 100644 --- a/controls/sitemap/functionality/node-lines.md +++ b/controls/sitemap/functionality/node-lines.md @@ -3,6 +3,7 @@ title: Node Lines page_title: Node Lines - RadSiteMap description: Check our Web Forms article about Node Lines. slug: sitemap/functionality/node-lines +components: ["sitemap"] tags: node,lines published: True position: 2 diff --git a/controls/sitemap/overview.md b/controls/sitemap/overview.md index c7a468dbc6..d99ea49bec 100644 --- a/controls/sitemap/overview.md +++ b/controls/sitemap/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadSiteMap Overview description: Check our Web Forms article about Overview. slug: sitemap/overview +components: ["sitemap"] tags: overview published: True position: 0 diff --git a/controls/sitemap/radsitemap-nodes/overview.md b/controls/sitemap/radsitemap-nodes/overview.md index a6621270d5..a6af1510c2 100644 --- a/controls/sitemap/radsitemap-nodes/overview.md +++ b/controls/sitemap/radsitemap-nodes/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadSiteMap Nodes Overview - RadSiteMap description: Check our Web Forms article about Overview. slug: sitemap/radsitemap-nodes/overview +components: ["sitemap"] tags: overview published: True position: 0 diff --git a/controls/sitemap/server-side-programming/nodedatabound.md b/controls/sitemap/server-side-programming/nodedatabound.md index ea5b8313d9..b16f1dee51 100644 --- a/controls/sitemap/server-side-programming/nodedatabound.md +++ b/controls/sitemap/server-side-programming/nodedatabound.md @@ -3,6 +3,7 @@ title: NodeDataBound page_title: NodeDataBound - RadSiteMap description: Check our Web Forms article about NodeDataBound. slug: sitemap/server-side-programming/nodedatabound +components: ["sitemap"] tags: nodedatabound published: True position: 0 diff --git a/controls/sitemap/templates/overview.md b/controls/sitemap/templates/overview.md index 20147d8b71..61f5f69cfa 100644 --- a/controls/sitemap/templates/overview.md +++ b/controls/sitemap/templates/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Templates Overview - RadSiteMap description: Check our Web Forms article about Overview. slug: sitemap/templates/overview +components: ["sitemap"] tags: overview published: True position: 0 diff --git a/controls/sitemap/what-is-new.md b/controls/sitemap/what-is-new.md index e9d733f1ea..50c573aa4d 100644 --- a/controls/sitemap/what-is-new.md +++ b/controls/sitemap/what-is-new.md @@ -3,6 +3,7 @@ title: What Is New page_title: What Is New - RadSiteMap description: Check our Web Forms article about What Is New. slug: sitemap/what-is-new +components: ["sitemap"] tags: what,is,new published: False position: 1 diff --git a/controls/skinmanager/overview.md b/controls/skinmanager/overview.md index c66191caea..4f00906fca 100644 --- a/controls/skinmanager/overview.md +++ b/controls/skinmanager/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadSkinManager description: Check our Web Forms article about RadSkinManager. slug: skinmanager/overview +components: ["skinmanager"] previous_url: controls/radskinmanager tags: radskinmanager published: True diff --git a/controls/slider/accessibility-and-internationalization/keyboard-support.md b/controls/slider/accessibility-and-internationalization/keyboard-support.md index 27b1136f3e..108ef2be58 100644 --- a/controls/slider/accessibility-and-internationalization/keyboard-support.md +++ b/controls/slider/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadSlider description: Check our Web Forms article about Keyboard Support. slug: slider/accessibility-and-internationalization/keyboard-support +components: ["slider"] tags: keyboard,support published: True position: 1 diff --git a/controls/slider/accessibility-and-internationalization/localization.md b/controls/slider/accessibility-and-internationalization/localization.md index dbee8e1a34..6615e3c599 100644 --- a/controls/slider/accessibility-and-internationalization/localization.md +++ b/controls/slider/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadSlider description: Check our Web Forms article about Localization. slug: slider/accessibility-and-internationalization/localization +components: ["slider"] tags: localization published: True position: 3 diff --git a/controls/slider/accessibility-and-internationalization/right-to-left-support.md b/controls/slider/accessibility-and-internationalization/right-to-left-support.md index f5aefcc508..0ebae86559 100644 --- a/controls/slider/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/slider/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadSlider description: Check our Web Forms article about Right-to-left Support. slug: slider/accessibility-and-internationalization/right-to-left-support +components: ["slider"] tags: right-to-left,support published: True position: 2 diff --git a/controls/slider/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/slider/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index bd9143fb35..b226a4d0ad 100644 --- a/controls/slider/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/slider/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadSlider description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: slider/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["slider"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/slider/appearance-and-styling/controlling-appearance.md b/controls/slider/appearance-and-styling/controlling-appearance.md index 6a8cea3e92..fbe453125d 100644 --- a/controls/slider/appearance-and-styling/controlling-appearance.md +++ b/controls/slider/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadSlider description: Check our Web Forms article about Controlling Appearance. slug: slider/appearance-and-styling/controlling-appearance +components: ["slider"] tags: controlling,appearance published: True position: 1 diff --git a/controls/slider/appearance-and-styling/css-classes.md b/controls/slider/appearance-and-styling/css-classes.md index 5fd25eac68..e8d14a4812 100644 --- a/controls/slider/appearance-and-styling/css-classes.md +++ b/controls/slider/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadSlider description: Check our Web Forms article about CSS Classes. slug: slider/appearance-and-styling/css-classes +components: ["slider"] tags: css,classes published: True position: 4 diff --git a/controls/slider/appearance-and-styling/skins.md b/controls/slider/appearance-and-styling/skins.md index 5f6bc11a79..a8c75b4107 100644 --- a/controls/slider/appearance-and-styling/skins.md +++ b/controls/slider/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadSlider description: Check our Web Forms article about Skins. slug: slider/appearance-and-styling/skins +components: ["slider"] tags: skins published: True position: 0 diff --git a/controls/slider/appearance-and-styling/tutorial-creating-custom-skin.md b/controls/slider/appearance-and-styling/tutorial-creating-custom-skin.md index 968f27eeb8..0cbe2ef478 100644 --- a/controls/slider/appearance-and-styling/tutorial-creating-custom-skin.md +++ b/controls/slider/appearance-and-styling/tutorial-creating-custom-skin.md @@ -3,6 +3,7 @@ title: Tutorial - Creating a Custom Skin page_title: Tutorial - Creating a Custom Skin - RadSlider description: Check our Web Forms article about Tutorial - Creating a Custom Skin. slug: slider/appearance-and-styling/tutorial-creating-custom-skin +components: ["slider"] tags: tutorial, creating,custom,skin,custom skin published: True position: 3 diff --git a/controls/slider/appearance-and-styling/understanding-the-skin-css-file.md b/controls/slider/appearance-and-styling/understanding-the-skin-css-file.md index f035289f46..7789c31a90 100644 --- a/controls/slider/appearance-and-styling/understanding-the-skin-css-file.md +++ b/controls/slider/appearance-and-styling/understanding-the-skin-css-file.md @@ -3,6 +3,7 @@ title: Understanding the Skin CSS File page_title: Understanding the Skin CSS File - RadSlider description: Check our Web Forms article about Understanding the Skin CSS File. slug: slider/appearance-and-styling/understanding-the-skin-css-file +components: ["slider"] tags: understanding,the,skin,css,file published: True position: 3 diff --git a/controls/slider/changes-and-backward-compatibility.md b/controls/slider/changes-and-backward-compatibility.md index deed34ffa8..9dde670c64 100644 --- a/controls/slider/changes-and-backward-compatibility.md +++ b/controls/slider/changes-and-backward-compatibility.md @@ -3,6 +3,7 @@ title: Changes And Backward Compatibility page_title: Changes And Backward Compatibility - RadSlider description: Check our Web Forms article about Changes And Backward Compatibility. slug: slider/changes-and-backward-compatibility +components: ["slider"] tags: changes,and,backward,compatibility published: True position: 1 diff --git a/controls/slider/client-side-programming/events/data-binding/onclientdatabound.md b/controls/slider/client-side-programming/events/data-binding/onclientdatabound.md index d687dc06c3..f0e99a5363 100644 --- a/controls/slider/client-side-programming/events/data-binding/onclientdatabound.md +++ b/controls/slider/client-side-programming/events/data-binding/onclientdatabound.md @@ -3,6 +3,7 @@ title: OnClientDataBound page_title: OnClientDataBound - RadSlider description: Check our Web Forms article about OnClientDataBound. slug: slider/client-side-programming/events/data-binding/onclientdatabound +components: ["slider"] tags: onclientdatabound published: True position: 0 diff --git a/controls/slider/client-side-programming/events/data-binding/onclientitemdatabinding.md b/controls/slider/client-side-programming/events/data-binding/onclientitemdatabinding.md index a2cb72abb2..9e2c6d7ae6 100644 --- a/controls/slider/client-side-programming/events/data-binding/onclientitemdatabinding.md +++ b/controls/slider/client-side-programming/events/data-binding/onclientitemdatabinding.md @@ -3,6 +3,7 @@ title: OnClientItemDataBinding page_title: OnClientItemDataBinding - RadSlider description: Check our Web Forms article about OnClientItemDataBinding. slug: slider/client-side-programming/events/data-binding/onclientitemdatabinding +components: ["slider"] tags: onclientitemdatabinding published: True position: 1 diff --git a/controls/slider/client-side-programming/events/data-binding/onclientitemdatabound.md b/controls/slider/client-side-programming/events/data-binding/onclientitemdatabound.md index af32f1cb0e..eba6750c5c 100644 --- a/controls/slider/client-side-programming/events/data-binding/onclientitemdatabound.md +++ b/controls/slider/client-side-programming/events/data-binding/onclientitemdatabound.md @@ -3,6 +3,7 @@ title: OnClientItemDataBound page_title: OnClientItemDataBound - RadSlider description: Check our Web Forms article about OnClientItemDataBound. slug: slider/client-side-programming/events/data-binding/onclientitemdatabound +components: ["slider"] tags: onclientitemdatabound published: True position: 2 diff --git a/controls/slider/client-side-programming/events/onclientitemscreated.md b/controls/slider/client-side-programming/events/onclientitemscreated.md index bc2ab36048..e5831e338d 100644 --- a/controls/slider/client-side-programming/events/onclientitemscreated.md +++ b/controls/slider/client-side-programming/events/onclientitemscreated.md @@ -3,6 +3,7 @@ title: OnClientItemsCreated page_title: OnClientItemsCreated - RadSlider description: Check our Web Forms article about OnClientItemsCreated. slug: slider/client-side-programming/events/onclientitemscreated +components: ["slider"] tags: onclientitemscreated published: True position: 1 diff --git a/controls/slider/client-side-programming/events/onclientload.md b/controls/slider/client-side-programming/events/onclientload.md index 4360c83d0f..43ea2af2d3 100644 --- a/controls/slider/client-side-programming/events/onclientload.md +++ b/controls/slider/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadSlider description: Check our Web Forms article about OnClientLoad. slug: slider/client-side-programming/events/onclientload +components: ["slider"] tags: onclientload published: True position: 2 diff --git a/controls/slider/client-side-programming/events/onclientslide.md b/controls/slider/client-side-programming/events/onclientslide.md index 73f15b259d..fd530f1b67 100644 --- a/controls/slider/client-side-programming/events/onclientslide.md +++ b/controls/slider/client-side-programming/events/onclientslide.md @@ -3,6 +3,7 @@ title: OnClientSlide page_title: OnClientSlide - RadSlider description: Check our Web Forms article about OnClientSlide. slug: slider/client-side-programming/events/onclientslide +components: ["slider"] tags: onclientslide published: True position: 3 diff --git a/controls/slider/client-side-programming/events/onclientslideend.md b/controls/slider/client-side-programming/events/onclientslideend.md index 4cdf0cf089..93c2ce1680 100644 --- a/controls/slider/client-side-programming/events/onclientslideend.md +++ b/controls/slider/client-side-programming/events/onclientslideend.md @@ -3,6 +3,7 @@ title: OnClientSlideEnd page_title: OnClientSlideEnd - RadSlider description: Check our Web Forms article about OnClientSlideEnd. slug: slider/client-side-programming/events/onclientslideend +components: ["slider"] tags: onclientslideend published: True position: 4 diff --git a/controls/slider/client-side-programming/events/onclientsliderange.md b/controls/slider/client-side-programming/events/onclientsliderange.md index 62f46996e1..0adf9f39d0 100644 --- a/controls/slider/client-side-programming/events/onclientsliderange.md +++ b/controls/slider/client-side-programming/events/onclientsliderange.md @@ -3,6 +3,7 @@ title: OnClientSlideRange page_title: OnClientSlideRange - RadSlider description: Check our Web Forms article about OnClientSlideRange. slug: slider/client-side-programming/events/onclientsliderange +components: ["slider"] tags: onclientsliderange published: True position: 6 diff --git a/controls/slider/client-side-programming/events/onclientsliderangeend.md b/controls/slider/client-side-programming/events/onclientsliderangeend.md index 590fc8e286..f433d58fbd 100644 --- a/controls/slider/client-side-programming/events/onclientsliderangeend.md +++ b/controls/slider/client-side-programming/events/onclientsliderangeend.md @@ -3,6 +3,7 @@ title: OnClientSlideRangeEnd page_title: OnClientSlideRangeEnd - RadSlider description: Check our Web Forms article about OnClientSlideRangeEnd. slug: slider/client-side-programming/events/onclientsliderangeend +components: ["slider"] tags: onclientsliderangeend published: True position: 8 diff --git a/controls/slider/client-side-programming/events/onclientsliderangestart.md b/controls/slider/client-side-programming/events/onclientsliderangestart.md index 7979a10dae..6d56b588ef 100644 --- a/controls/slider/client-side-programming/events/onclientsliderangestart.md +++ b/controls/slider/client-side-programming/events/onclientsliderangestart.md @@ -3,6 +3,7 @@ title: OnClientSlideRangeStart page_title: OnClientSlideRangeStart - RadSlider description: Check our Web Forms article about OnClientSlideRangeStart. slug: slider/client-side-programming/events/onclientsliderangestart +components: ["slider"] tags: onclientsliderangestart published: True position: 7 diff --git a/controls/slider/client-side-programming/events/onclientslidestart.md b/controls/slider/client-side-programming/events/onclientslidestart.md index 34d798c5fb..5dcd8a27d3 100644 --- a/controls/slider/client-side-programming/events/onclientslidestart.md +++ b/controls/slider/client-side-programming/events/onclientslidestart.md @@ -3,6 +3,7 @@ title: OnClientSlideStart page_title: OnClientSlideStart - RadSlider description: Check our Web Forms article about OnClientSlideStart. slug: slider/client-side-programming/events/onclientslidestart +components: ["slider"] tags: onclientslidestart published: True position: 5 diff --git a/controls/slider/client-side-programming/events/onclientvaluechanged.md b/controls/slider/client-side-programming/events/onclientvaluechanged.md index 5ccc369ec6..ee66ce5b0f 100644 --- a/controls/slider/client-side-programming/events/onclientvaluechanged.md +++ b/controls/slider/client-side-programming/events/onclientvaluechanged.md @@ -3,6 +3,7 @@ title: OnClientValueChanged page_title: OnClientValueChanged - RadSlider description: Check our Web Forms article about OnClientValueChanged. slug: slider/client-side-programming/events/onclientvaluechanged +components: ["slider"] tags: onclientvaluechanged published: True position: 9 diff --git a/controls/slider/client-side-programming/events/onclientvaluechanging.md b/controls/slider/client-side-programming/events/onclientvaluechanging.md index c9a8437d9d..6f1324b89c 100644 --- a/controls/slider/client-side-programming/events/onclientvaluechanging.md +++ b/controls/slider/client-side-programming/events/onclientvaluechanging.md @@ -3,6 +3,7 @@ title: OnClientValueChanging page_title: OnClientValueChanging - RadSlider description: Check our Web Forms article about OnClientValueChanging. slug: slider/client-side-programming/events/onclientvaluechanging +components: ["slider"] tags: onclientvaluechanging published: True position: 10 diff --git a/controls/slider/client-side-programming/events/overview.md b/controls/slider/client-side-programming/events/overview.md index 3eab14545f..6a25852ea1 100644 --- a/controls/slider/client-side-programming/events/overview.md +++ b/controls/slider/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Events Overview - RadSlider description: Check our Web Forms article about Overview. slug: slider/client-side-programming/events/overview +components: ["slider"] tags: overview published: True position: 0 diff --git a/controls/slider/client-side-programming/overview.md b/controls/slider/client-side-programming/overview.md index 298a36a26b..42aca865f8 100644 --- a/controls/slider/client-side-programming/overview.md +++ b/controls/slider/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadSlider description: Check our Web Forms article about Overview. slug: slider/client-side-programming/overview +components: ["slider"] tags: overview published: True position: 0 diff --git a/controls/slider/client-side-programming/radslider-object.md b/controls/slider/client-side-programming/radslider-object.md index b23db5c5e6..de3e3effdf 100644 --- a/controls/slider/client-side-programming/radslider-object.md +++ b/controls/slider/client-side-programming/radslider-object.md @@ -3,6 +3,7 @@ title: RadSlider Object page_title: RadSlider Object - RadSlider description: Check our Web Forms article about RadSlider Object. slug: slider/client-side-programming/radslider-object +components: ["slider"] tags: radslider,object published: True position: 1 diff --git a/controls/slider/data-binding/binding-radslider-to-asp-datasource-components.md b/controls/slider/data-binding/binding-radslider-to-asp-datasource-components.md index 45b057724c..4236e4a03a 100644 --- a/controls/slider/data-binding/binding-radslider-to-asp-datasource-components.md +++ b/controls/slider/data-binding/binding-radslider-to-asp-datasource-components.md @@ -3,6 +3,7 @@ title: Binding RadSlider to ASP DataSource components page_title: Binding RadSlider to ASP DataSource components - RadSlider description: Check our Web Forms article about Binding RadSlider to ASP DataSource components. slug: slider/data-binding/binding-radslider-to-asp-datasource-components +components: ["slider"] tags: binding,radslider,to,asp,datasource,components published: True position: 0 diff --git a/controls/slider/data-binding/client-side-data-binding.md b/controls/slider/data-binding/client-side-data-binding.md index bedac3321e..858671f0fd 100644 --- a/controls/slider/data-binding/client-side-data-binding.md +++ b/controls/slider/data-binding/client-side-data-binding.md @@ -3,6 +3,7 @@ title: Client-side Data Binding page_title: Client-side Data Binding - RadSlider description: Check our Web Forms article about Client-side Data Binding. slug: slider/data-binding/client-side-data-binding +components: ["slider"] tags: client-side,data,binding published: True position: 1 diff --git a/controls/slider/design-time.md b/controls/slider/design-time.md index 5919678a19..93035fd22d 100644 --- a/controls/slider/design-time.md +++ b/controls/slider/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadSlider description: Check our Web Forms article about Design Time. slug: slider/design-time +components: ["slider"] tags: design,time published: True position: 3 diff --git a/controls/slider/getting-started/animation-duration.md b/controls/slider/getting-started/animation-duration.md index 40dfb94e80..c32fcc0066 100644 --- a/controls/slider/getting-started/animation-duration.md +++ b/controls/slider/getting-started/animation-duration.md @@ -3,6 +3,7 @@ title: Animation Duration page_title: Animation Duration - RadSlider description: Check our Web Forms article about Animation Duration. slug: slider/getting-started/animation-duration +components: ["slider"] tags: animation,duration published: True position: 4 diff --git a/controls/slider/getting-started/behavior.md b/controls/slider/getting-started/behavior.md index 1a514466d7..74ee7e7db4 100644 --- a/controls/slider/getting-started/behavior.md +++ b/controls/slider/getting-started/behavior.md @@ -3,6 +3,7 @@ title: Behavior page_title: Behavior - RadSlider description: Check our Web Forms article about Behavior. slug: slider/getting-started/behavior +components: ["slider"] tags: behavior published: True position: 2 diff --git a/controls/slider/getting-started/handles.md b/controls/slider/getting-started/handles.md index 2bf58603e1..50f0fdefea 100644 --- a/controls/slider/getting-started/handles.md +++ b/controls/slider/getting-started/handles.md @@ -3,6 +3,7 @@ title: Handles page_title: Handles - RadSlider description: Check our Web Forms article about Handles. slug: slider/getting-started/handles +components: ["slider"] tags: handles published: True position: 5 diff --git a/controls/slider/getting-started/layout.md b/controls/slider/getting-started/layout.md index a88aa3d576..7c99d4b094 100644 --- a/controls/slider/getting-started/layout.md +++ b/controls/slider/getting-started/layout.md @@ -3,6 +3,7 @@ title: Layout page_title: Layout - RadSlider description: Check our Web Forms article about Layout. slug: slider/getting-started/layout +components: ["slider"] tags: layout published: True position: 3 diff --git a/controls/slider/getting-started/mouse-wheel-support.md b/controls/slider/getting-started/mouse-wheel-support.md index 3f6a351a9f..0e00b56da0 100644 --- a/controls/slider/getting-started/mouse-wheel-support.md +++ b/controls/slider/getting-started/mouse-wheel-support.md @@ -3,6 +3,7 @@ title: Mouse Wheel Support page_title: Mouse Wheel Support - RadSlider description: Check our Web Forms article about Mouse Wheel Support. slug: slider/getting-started/mouse-wheel-support +components: ["slider"] tags: mouse,wheel,support published: True position: 6 diff --git a/controls/slider/getting-started/overview.md b/controls/slider/getting-started/overview.md index 0fe719f51b..70fe329adc 100644 --- a/controls/slider/getting-started/overview.md +++ b/controls/slider/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Getting Started Overview - RadSlider description: Check our Web Forms article about Overview. slug: slider/getting-started/overview +components: ["slider"] tags: overview published: True position: 0 diff --git a/controls/slider/getting-started/structure.md b/controls/slider/getting-started/structure.md index dce5be4c6e..c375d54866 100644 --- a/controls/slider/getting-started/structure.md +++ b/controls/slider/getting-started/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadSlider description: Check our Web Forms article about Structure. slug: slider/getting-started/structure +components: ["slider"] tags: structure published: True position: 1 diff --git a/controls/slider/mobile-support/render-modes.md b/controls/slider/mobile-support/render-modes.md index 308b0521a8..a15707613e 100644 --- a/controls/slider/mobile-support/render-modes.md +++ b/controls/slider/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadSlider description: Check our Web Forms article about Render Modes. slug: slider/mobile-support/render-modes +components: ["slider"] tags: render,modes published: True position: 1 diff --git a/controls/slider/mobile-support/responsive,-adaptive-and-elastic-capabilities.md b/controls/slider/mobile-support/responsive,-adaptive-and-elastic-capabilities.md index e320f1c410..0394f14284 100644 --- a/controls/slider/mobile-support/responsive,-adaptive-and-elastic-capabilities.md +++ b/controls/slider/mobile-support/responsive,-adaptive-and-elastic-capabilities.md @@ -3,6 +3,7 @@ title: Responsive, Adaptive and Elastic Capabilities page_title: Responsive, Adaptive and Elastic Capabilities - RadSlider description: Check our Web Forms article about Responsive, Adaptive and Elastic Capabilities. slug: slider/mobile-support/responsive,-adaptive-and-elastic-capabilities +components: ["slider"] tags: responsive,,adaptive,and,elastic,capabilities published: True position: 0 diff --git a/controls/slider/overview.md b/controls/slider/overview.md index d2d124ea70..8bc81f73bf 100644 --- a/controls/slider/overview.md +++ b/controls/slider/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadSlider Overview description: Check our Web Forms article about Overview. slug: slider/overview +components: ["slider"] tags: overview published: True position: 0 diff --git a/controls/slider/server-side-programming/events.md b/controls/slider/server-side-programming/events.md index c7ef2e8e74..51fe6b0de2 100644 --- a/controls/slider/server-side-programming/events.md +++ b/controls/slider/server-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Server-side Events - RadSlider description: Check our Web Forms article about Events. slug: slider/server-side-programming/events +components: ["slider"] tags: events published: True position: 0 diff --git a/controls/slider/troubleshooting/broken-skin-when-loading-radslider-via-ajax.md b/controls/slider/troubleshooting/broken-skin-when-loading-radslider-via-ajax.md index 98f1108e93..e90a6044d5 100644 --- a/controls/slider/troubleshooting/broken-skin-when-loading-radslider-via-ajax.md +++ b/controls/slider/troubleshooting/broken-skin-when-loading-radslider-via-ajax.md @@ -3,6 +3,7 @@ title: Broken Skin When Loading RadSlider via AJAX page_title: Broken Skin When Loading RadSlider via AJAX - RadSlider description: Check our Web Forms article about Broken Skin When Loading RadSlider via AJAX. slug: slider/troubleshooting/broken-skin-when-loading-radslider-via-ajax +components: ["slider"] tags: broken,skin,when,loading,radslider,via,ajax published: True position: 0 diff --git a/controls/smartpastebutton/accessibility-and-internationalization/keyboard-navigation.md b/controls/smartpastebutton/accessibility-and-internationalization/keyboard-navigation.md index 422774dbc0..98f9d83cce 100644 --- a/controls/smartpastebutton/accessibility-and-internationalization/keyboard-navigation.md +++ b/controls/smartpastebutton/accessibility-and-internationalization/keyboard-navigation.md @@ -3,6 +3,7 @@ title: Keyboard Navigation page_title: SmartPasteButton Keyboard Navigation description: Get started with the WebForms SmartPasteButton and learn about the accessibility support it provides through its keyboard navigation functionality. slug: smartpastebutton/accessibility/keyboard-navigation +components: ["smartpastebutton"] position: 0 --- diff --git a/controls/smartpastebutton/ai-service-integration.md b/controls/smartpastebutton/ai-service-integration.md index c7ee1be97b..e042b4f598 100644 --- a/controls/smartpastebutton/ai-service-integration.md +++ b/controls/smartpastebutton/ai-service-integration.md @@ -3,6 +3,7 @@ title: AI Service Integration page_title: SmartPasteButton AI Service Integration description: "Learn how to integrate AI services with the Telerik WebForms SmartPasteButton to process clipboard content and extract structured data." slug: smartpastebutton/ai-service-integration +components: ["smartpastebutton"] tags: smartpastebutton,ai,service,integration published: True position: 5 diff --git a/controls/smartpastebutton/appearance.md b/controls/smartpastebutton/appearance.md index 8df743d8ff..27c0c43991 100644 --- a/controls/smartpastebutton/appearance.md +++ b/controls/smartpastebutton/appearance.md @@ -3,6 +3,7 @@ title: Appearance page_title: SmartPasteButton Appearance description: "Learn how to set the options to change the appearance such as, sizes, border radiuses, fill modes and theme colors." slug: smartpastebutton/appearance +components: ["smartpastebutton"] tags: appearance,smartpastebutton published: True position: 2 diff --git a/controls/smartpastebutton/client-side-programming/enums.md b/controls/smartpastebutton/client-side-programming/enums.md index ef103b31a0..15e5ca2a91 100644 --- a/controls/smartpastebutton/client-side-programming/enums.md +++ b/controls/smartpastebutton/client-side-programming/enums.md @@ -3,6 +3,7 @@ title: Enums page_title: SmartPasteButton Client-side Enums description: Client-side Enums of the Telerik WebForms SmartPasteButton component slug: smartpastebutton/client-side-programming/enums +components: ["smartpastebutton"] tags: smartpastebutton,javascript,enums published: True position: 3 diff --git a/controls/smartpastebutton/client-side-programming/events.md b/controls/smartpastebutton/client-side-programming/events.md index 3cae374e5a..2268dcc5c3 100644 --- a/controls/smartpastebutton/client-side-programming/events.md +++ b/controls/smartpastebutton/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: SmartPasteButton Client-side Events description: "Client-side Events of the Telerik WebForms SmartPasteButton component." slug: smartpastebutton/client-side-programming/events +components: ["smartpastebutton"] tags: smartpastebutton,javascript published: True position: 2 diff --git a/controls/smartpastebutton/client-side-programming/overview.md b/controls/smartpastebutton/client-side-programming/overview.md index b3102f0133..d9bb451f1c 100644 --- a/controls/smartpastebutton/client-side-programming/overview.md +++ b/controls/smartpastebutton/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: SmartPasteButton Client-side Programming description: "Overview of the Client-side APIs you can use to create and configure the Telerik WebForms SmartPasteButton Control." slug: smartpastebutton/client-side-programming/overview +components: ["smartpastebutton"] tags: client-side, client-side programming published: True position: 0 diff --git a/controls/smartpastebutton/client-side-programming/properties.md b/controls/smartpastebutton/client-side-programming/properties.md index c895f6dec0..1675c63dbc 100644 --- a/controls/smartpastebutton/client-side-programming/properties.md +++ b/controls/smartpastebutton/client-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: SmartPasteButton JavaScript Properties description: "JavaScript properties and methods of the Telerik WebForms SmartPasteButton component." slug: smartpastebutton/client-side-programming/properties +components: ["smartpastebutton"] tags: properties,smartpastebutton published: True position: 1 diff --git a/controls/smartpastebutton/error-handling.md b/controls/smartpastebutton/error-handling.md index c07bf89fb9..80cdbdec8a 100644 --- a/controls/smartpastebutton/error-handling.md +++ b/controls/smartpastebutton/error-handling.md @@ -3,6 +3,7 @@ title: Error Handling page_title: SmartPasteButton Error Handling description: "Learn how to implement proper error handling when using the WebForms SmartPasteButton with AI services and form validation." slug: smartpastebutton/error-handling +components: ["smartpastebutton"] tags: smartpastebutton,error-handling,validation published: True position: 4 diff --git a/controls/smartpastebutton/form-fields.md b/controls/smartpastebutton/form-fields.md index 7d6e7cb65e..e2adea8dcc 100644 --- a/controls/smartpastebutton/form-fields.md +++ b/controls/smartpastebutton/form-fields.md @@ -3,6 +3,7 @@ title: Form Fields page_title: SmartPasteButton Form Fields description: "Learn how to configure form fields for the Telerik WebForms SmartPasteButton to enable AI-powered data extraction and population." slug: smartpastebutton/form-fields +components: ["smartpastebutton"] tags: smartpastebutton,form-fields,ai,data-extraction published: True position: 3 diff --git a/controls/smartpastebutton/getting-started.md b/controls/smartpastebutton/getting-started.md index 4d93108439..6cab883f6a 100644 --- a/controls/smartpastebutton/getting-started.md +++ b/controls/smartpastebutton/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started with the SmartPasteButton description: "Get started with the WebForms SmartPasteButton by Telerik UI for ASP.NET AJAX and learn how to create, initialize, and enable the component." slug: smartpastebutton/getting-started +components: ["smartpastebutton"] tags: smartpastebutton,getting started published: True position: 1 diff --git a/controls/smartpastebutton/overview.md b/controls/smartpastebutton/overview.md index a2087e0ba6..35d16212c7 100644 --- a/controls/smartpastebutton/overview.md +++ b/controls/smartpastebutton/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: SmartPasteButton Overview description: "Try now the Telerik UI for ASP.NET AJAX SmartPasteButton component that intelligently extracts structured data from clipboard content and automatically fills form fields using AI processing. This component is a server-side, ASP.NET WebForms wrapper over the Kendo UI for jQuery SmartPasteButton widget" slug: smartpastebutton/overview +components: ["smartpastebutton"] tags: overview published: True position: 0 diff --git a/controls/smartpastebutton/server-side-programming/enums.md b/controls/smartpastebutton/server-side-programming/enums.md index ed9282edc5..4499152c87 100644 --- a/controls/smartpastebutton/server-side-programming/enums.md +++ b/controls/smartpastebutton/server-side-programming/enums.md @@ -3,6 +3,7 @@ title: Enums page_title: SmartPasteButton Server-side Enums description: Server-side Enums of the Telerik WebForms SmartPasteButton component slug: smartpastebutton/server-side-programming/enums +components: ["smartpastebutton"] tags: smartpastebutton,server,enums published: True position: 2 diff --git a/controls/smartpastebutton/server-side-programming/overview.md b/controls/smartpastebutton/server-side-programming/overview.md index 69831ab7a2..6642a2ac78 100644 --- a/controls/smartpastebutton/server-side-programming/overview.md +++ b/controls/smartpastebutton/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: SmartPasteButton Server-side Programming description: "Overview of the Server-side APIs you can use to create and configure the Telerik WebForms SmartPasteButton Control." slug: smartpastebutton/server-side-programming/overview +components: ["smartpastebutton"] tags: overview, smartpastebutton, server-side published: True position: 0 diff --git a/controls/smartpastebutton/server-side-programming/properties.md b/controls/smartpastebutton/server-side-programming/properties.md index af43e429f0..03f7605339 100644 --- a/controls/smartpastebutton/server-side-programming/properties.md +++ b/controls/smartpastebutton/server-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: SmartPasteButton Server-side Properties description: "Server-side properties of the WebForms SmartPasteButton component." slug: smartpastebutton/server-side-programming/properties +components: ["smartpastebutton"] tags: smartpastebutton,server-side,properties published: True position: 1 diff --git a/controls/socialshare/accessibility-and-internationalization/localization.md b/controls/socialshare/accessibility-and-internationalization/localization.md index 67bb5577f4..f32cac7861 100644 --- a/controls/socialshare/accessibility-and-internationalization/localization.md +++ b/controls/socialshare/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadSocialShare description: Check our Web Forms article about Localization. slug: socialshare/accessibility-and-internationalization/localization +components: ["socialshare"] tags: localization published: True position: 2 diff --git a/controls/socialshare/accessibility-and-internationalization/right-to-left-support.md b/controls/socialshare/accessibility-and-internationalization/right-to-left-support.md index da288d623c..9e473553a0 100644 --- a/controls/socialshare/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/socialshare/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadSocialShare description: Check our Web Forms article about Right-to-left Support. slug: socialshare/accessibility-and-internationalization/right-to-left-support +components: ["socialshare"] tags: right-to-left,support published: True position: 1 diff --git a/controls/socialshare/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/socialshare/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 2d6181e5a3..384e38fb6f 100644 --- a/controls/socialshare/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/socialshare/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadSocialShare description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: socialshare/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["socialshare"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/socialshare/appearance-and-styling/controlling-dialogs-position-and-size.md b/controls/socialshare/appearance-and-styling/controlling-dialogs-position-and-size.md index be65e856d0..41959f4b7e 100644 --- a/controls/socialshare/appearance-and-styling/controlling-dialogs-position-and-size.md +++ b/controls/socialshare/appearance-and-styling/controlling-dialogs-position-and-size.md @@ -3,6 +3,7 @@ title: Controlling Dialogs Position and Size page_title: Controlling Dialogs Position and Size - RadSocialShare description: Check our Web Forms article about Controlling Dialogs Position and Size. slug: socialshare/appearance-and-styling/controlling-dialogs-position-and-size +components: ["socialshare"] tags: controlling,dialogs,position,and,size published: True position: 3 diff --git a/controls/socialshare/appearance-and-styling/creating-a-custom-skin.md b/controls/socialshare/appearance-and-styling/creating-a-custom-skin.md index 5643465709..7a28ef8b67 100644 --- a/controls/socialshare/appearance-and-styling/creating-a-custom-skin.md +++ b/controls/socialshare/appearance-and-styling/creating-a-custom-skin.md @@ -3,6 +3,7 @@ title: Creating a Custom Skin page_title: Creating a Custom Skin - RadSocialShare description: Check our Web Forms article about Creating a Custom Skin. slug: socialshare/appearance-and-styling/creating-a-custom-skin +components: ["socialshare"] tags: creating,a,custom,skin published: True position: 1 diff --git a/controls/socialshare/appearance-and-styling/css-classes.md b/controls/socialshare/appearance-and-styling/css-classes.md index f3d268cc92..848560a371 100644 --- a/controls/socialshare/appearance-and-styling/css-classes.md +++ b/controls/socialshare/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadSocialShare description: Check our Web Forms article about CSS Classes. slug: socialshare/appearance-and-styling/css-classes +components: ["socialshare"] tags: css,classes published: True position: 2 diff --git a/controls/socialshare/appearance-and-styling/skins.md b/controls/socialshare/appearance-and-styling/skins.md index 248ca6f05e..1d06ab6c8a 100644 --- a/controls/socialshare/appearance-and-styling/skins.md +++ b/controls/socialshare/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadSocialShare description: Check our Web Forms article about Skins. slug: socialshare/appearance-and-styling/skins +components: ["socialshare"] tags: skins published: True position: 0 diff --git a/controls/socialshare/appearance-and-styling/use-custom-icons-for-styled-buttons.md b/controls/socialshare/appearance-and-styling/use-custom-icons-for-styled-buttons.md index 9c84f1292b..dee47894f0 100644 --- a/controls/socialshare/appearance-and-styling/use-custom-icons-for-styled-buttons.md +++ b/controls/socialshare/appearance-and-styling/use-custom-icons-for-styled-buttons.md @@ -3,6 +3,7 @@ title: Use Custom Icons for Styled Buttons page_title: Use Custom Icons for Styled Buttons - RadSocialShare description: Check our Web Forms article about Use Custom Icons for Styled Buttons. slug: socialshare/appearance-and-styling/use-custom-icons-for-styled-buttons +components: ["socialshare"] tags: use,custom,icons,for,styled,buttons published: True position: 4 diff --git a/controls/socialshare/changes-and-backwards-compatibility.md b/controls/socialshare/changes-and-backwards-compatibility.md index 08bdc6a076..049cd061c0 100644 --- a/controls/socialshare/changes-and-backwards-compatibility.md +++ b/controls/socialshare/changes-and-backwards-compatibility.md @@ -3,6 +3,7 @@ title: Changes and Backwards Compatibility page_title: Changes and Backwards Compatibility - RadSocialShare description: Check our Web Forms article about Changes and Backwards Compatibility. slug: socialshare/changes-and-backwards-compatibility +components: ["socialshare"] tags: changes,and,backwards,compatibility published: True position: 1 diff --git a/controls/socialshare/client-side-programming/events/onfacebooklike.md b/controls/socialshare/client-side-programming/events/onfacebooklike.md index 0ebade9b6e..b98fea6b8d 100644 --- a/controls/socialshare/client-side-programming/events/onfacebooklike.md +++ b/controls/socialshare/client-side-programming/events/onfacebooklike.md @@ -3,6 +3,7 @@ title: OnFacebookLike page_title: OnFacebookLike - RadSocialShare description: Check our Web Forms article about OnFacebookLike. slug: socialshare/client-side-programming/events/onfacebooklike +components: ["socialshare"] tags: onfacebooklike published: True position: 1 diff --git a/controls/socialshare/client-side-programming/events/onfacebooksend.md b/controls/socialshare/client-side-programming/events/onfacebooksend.md index 6d4a6a6752..591692fc26 100644 --- a/controls/socialshare/client-side-programming/events/onfacebooksend.md +++ b/controls/socialshare/client-side-programming/events/onfacebooksend.md @@ -3,6 +3,7 @@ title: OnFacebookSend page_title: OnFacebookSend - RadSocialShare description: Check our Web Forms article about OnFacebookSend. slug: socialshare/client-side-programming/events/onfacebooksend +components: ["socialshare"] tags: onfacebooksend published: True position: 2 diff --git a/controls/socialshare/client-side-programming/events/onfacebookunlike.md b/controls/socialshare/client-side-programming/events/onfacebookunlike.md index 2bbbdd2da9..1327b9d2d8 100644 --- a/controls/socialshare/client-side-programming/events/onfacebookunlike.md +++ b/controls/socialshare/client-side-programming/events/onfacebookunlike.md @@ -3,6 +3,7 @@ title: OnFacebookUnLike page_title: OnFacebookUnLike - RadSocialShare description: Check our Web Forms article about OnFacebookUnLike. slug: socialshare/client-side-programming/events/onfacebookunlike +components: ["socialshare"] tags: onfacebookunlike published: True position: 3 diff --git a/controls/socialshare/client-side-programming/events/ongoogleplusoneoff.md b/controls/socialshare/client-side-programming/events/ongoogleplusoneoff.md index bad7fc0ae4..942d92de4c 100644 --- a/controls/socialshare/client-side-programming/events/ongoogleplusoneoff.md +++ b/controls/socialshare/client-side-programming/events/ongoogleplusoneoff.md @@ -3,6 +3,7 @@ title: OnGooglePlusOneOff page_title: OnGooglePlusOneOff - RadSocialShare description: Check our Web Forms article about OnGooglePlusOneOff. slug: socialshare/client-side-programming/events/ongoogleplusoneoff +components: ["socialshare"] tags: ongoogleplusoneoff published: True position: 4 diff --git a/controls/socialshare/client-side-programming/events/ongoogleplusoneon.md b/controls/socialshare/client-side-programming/events/ongoogleplusoneon.md index 88a1f25553..1a6a5bfa38 100644 --- a/controls/socialshare/client-side-programming/events/ongoogleplusoneon.md +++ b/controls/socialshare/client-side-programming/events/ongoogleplusoneon.md @@ -3,6 +3,7 @@ title: OnGooglePlusOneOn page_title: OnGooglePlusOneOn - RadSocialShare description: Check our Web Forms article about OnGooglePlusOneOn. slug: socialshare/client-side-programming/events/ongoogleplusoneon +components: ["socialshare"] tags: ongoogleplusoneon published: True position: 5 diff --git a/controls/socialshare/client-side-programming/events/onlinkedinshare.md b/controls/socialshare/client-side-programming/events/onlinkedinshare.md index f762c8d91b..2bbffee6f8 100644 --- a/controls/socialshare/client-side-programming/events/onlinkedinshare.md +++ b/controls/socialshare/client-side-programming/events/onlinkedinshare.md @@ -3,6 +3,7 @@ title: OnLinkedInShare page_title: OnLinkedInShare - RadSocialShare description: Check our Web Forms article about OnLinkedInShare. slug: socialshare/client-side-programming/events/onlinkedinshare +components: ["socialshare"] tags: onlinkedinshare published: True position: 6 diff --git a/controls/socialshare/client-side-programming/events/onsocialbuttonclicked.md b/controls/socialshare/client-side-programming/events/onsocialbuttonclicked.md index 39b8616148..d4214090c9 100644 --- a/controls/socialshare/client-side-programming/events/onsocialbuttonclicked.md +++ b/controls/socialshare/client-side-programming/events/onsocialbuttonclicked.md @@ -3,6 +3,7 @@ title: OnSocialButtonClicked page_title: OnSocialButtonClicked - RadSocialShare description: Check our Web Forms article about OnSocialButtonClicked. slug: socialshare/client-side-programming/events/onsocialbuttonclicked +components: ["socialshare"] tags: onsocialbuttonclicked published: True position: 7 diff --git a/controls/socialshare/client-side-programming/events/onsocialbuttonclicking.md b/controls/socialshare/client-side-programming/events/onsocialbuttonclicking.md index 94f0f7a5e5..892ff52b07 100644 --- a/controls/socialshare/client-side-programming/events/onsocialbuttonclicking.md +++ b/controls/socialshare/client-side-programming/events/onsocialbuttonclicking.md @@ -3,6 +3,7 @@ title: OnSocialButtonClicking page_title: OnSocialButtonClicking - RadSocialShare description: Check our Web Forms article about OnSocialButtonClicking. slug: socialshare/client-side-programming/events/onsocialbuttonclicking +components: ["socialshare"] tags: onsocialbuttonclicking published: True position: 8 diff --git a/controls/socialshare/client-side-programming/events/ontweet.md b/controls/socialshare/client-side-programming/events/ontweet.md index ddc6cbad74..63a0a25250 100644 --- a/controls/socialshare/client-side-programming/events/ontweet.md +++ b/controls/socialshare/client-side-programming/events/ontweet.md @@ -3,6 +3,7 @@ title: OnTweet page_title: OnTweet - RadSocialShare description: Check our Web Forms article about OnTweet. slug: socialshare/client-side-programming/events/ontweet +components: ["socialshare"] tags: ontweet published: True position: 9 diff --git a/controls/socialshare/client-side-programming/events/overview.md b/controls/socialshare/client-side-programming/events/overview.md index c8f5a36e9d..257159f18e 100644 --- a/controls/socialshare/client-side-programming/events/overview.md +++ b/controls/socialshare/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Events Overview - RadSocialShare description: Check our Web Forms article about Overview. slug: socialshare/client-side-programming/events/overview +components: ["socialshare"] tags: overview published: True position: 0 diff --git a/controls/socialshare/client-side-programming/radsocialshare-object.md b/controls/socialshare/client-side-programming/radsocialshare-object.md index c64671eb7e..fa6d9c6b10 100644 --- a/controls/socialshare/client-side-programming/radsocialshare-object.md +++ b/controls/socialshare/client-side-programming/radsocialshare-object.md @@ -3,6 +3,7 @@ title: RadSocialShare Object page_title: RadSocialShare Object - RadSocialShare description: Check our Web Forms article about RadSocialShare Object. slug: socialshare/client-side-programming/radsocialshare-object +components: ["socialshare"] tags: radsocialshare,object published: True position: 0 diff --git a/controls/socialshare/configuring-buttons/collections.md b/controls/socialshare/configuring-buttons/collections.md index 6278132c0c..863cf8fd42 100644 --- a/controls/socialshare/configuring-buttons/collections.md +++ b/controls/socialshare/configuring-buttons/collections.md @@ -3,6 +3,7 @@ title: Collections page_title: Collections - RadSocialShare description: Check our Web Forms article about Collections. slug: socialshare/configuring-buttons/collections +components: ["socialshare"] tags: collections published: True position: 2 diff --git a/controls/socialshare/configuring-buttons/standard.md b/controls/socialshare/configuring-buttons/standard.md index 7eca563863..6a8d3d1731 100644 --- a/controls/socialshare/configuring-buttons/standard.md +++ b/controls/socialshare/configuring-buttons/standard.md @@ -3,6 +3,7 @@ title: Standard page_title: Standard - RadSocialShare description: Check our Web Forms article about Standard. slug: socialshare/configuring-buttons/standard +components: ["socialshare"] tags: standard published: True position: 1 diff --git a/controls/socialshare/configuring-buttons/styled.md b/controls/socialshare/configuring-buttons/styled.md index c406a08d2d..0726989b90 100644 --- a/controls/socialshare/configuring-buttons/styled.md +++ b/controls/socialshare/configuring-buttons/styled.md @@ -3,6 +3,7 @@ title: Styled page_title: Styled - RadSocialShare description: Check our Web Forms article about Styled. slug: socialshare/configuring-buttons/styled +components: ["socialshare"] tags: styled published: True position: 0 diff --git a/controls/socialshare/design-time.md b/controls/socialshare/design-time.md index 7d4a1ffa0b..2500b9d4a7 100644 --- a/controls/socialshare/design-time.md +++ b/controls/socialshare/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadSocialShare description: Check our Web Forms article about Design Time. slug: socialshare/design-time +components: ["socialshare"] tags: design,time published: True position: 3 diff --git a/controls/socialshare/functionality/controlling-posts.md b/controls/socialshare/functionality/controlling-posts.md index e3293b6104..eb75854ada 100644 --- a/controls/socialshare/functionality/controlling-posts.md +++ b/controls/socialshare/functionality/controlling-posts.md @@ -3,6 +3,7 @@ title: Controlling Posts page_title: Controlling Posts - RadSocialShare description: Check our Web Forms article about Controlling Posts. slug: socialshare/functionality/controlling-posts +components: ["socialshare"] tags: controlling,posts published: True position: 0 diff --git a/controls/socialshare/functionality/controlling-sharing-strings.md b/controls/socialshare/functionality/controlling-sharing-strings.md index 731618eadd..95bc0661de 100644 --- a/controls/socialshare/functionality/controlling-sharing-strings.md +++ b/controls/socialshare/functionality/controlling-sharing-strings.md @@ -3,6 +3,7 @@ title: Controlling Sharing Strings page_title: Controlling Sharing Strings - RadSocialShare description: Check our Web Forms article about Controlling Sharing Strings. slug: socialshare/functionality/controlling-sharing-strings +components: ["socialshare"] tags: controlling,sharing,strings published: True position: 3 diff --git a/controls/socialshare/functionality/google-analytics-integration.md b/controls/socialshare/functionality/google-analytics-integration.md index bc1c710f11..797b5383d0 100644 --- a/controls/socialshare/functionality/google-analytics-integration.md +++ b/controls/socialshare/functionality/google-analytics-integration.md @@ -3,6 +3,7 @@ title: Google Analytics Integration page_title: Google Analytics Integration - RadSocialShare description: Check our Web Forms article about Google Analytics Integration. slug: socialshare/functionality/google-analytics-integration +components: ["socialshare"] tags: google,analytics,integration published: True position: 2 diff --git a/controls/socialshare/functionality/sending-via-e-mail.md b/controls/socialshare/functionality/sending-via-e-mail.md index 658240ecfa..cc761e9ab9 100644 --- a/controls/socialshare/functionality/sending-via-e-mail.md +++ b/controls/socialshare/functionality/sending-via-e-mail.md @@ -3,6 +3,7 @@ title: Sending via E-mail page_title: Sending via E-mail - RadSocialShare description: Check our Web Forms article about Sending via E-mail. slug: socialshare/functionality/sending-via-e-mail +components: ["socialshare"] tags: sending,via,e-mail published: True position: 1 diff --git a/controls/socialshare/getting-started/overview.md b/controls/socialshare/getting-started/overview.md index 7a77c2f436..b32e9a5da6 100644 --- a/controls/socialshare/getting-started/overview.md +++ b/controls/socialshare/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Getting Started Overview - RadSocialShare description: Check our Web Forms article about Overview. slug: socialshare/getting-started/overview +components: ["socialshare"] tags: overview published: True position: 0 diff --git a/controls/socialshare/getting-started/structure.md b/controls/socialshare/getting-started/structure.md index 4161807f53..8e660fd4e7 100644 --- a/controls/socialshare/getting-started/structure.md +++ b/controls/socialshare/getting-started/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadSocialShare description: Check our Web Forms article about Structure. slug: socialshare/getting-started/structure +components: ["socialshare"] tags: structure published: True position: 1 diff --git a/controls/socialshare/mobile-support/elastic-design.md b/controls/socialshare/mobile-support/elastic-design.md index 2c23b45325..254a8375b4 100644 --- a/controls/socialshare/mobile-support/elastic-design.md +++ b/controls/socialshare/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadSocialShare description: Check our Web Forms article about Elastic Design. slug: socialshare/mobile-support/elastic-design +components: ["socialshare"] tags: elastic,design,social share published: True position: 2 diff --git a/controls/socialshare/mobile-support/fluid-design.md b/controls/socialshare/mobile-support/fluid-design.md index 601e71dc30..548f8a1393 100644 --- a/controls/socialshare/mobile-support/fluid-design.md +++ b/controls/socialshare/mobile-support/fluid-design.md @@ -3,6 +3,7 @@ title: Fluid Design page_title: Fluid Design - RadSocialShare description: Check our Web Forms article about Fluid Design. slug: socialshare/mobile-support/fluid-design +components: ["socialshare"] tags: fluid,design,social share published: True position: 3 diff --git a/controls/socialshare/mobile-support/render-modes.md b/controls/socialshare/mobile-support/render-modes.md index 30c13713c7..37f89073ff 100644 --- a/controls/socialshare/mobile-support/render-modes.md +++ b/controls/socialshare/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadSocialShare description: Check our Web Forms article about Render Modes. slug: socialshare/mobile-support/render-modes +components: ["socialshare"] tags: render,modes,social share published: True position: 1 diff --git a/controls/socialshare/overview.md b/controls/socialshare/overview.md index 2824de065d..ad07846b98 100644 --- a/controls/socialshare/overview.md +++ b/controls/socialshare/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadSocialShare Overview description: Check our Web Forms article about Overview. slug: socialshare/overview +components: ["socialshare"] tags: overview published: True position: 0 diff --git a/controls/socialshare/server-side-programming/overview.md b/controls/socialshare/server-side-programming/overview.md index 5acc6f3bbb..2af1bf9943 100644 --- a/controls/socialshare/server-side-programming/overview.md +++ b/controls/socialshare/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadSocialShare description: Check our Web Forms article about Overview. slug: socialshare/server-side-programming/overview +components: ["socialshare"] tags: overview published: True position: 0 diff --git a/controls/socialshare/server-side-programming/properties-enumerators.md b/controls/socialshare/server-side-programming/properties-enumerators.md index 46cac16dad..9a9c4d0868 100644 --- a/controls/socialshare/server-side-programming/properties-enumerators.md +++ b/controls/socialshare/server-side-programming/properties-enumerators.md @@ -3,6 +3,7 @@ title: Properties Enumerators page_title: Properties Enumerators - RadSocialShare description: Check our Web Forms article about Properties Enumerators. slug: socialshare/server-side-programming/properties-enumerators +components: ["socialshare"] tags: properties,enumerators published: True position: 1 diff --git a/controls/socialshare/troubleshooting/controlling-content-shared-in-facebook.md b/controls/socialshare/troubleshooting/controlling-content-shared-in-facebook.md index d10c9c2be9..84bda986af 100644 --- a/controls/socialshare/troubleshooting/controlling-content-shared-in-facebook.md +++ b/controls/socialshare/troubleshooting/controlling-content-shared-in-facebook.md @@ -3,6 +3,7 @@ title: Controlling Content Shared in Facebook page_title: Controlling Content Shared in Facebook - RadSocialShare description: Check our Web Forms article about Controlling Content Shared in Facebook. slug: socialshare/troubleshooting/controlling-content-shared-in-facebook +components: ["socialshare"] tags: controlling,content,shared,in,facebook published: True position: 1 diff --git a/controls/socialshare/troubleshooting/facebook-specifics.md b/controls/socialshare/troubleshooting/facebook-specifics.md index af0191fb8f..940833c3f7 100644 --- a/controls/socialshare/troubleshooting/facebook-specifics.md +++ b/controls/socialshare/troubleshooting/facebook-specifics.md @@ -3,6 +3,7 @@ title: Facebook Specifics page_title: Facebook Specifics - RadSocialShare description: Check our Web Forms article about Facebook Specifics. slug: socialshare/troubleshooting/facebook-specifics +components: ["socialshare"] tags: facebook,specifics published: True position: 2 diff --git a/controls/socialshare/troubleshooting/google-specifics.md b/controls/socialshare/troubleshooting/google-specifics.md index e5c4b6c493..cb1b0177dd 100644 --- a/controls/socialshare/troubleshooting/google-specifics.md +++ b/controls/socialshare/troubleshooting/google-specifics.md @@ -3,6 +3,7 @@ title: Google Specifics page_title: Google Specifics - RadSocialShare description: Check our Web Forms article about Google Specifics. slug: socialshare/troubleshooting/google-specifics +components: ["socialshare"] tags: google,specifics published: True position: 3 diff --git a/controls/socialshare/troubleshooting/known-limitations.md b/controls/socialshare/troubleshooting/known-limitations.md index 7e89b220ea..185d38f7cc 100644 --- a/controls/socialshare/troubleshooting/known-limitations.md +++ b/controls/socialshare/troubleshooting/known-limitations.md @@ -3,6 +3,7 @@ title: Known Limitations page_title: Known Limitations - RadSocialShare description: Check our Web Forms article about Known Limitations in RadSocialShare for ASP.NET AJAX. slug: socialshare/troubleshooting/known-limitations +components: ["socialshare"] tags: limitations, known published: True position: 6 diff --git a/controls/socialshare/troubleshooting/pinterest-specifics.md b/controls/socialshare/troubleshooting/pinterest-specifics.md index 88d78b73a0..a90a2cb67f 100644 --- a/controls/socialshare/troubleshooting/pinterest-specifics.md +++ b/controls/socialshare/troubleshooting/pinterest-specifics.md @@ -3,6 +3,7 @@ title: Pinterest Specifics page_title: Pinterest Specifics - RadSocialShare description: Check our Web Forms article about Pinterest Specifics. slug: socialshare/troubleshooting/pinterest-specifics +components: ["socialshare"] tags: pinterest,specifics published: True position: 5 diff --git a/controls/socialshare/troubleshooting/standard-buttons'-events.md b/controls/socialshare/troubleshooting/standard-buttons'-events.md index e694dbfc50..5a2e4c95ca 100644 --- a/controls/socialshare/troubleshooting/standard-buttons'-events.md +++ b/controls/socialshare/troubleshooting/standard-buttons'-events.md @@ -3,6 +3,7 @@ title: Standard Buttons' Events page_title: Standard Buttons' Events - RadSocialShare description: Check our Web Forms article about Standard Buttons' Events. slug: socialshare/troubleshooting/standard-buttons'-events +components: ["socialshare"] previous_url: controls/socialshare/troubleshooting/standard-buttons tags: standard,buttons',events published: True diff --git a/controls/socialshare/troubleshooting/yammer-specifics.md b/controls/socialshare/troubleshooting/yammer-specifics.md index ff9e7c7488..36c3afc98e 100644 --- a/controls/socialshare/troubleshooting/yammer-specifics.md +++ b/controls/socialshare/troubleshooting/yammer-specifics.md @@ -3,6 +3,7 @@ title: Yammer Specifics page_title: Yammer Specifics - RadSocialShare description: Check our Web Forms article about Yammer Specifics. slug: socialshare/troubleshooting/yammer-specifics +components: ["socialshare"] tags: yammer,specifics published: True position: 4 diff --git a/controls/speechtotextbutton/accessibility-and-internationalization/internationalization.md b/controls/speechtotextbutton/accessibility-and-internationalization/internationalization.md index 5a4d8e0ddb..1cca7ffba2 100644 --- a/controls/speechtotextbutton/accessibility-and-internationalization/internationalization.md +++ b/controls/speechtotextbutton/accessibility-and-internationalization/internationalization.md @@ -3,6 +3,7 @@ title: Internationalization page_title: SpeechToTextButton Internationalization description: "Internationalization of the Telerik WebForms SpeechToTextButton component." slug: speechtotextbutton/accessibility/internationalization +components: ["speechtotextbutton"] tags: internationalization position: 1 --- diff --git a/controls/speechtotextbutton/accessibility-and-internationalization/overview.md b/controls/speechtotextbutton/accessibility-and-internationalization/overview.md index 61f993509a..a18b5c208f 100644 --- a/controls/speechtotextbutton/accessibility-and-internationalization/overview.md +++ b/controls/speechtotextbutton/accessibility-and-internationalization/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: SpeechToTextButton Accessibility description: Get started with the WebForms SpeechToTextButton and learn about its accessibility support for WAI-ARIA, Section 508, and WCAG 2.2. slug: speechtotextbutton/accessibility/overview +components: ["speechtotextbutton"] position: 0 --- diff --git a/controls/speechtotextbutton/appearance.md b/controls/speechtotextbutton/appearance.md index 6329c3aa95..18f22b6028 100644 --- a/controls/speechtotextbutton/appearance.md +++ b/controls/speechtotextbutton/appearance.md @@ -3,6 +3,7 @@ title: Appearance page_title: SpeechToTextButton Appearance description: "Learn how to set the options to change the appearance such as, sizes, border radiuses, fill modes and theme colors." slug: speechtotextbutton/appearance +components: ["speechtotextbutton"] tags: appearance,speechtotextbutton published: True position: 2 diff --git a/controls/speechtotextbutton/client-side-programming/enums.md b/controls/speechtotextbutton/client-side-programming/enums.md index 5822bbb550..4a252a736e 100644 --- a/controls/speechtotextbutton/client-side-programming/enums.md +++ b/controls/speechtotextbutton/client-side-programming/enums.md @@ -3,6 +3,7 @@ title: Enums page_title: SpeechToTextButton Client-side Enums description: Client-side Enums of the Telerik WebForms SpeechToTextButton component slug: speechtotextbutton/client-side-programming/enums +components: ["speechtotextbutton"] tags: speechtotextbutton,javascript,enums published: True position: 3 diff --git a/controls/speechtotextbutton/client-side-programming/events.md b/controls/speechtotextbutton/client-side-programming/events.md index f53259043d..e2cf10485c 100644 --- a/controls/speechtotextbutton/client-side-programming/events.md +++ b/controls/speechtotextbutton/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: SpeechToTextButton Client-side Events description: "Client-side Events of the Telerik WebForms SpeechToTextButton component." slug: speechtotextbutton/client-side-programming/events +components: ["speechtotextbutton"] tags: speechtotextbutton,javascript published: True position: 2 diff --git a/controls/speechtotextbutton/client-side-programming/overview.md b/controls/speechtotextbutton/client-side-programming/overview.md index c73ee87fe7..5e24fdfad2 100644 --- a/controls/speechtotextbutton/client-side-programming/overview.md +++ b/controls/speechtotextbutton/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: SpeechToTextButton Client-side Programming description: "Overview of the Client-side APIs you can use to create and configure the Telerik WebForms SpeechToTextButton Control." slug: speechtotextbutton/client-side-programming/overview +components: ["speechtotextbutton"] tags: client-side, client-side programming published: True position: 0 diff --git a/controls/speechtotextbutton/client-side-programming/properties.md b/controls/speechtotextbutton/client-side-programming/properties.md index 218154b635..ac72c85185 100644 --- a/controls/speechtotextbutton/client-side-programming/properties.md +++ b/controls/speechtotextbutton/client-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: SpeechToTextButton JavaScript Properties description: "JavaScript properties and methods of the Telerik WebForms SpeechToTextButton component." slug: speechtotextbutton/client-side-programming/properties +components: ["speechtotextbutton"] tags: properties,speechtotextbutton published: True position: 1 diff --git a/controls/speechtotextbutton/getting-started.md b/controls/speechtotextbutton/getting-started.md index 233a0e06d7..066cdc0d9f 100644 --- a/controls/speechtotextbutton/getting-started.md +++ b/controls/speechtotextbutton/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started with the SpeechToTextButton description: "Get started with the WebForms SpeechToTextButton by Telerik UI for ASP.NET AJAX and learn how to create, initialize, and enable the component." slug: speechtotextbutton/getting-started +components: ["speechtotextbutton"] tags: speechtotextbutton,getting started published: True position: 1 diff --git a/controls/speechtotextbutton/overview.md b/controls/speechtotextbutton/overview.md index 19d970a403..7aee34d44b 100644 --- a/controls/speechtotextbutton/overview.md +++ b/controls/speechtotextbutton/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: SpeechToTextButton Overview description: "Try now the Telerik UI for ASP.NET AJAX SpeechToTextButton control that converts spoken words into text through a button interface. This component is a server-side, ASP.NET WebForms wrapper over the Kendo UI for jQuery SpeechToTextButton widget." slug: speechtotextbutton/overview +components: ["speechtotextbutton"] tags: overview published: True position: 0 diff --git a/controls/speechtotextbutton/server-side-programming/enums.md b/controls/speechtotextbutton/server-side-programming/enums.md index 2ebd227561..feb8e3d2e3 100644 --- a/controls/speechtotextbutton/server-side-programming/enums.md +++ b/controls/speechtotextbutton/server-side-programming/enums.md @@ -3,6 +3,7 @@ title: Enums page_title: SpeechToTextButton Server-side Enums description: Server-side Enums of the Telerik WebForms SpeechToTextButton component slug: speechtotextbutton/server-side-programming/enums +components: ["speechtotextbutton"] tags: speechtotextbutton,server,enums published: True position: 2 diff --git a/controls/speechtotextbutton/server-side-programming/overview.md b/controls/speechtotextbutton/server-side-programming/overview.md index 800cd368fe..0e8b9e2c3e 100644 --- a/controls/speechtotextbutton/server-side-programming/overview.md +++ b/controls/speechtotextbutton/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: SpeechToTextButton Server-side Programming description: "Overview of the Server-side APIs you can use to create and configure the Telerik WebForms SpeechToTextButton Control." slug: speechtotextbutton/server-side-programming/overview +components: ["speechtotextbutton"] tags: overview, speechtotextbutton, server-side published: True position: 0 diff --git a/controls/speechtotextbutton/server-side-programming/properties.md b/controls/speechtotextbutton/server-side-programming/properties.md index 6b8c3833ed..8a6767d80c 100644 --- a/controls/speechtotextbutton/server-side-programming/properties.md +++ b/controls/speechtotextbutton/server-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: SpeechToTextButton Server-side Properties description: "Server-side properties of the WebForms SpeechToTextButton component." slug: speechtotextbutton/server-side-programming/properties +components: ["speechtotextbutton"] tags: speechtotextbutton,server-side,properties published: True position: 1 diff --git a/controls/spell/accessibility-and-internationalization/localization.md b/controls/spell/accessibility-and-internationalization/localization.md index 124cc40be7..12f675a34a 100644 --- a/controls/spell/accessibility-and-internationalization/localization.md +++ b/controls/spell/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadSpell description: Check our Web Forms article about Localization. slug: spell/accessibility-and-internationalization/localization +components: ["spell"] tags: localization published: True position: 3 diff --git a/controls/spell/accessibility-and-internationalization/right-to-left-support.md b/controls/spell/accessibility-and-internationalization/right-to-left-support.md index bdfc43f3c2..8b57c748f1 100644 --- a/controls/spell/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/spell/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadSpell description: Check our Web Forms article about Right-to-left Support. slug: spell/accessibility-and-internationalization/right-to-left-support +components: ["spell"] tags: right-to-left,support published: True position: 2 diff --git a/controls/spell/accessibility-and-internationalization/standards-compliance.md b/controls/spell/accessibility-and-internationalization/standards-compliance.md index 632a9ebbe9..24c84ba222 100644 --- a/controls/spell/accessibility-and-internationalization/standards-compliance.md +++ b/controls/spell/accessibility-and-internationalization/standards-compliance.md @@ -3,6 +3,7 @@ title: Standards Compliance page_title: Standards Compliance - RadSpell description: Check our Web Forms article about Standards Compliance. slug: spell/accessibility-and-internationalization/standards-compliance +components: ["spell"] tags: standards,compliance published: True position: 0 diff --git a/controls/spell/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/spell/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 870c8eaa3e..79a311fd84 100644 --- a/controls/spell/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/spell/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadSpell description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: spell/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["spell"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 1 diff --git a/controls/spell/appearance-and-styling/controlling-appearance.md b/controls/spell/appearance-and-styling/controlling-appearance.md index f90ea95ade..cdeefccf3e 100644 --- a/controls/spell/appearance-and-styling/controlling-appearance.md +++ b/controls/spell/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadSpell description: Check our Web Forms article about Controlling Appearance. slug: spell/appearance-and-styling/controlling-appearance +components: ["spell"] tags: controlling,appearance published: True position: 1 diff --git a/controls/spell/appearance-and-styling/creating-a-custom-skin.md b/controls/spell/appearance-and-styling/creating-a-custom-skin.md index 232d4b5060..2c8d43e17a 100644 --- a/controls/spell/appearance-and-styling/creating-a-custom-skin.md +++ b/controls/spell/appearance-and-styling/creating-a-custom-skin.md @@ -3,6 +3,7 @@ title: Creating a Custom Skin page_title: Creating a Custom Skin - RadSpell description: Check our Web Forms article about Creating a Custom Skin. slug: spell/appearance-and-styling/creating-a-custom-skin +components: ["spell"] tags: creating,a,custom,skin published: True position: 3 diff --git a/controls/spell/appearance-and-styling/css-classes.md b/controls/spell/appearance-and-styling/css-classes.md index 558ab68d1a..ae59454cd6 100644 --- a/controls/spell/appearance-and-styling/css-classes.md +++ b/controls/spell/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadSpell description: Check our Web Forms article about CSS Classes. slug: spell/appearance-and-styling/css-classes +components: ["spell"] tags: css,classes published: True position: 2 diff --git a/controls/spell/appearance-and-styling/skins.md b/controls/spell/appearance-and-styling/skins.md index f7f9bce38e..c3e972bdee 100644 --- a/controls/spell/appearance-and-styling/skins.md +++ b/controls/spell/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadSpell description: Check our Web Forms article about Skins. slug: spell/appearance-and-styling/skins +components: ["spell"] tags: skins published: True position: 0 diff --git a/controls/spell/changes-and-backward-compatibility/migrating-from-radspell-asp.net-to-asp.net-ajax.md b/controls/spell/changes-and-backward-compatibility/migrating-from-radspell-asp.net-to-asp.net-ajax.md index 7d044734db..0a2aa8607f 100644 --- a/controls/spell/changes-and-backward-compatibility/migrating-from-radspell-asp.net-to-asp.net-ajax.md +++ b/controls/spell/changes-and-backward-compatibility/migrating-from-radspell-asp.net-to-asp.net-ajax.md @@ -3,6 +3,7 @@ title: Migrating from RadSpell ASP.NET to ASP.NET AJAX page_title: Migrating from RadSpell ASP.NET to ASP.NET AJAX - RadSpell description: Check our Web Forms article about Migrating from RadSpell ASP.NET to ASP.NET AJAX. slug: spell/changes-and-backward-compatibility/migrating-from-radspell-asp.net-to-asp.net-ajax +components: ["spell"] tags: migrating,from,radspell,asp.net,to,asp.net,ajax published: True position: 1 diff --git a/controls/spell/changes-and-backward-compatibility/overview.md b/controls/spell/changes-and-backward-compatibility/overview.md index b38bfc1d7a..0d01ce20b4 100644 --- a/controls/spell/changes-and-backward-compatibility/overview.md +++ b/controls/spell/changes-and-backward-compatibility/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Changes and Backward Compatibility Overview - RadSpell description: Check our Web Forms article about Overview. slug: spell/changes-and-backward-compatibility/overview +components: ["spell"] tags: overview published: True position: 0 diff --git a/controls/spell/changes-and-backward-compatibility/suppresscompletemessage-method.md b/controls/spell/changes-and-backward-compatibility/suppresscompletemessage-method.md index 071ef21883..149b5788d4 100644 --- a/controls/spell/changes-and-backward-compatibility/suppresscompletemessage-method.md +++ b/controls/spell/changes-and-backward-compatibility/suppresscompletemessage-method.md @@ -3,6 +3,7 @@ title: suppressCompleteMessage Method page_title: suppressCompleteMessage Method - RadSpell description: Check our Web Forms article about suppressCompleteMessage Method. slug: spell/changes-and-backward-compatibility/suppresscompletemessage-method +components: ["spell"] tags: suppresscompletemessage,method published: True position: 2 diff --git a/controls/spell/client-side-programming/events/onclientcheckcancelled.md b/controls/spell/client-side-programming/events/onclientcheckcancelled.md index 97345b91f6..fee82a6291 100644 --- a/controls/spell/client-side-programming/events/onclientcheckcancelled.md +++ b/controls/spell/client-side-programming/events/onclientcheckcancelled.md @@ -3,6 +3,7 @@ title: OnClientCheckCancelled page_title: OnClientCheckCancelled - RadSpell description: Check our Web Forms article about OnClientCheckCancelled. slug: spell/client-side-programming/events/onclientcheckcancelled +components: ["spell"] tags: onclientcheckcancelled published: True position: 2 diff --git a/controls/spell/client-side-programming/events/onclientcheckfinished.md b/controls/spell/client-side-programming/events/onclientcheckfinished.md index b39d78d7bb..8182bb58dd 100644 --- a/controls/spell/client-side-programming/events/onclientcheckfinished.md +++ b/controls/spell/client-side-programming/events/onclientcheckfinished.md @@ -3,6 +3,7 @@ title: OnClientCheckFinished page_title: OnClientCheckFinished - RadSpell description: Check our Web Forms article about OnClientCheckFinished. slug: spell/client-side-programming/events/onclientcheckfinished +components: ["spell"] tags: onclientcheckfinished published: True position: 1 diff --git a/controls/spell/client-side-programming/events/onclientcheckstarted.md b/controls/spell/client-side-programming/events/onclientcheckstarted.md index a5701abf10..5f5482f50f 100644 --- a/controls/spell/client-side-programming/events/onclientcheckstarted.md +++ b/controls/spell/client-side-programming/events/onclientcheckstarted.md @@ -3,6 +3,7 @@ title: OnClientCheckStarted page_title: OnClientCheckStarted - RadSpell description: Check our Web Forms article about OnClientCheckStarted. slug: spell/client-side-programming/events/onclientcheckstarted +components: ["spell"] tags: onclientcheckstarted published: True position: 0 diff --git a/controls/spell/client-side-programming/events/onclientdialogclosing.md b/controls/spell/client-side-programming/events/onclientdialogclosing.md index 404b894b67..a1cf74b818 100644 --- a/controls/spell/client-side-programming/events/onclientdialogclosing.md +++ b/controls/spell/client-side-programming/events/onclientdialogclosing.md @@ -3,6 +3,7 @@ title: OnClientDialogClosing page_title: OnClientDialogClosing - RadSpell description: Check our Web Forms article about OnClientDialogClosing. slug: spell/client-side-programming/events/onclientdialogclosing +components: ["spell"] tags: onclientdialogclosing published: True position: 3 diff --git a/controls/spell/client-side-programming/overview.md b/controls/spell/client-side-programming/overview.md index 650d52077a..2f2d4c498d 100644 --- a/controls/spell/client-side-programming/overview.md +++ b/controls/spell/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadSpell description: Check our Web Forms article about Overview. slug: spell/client-side-programming/overview +components: ["spell"] tags: overview published: True position: 0 diff --git a/controls/spell/client-side-programming/radspell-object.md b/controls/spell/client-side-programming/radspell-object.md index 72c9e34465..7d0d1ffcf0 100644 --- a/controls/spell/client-side-programming/radspell-object.md +++ b/controls/spell/client-side-programming/radspell-object.md @@ -3,6 +3,7 @@ title: RadSpell Object page_title: RadSpell Object - RadSpell description: Check our Web Forms article about RadSpell Object. slug: spell/client-side-programming/radspell-object +components: ["spell"] tags: radspell,object published: True position: 1 diff --git a/controls/spell/configuration/choosing-spell-check-provider.md b/controls/spell/configuration/choosing-spell-check-provider.md index 90571cd71d..b14ea6d177 100644 --- a/controls/spell/configuration/choosing-spell-check-provider.md +++ b/controls/spell/configuration/choosing-spell-check-provider.md @@ -3,6 +3,7 @@ title: Choosing Spell Check Provider page_title: Choosing Spell Check Provider - RadSpell description: Check our Web Forms article about Choosing Spell Check Provider. slug: spell/configuration/choosing-spell-check-provider +components: ["spell"] tags: choosing,spell,check,provider published: True position: 3 diff --git a/controls/spell/configuration/custom-text-source.md b/controls/spell/configuration/custom-text-source.md index 9a0091e7bb..84cd912ed5 100644 --- a/controls/spell/configuration/custom-text-source.md +++ b/controls/spell/configuration/custom-text-source.md @@ -3,6 +3,7 @@ title: Custom Text Source page_title: Custom Text Source - RadSpell description: Check our Web Forms article about Custom Text Source. slug: spell/configuration/custom-text-source +components: ["spell"] tags: custom,text,source published: True position: 2 diff --git a/controls/spell/configuration/ignoring-words-and-fragments.md b/controls/spell/configuration/ignoring-words-and-fragments.md index bef60ba712..966d88d44f 100644 --- a/controls/spell/configuration/ignoring-words-and-fragments.md +++ b/controls/spell/configuration/ignoring-words-and-fragments.md @@ -3,6 +3,7 @@ title: Ignoring Words and Fragments page_title: Ignoring Words and Fragments - RadSpell description: Check our Web Forms article about Ignoring Words and Fragments. slug: spell/configuration/ignoring-words-and-fragments +components: ["spell"] tags: ignoring,words,and,fragments published: True position: 1 diff --git a/controls/spell/configuration/setting-dictionary-language.md b/controls/spell/configuration/setting-dictionary-language.md index 9e60053e4a..85d880b125 100644 --- a/controls/spell/configuration/setting-dictionary-language.md +++ b/controls/spell/configuration/setting-dictionary-language.md @@ -3,6 +3,7 @@ title: Setting Dictionary Language page_title: Setting Dictionary Language - RadSpell description: Check our Web Forms article about Setting Dictionary Language. slug: spell/configuration/setting-dictionary-language +components: ["spell"] tags: setting,dictionary,language published: True position: 0 diff --git a/controls/spell/design-time.md b/controls/spell/design-time.md index c804aa9a2a..0114faf4f6 100644 --- a/controls/spell/design-time.md +++ b/controls/spell/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadSpell description: Check our Web Forms article about Design Time. slug: spell/design-time +components: ["spell"] tags: design,time published: True position: 3 diff --git a/controls/spell/dictionaries/custom-dictionaries.md b/controls/spell/dictionaries/custom-dictionaries.md index ac723dc625..396ca81b63 100644 --- a/controls/spell/dictionaries/custom-dictionaries.md +++ b/controls/spell/dictionaries/custom-dictionaries.md @@ -3,6 +3,7 @@ title: Custom Dictionaries page_title: Custom Dictionaries - RadSpell description: Check our Web Forms article about Custom Dictionaries. slug: spell/dictionaries/custom-dictionaries +components: ["spell"] tags: custom,dictionaries published: True position: 1 diff --git a/controls/spell/dictionaries/dictionary-configurator.md b/controls/spell/dictionaries/dictionary-configurator.md index a9e71debd1..dad75d58a6 100644 --- a/controls/spell/dictionaries/dictionary-configurator.md +++ b/controls/spell/dictionaries/dictionary-configurator.md @@ -3,6 +3,7 @@ title: Dictionary Configurator page_title: Dictionary Configurator - RadSpell description: Check our Web Forms article about Dictionary Configurator. slug: spell/dictionaries/dictionary-configurator +components: ["spell"] tags: dictionary,configurator published: True position: 2 diff --git a/controls/spell/dictionaries/overview.md b/controls/spell/dictionaries/overview.md index 4835a69868..11102d372d 100644 --- a/controls/spell/dictionaries/overview.md +++ b/controls/spell/dictionaries/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Dictionaries Overview - RadSpell description: Check our Web Forms article about Overview. slug: spell/dictionaries/overview +components: ["spell"] tags: overview published: True position: 0 diff --git a/controls/spell/getting-started.md b/controls/spell/getting-started.md index 268acc1116..1d38ebe0ae 100644 --- a/controls/spell/getting-started.md +++ b/controls/spell/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadSpell description: Check our Web Forms article about Getting Started. slug: spell/getting-started +components: ["spell"] tags: getting,started published: True position: 2 diff --git a/controls/spell/how-to/launching-on-client-side-event.md b/controls/spell/how-to/launching-on-client-side-event.md index 365a606aa8..a10850d7f3 100644 --- a/controls/spell/how-to/launching-on-client-side-event.md +++ b/controls/spell/how-to/launching-on-client-side-event.md @@ -3,6 +3,7 @@ title: Launching on Client-side Event page_title: Launching on Client-side Event - RadSpell description: Check our Web Forms article about Launching on Client-side Event. slug: spell/how-to/launching-on-client-side-event +components: ["spell"] tags: launching,on,client-side,event published: True position: 1 diff --git a/controls/spell/how-to/setting-a-control-to-check.md b/controls/spell/how-to/setting-a-control-to-check.md index 37b0ed80e1..5660663ade 100644 --- a/controls/spell/how-to/setting-a-control-to-check.md +++ b/controls/spell/how-to/setting-a-control-to-check.md @@ -3,6 +3,7 @@ title: Setting a Control to Check page_title: Setting a Control to Check - RadSpell description: Check our Web Forms article about Setting a Control to Check. slug: spell/how-to/setting-a-control-to-check +components: ["spell"] tags: setting,a,control,to,check published: True position: 0 diff --git a/controls/spell/how-to/spellchecking-dynamic-controls.md b/controls/spell/how-to/spellchecking-dynamic-controls.md index de28708b24..d143226acb 100644 --- a/controls/spell/how-to/spellchecking-dynamic-controls.md +++ b/controls/spell/how-to/spellchecking-dynamic-controls.md @@ -3,6 +3,7 @@ title: Spellchecking Dynamic Controls page_title: Spellchecking Dynamic Controls - RadSpell description: Check our Web Forms article about Spellchecking Dynamic Controls. slug: spell/how-to/spellchecking-dynamic-controls +components: ["spell"] tags: spellchecking,dynamic,controls published: True position: 3 diff --git a/controls/spell/how-to/spellchecking-in-htm,-html-and-asp-files.md b/controls/spell/how-to/spellchecking-in-htm,-html-and-asp-files.md index 2d8ea4dad0..ae86bb2faa 100644 --- a/controls/spell/how-to/spellchecking-in-htm,-html-and-asp-files.md +++ b/controls/spell/how-to/spellchecking-in-htm,-html-and-asp-files.md @@ -3,6 +3,7 @@ title: Spellchecking in HTM, HTML and ASP Files page_title: Spellchecking in HTM, HTML and ASP Files - RadSpell description: Check our Web Forms article about Spellchecking in HTM, HTML and ASP Files. slug: spell/how-to/spellchecking-in-htm,-html-and-asp-files +components: ["spell"] tags: spellchecking,in,htm,,html,and,asp,files published: True position: 4 diff --git a/controls/spell/how-to/spellchecking-multiple-text-areas.md b/controls/spell/how-to/spellchecking-multiple-text-areas.md index c4e49f3764..8610314b8f 100644 --- a/controls/spell/how-to/spellchecking-multiple-text-areas.md +++ b/controls/spell/how-to/spellchecking-multiple-text-areas.md @@ -3,6 +3,7 @@ title: Spellchecking Multiple Text Areas page_title: Spellchecking Multiple Text Areas - RadSpell description: Check our Web Forms article about Spellchecking Multiple Text Areas. slug: spell/how-to/spellchecking-multiple-text-areas +components: ["spell"] tags: spellchecking,multiple,text,areas published: True position: 5 diff --git a/controls/spell/how-to/spellcheckvalidator.md b/controls/spell/how-to/spellcheckvalidator.md index 298551f482..016f19d9d0 100644 --- a/controls/spell/how-to/spellcheckvalidator.md +++ b/controls/spell/how-to/spellcheckvalidator.md @@ -3,6 +3,7 @@ title: SpellCheckValidator page_title: SpellCheckValidator - RadSpell description: Check our Web Forms article about SpellCheckValidator. slug: spell/how-to/spellcheckvalidator +components: ["spell"] tags: spellcheckvalidator published: True position: 6 diff --git a/controls/spell/how-to/triggering-spellchecker-on-page_load.md b/controls/spell/how-to/triggering-spellchecker-on-page_load.md index a1ad0c6f62..9286df1e8a 100644 --- a/controls/spell/how-to/triggering-spellchecker-on-page_load.md +++ b/controls/spell/how-to/triggering-spellchecker-on-page_load.md @@ -3,6 +3,7 @@ title: Triggering Spellchecker on Page_Load page_title: Triggering Spellchecker on Page_Load - RadSpell description: Check our Web Forms article about Triggering Spellchecker on Page_Load. slug: spell/how-to/triggering-spellchecker-on-page_load +components: ["spell"] tags: triggering,spellchecker,on,page_load published: True position: 2 diff --git a/controls/spell/mobile-support/render-modes.md b/controls/spell/mobile-support/render-modes.md index c3deb26270..18a9729f9a 100644 --- a/controls/spell/mobile-support/render-modes.md +++ b/controls/spell/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadSpell description: Check our Web Forms article about Render Modes. slug: spell/mobile-support/render-modes +components: ["spell"] tags: render,modes published: True position: 1 diff --git a/controls/spell/overview.md b/controls/spell/overview.md index 5049e45ca8..cafa1effe0 100644 --- a/controls/spell/overview.md +++ b/controls/spell/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadSpell Overview description: Check our Web Forms article about Overview. slug: spell/overview +components: ["spell"] tags: overview published: True position: 0 diff --git a/controls/spell/security.md b/controls/spell/security.md index ccbdc9f750..4ba6a885b5 100644 --- a/controls/spell/security.md +++ b/controls/spell/security.md @@ -3,6 +3,7 @@ title: Security page_title: Security - RadSpell description: Check our Web Forms article about Apply security in RadSpell and enforce information encryption to prevent attacks. slug: spell/security +components: ["spell"] tags: security published: True position: 5 diff --git a/controls/spell/troubleshooting/improper-spelling-suggestions.md b/controls/spell/troubleshooting/improper-spelling-suggestions.md index 0db2ef9d12..8dc7d5a5c0 100644 --- a/controls/spell/troubleshooting/improper-spelling-suggestions.md +++ b/controls/spell/troubleshooting/improper-spelling-suggestions.md @@ -3,6 +3,7 @@ title: Improper Spelling Suggestions page_title: Improper Spelling Suggestions - RadSpell description: Check our Web Forms article about Improper Spelling Suggestions. slug: spell/troubleshooting/improper-spelling-suggestions +components: ["spell"] tags: improper,spelling,suggestions published: True position: 0 diff --git a/controls/splitbutton/accessibility-and-internationalization/keyboard-support.md b/controls/splitbutton/accessibility-and-internationalization/keyboard-support.md index 3680fd4e71..1e6512bd12 100644 --- a/controls/splitbutton/accessibility-and-internationalization/keyboard-support.md +++ b/controls/splitbutton/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadSplitButton description: Check our Web Forms article about Keyboard Support. slug: splitbutton/accessibility-and-internationalization/keyboard-support +components: ["splitbutton"] tags: keyboard,support published: True position: 2 diff --git a/controls/splitbutton/accessibility-and-internationalization/right-to-left-support.md b/controls/splitbutton/accessibility-and-internationalization/right-to-left-support.md index 48d5f9a6d0..ce445a743e 100644 --- a/controls/splitbutton/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/splitbutton/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-Left Support page_title: Right-to-Left Support - RadSplitButton description: Check our Web Forms article about Right-to-Left Support. slug: splitbutton/accessibility-and-internationalization/right-to-left-support +components: ["splitbutton"] tags: right-to-left,support published: True position: 1 diff --git a/controls/splitbutton/accessibility-and-internationalization/wai-aria-support.md b/controls/splitbutton/accessibility-and-internationalization/wai-aria-support.md index 440ec4a704..c7ae204888 100644 --- a/controls/splitbutton/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/splitbutton/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadSplitButton description: Check our Web Forms article about WAI-ARIA Support. slug: splitbutton/accessibility-and-internationalization/wai-aria-support +components: ["splitbutton"] tags: wai-aria,support published: True position: 3 diff --git a/controls/splitbutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/splitbutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index a2c004a073..20bdf175bf 100644 --- a/controls/splitbutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/splitbutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadSplitButton description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: splitbutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["splitbutton"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/splitbutton/appearance-and-styling/create-a-custom-skin.md b/controls/splitbutton/appearance-and-styling/create-a-custom-skin.md index 6f510a4c9f..39de8ca747 100644 --- a/controls/splitbutton/appearance-and-styling/create-a-custom-skin.md +++ b/controls/splitbutton/appearance-and-styling/create-a-custom-skin.md @@ -3,6 +3,7 @@ title: Create a Custom Skin page_title: Create a Custom Skin - RadSplitButton description: Check our Web Forms article about Create a Custom Skin. slug: splitbutton/appearance-and-styling/create-a-custom-skin +components: ["splitbutton"] tags: create,a,custom,skin published: True position: 3 diff --git a/controls/splitbutton/appearance-and-styling/primary-action-button.md b/controls/splitbutton/appearance-and-styling/primary-action-button.md index f655f2ba5e..86c03d432b 100644 --- a/controls/splitbutton/appearance-and-styling/primary-action-button.md +++ b/controls/splitbutton/appearance-and-styling/primary-action-button.md @@ -3,6 +3,7 @@ title: Primary Action Button page_title: Primary Action Button - RadSplitButton description: Check our Web Forms article about Primary Action Button. slug: splitbutton/appearance-and-styling/primary-action-button +components: ["splitbutton"] tags: primary,and,secondary,action,buttons,state published: True position: 1 diff --git a/controls/splitbutton/appearance-and-styling/skins.md b/controls/splitbutton/appearance-and-styling/skins.md index 801c3402ed..14630336a4 100644 --- a/controls/splitbutton/appearance-and-styling/skins.md +++ b/controls/splitbutton/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadSplitButton description: Check our Web Forms article about Skins. slug: splitbutton/appearance-and-styling/skins +components: ["splitbutton"] tags: skins published: True position: 0 diff --git a/controls/splitbutton/client-side-programming/events/onclientclicked.md b/controls/splitbutton/client-side-programming/events/onclientclicked.md index e804fe3206..e80c0dd815 100644 --- a/controls/splitbutton/client-side-programming/events/onclientclicked.md +++ b/controls/splitbutton/client-side-programming/events/onclientclicked.md @@ -3,6 +3,7 @@ title: OnClientClicked page_title: OnClientClicked - RadSplitButton description: Check our Web Forms article about OnClientClicked. slug: splitbutton/client-side-programming/events/onclientclicked +components: ["splitbutton"] tags: onclientclicked published: True position: 4 diff --git a/controls/splitbutton/client-side-programming/events/onclientclicking.md b/controls/splitbutton/client-side-programming/events/onclientclicking.md index 06f7f60399..13d4d1c476 100644 --- a/controls/splitbutton/client-side-programming/events/onclientclicking.md +++ b/controls/splitbutton/client-side-programming/events/onclientclicking.md @@ -3,6 +3,7 @@ title: OnClientClicking page_title: OnClientClicking - RadSplitButton description: Check our Web Forms article about OnClientClicking. slug: splitbutton/client-side-programming/events/onclientclicking +components: ["splitbutton"] tags: onclientclicking published: True position: 3 diff --git a/controls/splitbutton/client-side-programming/events/onclientcontextmenuitemclicked.md b/controls/splitbutton/client-side-programming/events/onclientcontextmenuitemclicked.md index 5dff163537..57651ed46d 100644 --- a/controls/splitbutton/client-side-programming/events/onclientcontextmenuitemclicked.md +++ b/controls/splitbutton/client-side-programming/events/onclientcontextmenuitemclicked.md @@ -3,6 +3,7 @@ title: OnClientContextMenuItemClicked page_title: OnClientContextMenuItemClicked - RadSplitButton description: Check our Web Forms article about OnClientContextMenuItemClicked. slug: splitbutton/client-side-programming/events/onclientcontextmenuitemclicked +components: ["splitbutton"] tags: onclientcontextmenuitemclicked published: True position: 7 diff --git a/controls/splitbutton/client-side-programming/events/onclientload.md b/controls/splitbutton/client-side-programming/events/onclientload.md index 7544f7d769..77f87ba619 100644 --- a/controls/splitbutton/client-side-programming/events/onclientload.md +++ b/controls/splitbutton/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadSplitButton description: Check our Web Forms article about OnClientLoad. slug: splitbutton/client-side-programming/events/onclientload +components: ["splitbutton"] tags: onclientload published: True position: 2 diff --git a/controls/splitbutton/client-side-programming/events/onclientmouseout.md b/controls/splitbutton/client-side-programming/events/onclientmouseout.md index 7408e763f8..edba96f0ff 100644 --- a/controls/splitbutton/client-side-programming/events/onclientmouseout.md +++ b/controls/splitbutton/client-side-programming/events/onclientmouseout.md @@ -3,6 +3,7 @@ title: OnClientMouseOut page_title: OnClientMouseOut - RadSplitButton description: Check our Web Forms article about OnClientMouseOut. slug: splitbutton/client-side-programming/events/onclientmouseout +components: ["splitbutton"] tags: onclientmouseout published: True position: 6 diff --git a/controls/splitbutton/client-side-programming/events/onclientmouseover.md b/controls/splitbutton/client-side-programming/events/onclientmouseover.md index 4efdb68cba..47a18345b9 100644 --- a/controls/splitbutton/client-side-programming/events/onclientmouseover.md +++ b/controls/splitbutton/client-side-programming/events/onclientmouseover.md @@ -3,6 +3,7 @@ title: OnClientMouseOver page_title: OnClientMouseOver - RadSplitButton description: Check our Web Forms article about OnClientMouseOver. slug: splitbutton/client-side-programming/events/onclientmouseover +components: ["splitbutton"] tags: onclientmouseover published: True position: 5 diff --git a/controls/splitbutton/client-side-programming/events/overview.md b/controls/splitbutton/client-side-programming/events/overview.md index b7e861ecc8..89c9f7285d 100644 --- a/controls/splitbutton/client-side-programming/events/overview.md +++ b/controls/splitbutton/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadSplitButton description: Check our Web Forms article about Overview. slug: splitbutton/client-side-programming/events/overview +components: ["splitbutton"] tags: overview published: True position: 0 diff --git a/controls/splitbutton/client-side-programming/events/setting-event-handlers-via-javascript.md b/controls/splitbutton/client-side-programming/events/setting-event-handlers-via-javascript.md index d24856555b..0f02c989a3 100644 --- a/controls/splitbutton/client-side-programming/events/setting-event-handlers-via-javascript.md +++ b/controls/splitbutton/client-side-programming/events/setting-event-handlers-via-javascript.md @@ -3,6 +3,7 @@ title: Setting Event Handlers via JavaScript page_title: Setting Event Handlers via JavaScript - RadSplitButton description: Check our Web Forms article about Setting Event Handlers via JavaScript. slug: splitbutton/client-side-programming/events/setting-event-handlers-via-javascript +components: ["splitbutton"] tags: setting,event,handlers,via,javascript published: True position: 1 diff --git a/controls/splitbutton/client-side-programming/overview.md b/controls/splitbutton/client-side-programming/overview.md index edf093412b..4c58810217 100644 --- a/controls/splitbutton/client-side-programming/overview.md +++ b/controls/splitbutton/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadSplitButton description: Check our Web Forms article about Overview. slug: splitbutton/client-side-programming/overview +components: ["splitbutton"] tags: overview published: True position: 0 diff --git a/controls/splitbutton/client-side-programming/splitbutton-object.md b/controls/splitbutton/client-side-programming/splitbutton-object.md index 47f8560a17..e49a69890a 100644 --- a/controls/splitbutton/client-side-programming/splitbutton-object.md +++ b/controls/splitbutton/client-side-programming/splitbutton-object.md @@ -3,6 +3,7 @@ title: SplitButton Object page_title: SplitButton Object - RadSplitButton description: Check our Web Forms article about SplitButton Object. slug: splitbutton/client-side-programming/splitbutton-object +components: ["splitbutton"] tags: splitbutton,object published: True position: 1 diff --git a/controls/splitbutton/functionality/Icons/custom-icons.md b/controls/splitbutton/functionality/Icons/custom-icons.md index 47a8ff20ae..164aad93ab 100644 --- a/controls/splitbutton/functionality/Icons/custom-icons.md +++ b/controls/splitbutton/functionality/Icons/custom-icons.md @@ -3,6 +3,7 @@ title: Custom Icons page_title: Custom Icons - RadSplitButton description: Check our Web Forms article about Custom Icons. slug: splitbutton/functionality/icons/custom-icons +components: ["splitbutton"] tags: custom,icons published: True position: 1 diff --git a/controls/splitbutton/functionality/Icons/embedded-icons.md b/controls/splitbutton/functionality/Icons/embedded-icons.md index 7fc3a169f4..730a9661f8 100644 --- a/controls/splitbutton/functionality/Icons/embedded-icons.md +++ b/controls/splitbutton/functionality/Icons/embedded-icons.md @@ -3,6 +3,7 @@ title: Embedded Icons page_title: Embedded Icons - RadSplitButton description: Check our Web Forms article about Embedded Icons. slug: splitbutton/functionality/icons/embedded-icons +components: ["splitbutton"] tags: embedded,icons published: True position: 0 diff --git a/controls/splitbutton/functionality/Icons/fine-tune.md b/controls/splitbutton/functionality/Icons/fine-tune.md index c902f1f101..f68cdf5bad 100644 --- a/controls/splitbutton/functionality/Icons/fine-tune.md +++ b/controls/splitbutton/functionality/Icons/fine-tune.md @@ -3,6 +3,7 @@ title: Fine-tune page_title: Fine-tune - RadSplitButton description: Check our Web Forms article about Fine-tune. slug: splitbutton/functionality/icons/fine-tune +components: ["splitbutton"] tags: fine,tune published: True position: 2 diff --git a/controls/splitbutton/functionality/contenttemplate.md b/controls/splitbutton/functionality/contenttemplate.md index 699b310fd3..8db36994b9 100644 --- a/controls/splitbutton/functionality/contenttemplate.md +++ b/controls/splitbutton/functionality/contenttemplate.md @@ -3,6 +3,7 @@ title: ContentTemplate page_title: ContentTemplate - RadSplitButton description: Check our Web Forms article about ContentTemplate. slug: splitbutton/functionality/contenttemplate +components: ["splitbutton"] tags: contenttemplate published: True position: 2 diff --git a/controls/splitbutton/functionality/context-menu.md b/controls/splitbutton/functionality/context-menu.md index 9c7189c582..2d7de9cc9a 100644 --- a/controls/splitbutton/functionality/context-menu.md +++ b/controls/splitbutton/functionality/context-menu.md @@ -3,6 +3,7 @@ title: Embedded Context Menu page_title: Embedded Context Menu - RadSplitButton description: Check our Web Forms article about Embedded Context Menu. slug: splitbutton/functionality/context-menu +components: ["splitbutton"] tags: contextmenu,dropdown published: True position: 0 diff --git a/controls/splitbutton/functionality/single-click.md b/controls/splitbutton/functionality/single-click.md index 6bf75d1cbd..f3cb911228 100644 --- a/controls/splitbutton/functionality/single-click.md +++ b/controls/splitbutton/functionality/single-click.md @@ -3,6 +3,7 @@ title: Single Click page_title: Single Click - RadSplitButton description: Check our Web Forms article about Single Click. slug: splitbutton/functionality/single-click +components: ["splitbutton"] tags: single,click published: True position: 1 diff --git a/controls/splitbutton/getting-started.md b/controls/splitbutton/getting-started.md index b941d0ef1b..421c230495 100644 --- a/controls/splitbutton/getting-started.md +++ b/controls/splitbutton/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadSplitButton description: Check our Web Forms article about Getting Started. slug: splitbutton/getting-started +components: ["splitbutton"] tags: getting,started published: True position: 2 diff --git a/controls/splitbutton/mobile-support/elastic-design.md b/controls/splitbutton/mobile-support/elastic-design.md index eded42ea58..ee3c3db517 100644 --- a/controls/splitbutton/mobile-support/elastic-design.md +++ b/controls/splitbutton/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadSplitButton description: Check our Web Forms article about Elastic Design. slug: splitbutton/mobile-support/elastic-design +components: ["splitbutton"] tags: elastic,design published: True position: 1 diff --git a/controls/splitbutton/mobile-support/fluid-design.md b/controls/splitbutton/mobile-support/fluid-design.md index 2fed037b58..6b3faf1759 100644 --- a/controls/splitbutton/mobile-support/fluid-design.md +++ b/controls/splitbutton/mobile-support/fluid-design.md @@ -3,6 +3,7 @@ title: Fluid Design page_title: Fluid Design - RadSplitButton description: Check our Web Forms article about Fluid Design. slug: splitbutton/mobile-support/fluid-design +components: ["splitbutton"] tags: fluid,design published: True position: 2 diff --git a/controls/splitbutton/mobile-support/overview.md b/controls/splitbutton/mobile-support/overview.md index 2c069c5a9c..436d1e1bb5 100644 --- a/controls/splitbutton/mobile-support/overview.md +++ b/controls/splitbutton/mobile-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadSplitButton description: Check our Web Forms article about Overview. slug: splitbutton/mobile-support/overview +components: ["splitbutton"] tags: overview published: True position: 0 diff --git a/controls/splitbutton/mobile-support/render-modes.md b/controls/splitbutton/mobile-support/render-modes.md index b7953025dd..33bb90987d 100644 --- a/controls/splitbutton/mobile-support/render-modes.md +++ b/controls/splitbutton/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadSplitButton description: Check our Web Forms article about Render Modes. slug: splitbutton/mobile-support/render-modes +components: ["splitbutton"] tags: render,modes published: True position: 3 diff --git a/controls/splitbutton/overview.md b/controls/splitbutton/overview.md index 141389f693..eb406c7f7c 100644 --- a/controls/splitbutton/overview.md +++ b/controls/splitbutton/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadSplitButton description: Check our Web Forms article about Overview. slug: splitbutton/overview +components: ["splitbutton"] tags: overview published: True position: 0 diff --git a/controls/splitbutton/server-side-programming/overview.md b/controls/splitbutton/server-side-programming/overview.md index 3ab7313ac2..9435239030 100644 --- a/controls/splitbutton/server-side-programming/overview.md +++ b/controls/splitbutton/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadSplitButton description: Check our Web Forms article about Overview. slug: splitbutton/server-side-programming/overview +components: ["splitbutton"] tags: overview published: True position: 0 diff --git a/controls/splitbutton/troubleshooting/common-issues.md b/controls/splitbutton/troubleshooting/common-issues.md index f9b8dedbe8..1fcaf7c9e2 100644 --- a/controls/splitbutton/troubleshooting/common-issues.md +++ b/controls/splitbutton/troubleshooting/common-issues.md @@ -3,6 +3,7 @@ title: Common Issues page_title: Common Issues - RadSplitButton description: Check our Web Forms article about Common Issues. slug: splitbutton/troubleshooting/common-issues +components: ["splitbutton"] tags: common,issues published: True position: 0 diff --git a/controls/splitbutton/troubleshooting/distorted-appearance.md b/controls/splitbutton/troubleshooting/distorted-appearance.md index a8fd689180..e8fbba94b6 100644 --- a/controls/splitbutton/troubleshooting/distorted-appearance.md +++ b/controls/splitbutton/troubleshooting/distorted-appearance.md @@ -3,6 +3,7 @@ title: Distorted Appearance page_title: Distorted Appearance - RadSplitButton description: Check our Web Forms article about Distorted Appearance. slug: splitbutton/troubleshooting/distorted-appearance +components: ["splitbutton"] tags: distorted,appearance published: True position: 1 diff --git a/controls/splitter/accessibility-and-internationalization/changing-the-strings-in-the-user-interface.md b/controls/splitter/accessibility-and-internationalization/changing-the-strings-in-the-user-interface.md index e055748ec0..cbfb471e66 100644 --- a/controls/splitter/accessibility-and-internationalization/changing-the-strings-in-the-user-interface.md +++ b/controls/splitter/accessibility-and-internationalization/changing-the-strings-in-the-user-interface.md @@ -3,6 +3,7 @@ title: Changing the Strings in the User Interface page_title: Changing the Strings in the User Interface - RadSplitter description: Check our Web Forms article about Changing the Strings in the User Interface. slug: splitter/accessibility-and-internationalization/changing-the-strings-in-the-user-interface +components: ["splitter"] tags: changing,the,strings,in,the,user,interface published: True position: 2 diff --git a/controls/splitter/accessibility-and-internationalization/right-to-left-support.md b/controls/splitter/accessibility-and-internationalization/right-to-left-support.md index b7f40b5187..6dd6a6d789 100644 --- a/controls/splitter/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/splitter/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadSplitter description: Check our Web Forms article about Right-to-left Support. slug: splitter/accessibility-and-internationalization/right-to-left-support +components: ["splitter"] tags: right-to-left,support published: True position: 1 diff --git a/controls/splitter/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/splitter/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 2fe302986c..9f352f1276 100644 --- a/controls/splitter/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/splitter/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadSplitter description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: splitter/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["splitter"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/splitter/appearance-and-styling/controlling-appearance.md b/controls/splitter/appearance-and-styling/controlling-appearance.md index ba07964d8c..494cac15ab 100644 --- a/controls/splitter/appearance-and-styling/controlling-appearance.md +++ b/controls/splitter/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadSplitter description: Check our Web Forms article about Controlling Appearance. slug: splitter/appearance-and-styling/controlling-appearance +components: ["splitter"] tags: controlling,appearance published: True position: 0 diff --git a/controls/splitter/appearance-and-styling/create-custom-skin.md b/controls/splitter/appearance-and-styling/create-custom-skin.md index 784ffeff9a..26150b9483 100644 --- a/controls/splitter/appearance-and-styling/create-custom-skin.md +++ b/controls/splitter/appearance-and-styling/create-custom-skin.md @@ -3,6 +3,7 @@ title: Create a Custom Skin page_title: Create a Custom Skin - RadSplitter description: Check our Web Forms article about Create a Custom Skin. slug: splitter/appearance-and-styling/create-a-custom-skin +components: ["splitter"] tags: create,custom,skin, tutorial published: True position: 0 diff --git a/controls/splitter/appearance-and-styling/css-classes.md b/controls/splitter/appearance-and-styling/css-classes.md index 1eb152a8fb..4226e677cb 100644 --- a/controls/splitter/appearance-and-styling/css-classes.md +++ b/controls/splitter/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadSplitter description: Check our Web Forms article about CSS Classes. slug: splitter/appearance-and-styling/css-classes +components: ["splitter"] tags: css,classes published: True position: 2 diff --git a/controls/splitter/appearance-and-styling/skins.md b/controls/splitter/appearance-and-styling/skins.md index a8229b3fba..bc411145d3 100644 --- a/controls/splitter/appearance-and-styling/skins.md +++ b/controls/splitter/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadSplitter description: Check our Web Forms article about Skins. slug: splitter/appearance-and-styling/skins +components: ["splitter"] tags: skins published: True position: 1 diff --git a/controls/splitter/appearance-and-styling/understanding-the-skin-css-file.md b/controls/splitter/appearance-and-styling/understanding-the-skin-css-file.md index bc7bfb0bb1..d32b90bfc6 100644 --- a/controls/splitter/appearance-and-styling/understanding-the-skin-css-file.md +++ b/controls/splitter/appearance-and-styling/understanding-the-skin-css-file.md @@ -3,6 +3,7 @@ title: Understanding the Skin CSS File page_title: Understanding the Skin CSS File - RadSplitter description: Check our Web Forms article about Understanding the Skin CSS File. slug: splitter/appearance-and-styling/understanding-the-skin-css-file +components: ["splitter"] tags: understanding,the,skin,css,file published: True position: 3 diff --git a/controls/splitter/changes-and-backward-compatibility.md b/controls/splitter/changes-and-backward-compatibility.md index d34435dbda..2ec3bba03d 100644 --- a/controls/splitter/changes-and-backward-compatibility.md +++ b/controls/splitter/changes-and-backward-compatibility.md @@ -3,6 +3,7 @@ title: Changes And Backward Compatibility page_title: Changes And Backward Compatibility - RadSplitter description: Check our Web Forms article about Changes And Backward Compatibility. slug: splitter/changes-and-backward-compatibility +components: ["splitter"] tags: changes,and,backward,compatibility published: True position: 1 diff --git a/controls/splitter/client-side-programming/events/onclientcollapsed.md b/controls/splitter/client-side-programming/events/onclientcollapsed.md index 42942af3b4..409b736a59 100644 --- a/controls/splitter/client-side-programming/events/onclientcollapsed.md +++ b/controls/splitter/client-side-programming/events/onclientcollapsed.md @@ -3,6 +3,7 @@ title: OnClientCollapsed page_title: OnClientCollapsed - RadSplitter description: Check our Web Forms article about OnClientCollapsed. slug: splitter/client-side-programming/events/onclientcollapsed +components: ["splitter"] tags: onclientcollapsed published: True position: 8 diff --git a/controls/splitter/client-side-programming/events/onclientcollapsing.md b/controls/splitter/client-side-programming/events/onclientcollapsing.md index e921f221c6..7359d40ee6 100644 --- a/controls/splitter/client-side-programming/events/onclientcollapsing.md +++ b/controls/splitter/client-side-programming/events/onclientcollapsing.md @@ -3,6 +3,7 @@ title: OnClientCollapsing page_title: OnClientCollapsing - RadSplitter description: Check our Web Forms article about OnClientCollapsing. slug: splitter/client-side-programming/events/onclientcollapsing +components: ["splitter"] tags: onclientcollapsing published: True position: 7 diff --git a/controls/splitter/client-side-programming/events/onclientdocked.md b/controls/splitter/client-side-programming/events/onclientdocked.md index 815420fd3f..e0c027d678 100644 --- a/controls/splitter/client-side-programming/events/onclientdocked.md +++ b/controls/splitter/client-side-programming/events/onclientdocked.md @@ -3,6 +3,7 @@ title: OnClientDocked page_title: OnClientDocked - RadSplitter description: Check our Web Forms article about OnClientDocked. slug: splitter/client-side-programming/events/onclientdocked +components: ["splitter"] tags: onclientdocked published: True position: 14 diff --git a/controls/splitter/client-side-programming/events/onclientdocking.md b/controls/splitter/client-side-programming/events/onclientdocking.md index 09eaa83b5e..25bd70652e 100644 --- a/controls/splitter/client-side-programming/events/onclientdocking.md +++ b/controls/splitter/client-side-programming/events/onclientdocking.md @@ -3,6 +3,7 @@ title: OnClientDocking page_title: OnClientDocking - RadSplitter description: Check our Web Forms article about OnClientDocking. slug: splitter/client-side-programming/events/onclientdocking +components: ["splitter"] tags: onclientdocking published: True position: 13 diff --git a/controls/splitter/client-side-programming/events/onclientexpanded.md b/controls/splitter/client-side-programming/events/onclientexpanded.md index 92a7255258..b57b2d7265 100644 --- a/controls/splitter/client-side-programming/events/onclientexpanded.md +++ b/controls/splitter/client-side-programming/events/onclientexpanded.md @@ -3,6 +3,7 @@ title: OnClientExpanded page_title: OnClientExpanded - RadSplitter description: Check our Web Forms article about OnClientExpanded. slug: splitter/client-side-programming/events/onclientexpanded +components: ["splitter"] tags: onclientexpanded published: True position: 11 diff --git a/controls/splitter/client-side-programming/events/onclientexpanding.md b/controls/splitter/client-side-programming/events/onclientexpanding.md index 517109dfde..292d447580 100644 --- a/controls/splitter/client-side-programming/events/onclientexpanding.md +++ b/controls/splitter/client-side-programming/events/onclientexpanding.md @@ -3,6 +3,7 @@ title: OnClientExpanding page_title: OnClientExpanding - RadSplitter description: Check our Web Forms article about OnClientExpanding. slug: splitter/client-side-programming/events/onclientexpanding +components: ["splitter"] tags: onclientexpanding published: True position: 10 diff --git a/controls/splitter/client-side-programming/events/onclientload.md b/controls/splitter/client-side-programming/events/onclientload.md index ec515a3b2b..5d570ba3a5 100644 --- a/controls/splitter/client-side-programming/events/onclientload.md +++ b/controls/splitter/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadSplitter description: Check our Web Forms article about OnClientLoad. slug: splitter/client-side-programming/events/onclientload +components: ["splitter"] tags: onclientload published: True position: 1 diff --git a/controls/splitter/client-side-programming/events/onclientresized.md b/controls/splitter/client-side-programming/events/onclientresized.md index d3b79a64df..22503cd48f 100644 --- a/controls/splitter/client-side-programming/events/onclientresized.md +++ b/controls/splitter/client-side-programming/events/onclientresized.md @@ -3,6 +3,7 @@ title: OnClientResized page_title: OnClientResized - RadSplitter description: Check our Web Forms article about OnClientResized. slug: splitter/client-side-programming/events/onclientresized +components: ["splitter"] tags: onclientresized published: True position: 5 diff --git a/controls/splitter/client-side-programming/events/onclientresizing.md b/controls/splitter/client-side-programming/events/onclientresizing.md index 1329d416a9..33fbaa5d07 100644 --- a/controls/splitter/client-side-programming/events/onclientresizing.md +++ b/controls/splitter/client-side-programming/events/onclientresizing.md @@ -3,6 +3,7 @@ title: OnClientResizing page_title: OnClientResizing - RadSplitter description: Check our Web Forms article about OnClientResizing. slug: splitter/client-side-programming/events/onclientresizing +components: ["splitter"] tags: onclientresizing published: True position: 4 diff --git a/controls/splitter/client-side-programming/events/onclientundocked.md b/controls/splitter/client-side-programming/events/onclientundocked.md index e10e5c3da1..03fe4b9cd8 100644 --- a/controls/splitter/client-side-programming/events/onclientundocked.md +++ b/controls/splitter/client-side-programming/events/onclientundocked.md @@ -3,6 +3,7 @@ title: OnClientUndocked page_title: OnClientUndocked - RadSplitter description: Check our Web Forms article about OnClientUndocked. slug: splitter/client-side-programming/events/onclientundocked +components: ["splitter"] tags: onclientundocked published: True position: 17 diff --git a/controls/splitter/client-side-programming/events/onclientundocking.md b/controls/splitter/client-side-programming/events/onclientundocking.md index 7efd1b8c8a..dc481fc8e4 100644 --- a/controls/splitter/client-side-programming/events/onclientundocking.md +++ b/controls/splitter/client-side-programming/events/onclientundocking.md @@ -3,6 +3,7 @@ title: OnClientUndocking page_title: OnClientUndocking - RadSplitter description: Check our Web Forms article about OnClientUndocking. slug: splitter/client-side-programming/events/onclientundocking +components: ["splitter"] tags: onclientundocking published: True position: 16 diff --git a/controls/splitter/client-side-programming/events/overview.md b/controls/splitter/client-side-programming/events/overview.md index b8a1f2506e..178938620b 100644 --- a/controls/splitter/client-side-programming/events/overview.md +++ b/controls/splitter/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Events Overview - RadSplitter description: Check our Web Forms article about Overview. slug: splitter/client-side-programming/events/overview +components: ["splitter"] tags: overview published: True position: 0 diff --git a/controls/splitter/client-side-programming/overview.md b/controls/splitter/client-side-programming/overview.md index 4bc31257f7..0731493672 100644 --- a/controls/splitter/client-side-programming/overview.md +++ b/controls/splitter/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadSplitter description: Check our Web Forms article about Overview. slug: splitter/client-side-programming/overview +components: ["splitter"] tags: overview published: True position: 0 diff --git a/controls/splitter/client-side-programming/radpane-object.md b/controls/splitter/client-side-programming/radpane-object.md index 4980d83efe..a240c691c5 100644 --- a/controls/splitter/client-side-programming/radpane-object.md +++ b/controls/splitter/client-side-programming/radpane-object.md @@ -3,6 +3,7 @@ title: RadPane Object page_title: RadPane Object - RadSplitter description: Check our Web Forms article about RadPane Object. slug: splitter/client-side-programming/radpane-object +components: ["splitter"] tags: radpane,object published: True position: 2 diff --git a/controls/splitter/client-side-programming/radslidingpane-object.md b/controls/splitter/client-side-programming/radslidingpane-object.md index 4863fef025..35c5b842a9 100644 --- a/controls/splitter/client-side-programming/radslidingpane-object.md +++ b/controls/splitter/client-side-programming/radslidingpane-object.md @@ -3,6 +3,7 @@ title: RadSlidingPane Object page_title: RadSlidingPane Object - RadSplitter description: Check our Web Forms article about RadSlidingPane Object. slug: splitter/client-side-programming/radslidingpane-object +components: ["splitter"] tags: radslidingpane,object published: True position: 5 diff --git a/controls/splitter/client-side-programming/radslidingzone-object.md b/controls/splitter/client-side-programming/radslidingzone-object.md index c917f37d47..dcc4d37892 100644 --- a/controls/splitter/client-side-programming/radslidingzone-object.md +++ b/controls/splitter/client-side-programming/radslidingzone-object.md @@ -3,6 +3,7 @@ title: RadSlidingZone Object page_title: RadSlidingZone Object - RadSplitter description: Check our Web Forms article about RadSlidingZone Object. slug: splitter/client-side-programming/radslidingzone-object +components: ["splitter"] tags: radslidingzone,object published: True position: 4 diff --git a/controls/splitter/client-side-programming/radsplitbar-object.md b/controls/splitter/client-side-programming/radsplitbar-object.md index b837cb0a46..3002fc9275 100644 --- a/controls/splitter/client-side-programming/radsplitbar-object.md +++ b/controls/splitter/client-side-programming/radsplitbar-object.md @@ -3,6 +3,7 @@ title: RadSplitBar Object page_title: RadSplitBar Object - RadSplitter description: Check our Web Forms article about RadSplitBar Object. slug: splitter/client-side-programming/radsplitbar-object +components: ["splitter"] tags: radsplitbar,object published: True position: 3 diff --git a/controls/splitter/client-side-programming/radsplitter-object.md b/controls/splitter/client-side-programming/radsplitter-object.md index fae41ae463..a44a00b5b2 100644 --- a/controls/splitter/client-side-programming/radsplitter-object.md +++ b/controls/splitter/client-side-programming/radsplitter-object.md @@ -3,6 +3,7 @@ title: RadSplitter Object page_title: RadSplitter Object - RadSplitter description: Check our Web Forms article about RadSplitter Object. slug: splitter/client-side-programming/radsplitter-object +components: ["splitter"] tags: radsplitter,object published: True position: 1 diff --git a/controls/splitter/design-time.md b/controls/splitter/design-time.md index e3318af710..522c30b843 100644 --- a/controls/splitter/design-time.md +++ b/controls/splitter/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadSplitter description: Check our Web Forms article about Design Time. slug: splitter/design-time +components: ["splitter"] tags: design,time published: True position: 3 diff --git a/controls/splitter/getting-started/migrating-from-radsplitter-classic-to-radsplitter-for-asp.net-ajax.md b/controls/splitter/getting-started/migrating-from-radsplitter-classic-to-radsplitter-for-asp.net-ajax.md index fc99df7301..cb42deb568 100644 --- a/controls/splitter/getting-started/migrating-from-radsplitter-classic-to-radsplitter-for-asp.net-ajax.md +++ b/controls/splitter/getting-started/migrating-from-radsplitter-classic-to-radsplitter-for-asp.net-ajax.md @@ -3,6 +3,7 @@ title: Migrating from RadSplitter Classic to RadSplitter for ASP.NET AJAX page_title: Migrating from RadSplitter Classic to RadSplitter - RadSplitter description: Check our Web Forms article about Migrating from RadSplitter Classic to RadSplitter for ASP.NET AJAX. slug: splitter/getting-started/migrating-from-radsplitter-classic-to-radsplitter-for-asp.net-ajax +components: ["splitter"] tags: migrating,from,radsplitter,classic,to,radsplitter,for,asp.net,ajax published: True position: 1 diff --git a/controls/splitter/getting-started/overview.md b/controls/splitter/getting-started/overview.md index d9006fc42d..6b03b085b6 100644 --- a/controls/splitter/getting-started/overview.md +++ b/controls/splitter/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Getting Started Overview - RadSplitter description: Check our Web Forms article about Overview. slug: splitter/getting-started/overview +components: ["splitter"] tags: overview published: True position: 0 diff --git a/controls/splitter/getting-started/structure.md b/controls/splitter/getting-started/structure.md index bd589799d5..ad4594f071 100644 --- a/controls/splitter/getting-started/structure.md +++ b/controls/splitter/getting-started/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadSplitter description: Check our Web Forms article about Structure. slug: splitter/getting-started/structure +components: ["splitter"] tags: structure published: True position: 2 diff --git a/controls/splitter/how-to/ajax-updates.md b/controls/splitter/how-to/ajax-updates.md index fc157bafa8..8d4fdfe167 100644 --- a/controls/splitter/how-to/ajax-updates.md +++ b/controls/splitter/how-to/ajax-updates.md @@ -3,6 +3,7 @@ title: AJAX updates page_title: AJAX updates - RadSplitter description: Check our Web Forms article about AJAX updates. slug: splitter/how-to/ajax-updates +components: ["splitter"] tags: ajax,updates published: True position: 0 diff --git a/controls/splitter/how-to/referencing-the-external-content-of-a-pane.md b/controls/splitter/how-to/referencing-the-external-content-of-a-pane.md index cbd156444f..ca6dd48a91 100644 --- a/controls/splitter/how-to/referencing-the-external-content-of-a-pane.md +++ b/controls/splitter/how-to/referencing-the-external-content-of-a-pane.md @@ -3,6 +3,7 @@ title: Referencing the External Content of a Pane page_title: Referencing the External Content of a Pane - RadSplitter description: Check our Web Forms article about Referencing the External Content of a Pane. slug: splitter/how-to/referencing-the-external-content-of-a-pane +components: ["splitter"] tags: referencing,the,external,content,of,a,pane published: True position: 1 diff --git a/controls/splitter/layout/declaring-splitter.md b/controls/splitter/layout/declaring-splitter.md index 227d047b99..4b38365a02 100644 --- a/controls/splitter/layout/declaring-splitter.md +++ b/controls/splitter/layout/declaring-splitter.md @@ -3,6 +3,7 @@ title: Declaring Splitter page_title: Declaring Splitter - RadSplitter description: Check our Web Forms article about Declaring Splitter. slug: splitter/layout/declaring-splitter +components: ["splitter"] tags: declaring,splitter published: True position: 0 diff --git a/controls/splitter/layout/filling-the-entire-page.md b/controls/splitter/layout/filling-the-entire-page.md index 161f62dfb3..17854aeff8 100644 --- a/controls/splitter/layout/filling-the-entire-page.md +++ b/controls/splitter/layout/filling-the-entire-page.md @@ -3,6 +3,7 @@ title: Filling the Entire Page page_title: Filling the Entire Page - RadSplitter description: Check our Web Forms article about Filling the Entire Page. slug: splitter/layout/filling-the-entire-page +components: ["splitter"] tags: filling,the,entire,page published: True position: 3 diff --git a/controls/splitter/layout/fixed-layout.md b/controls/splitter/layout/fixed-layout.md index 9e8c051057..145e424fae 100644 --- a/controls/splitter/layout/fixed-layout.md +++ b/controls/splitter/layout/fixed-layout.md @@ -3,6 +3,7 @@ title: Fixed Layout page_title: Fixed Layout - RadSplitter description: Check our Web Forms article about Fixed Layout. slug: splitter/layout/fixed-layout +components: ["splitter"] tags: fixed,layout published: True position: 5 diff --git a/controls/splitter/layout/nesting-splitters.md b/controls/splitter/layout/nesting-splitters.md index 5106f7a1ee..19c55922e3 100644 --- a/controls/splitter/layout/nesting-splitters.md +++ b/controls/splitter/layout/nesting-splitters.md @@ -3,6 +3,7 @@ title: Nesting Splitters page_title: Nesting Splitters - RadSplitter description: Check our Web Forms article about Nesting Splitters. slug: splitter/layout/nesting-splitters +components: ["splitter"] tags: nesting,splitters published: True position: 4 diff --git a/controls/splitter/layout/orientation.md b/controls/splitter/layout/orientation.md index cd76833498..e048e7a894 100644 --- a/controls/splitter/layout/orientation.md +++ b/controls/splitter/layout/orientation.md @@ -3,6 +3,7 @@ title: Orientation page_title: Orientation - RadSplitter description: Check our Web Forms article about Orientation. slug: splitter/layout/orientation +components: ["splitter"] tags: orientation published: True position: 1 diff --git a/controls/splitter/layout/specifying-size.md b/controls/splitter/layout/specifying-size.md index 174ede0135..50ecec4210 100644 --- a/controls/splitter/layout/specifying-size.md +++ b/controls/splitter/layout/specifying-size.md @@ -3,6 +3,7 @@ title: Specifying Size page_title: Specifying Size - RadSplitter description: Check our Web Forms article about Specifying Size. slug: splitter/layout/specifying-size +components: ["splitter"] tags: specifying,size published: True position: 2 diff --git a/controls/splitter/mobile-support/elastic-design.md b/controls/splitter/mobile-support/elastic-design.md index fcdba6488b..099a05f0b1 100644 --- a/controls/splitter/mobile-support/elastic-design.md +++ b/controls/splitter/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadSplitter description: Check our Web Forms article about Elastic Design. slug: splitter/mobile-support/elastic-design +components: ["splitter"] tags: elastic,design,splitter published: True position: 1 diff --git a/controls/splitter/mobile-support/render-modes.md b/controls/splitter/mobile-support/render-modes.md index d23c73c882..165ba741c0 100644 --- a/controls/splitter/mobile-support/render-modes.md +++ b/controls/splitter/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadSplitter description: Check our Web Forms article about Render Modes. slug: splitter/mobile-support/render-modes +components: ["splitter"] tags: render,modes,splitter published: True position: 1 diff --git a/controls/splitter/overview.md b/controls/splitter/overview.md index 6605497637..bc5863000f 100644 --- a/controls/splitter/overview.md +++ b/controls/splitter/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadSplitter Overview description: Learn about the Splitter control and its features for dividing content into resizable and collapsible panes. slug: splitter/overview +components: ["splitter"] tags: overview published: True position: 0 diff --git a/controls/splitter/panes/collapsing.md b/controls/splitter/panes/collapsing.md index ad5b0b6ecf..1b7ff5aa8e 100644 --- a/controls/splitter/panes/collapsing.md +++ b/controls/splitter/panes/collapsing.md @@ -3,6 +3,7 @@ title: Collapsing page_title: Collapsing - RadSplitter description: Check our Web Forms article about Collapsing. slug: splitter/panes/collapsing +components: ["splitter"] tags: collapsing published: True position: 1 diff --git a/controls/splitter/panes/displaying-external-content.md b/controls/splitter/panes/displaying-external-content.md index 0f87c384cd..32b444dc2f 100644 --- a/controls/splitter/panes/displaying-external-content.md +++ b/controls/splitter/panes/displaying-external-content.md @@ -3,6 +3,7 @@ title: Displaying External Content page_title: Displaying External Content - RadSplitter description: Check our Web Forms article about Displaying External Content. slug: splitter/panes/displaying-external-content +components: ["splitter"] tags: displaying,external,content published: True position: 2 diff --git a/controls/splitter/panes/persisting-state-.md b/controls/splitter/panes/persisting-state-.md index 9d97ebe3b8..1016ba12d9 100644 --- a/controls/splitter/panes/persisting-state-.md +++ b/controls/splitter/panes/persisting-state-.md @@ -3,6 +3,7 @@ title: Persisting State page_title: Persisting State - RadSplitter description: Check our Web Forms article about Persisting State. slug: splitter/panes/persisting-state- +components: ["splitter"] tags: persisting,state, published: True position: 4 diff --git a/controls/splitter/panes/printing-content.md b/controls/splitter/panes/printing-content.md index 10789d2e64..6a64e94b65 100644 --- a/controls/splitter/panes/printing-content.md +++ b/controls/splitter/panes/printing-content.md @@ -3,6 +3,7 @@ title: Printing Content page_title: Printing Content - RadSplitter description: Check our Web Forms article about Printing Content. slug: splitter/panes/printing-content +components: ["splitter"] tags: printing,content published: True position: 3 diff --git a/controls/splitter/panes/resizing.md b/controls/splitter/panes/resizing.md index db09ee64b7..8301f5b2f7 100644 --- a/controls/splitter/panes/resizing.md +++ b/controls/splitter/panes/resizing.md @@ -3,6 +3,7 @@ title: Resizing page_title: Resizing - RadSplitter description: Check our Web Forms article about Resizing. slug: splitter/panes/resizing +components: ["splitter"] tags: resizing published: True position: 0 diff --git a/controls/splitter/server-side-programming/creating-slidingzone-programmatically.md b/controls/splitter/server-side-programming/creating-slidingzone-programmatically.md index a3544d6838..c1eae27931 100644 --- a/controls/splitter/server-side-programming/creating-slidingzone-programmatically.md +++ b/controls/splitter/server-side-programming/creating-slidingzone-programmatically.md @@ -3,6 +3,7 @@ title: Creating SlidingZone Programmatically page_title: Creating SlidingZone Programmatically - RadSplitter description: Check our Web Forms article about Creating SlidingZone Programmatically. slug: splitter/server-side-programming/creating-slidingzone-programmatically +components: ["splitter"] tags: creating,slidingzone,programmatically published: True position: 1 diff --git a/controls/splitter/server-side-programming/creating-splitter-programmatically.md b/controls/splitter/server-side-programming/creating-splitter-programmatically.md index 8ef21c1ee9..78934fcb12 100644 --- a/controls/splitter/server-side-programming/creating-splitter-programmatically.md +++ b/controls/splitter/server-side-programming/creating-splitter-programmatically.md @@ -3,6 +3,7 @@ title: Creating Splitter Programmatically page_title: Creating Splitter Programmatically - RadSplitter description: Check our Web Forms article about Creating Splitter Programmatically. slug: splitter/server-side-programming/creating-splitter-programmatically +components: ["splitter"] previous_url: controls/splitter/server-side-programming/creating-splitter-programatically tags: creating,splitter,programmatically published: True diff --git a/controls/splitter/server-side-programming/implemented-inherited-properties.md b/controls/splitter/server-side-programming/implemented-inherited-properties.md index 034f5add9e..48eb6a684a 100644 --- a/controls/splitter/server-side-programming/implemented-inherited-properties.md +++ b/controls/splitter/server-side-programming/implemented-inherited-properties.md @@ -3,6 +3,7 @@ title: Implemented Inherited Properties page_title: Implemented Inherited Properties - RadSplitter description: Check our Web Forms article about Implemented Inherited Properties. slug: splitter/server-side-programming/implemented-inherited-properties +components: ["splitter"] tags: implemented,inherited,properties published: True position: 2 diff --git a/controls/splitter/sliding-zones/declaring-sliding-zones.md b/controls/splitter/sliding-zones/declaring-sliding-zones.md index 9848d46dc3..a92125e12b 100644 --- a/controls/splitter/sliding-zones/declaring-sliding-zones.md +++ b/controls/splitter/sliding-zones/declaring-sliding-zones.md @@ -3,6 +3,7 @@ title: Declaring Sliding Zones page_title: Declaring Sliding Zones - RadSplitter description: Check our Web Forms article about Declaring Sliding Zones. slug: splitter/sliding-zones/declaring-sliding-zones +components: ["splitter"] tags: declaring,sliding,zones published: True position: 0 diff --git a/controls/splitter/sliding-zones/sliding-direction.md b/controls/splitter/sliding-zones/sliding-direction.md index 9ebea92e27..156ea0ffef 100644 --- a/controls/splitter/sliding-zones/sliding-direction.md +++ b/controls/splitter/sliding-zones/sliding-direction.md @@ -3,6 +3,7 @@ title: Sliding Direction page_title: Sliding Direction - RadSplitter description: Check our Web Forms article about Sliding Direction. slug: splitter/sliding-zones/sliding-direction +components: ["splitter"] tags: sliding,direction published: True position: 1 diff --git a/controls/splitter/sliding-zones/sliding-pane-behavior.md b/controls/splitter/sliding-zones/sliding-pane-behavior.md index 64e696bdc0..d2eca782c6 100644 --- a/controls/splitter/sliding-zones/sliding-pane-behavior.md +++ b/controls/splitter/sliding-zones/sliding-pane-behavior.md @@ -3,6 +3,7 @@ title: Sliding Pane Behavior page_title: Sliding Pane Behavior - RadSplitter description: Check our Web Forms article about Sliding Pane Behavior. slug: splitter/sliding-zones/sliding-pane-behavior +components: ["splitter"] tags: sliding,pane,behavior published: True position: 4 diff --git a/controls/splitter/sliding-zones/specifying-tab-appearance.md b/controls/splitter/sliding-zones/specifying-tab-appearance.md index 5b25439e79..94413295ed 100644 --- a/controls/splitter/sliding-zones/specifying-tab-appearance.md +++ b/controls/splitter/sliding-zones/specifying-tab-appearance.md @@ -3,6 +3,7 @@ title: Specifying Tab appearance page_title: Specifying Tab appearance - RadSplitter description: Check our Web Forms article about Specifying Tab appearance. slug: splitter/sliding-zones/specifying-tab-appearance +components: ["splitter"] tags: specifying,tab,appearance published: True position: 2 diff --git a/controls/splitter/sliding-zones/specifying-the-initial-state.md b/controls/splitter/sliding-zones/specifying-the-initial-state.md index 8ddb8a5cae..fdbd888b5a 100644 --- a/controls/splitter/sliding-zones/specifying-the-initial-state.md +++ b/controls/splitter/sliding-zones/specifying-the-initial-state.md @@ -3,6 +3,7 @@ title: Specifying the Initial State page_title: Specifying the Initial State - RadSplitter description: Check our Web Forms article about Specifying the Initial State. slug: splitter/sliding-zones/specifying-the-initial-state +components: ["splitter"] tags: specifying,the,initial,state published: True position: 3 diff --git a/controls/splitter/troubleshooting/printing-problem.md b/controls/splitter/troubleshooting/printing-problem.md index 86a5a65db4..b2cfd34764 100644 --- a/controls/splitter/troubleshooting/printing-problem.md +++ b/controls/splitter/troubleshooting/printing-problem.md @@ -3,6 +3,7 @@ title: Printing Problem page_title: Printing Problem - RadSplitter description: Check our Web Forms article about Printing Problem. slug: splitter/troubleshooting/printing-problem +components: ["splitter"] tags: printing,problem published: True position: 0 diff --git a/controls/spreadsheet/client-side-programming/events/onclientchange.md b/controls/spreadsheet/client-side-programming/events/onclientchange.md index 9f38d19f55..07c476ff24 100644 --- a/controls/spreadsheet/client-side-programming/events/onclientchange.md +++ b/controls/spreadsheet/client-side-programming/events/onclientchange.md @@ -3,6 +3,7 @@ title: OnClientChange page_title: RadSpreadsheet Client-side Event description: Check our Web Forms article about RadSpreadsheet Client-side Event. slug: spreadsheet/client-side-programming/events/onclientchange +components: ["spreadsheet"] tags: spreadsheetevent published: True position: 1 diff --git a/controls/spreadsheet/client-side-programming/events/overview.md b/controls/spreadsheet/client-side-programming/events/overview.md index 712cdb4909..59f9c86ce2 100644 --- a/controls/spreadsheet/client-side-programming/events/overview.md +++ b/controls/spreadsheet/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Events Overview page_title: RadSpreadsheet Client-side Events Overview description: Check our Web Forms article about RadSpreadsheet Client-side Events Overview. slug: spreadsheet/client-side-programming/events/overview +components: ["spreadsheet"] tags: spreadsheetevents,overview,client,spreadsheet,events published: True position: 0 diff --git a/controls/spreadsheet/client-side-programming/objects/radspreadsheet.md b/controls/spreadsheet/client-side-programming/objects/radspreadsheet.md index 4655368030..4e79747958 100644 --- a/controls/spreadsheet/client-side-programming/objects/radspreadsheet.md +++ b/controls/spreadsheet/client-side-programming/objects/radspreadsheet.md @@ -3,6 +3,7 @@ title: Spreadsheet Object page_title: RadSpreadsheet Object description: Check our Web Forms article about RadSpreadsheet Object. slug: spreadsheet/client-side-programming/objects/radspreadsheet +components: ["spreadsheet"] tags: spreadsheetobject published: True position: 0 diff --git a/controls/spreadsheet/client-side-programming/objects/spreadsheetrange.md b/controls/spreadsheet/client-side-programming/objects/spreadsheetrange.md index 42eecc903f..a3a170a825 100644 --- a/controls/spreadsheet/client-side-programming/objects/spreadsheetrange.md +++ b/controls/spreadsheet/client-side-programming/objects/spreadsheetrange.md @@ -3,6 +3,7 @@ title: SpreadsheetRange Object page_title: SpreadsheetRange Object description: Check our Web Forms article about SpreadsheetRange Object. slug: spreadsheet/client-side-programming/objects/spreadsheetrange +components: ["spreadsheet"] tags: spreadsheetrange published: True position: 0 diff --git a/controls/spreadsheet/client-side-programming/objects/spreadsheetsheet.md b/controls/spreadsheet/client-side-programming/objects/spreadsheetsheet.md index f14b2c084d..2180fc7f49 100644 --- a/controls/spreadsheet/client-side-programming/objects/spreadsheetsheet.md +++ b/controls/spreadsheet/client-side-programming/objects/spreadsheetsheet.md @@ -3,6 +3,7 @@ title: SpreadsheetSheet Object page_title: SpreadsheetSheet Object description: Check our Web Forms article about SpreadsheetSheet Object. slug: spreadsheet/client-side-programming/objects/spreadsheetsheet +components: ["spreadsheet"] tags: spreadsheetsheet published: True position: 0 diff --git a/controls/spreadsheet/data-binding/programmatic-binding.md b/controls/spreadsheet/data-binding/programmatic-binding.md index 5b676d4e34..2124b3482a 100644 --- a/controls/spreadsheet/data-binding/programmatic-binding.md +++ b/controls/spreadsheet/data-binding/programmatic-binding.md @@ -3,6 +3,7 @@ title: Programmatic Binding page_title: Programmatic Binding - RadSpreadsheet description: Check our Web Forms article about Programmatic Binding. slug: spreadsheet/data-binding/programmatic-binding +components: ["spreadsheet"] tags: programmatic, binding published: True position: 1 diff --git a/controls/spreadsheet/data-binding/providers/custom-database-provider.md b/controls/spreadsheet/data-binding/providers/custom-database-provider.md index 7b2498a0c1..df0f76b38b 100644 --- a/controls/spreadsheet/data-binding/providers/custom-database-provider.md +++ b/controls/spreadsheet/data-binding/providers/custom-database-provider.md @@ -3,6 +3,7 @@ title: Implementing Custom Provider page_title: Implementing Custom Provider - RadSpreadsheet description: Check our Web Forms article about Custom Database Provider. slug: spreadsheet/data-binding/providers/custom-database-provider +components: ["spreadsheet"] tags: custom,database,provider published: True position: 1 diff --git a/controls/spreadsheet/data-binding/providers/using-a-data-provider.md b/controls/spreadsheet/data-binding/providers/using-a-data-provider.md index 6d9c6779d8..452dae8968 100644 --- a/controls/spreadsheet/data-binding/providers/using-a-data-provider.md +++ b/controls/spreadsheet/data-binding/providers/using-a-data-provider.md @@ -3,6 +3,7 @@ title: Using a Data Provider page_title: Using a Data Provider - RadSpreadsheet description: Check our Web Forms article about Using a Data Provider. slug: spreadsheet/data-binding/providers/using-a-data-provider +components: ["spreadsheet"] tags: using,a,data,provider published: True position: 0 diff --git a/controls/spreadsheet/functionality/cellformat/custom.md b/controls/spreadsheet/functionality/cellformat/custom.md index 1f4d014f39..9f29f63e87 100644 --- a/controls/spreadsheet/functionality/cellformat/custom.md +++ b/controls/spreadsheet/functionality/cellformat/custom.md @@ -3,6 +3,7 @@ title: Custom page_title: RadSpreadsheet CellFormat description: Check our Web Forms article about Custom Cell Format. slug: spreadsheet/functionality/cellformat/custom +components: ["spreadsheet"] tags: cellformat published: True position: 1 diff --git a/controls/spreadsheet/functionality/cellformat/overview.md b/controls/spreadsheet/functionality/cellformat/overview.md index 1122825b05..5d8ec6a57f 100644 --- a/controls/spreadsheet/functionality/cellformat/overview.md +++ b/controls/spreadsheet/functionality/cellformat/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadSpreadsheet Overview description: Check our Web Forms article about CellFormat Overview. slug: spreadsheet/functionality/cellformat/overview +components: ["spreadsheet"] tags: overview published: True position: 0 diff --git a/controls/spreadsheet/functionality/cellhyperlink/overview.md b/controls/spreadsheet/functionality/cellhyperlink/overview.md index 1fd8a86424..4f7ac112f1 100644 --- a/controls/spreadsheet/functionality/cellhyperlink/overview.md +++ b/controls/spreadsheet/functionality/cellhyperlink/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadSpreadsheet Cell Hyperlink Overview description: Check our Web Forms article about CellHyperlink Overview. slug: spreadsheet/functionality/cellhyperlink/overview +components: ["spreadsheet"] tags: overview published: True position: 0 diff --git a/controls/spreadsheet/functionality/contextmenu/custom.md b/controls/spreadsheet/functionality/contextmenu/custom.md index d30737926b..5a554af7de 100644 --- a/controls/spreadsheet/functionality/contextmenu/custom.md +++ b/controls/spreadsheet/functionality/contextmenu/custom.md @@ -3,6 +3,7 @@ title: Custom page_title: RadSpreadsheet Custom Context Menu description: Check our Web Forms article about Custom ContextMenu. slug: spreadsheet/functionality/contextmenu/custom +components: ["spreadsheet"] tags: custom published: True position: 1 diff --git a/controls/spreadsheet/functionality/contextmenu/overview.md b/controls/spreadsheet/functionality/contextmenu/overview.md index 7bfc53d5dd..5f85045a42 100644 --- a/controls/spreadsheet/functionality/contextmenu/overview.md +++ b/controls/spreadsheet/functionality/contextmenu/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadSpreadsheet Context Menu Format description: Check our Web Forms article about Overview. slug: spreadsheet/functionality/contextmenu/overview +components: ["spreadsheet"] tags: overview published: True position: 0 diff --git a/controls/spreadsheet/functionality/filtermenu/custom.md b/controls/spreadsheet/functionality/filtermenu/custom.md index 455fa49e04..e4d00c9d26 100644 --- a/controls/spreadsheet/functionality/filtermenu/custom.md +++ b/controls/spreadsheet/functionality/filtermenu/custom.md @@ -3,6 +3,7 @@ title: Custom page_title: RadSpreadsheet Filter Menu description: Check our Web Forms article about Custom ContextMenu. slug: spreadsheet/functionality/filtermenu/custom +components: ["spreadsheet"] tags: custom published: True position: 1 diff --git a/controls/spreadsheet/functionality/filtermenu/overview.md b/controls/spreadsheet/functionality/filtermenu/overview.md index 643ef6f297..771ee02b59 100644 --- a/controls/spreadsheet/functionality/filtermenu/overview.md +++ b/controls/spreadsheet/functionality/filtermenu/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadSpreadsheet Filter Menu description: Check our Web Forms article about Overview. slug: spreadsheet/functionality/filtermenu/overview +components: ["spreadsheet"] tags: overview published: True position: 0 diff --git a/controls/spreadsheet/functionality/formulas-and-functions/overview.md b/controls/spreadsheet/functionality/formulas-and-functions/overview.md index 74e75f1461..6323a2bdc9 100644 --- a/controls/spreadsheet/functionality/formulas-and-functions/overview.md +++ b/controls/spreadsheet/functionality/formulas-and-functions/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadSpreadsheet Formulas and Functions description: Check our Web Forms article about Overview. slug: spreadsheet/functionality/formulas-and-functions/overview +components: ["spreadsheet"] tags: functions, formulas published: True position: 0 diff --git a/controls/spreadsheet/functionality/multilinecellediting/overview.md b/controls/spreadsheet/functionality/multilinecellediting/overview.md index 0eee6d7ec0..6d7c0fef11 100644 --- a/controls/spreadsheet/functionality/multilinecellediting/overview.md +++ b/controls/spreadsheet/functionality/multilinecellediting/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadSpreadsheet Multiline Cell Editing Overview description: Check our Web Forms article about Multiline Cell Editing Overview. slug: spreadsheet/functionality/multilinecellediting/overview +components: ["spreadsheet"] tags: overview published: True position: 0 diff --git a/controls/spreadsheet/functionality/validation/custom.md b/controls/spreadsheet/functionality/validation/custom.md index b430b74a2a..e10b7eefd4 100644 --- a/controls/spreadsheet/functionality/validation/custom.md +++ b/controls/spreadsheet/functionality/validation/custom.md @@ -3,6 +3,7 @@ title: Custom page_title: RadSpreadsheet Custom Validation description: Check our Web Forms article about Custom ContextMenu. slug: spreadsheet/functionality/validation/custom +components: ["spreadsheet"] tags: custom published: True position: 1 diff --git a/controls/spreadsheet/functionality/validation/overview.md b/controls/spreadsheet/functionality/validation/overview.md index fdda4d3f8b..ce2f407394 100644 --- a/controls/spreadsheet/functionality/validation/overview.md +++ b/controls/spreadsheet/functionality/validation/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadSpreadsheet Filter Menu description: Check our Web Forms article about Overview. slug: spreadsheet/functionality/validation/overview +components: ["spreadsheet"] tags: overview published: True position: 0 diff --git a/controls/spreadsheet/getting-started.md b/controls/spreadsheet/getting-started.md index 11b3d4c12c..ce2527df21 100644 --- a/controls/spreadsheet/getting-started.md +++ b/controls/spreadsheet/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadSpreadsheet description: Learn how to set up and configure the Spreadsheet control for creating and managing Excel-like sheets. slug: spreadsheet/getting-started +components: ["spreadsheet"] tags: getting,started published: True position: 1 diff --git a/controls/spreadsheet/how-to/pasting-data-only.md b/controls/spreadsheet/how-to/pasting-data-only.md index 7cfc8cf5f0..248b3c912e 100644 --- a/controls/spreadsheet/how-to/pasting-data-only.md +++ b/controls/spreadsheet/how-to/pasting-data-only.md @@ -3,6 +3,7 @@ title: Paste Data-Only page_title: Paste Data-Only - RadSpreadsheet description: Check our Web Forms article about How to paste data-only into the RadSpreadsheet, stripping all styles. slug: spreadsheet/how-to/pasting-data-only +components: ["spreadsheet"] tags: pasting,data,only,spreadsheet published: True position: 1 diff --git a/controls/spreadsheet/overview.md b/controls/spreadsheet/overview.md index ffd80f2a77..522cc00d19 100644 --- a/controls/spreadsheet/overview.md +++ b/controls/spreadsheet/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadSpreadsheet Overview description: Learn about the Spreadsheet control and its features for creating and managing Excel-like spreadsheets. slug: spreadsheet/overview +components: ["spreadsheet"] tags: overview published: True position: 0 diff --git a/controls/spreadsheet/server-side-programming/overview.md b/controls/spreadsheet/server-side-programming/overview.md index 744ac8d118..498741b021 100644 --- a/controls/spreadsheet/server-side-programming/overview.md +++ b/controls/spreadsheet/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadSpreadsheet description: Check our Web Forms article about Overview. slug: spreadsheet/server-side-programming/overview +components: ["spreadsheet"] tags: overview published: True position: 0 diff --git a/controls/spreadsheet/structure/layout.md b/controls/spreadsheet/structure/layout.md index b98ff27613..06752bd065 100644 --- a/controls/spreadsheet/structure/layout.md +++ b/controls/spreadsheet/structure/layout.md @@ -3,6 +3,7 @@ title: Layout page_title: Layout - RadSpreadsheet description: Check our Web Forms article about Layout. slug: spreadsheet/structure/layout +components: ["spreadsheet"] tags: layout published: True position: 0 diff --git a/controls/spreadsheet/troubleshooting/could-not-load-file-or-assembly-telerik-web-spreadsheet.md b/controls/spreadsheet/troubleshooting/could-not-load-file-or-assembly-telerik-web-spreadsheet.md index 067237217d..ed31b765c6 100644 --- a/controls/spreadsheet/troubleshooting/could-not-load-file-or-assembly-telerik-web-spreadsheet.md +++ b/controls/spreadsheet/troubleshooting/could-not-load-file-or-assembly-telerik-web-spreadsheet.md @@ -3,6 +3,7 @@ title: Could not load file or assembly Telerik.Web.Spreadsheet page_title: Could not load file or assembly Telerik.Web.Spreadsheet - RadSpreadsheet description: Check our Web Forms article about Could not load file or assembly Telerik.Web.Spreadsheet. slug: spreadsheet/troubleshooting/could-not-load-file-or-assembly-telerik-web-spreadsheet +components: ["spreadsheet"] tags: assembly,Telerik.Web.Spreadsheet,load published: True position: 1 diff --git a/controls/spreadsheet/troubleshooting/known-limitations.md b/controls/spreadsheet/troubleshooting/known-limitations.md index 10f8c74b69..ec65e48bb7 100644 --- a/controls/spreadsheet/troubleshooting/known-limitations.md +++ b/controls/spreadsheet/troubleshooting/known-limitations.md @@ -3,6 +3,7 @@ title: Known Limitations page_title: Known Limitations - RadSpreadsheet description: Check our Web Forms article about Known Limitations. slug: spreadsheet/troubleshooting/known-limitations +components: ["spreadsheet"] tags: known,limitations published: True position: 0 diff --git a/controls/spreadsheet/troubleshooting/object-reference-not-set-to-an-instance-of-an-object.md b/controls/spreadsheet/troubleshooting/object-reference-not-set-to-an-instance-of-an-object.md index 929f93b9f8..600ba33bfd 100644 --- a/controls/spreadsheet/troubleshooting/object-reference-not-set-to-an-instance-of-an-object.md +++ b/controls/spreadsheet/troubleshooting/object-reference-not-set-to-an-instance-of-an-object.md @@ -3,6 +3,7 @@ title: Object reference not set to an instance of an object page_title: Object reference not set to an instance of an object - RadSpreadsheet description: Check our Web Forms article about Object reference not set to an instance of an object. slug: spreadsheet/troubleshooting/object-reference-not-set-to-an-instance-of-an-object +components: ["spreadsheet"] tags: assembly,object,reference published: True position: 2 diff --git a/controls/stepper/accessibility-and-internationalization/keyboard-support.md b/controls/stepper/accessibility-and-internationalization/keyboard-support.md index 56a22911e8..cd6ad12399 100644 --- a/controls/stepper/accessibility-and-internationalization/keyboard-support.md +++ b/controls/stepper/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadStepper description: Check our Web Forms article about Keyboard Support. slug: stepper/accessibility-and-internationalization/keyboard-support +components: ["stepper"] tags: keyboard,support published: True position: 1 diff --git a/controls/stepper/accessibility-and-internationalization/right-to-left-support.md b/controls/stepper/accessibility-and-internationalization/right-to-left-support.md index 41a4d5f37c..c2a0828a7e 100644 --- a/controls/stepper/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/stepper/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - Stepper description: Check our Web Forms article about Right-to-left Support. slug: stepper/accessibility-and-internationalization/right-to-left-support +components: ["stepper"] tags: right-to-left,support published: True position: 0 diff --git a/controls/stepper/accessibility-and-internationalization/wai-aria-support.md b/controls/stepper/accessibility-and-internationalization/wai-aria-support.md index 03a77c1759..56ec98b6dd 100644 --- a/controls/stepper/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/stepper/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadStepper description: Check our Web Forms article about WAI-ARIA Support. slug: stepper/accessibility-and-internationalization/wai-aria-support +components: ["stepper"] tags: wai-aria,support published: True position: 3 diff --git a/controls/stepper/accessibility-and-internationalization/wcag-2.1-and-section-508-accessibility-compliance.md b/controls/stepper/accessibility-and-internationalization/wcag-2.1-and-section-508-accessibility-compliance.md index 99cbcc755a..f183d52add 100644 --- a/controls/stepper/accessibility-and-internationalization/wcag-2.1-and-section-508-accessibility-compliance.md +++ b/controls/stepper/accessibility-and-internationalization/wcag-2.1-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.1 and Section 508 Accessibility Compliance page_title: WCAG 2.1 and Section 508 Accessibility Compliance - RadStepper description: Check our Web Forms article about WCAG 2.1 and Section 508 Accessibility Compliance. slug: stepper/accessibility-and-internationalization/wcag-2.1-and-section-508-accessibility-compliance +components: ["stepper"] tags: wcag,2.1,and,section,508,accessibility,compliance published: True position: 3 diff --git a/controls/stepper/client-side-programming/events.md b/controls/stepper/client-side-programming/events.md index 1a9fcbe554..cc1ea0f8d4 100644 --- a/controls/stepper/client-side-programming/events.md +++ b/controls/stepper/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Client-side Events - RadStepper description: Check our the client-side events of RadStepper - OnInitialize, OnLoad, OnStepSelected, OnStepSelecting slug: stepper/client-side-programming/events +components: ["stepper"] tags: events published: True position: 1 diff --git a/controls/stepper/client-side-programming/overview.md b/controls/stepper/client-side-programming/overview.md index 674c0a2d40..0002c1c2ef 100644 --- a/controls/stepper/client-side-programming/overview.md +++ b/controls/stepper/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadStepper description: Check our Web Forms article about RadStepper object. slug: stepper/client-side-programming/overview +components: ["stepper"] tags: stepper,object published: True position: 0 diff --git a/controls/stepper/functionality/appearance.md b/controls/stepper/functionality/appearance.md index 007b908f0d..2ec41a4158 100644 --- a/controls/stepper/functionality/appearance.md +++ b/controls/stepper/functionality/appearance.md @@ -3,6 +3,7 @@ title: Appearance page_title: Appearance - RadStepper description: Customize Stepper by changing its orientation and layout mode. slug: stepper/functionality/appearance +components: ["stepper"] tags: appearance published: True position: 2 diff --git a/controls/stepper/functionality/icons.md b/controls/stepper/functionality/icons.md index 271b9273fc..790831722d 100644 --- a/controls/stepper/functionality/icons.md +++ b/controls/stepper/functionality/icons.md @@ -3,6 +3,7 @@ title: Icons page_title: Icons - RadStepper description: Use embedded icons in RadStepper via the icon properties - `Icon` and `SuccessIcon`. Customize the icon element further with the `ClientIconTemplate`. slug: stepper/functionality/icons +components: ["stepper"] tags: icons published: True position: 1 diff --git a/controls/stepper/functionality/operation-modes.md b/controls/stepper/functionality/operation-modes.md index f0e558b91a..cf5dc5cf5b 100644 --- a/controls/stepper/functionality/operation-modes.md +++ b/controls/stepper/functionality/operation-modes.md @@ -3,6 +3,7 @@ title: Operation Modes page_title: Operation Modes - RadStepper description: Check our Web Forms article about Navigation. slug: stepper/functionality/operation-modes +components: ["stepper"] tags: operation-modes published: True position: 3 diff --git a/controls/stepper/functionality/steps.md b/controls/stepper/functionality/steps.md index 789b297b69..7a1e12ff79 100644 --- a/controls/stepper/functionality/steps.md +++ b/controls/stepper/functionality/steps.md @@ -3,6 +3,7 @@ title: Steps page_title: Steps - RadStepper description: Each Step in RadStepper consists of a label and/or an icon. A Step can be enabled, selected, set in error state. slug: stepper/functionality/steps +components: ["stepper"] tags: steps published: True position: 0 diff --git a/controls/stepper/getting-started.md b/controls/stepper/getting-started.md index 0899e2d810..b859595231 100644 --- a/controls/stepper/getting-started.md +++ b/controls/stepper/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadStepper description: Check our Web Forms article about Getting Started. slug: stepper/getting-started +components: ["stepper"] tags: getting,started, published: True position: 1 diff --git a/controls/stepper/overview.md b/controls/stepper/overview.md index 5ac3a447b2..6daf4d400b 100644 --- a/controls/stepper/overview.md +++ b/controls/stepper/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadStepper Overview description: Explore the Stepper control and its features for creating step-by-step navigation in your application. slug: stepper/overview +components: ["stepper"] tags: overview published: True position: 0 diff --git a/controls/stepper/server-side-programming/overview.md b/controls/stepper/server-side-programming/overview.md index 78781d52d6..18dca649d2 100644 --- a/controls/stepper/server-side-programming/overview.md +++ b/controls/stepper/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadStepper description: Check our Web Forms article about Overview. slug: stepper/server-side-programming/overview +components: ["stepper"] tags: overview published: True position: 0 diff --git a/controls/stylesheetmanager/cdn-support/combined-request-for-telerik-controls.md b/controls/stylesheetmanager/cdn-support/combined-request-for-telerik-controls.md index c994564e99..dc8678a43d 100644 --- a/controls/stylesheetmanager/cdn-support/combined-request-for-telerik-controls.md +++ b/controls/stylesheetmanager/cdn-support/combined-request-for-telerik-controls.md @@ -3,6 +3,7 @@ title: Combined CDN Request for Telerik Controls page_title: Combined CDN Request for Telerik Controls - RadStyleSheetManager description: Check our Web Forms article about Combined CDN Request for Telerik Controls for performance improvement. slug: stylesheetmanager/cdn-support/combined-request-for-telerik-controls +components: ["stylesheetmanager"] tags: cdn,request,combined,performance,improvement published: True position: 2 diff --git a/controls/stylesheetmanager/cdn-support/overview.md b/controls/stylesheetmanager/cdn-support/overview.md index 160643c0d6..0642f76a33 100644 --- a/controls/stylesheetmanager/cdn-support/overview.md +++ b/controls/stylesheetmanager/cdn-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: CDN Support Overview - RadStyleSheetManager description: Check our Web Forms article about Overview. slug: stylesheetmanager/cdn-support/overview +components: ["stylesheetmanager"] tags: overview published: True position: 0 diff --git a/controls/stylesheetmanager/encrypt-telerik-webresource-querystring.md b/controls/stylesheetmanager/encrypt-telerik-webresource-querystring.md index 3b0d2b61dc..e4c965e02d 100644 --- a/controls/stylesheetmanager/encrypt-telerik-webresource-querystring.md +++ b/controls/stylesheetmanager/encrypt-telerik-webresource-querystring.md @@ -3,6 +3,7 @@ title: Encrypt Telerik WebResource Querystring page_title: Encrypt Telerik WebResource Querystring - RadStyleSheetManager description: Check our Web Forms article about Encrypt Telerik WebResource Querystring. slug: stylesheetmanager/encrypt-telerik-webresource-querystring +components: ["stylesheetmanager"] tags: encrypt,telerik,webresource,request,querystring published: True position: 3 diff --git a/controls/stylesheetmanager/known-limitations.md b/controls/stylesheetmanager/known-limitations.md index 0fbc6bbb7e..fb52cc3617 100644 --- a/controls/stylesheetmanager/known-limitations.md +++ b/controls/stylesheetmanager/known-limitations.md @@ -3,6 +3,7 @@ title: Known Limitations page_title: Known Limitations - RadStylesheetManager description: Check our Web Forms article about Known Limitations. slug: stylesheet/known-limitations +components: ["stylesheetmanager"] tags: known,limitations published: True position: 7 diff --git a/controls/stylesheetmanager/overview.md b/controls/stylesheetmanager/overview.md index ede903a193..c37847ca2b 100644 --- a/controls/stylesheetmanager/overview.md +++ b/controls/stylesheetmanager/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadStyleSheetManager Overview description: Check our Web Forms article about Overview. slug: stylesheetmanager/overview +components: ["stylesheetmanager"] tags: overview published: True position: 1 diff --git a/controls/stylesheetmanager/serving-external-style-sheets.md b/controls/stylesheetmanager/serving-external-style-sheets.md index bfdb439cf5..b3d30eca9f 100644 --- a/controls/stylesheetmanager/serving-external-style-sheets.md +++ b/controls/stylesheetmanager/serving-external-style-sheets.md @@ -3,6 +3,7 @@ title: Serving External Style Sheets page_title: Serving External Style Sheets - RadStyleSheetManager description: Check our Web Forms article about Serving External Style Sheets. slug: stylesheetmanager/serving-external-style-sheets +components: ["stylesheetmanager"] tags: serving,external,style,sheets published: True position: 2 diff --git a/controls/switch/accessibility-and-internationalization/keyboard-support.md b/controls/switch/accessibility-and-internationalization/keyboard-support.md index 9656e150a7..219d186be7 100644 --- a/controls/switch/accessibility-and-internationalization/keyboard-support.md +++ b/controls/switch/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadSwitch description: Check our Web Forms article about Keyboard Support. slug: switch/accessibility-and-internationalization/keyboard-support +components: ["switch"] tags: keyboard,support published: True position: 2 diff --git a/controls/switch/accessibility-and-internationalization/right-to-left-support.md b/controls/switch/accessibility-and-internationalization/right-to-left-support.md index 9e0e9af3ab..a7c1318100 100644 --- a/controls/switch/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/switch/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-Left Support page_title: Right-to-Left Support - Switch description: Check our Web Forms article about Right-to-Left Support. slug: switch/accessibility-and-internationalization/right-to-left-support +components: ["switch"] tags: right-to-left,support published: True position: 1 diff --git a/controls/switch/accessibility-and-internationalization/wai-aria-support.md b/controls/switch/accessibility-and-internationalization/wai-aria-support.md index 0d27f2a66a..150d91a54e 100644 --- a/controls/switch/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/switch/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadSwitch description: Check our Web Forms article about WAI-ARIA Support. slug: switch/accessibility-and-internationalization/wai-aria-support +components: ["switch"] tags: wai-aria,support published: True position: 3 diff --git a/controls/switch/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/switch/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index a4a1cb5d23..3c2d79a94a 100644 --- a/controls/switch/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/switch/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadSwitch description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: switch/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["switch"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/switch/appearance-and-styling/controlling-appearance.md b/controls/switch/appearance-and-styling/controlling-appearance.md index 2fed37b9ea..dcfc7fe7a4 100644 --- a/controls/switch/appearance-and-styling/controlling-appearance.md +++ b/controls/switch/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadSwitch description: Check our Web Forms article about how to control the appearance of RadSwitch. slug: switch/appearance-and-styling/controlling-appearance +components: ["switch"] tags: skins, custom, customize, appearance, css, styles, icon published: True position: 0 diff --git a/controls/switch/appearance-and-styling/skins.md b/controls/switch/appearance-and-styling/skins.md index b43774968d..b6e5d6ba0d 100644 --- a/controls/switch/appearance-and-styling/skins.md +++ b/controls/switch/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadSwitch description: Check our Web Forms article about Skins. slug: switch/appearance-and-styling/skins +components: ["switch"] tags: skins published: True position: 0 diff --git a/controls/switch/client-side-programming/events/onclientcheckedchanged.md b/controls/switch/client-side-programming/events/onclientcheckedchanged.md index 422b9723ad..fe46b0c49b 100644 --- a/controls/switch/client-side-programming/events/onclientcheckedchanged.md +++ b/controls/switch/client-side-programming/events/onclientcheckedchanged.md @@ -3,6 +3,7 @@ title: OnClientCheckedChanged page_title: OnClientCheckedChanged - RadSwitch description: Check our Web Forms article about OnClientCheckedChanged. slug: switch/client-side-programming/events/onclientcheckedchanged +components: ["switch"] tags: onclientcheckedchanged published: True position: 6 diff --git a/controls/switch/client-side-programming/events/onclientcheckedchanging.md b/controls/switch/client-side-programming/events/onclientcheckedchanging.md index 19e927300c..7084c2494b 100644 --- a/controls/switch/client-side-programming/events/onclientcheckedchanging.md +++ b/controls/switch/client-side-programming/events/onclientcheckedchanging.md @@ -3,6 +3,7 @@ title: OnClientCheckedChanging page_title: OnClientCheckedChanging - RadSwitch description: Check our Web Forms article about OnClientCheckedChanging. slug: switch/client-side-programming/events/onclientcheckedchanging +components: ["switch"] tags: onclientcheckedchanging published: True position: 5 diff --git a/controls/switch/client-side-programming/events/onclientclicked.md b/controls/switch/client-side-programming/events/onclientclicked.md index cb123c9f17..641056c865 100644 --- a/controls/switch/client-side-programming/events/onclientclicked.md +++ b/controls/switch/client-side-programming/events/onclientclicked.md @@ -3,6 +3,7 @@ title: OnClientClicked page_title: OnClientClicked - RadSwitch description: Check our Web Forms article about OnClientClicked. slug: switch/client-side-programming/events/onclientclicked +components: ["switch"] tags: onclientclicked published: True position: 4 diff --git a/controls/switch/client-side-programming/events/onclientclicking.md b/controls/switch/client-side-programming/events/onclientclicking.md index 0ba6bb025e..e324f4ab4e 100644 --- a/controls/switch/client-side-programming/events/onclientclicking.md +++ b/controls/switch/client-side-programming/events/onclientclicking.md @@ -3,6 +3,7 @@ title: OnClientClicking page_title: OnClientClicking - RadSwitch description: Check our Web Forms article about OnClientClicking. slug: switch/client-side-programming/events/onclientclicking +components: ["switch"] tags: onclientclicking published: True position: 3 diff --git a/controls/switch/client-side-programming/events/onclientload.md b/controls/switch/client-side-programming/events/onclientload.md index 074f8e8d62..8225b39159 100644 --- a/controls/switch/client-side-programming/events/onclientload.md +++ b/controls/switch/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadSwitch description: Check our Web Forms article about OnClientLoad. slug: switch/client-side-programming/events/onclientload +components: ["switch"] tags: onclientload published: True position: 2 diff --git a/controls/switch/client-side-programming/events/onclientmouseout.md b/controls/switch/client-side-programming/events/onclientmouseout.md index d95bc73d89..077d10bdb0 100644 --- a/controls/switch/client-side-programming/events/onclientmouseout.md +++ b/controls/switch/client-side-programming/events/onclientmouseout.md @@ -3,6 +3,7 @@ title: OnClientMouseOut page_title: OnClientMouseOut - RadSwitch description: Check our Web Forms article about OnClientMouseOut. slug: switch/client-side-programming/events/onclientmouseout +components: ["switch"] tags: onclientmouseout published: True position: 8 diff --git a/controls/switch/client-side-programming/events/onclientmouseover.md b/controls/switch/client-side-programming/events/onclientmouseover.md index c21dcc4813..c44e9bdbcb 100644 --- a/controls/switch/client-side-programming/events/onclientmouseover.md +++ b/controls/switch/client-side-programming/events/onclientmouseover.md @@ -3,6 +3,7 @@ title: OnClientMouseOver page_title: OnClientMouseOver - RadSwitch description: Check our Web Forms article about OnClientMouseOver. slug: switch/client-side-programming/events/onclientmouseover +components: ["switch"] tags: onclientmouseover published: True position: 7 diff --git a/controls/switch/client-side-programming/events/overview.md b/controls/switch/client-side-programming/events/overview.md index 0242bf18f0..397c0c1f9c 100644 --- a/controls/switch/client-side-programming/events/overview.md +++ b/controls/switch/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadSwitch description: Check our Web Forms article about Overview. slug: switch/client-side-programming/events/overview +components: ["switch"] tags: overview published: True position: 0 diff --git a/controls/switch/client-side-programming/events/setting-event-handlers-via-javascript.md b/controls/switch/client-side-programming/events/setting-event-handlers-via-javascript.md index fc54b592c9..0d2a0ee19e 100644 --- a/controls/switch/client-side-programming/events/setting-event-handlers-via-javascript.md +++ b/controls/switch/client-side-programming/events/setting-event-handlers-via-javascript.md @@ -3,6 +3,7 @@ title: Setting Event Handlers via JavaScript page_title: Setting Event Handlers via JavaScript - RadSwitch description: Check our Web Forms article about Setting Event Handlers via JavaScript. slug: switch/client-side-programming/events/setting-event-handlers-via-javascript +components: ["switch"] tags: setting,event,handlers,via,javascript published: True position: 1 diff --git a/controls/switch/client-side-programming/overview.md b/controls/switch/client-side-programming/overview.md index 1a3bd14ccf..1843422253 100644 --- a/controls/switch/client-side-programming/overview.md +++ b/controls/switch/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadSwitch description: Check our Web Forms article about Overview. slug: switch/client-side-programming/overview +components: ["switch"] tags: overview published: True position: 0 diff --git a/controls/switch/client-side-programming/switch-object.md b/controls/switch/client-side-programming/switch-object.md index 2c3df4c926..ea928395d7 100644 --- a/controls/switch/client-side-programming/switch-object.md +++ b/controls/switch/client-side-programming/switch-object.md @@ -3,6 +3,7 @@ title: Switch Object page_title: Switch Object - RadSwitch description: Check our Web Forms article about Switch Object. slug: switch/client-side-programming/switch-object +components: ["switch"] tags: switch,object published: True position: 1 diff --git a/controls/switch/functionality/checked-state.md b/controls/switch/functionality/checked-state.md index 65f8c1ece3..9eccabbc5e 100644 --- a/controls/switch/functionality/checked-state.md +++ b/controls/switch/functionality/checked-state.md @@ -3,6 +3,7 @@ title: Checked State page_title: Checked State - RadSwitch description: Check our Web Forms article about Checked State. slug: switch/functionality/checked-state +components: ["switch"] tags: checked,state published: True position: 0 diff --git a/controls/switch/getting-started.md b/controls/switch/getting-started.md index d583dc462a..3ef364a8e5 100644 --- a/controls/switch/getting-started.md +++ b/controls/switch/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadSwitch description: Check our Web Forms article about Getting Started. slug: switch/getting-started +components: ["switch"] tags: getting,started published: True position: 2 diff --git a/controls/switch/how-to/label-integration.md b/controls/switch/how-to/label-integration.md index b5eadb040a..cb0635e04b 100644 --- a/controls/switch/how-to/label-integration.md +++ b/controls/switch/how-to/label-integration.md @@ -3,6 +3,7 @@ title: Label Integration page_title: Label Integration - RadSwitch description: Check our Web Forms article about Label Integration. slug: switch/how-to/label-integration +components: ["switch"] tags: label,integration published: True position: 0 diff --git a/controls/switch/mobile-support/overview.md b/controls/switch/mobile-support/overview.md index 12f8334755..46c661c862 100644 --- a/controls/switch/mobile-support/overview.md +++ b/controls/switch/mobile-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadSwitch description: Check our Web Forms article about Overview. slug: switch/mobile-support/overview +components: ["switch"] tags: overview published: True position: 0 diff --git a/controls/switch/mobile-support/render-modes.md b/controls/switch/mobile-support/render-modes.md index 60cc6fb553..4544ab1097 100644 --- a/controls/switch/mobile-support/render-modes.md +++ b/controls/switch/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadSwitch description: Check our Web Forms article about Render Modes. slug: switch/mobile-support/render-modes +components: ["switch"] tags: render,modes published: True position: 2 diff --git a/controls/switch/overview.md b/controls/switch/overview.md index b1d7686d2e..1a60193923 100644 --- a/controls/switch/overview.md +++ b/controls/switch/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadSwitch description: Explore the Switch control and its features for toggling between two states in your application. slug: switch/overview +components: ["switch"] tags: overview published: True position: 0 diff --git a/controls/switch/server-side-programming/properties-and-events.md b/controls/switch/server-side-programming/properties-and-events.md index 04906c7ba2..cf491b9bd4 100644 --- a/controls/switch/server-side-programming/properties-and-events.md +++ b/controls/switch/server-side-programming/properties-and-events.md @@ -3,6 +3,7 @@ title: Properties and Events page_title: Properties and Events - RadSwitch description: Check our Web Forms article about Properties and Events. slug: switch/server-side-programming/properties-and-events +components: ["switch"] tags: properties,and,events published: True position: 0 diff --git a/controls/switch/troubleshooting/common-issues.md b/controls/switch/troubleshooting/common-issues.md index 2df9376a9b..c0eb2dea62 100644 --- a/controls/switch/troubleshooting/common-issues.md +++ b/controls/switch/troubleshooting/common-issues.md @@ -3,6 +3,7 @@ title: Common Issues page_title: Common Issues - RadSwitch description: Check our Web Forms article about Common Issues. slug: switch/troubleshooting/common-issues +components: ["switch"] tags: common,issues published: True position: 0 diff --git a/controls/switch/troubleshooting/distorted-appearance.md b/controls/switch/troubleshooting/distorted-appearance.md index b75a2b2f13..651869862a 100644 --- a/controls/switch/troubleshooting/distorted-appearance.md +++ b/controls/switch/troubleshooting/distorted-appearance.md @@ -3,6 +3,7 @@ title: Distorted Appearance page_title: Distorted Appearance - RadSwitch description: Check our Web Forms article about Distorted Appearance. slug: switch/troubleshooting/distorted-appearance +components: ["switch"] tags: distorted,appearance published: True position: 1 diff --git a/controls/tabstrip/accessibility-and-internationalization/keyboard-support.md b/controls/tabstrip/accessibility-and-internationalization/keyboard-support.md index c93cdf77ca..b98b402905 100644 --- a/controls/tabstrip/accessibility-and-internationalization/keyboard-support.md +++ b/controls/tabstrip/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadTabStrip description: Check our Web Forms article about Keyboard Support. slug: tabstrip/accessibility-and-internationalization/keyboard-support +components: ["tabstrip"] tags: keyboard,support published: True position: 0 diff --git a/controls/tabstrip/accessibility-and-internationalization/wai-aria-support.md b/controls/tabstrip/accessibility-and-internationalization/wai-aria-support.md index 171e04f20d..9a8a18f05d 100644 --- a/controls/tabstrip/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/tabstrip/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadTabStrip description: Check our Web Forms article about WAI-ARIA Support. slug: tabstrip/accessibility-and-internationalization/wai-aria-support +components: ["tabstrip"] tags: wai-aria,support published: True position: 1 diff --git a/controls/tabstrip/appearance-and-styling/adding-images-to-tabs.md b/controls/tabstrip/appearance-and-styling/adding-images-to-tabs.md index d872dd9768..72a7c5e9df 100644 --- a/controls/tabstrip/appearance-and-styling/adding-images-to-tabs.md +++ b/controls/tabstrip/appearance-and-styling/adding-images-to-tabs.md @@ -3,6 +3,7 @@ title: Adding Images to Tabs page_title: Adding Images to Tabs - RadTabStrip description: Check our Web Forms article about Adding Images to Tabs. slug: tabstrip/appearance-and-styling/adding-images-to-tabs +components: ["tabstrip"] tags: adding,images,to,tabs published: True position: 2 diff --git a/controls/tabstrip/appearance-and-styling/controlling-appearance.md b/controls/tabstrip/appearance-and-styling/controlling-appearance.md index eda276df60..5896c9255a 100644 --- a/controls/tabstrip/appearance-and-styling/controlling-appearance.md +++ b/controls/tabstrip/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadTabStrip description: Check our Web Forms article about Controlling Appearance. slug: tabstrip/appearance-and-styling/controlling-appearance +components: ["tabstrip"] tags: controlling,appearance published: True position: 1 diff --git a/controls/tabstrip/appearance-and-styling/controlling-layout.md b/controls/tabstrip/appearance-and-styling/controlling-layout.md index b79473dad9..f1af51376d 100644 --- a/controls/tabstrip/appearance-and-styling/controlling-layout.md +++ b/controls/tabstrip/appearance-and-styling/controlling-layout.md @@ -3,6 +3,7 @@ title: Controlling Layout page_title: Controlling Layout - RadTabStrip description: Check our Web Forms article about Controlling Layout. slug: tabstrip/appearance-and-styling/controlling-layout +components: ["tabstrip"] tags: controlling,layout published: True position: 8 diff --git a/controls/tabstrip/appearance-and-styling/css-skin-file-selectors.md b/controls/tabstrip/appearance-and-styling/css-skin-file-selectors.md index e0a72a3128..ad2210db4b 100644 --- a/controls/tabstrip/appearance-and-styling/css-skin-file-selectors.md +++ b/controls/tabstrip/appearance-and-styling/css-skin-file-selectors.md @@ -3,6 +3,7 @@ title: CSS Skin File Selectors page_title: CSS Skin File Selectors - RadTabStrip description: Check our Web Forms article about CSS Skin File Selectors. slug: tabstrip/appearance-and-styling/css-skin-file-selectors +components: ["tabstrip"] tags: css,skin,file,selectors published: True position: 7 diff --git a/controls/tabstrip/appearance-and-styling/migrating-skins-from-radtabstrip-asp.net-to-asp.net-ajax.md b/controls/tabstrip/appearance-and-styling/migrating-skins-from-radtabstrip-asp.net-to-asp.net-ajax.md index da9b8b7c3f..97ee0d71eb 100644 --- a/controls/tabstrip/appearance-and-styling/migrating-skins-from-radtabstrip-asp.net-to-asp.net-ajax.md +++ b/controls/tabstrip/appearance-and-styling/migrating-skins-from-radtabstrip-asp.net-to-asp.net-ajax.md @@ -3,6 +3,7 @@ title: Migrating Skins from RadTabStrip ASP.NET to ASP.NET AJAX page_title: Migrating Skins from RadTabStrip ASP.NET to ASP.NET AJAX - RadTabStrip description: Check our Web Forms article about Migrating Skins from RadTabStrip ASP.NET to ASP.NET AJAX. slug: tabstrip/appearance-and-styling/migrating-skins-from-radtabstrip-asp.net-to-asp.net-ajax +components: ["tabstrip"] tags: migrating,skins,from,radtabstrip,asp.net,to,asp.net,ajax published: True position: 0 diff --git a/controls/tabstrip/appearance-and-styling/rtl-support.md b/controls/tabstrip/appearance-and-styling/rtl-support.md index ccc575025e..8a338ed03e 100644 --- a/controls/tabstrip/appearance-and-styling/rtl-support.md +++ b/controls/tabstrip/appearance-and-styling/rtl-support.md @@ -3,6 +3,7 @@ title: RTL support page_title: RTL support - RadTabStrip description: Check our Web Forms article about RTL support. slug: tabstrip/appearance-and-styling/rtl-support +components: ["tabstrip"] tags: rtl,support published: True position: 9 diff --git a/controls/tabstrip/appearance-and-styling/setting-the-css-class-of-tabs.md b/controls/tabstrip/appearance-and-styling/setting-the-css-class-of-tabs.md index aa1a601659..f4bf814f27 100644 --- a/controls/tabstrip/appearance-and-styling/setting-the-css-class-of-tabs.md +++ b/controls/tabstrip/appearance-and-styling/setting-the-css-class-of-tabs.md @@ -3,6 +3,7 @@ title: Setting the CSS Class of Tabs page_title: Setting the CSS Class of Tabs - RadTabStrip description: Check our Web Forms article about Setting the CSS Class of Tabs. slug: tabstrip/appearance-and-styling/setting-the-css-class-of-tabs +components: ["tabstrip"] tags: setting,the,css,class,of,tabs published: True position: 3 diff --git a/controls/tabstrip/appearance-and-styling/skins.md b/controls/tabstrip/appearance-and-styling/skins.md index b9b5de0b5d..d146ba4fb0 100644 --- a/controls/tabstrip/appearance-and-styling/skins.md +++ b/controls/tabstrip/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadTabStrip description: Check our Web Forms article about Skins. slug: tabstrip/appearance-and-styling/skins +components: ["tabstrip"] tags: skins published: True position: 4 diff --git a/controls/tabstrip/appearance-and-styling/sprite-guide.md b/controls/tabstrip/appearance-and-styling/sprite-guide.md index 5248654028..51a29036aa 100644 --- a/controls/tabstrip/appearance-and-styling/sprite-guide.md +++ b/controls/tabstrip/appearance-and-styling/sprite-guide.md @@ -3,6 +3,7 @@ title: Sprite Guide page_title: Sprite Guide - RadTabStrip description: Check our Web Forms article about Sprite Guide. slug: tabstrip/appearance-and-styling/sprite-guide +components: ["tabstrip"] tags: sprite,guide published: True position: 10 diff --git a/controls/tabstrip/appearance-and-styling/tutorial-creating-a-custom-skin-using-sprite.md b/controls/tabstrip/appearance-and-styling/tutorial-creating-a-custom-skin-using-sprite.md index 6c2ab1a686..7b6333dab9 100644 --- a/controls/tabstrip/appearance-and-styling/tutorial-creating-a-custom-skin-using-sprite.md +++ b/controls/tabstrip/appearance-and-styling/tutorial-creating-a-custom-skin-using-sprite.md @@ -3,6 +3,7 @@ title: Tutorial Creating a Custom Skin Using Sprite page_title: Tutorial Creating a Custom Skin Using Sprite - RadTabStrip description: Check our Web Forms article about Tutorial Creating a Custom Skin Using Sprite. slug: tabstrip/appearance-and-styling/tutorial-creating-a-custom-skin-using-sprite +components: ["tabstrip"] tags: tutorial,creating,a,custom,skin,using,sprite, published: True position: 11 diff --git a/controls/tabstrip/appearance-and-styling/tutorial-creating-a-custom-skin.md b/controls/tabstrip/appearance-and-styling/tutorial-creating-a-custom-skin.md index 93592c5163..363eef6e27 100644 --- a/controls/tabstrip/appearance-and-styling/tutorial-creating-a-custom-skin.md +++ b/controls/tabstrip/appearance-and-styling/tutorial-creating-a-custom-skin.md @@ -3,6 +3,7 @@ title: Tutorial Creating A Custom Skin page_title: Tutorial Creating A Custom Skin - RadTabStrip description: Check our Web Forms article about Tutorial Creating A Custom Skin. slug: tabstrip/appearance-and-styling/tutorial-creating-a-custom-skin +components: ["tabstrip"] tags: tutorial,creating,a,custom,skin published: True position: 5 diff --git a/controls/tabstrip/appearance-and-styling/understanding-the-skin-css-file.md b/controls/tabstrip/appearance-and-styling/understanding-the-skin-css-file.md index fdecc913f8..ca5d17bb20 100644 --- a/controls/tabstrip/appearance-and-styling/understanding-the-skin-css-file.md +++ b/controls/tabstrip/appearance-and-styling/understanding-the-skin-css-file.md @@ -3,6 +3,7 @@ title: Understanding the Skin CSS File page_title: Understanding the Skin CSS File - RadTabStrip description: Check our Web Forms article about Understanding the Skin CSS File. slug: tabstrip/appearance-and-styling/understanding-the-skin-css-file +components: ["tabstrip"] tags: understanding,the,skin,css,file published: True position: 6 diff --git a/controls/tabstrip/changes-and-backward-compatibility.md b/controls/tabstrip/changes-and-backward-compatibility.md index bd0adee60e..cf687968b7 100644 --- a/controls/tabstrip/changes-and-backward-compatibility.md +++ b/controls/tabstrip/changes-and-backward-compatibility.md @@ -3,6 +3,7 @@ title: Changes and backward compatibility page_title: Changes and backward compatibility - RadTabStrip description: Check our Web Forms article about Changes and backward compatibility. slug: tabstrip/changes-and-backward-compatibility +components: ["tabstrip"] tags: changes,and,backward,compatibility published: True position: 5 diff --git a/controls/tabstrip/client-side-programming/accessing-client-changes-at-the-server.md b/controls/tabstrip/client-side-programming/accessing-client-changes-at-the-server.md index 7fbdac70db..bd731cd20c 100644 --- a/controls/tabstrip/client-side-programming/accessing-client-changes-at-the-server.md +++ b/controls/tabstrip/client-side-programming/accessing-client-changes-at-the-server.md @@ -3,6 +3,7 @@ title: Accessing Client Changes at the Server page_title: Accessing Client Changes at the Server - RadTabStrip description: Check our Web Forms article about Accessing Client Changes at the Server. slug: tabstrip/client-side-programming/accessing-client-changes-at-the-server +components: ["tabstrip"] tags: accessing,client,changes,at,the,server published: True position: 30 diff --git a/controls/tabstrip/client-side-programming/events/events.md b/controls/tabstrip/client-side-programming/events/events.md index fba95f3ed5..12e31c2945 100644 --- a/controls/tabstrip/client-side-programming/events/events.md +++ b/controls/tabstrip/client-side-programming/events/events.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Events - RadTabStrip description: Check our Web Forms article about Events overview. slug: tabstrip/client-side-programming/events +components: ["tabstrip"] tags: events,overview published: True position: 0 diff --git a/controls/tabstrip/client-side-programming/events/onclientcontextmenu.md b/controls/tabstrip/client-side-programming/events/onclientcontextmenu.md index 476722812f..3f9302d186 100644 --- a/controls/tabstrip/client-side-programming/events/onclientcontextmenu.md +++ b/controls/tabstrip/client-side-programming/events/onclientcontextmenu.md @@ -3,6 +3,7 @@ title: OnClientContextMenu page_title: OnClientContextMenu - RadTabStrip description: Check our Web Forms article about OnClientContextMenu. slug: tabstrip/client-side-programming/onclientcontextmenu +components: ["tabstrip"] tags: onclientcontextmenu published: True position: 2 diff --git a/controls/tabstrip/client-side-programming/events/onclientdoubleclick.md b/controls/tabstrip/client-side-programming/events/onclientdoubleclick.md index d4a8aec31a..cd0a512ae0 100644 --- a/controls/tabstrip/client-side-programming/events/onclientdoubleclick.md +++ b/controls/tabstrip/client-side-programming/events/onclientdoubleclick.md @@ -3,6 +3,7 @@ title: OnClientDoubleClick page_title: OnClientDoubleClick - RadTabStrip description: Check our Web Forms article about OnClientDoubleClick. slug: tabstrip/client-side-programming/onclientdoubleclick +components: ["tabstrip"] tags: onclientdoubleclick published: True position: 3 diff --git a/controls/tabstrip/client-side-programming/events/onclientload.md b/controls/tabstrip/client-side-programming/events/onclientload.md index 3f6205a1ec..8ad5df3a62 100644 --- a/controls/tabstrip/client-side-programming/events/onclientload.md +++ b/controls/tabstrip/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadTabStrip description: Check our Web Forms article about OnClientLoad. slug: tabstrip/client-side-programming/onclientload +components: ["tabstrip"] tags: onclientload published: True position: 1 diff --git a/controls/tabstrip/client-side-programming/events/onclientmouseout.md b/controls/tabstrip/client-side-programming/events/onclientmouseout.md index 19f81391c0..6b052f57d2 100644 --- a/controls/tabstrip/client-side-programming/events/onclientmouseout.md +++ b/controls/tabstrip/client-side-programming/events/onclientmouseout.md @@ -3,6 +3,7 @@ title: OnClientMouseOut page_title: OnClientMouseOut - RadTabStrip description: Check our Web Forms article about OnClientMouseOut. slug: tabstrip/client-side-programming/onclientmouseout +components: ["tabstrip"] tags: onclientmouseout published: True position: 4 diff --git a/controls/tabstrip/client-side-programming/events/onclientmouseover.md b/controls/tabstrip/client-side-programming/events/onclientmouseover.md index 219b1416f7..e37f3325d2 100644 --- a/controls/tabstrip/client-side-programming/events/onclientmouseover.md +++ b/controls/tabstrip/client-side-programming/events/onclientmouseover.md @@ -3,6 +3,7 @@ title: OnClientMouseOver page_title: OnClientMouseOver - RadTabStrip description: Check our Web Forms article about OnClientMouseOver. slug: tabstrip/client-side-programming/onclientmouseover +components: ["tabstrip"] tags: onclientmouseover published: True position: 5 diff --git a/controls/tabstrip/client-side-programming/events/onclientreordered.md b/controls/tabstrip/client-side-programming/events/onclientreordered.md index 6439d736d1..ac8e509642 100644 --- a/controls/tabstrip/client-side-programming/events/onclientreordered.md +++ b/controls/tabstrip/client-side-programming/events/onclientreordered.md @@ -3,6 +3,7 @@ title: OnClientReordered page_title: OnClientReordered - RadTabStrip description: Check our Web Forms article about OnClientReordered. slug: tabstrip/client-side-programming/onclientreordered +components: ["tabstrip"] tags: onclientreordered published: True position: 8 diff --git a/controls/tabstrip/client-side-programming/events/onclientreordering.md b/controls/tabstrip/client-side-programming/events/onclientreordering.md index 1706b48159..cd356474cd 100644 --- a/controls/tabstrip/client-side-programming/events/onclientreordering.md +++ b/controls/tabstrip/client-side-programming/events/onclientreordering.md @@ -3,6 +3,7 @@ title: OnClientReordering page_title: OnClientReordering - RadTabStrip description: Check our Web Forms article about OnClientReordering. slug: tabstrip/client-side-programming/onclientreordering +components: ["tabstrip"] tags: onclientreordering published: True position: 7 diff --git a/controls/tabstrip/client-side-programming/events/onclienttabdisabled.md b/controls/tabstrip/client-side-programming/events/onclienttabdisabled.md index b4976afe5c..c528ba7f99 100644 --- a/controls/tabstrip/client-side-programming/events/onclienttabdisabled.md +++ b/controls/tabstrip/client-side-programming/events/onclienttabdisabled.md @@ -3,6 +3,7 @@ title: OnClientTabDisabled page_title: OnClientTabDisabled - RadTabStrip description: Check our Web Forms article about OnClientTabDisabled. slug: tabstrip/client-side-programming/onclienttabdisabled +components: ["tabstrip"] tags: onclienttabdisabled published: True position: 6 diff --git a/controls/tabstrip/client-side-programming/events/onclienttabdragstart.md b/controls/tabstrip/client-side-programming/events/onclienttabdragstart.md index 46713c71ee..c96f6a9c86 100644 --- a/controls/tabstrip/client-side-programming/events/onclienttabdragstart.md +++ b/controls/tabstrip/client-side-programming/events/onclienttabdragstart.md @@ -3,6 +3,7 @@ title: OnClientTabDragStart page_title: OnClientTabDragStart - RadTabStrip description: Check our Web Forms article about OnClientTabDragStart. slug: tabstrip/client-side-programming/onclienttabdragstart +components: ["tabstrip"] tags: onclienttabdragstart published: True position: 9 diff --git a/controls/tabstrip/client-side-programming/events/onclienttabenabled.md b/controls/tabstrip/client-side-programming/events/onclienttabenabled.md index ba9f57cbd3..3aa4c11657 100644 --- a/controls/tabstrip/client-side-programming/events/onclienttabenabled.md +++ b/controls/tabstrip/client-side-programming/events/onclienttabenabled.md @@ -3,6 +3,7 @@ title: OnClientTabEnabled page_title: OnClientTabEnabled - RadTabStrip description: Check our Web Forms article about OnClientTabEnabled. slug: tabstrip/client-side-programming/onclienttabenabled +components: ["tabstrip"] tags: onclienttabenabled published: True position: 10 diff --git a/controls/tabstrip/client-side-programming/events/onclienttabselected.md b/controls/tabstrip/client-side-programming/events/onclienttabselected.md index 93278ba937..f5bb6bc4c6 100644 --- a/controls/tabstrip/client-side-programming/events/onclienttabselected.md +++ b/controls/tabstrip/client-side-programming/events/onclienttabselected.md @@ -3,6 +3,7 @@ title: OnClientTabSelected page_title: OnClientTabSelected - RadTabStrip description: Check our Web Forms article about OnClientTabSelected. slug: tabstrip/client-side-programming/onclienttabselected +components: ["tabstrip"] tags: onclienttabselected published: True position: 12 diff --git a/controls/tabstrip/client-side-programming/events/onclienttabselecting.md b/controls/tabstrip/client-side-programming/events/onclienttabselecting.md index 9980e512b6..2a419f8407 100644 --- a/controls/tabstrip/client-side-programming/events/onclienttabselecting.md +++ b/controls/tabstrip/client-side-programming/events/onclienttabselecting.md @@ -3,6 +3,7 @@ title: OnClientTabSelecting page_title: OnClientTabSelecting - RadTabStrip description: Check our Web Forms article about OnClientTabSelecting. slug: tabstrip/client-side-programming/onclienttabselecting +components: ["tabstrip"] tags: onclienttabselecting published: True position: 11 diff --git a/controls/tabstrip/client-side-programming/events/onclienttabunselected.md b/controls/tabstrip/client-side-programming/events/onclienttabunselected.md index 5c77c5f9de..67eb958ce1 100644 --- a/controls/tabstrip/client-side-programming/events/onclienttabunselected.md +++ b/controls/tabstrip/client-side-programming/events/onclienttabunselected.md @@ -3,6 +3,7 @@ title: OnClientTabUnSelected page_title: OnClientTabUnSelected - RadTabStrip description: Check our Web Forms article about OnClientTabUnSelected. slug: tabstrip/client-side-programming/onclienttabunselected +components: ["tabstrip"] tags: onclienttabunselected published: True position: 13 diff --git a/controls/tabstrip/client-side-programming/objects/radmultipage-object.md b/controls/tabstrip/client-side-programming/objects/radmultipage-object.md index 89145985bd..6515a4f5e3 100644 --- a/controls/tabstrip/client-side-programming/objects/radmultipage-object.md +++ b/controls/tabstrip/client-side-programming/objects/radmultipage-object.md @@ -3,6 +3,7 @@ title: RadMultiPage Object page_title: RadMultiPage Object - RadTabStrip description: Check our Web Forms article about RadMultiPage Object. slug: tabstrip/client-side-programming/radmultipage-object +components: ["tabstrip"] tags: radmultipage,object published: True position: 5 diff --git a/controls/tabstrip/client-side-programming/objects/radpageview-object.md b/controls/tabstrip/client-side-programming/objects/radpageview-object.md index aace3a2055..b666fdf567 100644 --- a/controls/tabstrip/client-side-programming/objects/radpageview-object.md +++ b/controls/tabstrip/client-side-programming/objects/radpageview-object.md @@ -3,6 +3,7 @@ title: RadPageView Object page_title: RadPageView Object - RadTabStrip description: Check our Web Forms article about RadPageView Object. slug: tabstrip/client-side-programming/radpageview-object +components: ["tabstrip"] tags: radpageview,object published: True position: 4 diff --git a/controls/tabstrip/client-side-programming/objects/radtab-object.md b/controls/tabstrip/client-side-programming/objects/radtab-object.md index 49fd753592..b755a9b5d8 100644 --- a/controls/tabstrip/client-side-programming/objects/radtab-object.md +++ b/controls/tabstrip/client-side-programming/objects/radtab-object.md @@ -3,6 +3,7 @@ title: RadTab Object page_title: RadTab Object - RadTabStrip description: Check our Web Forms article about RadTab Object. slug: tabstrip/client-side-programming/radtab-object +components: ["tabstrip"] tags: radtab,object published: True position: 2 diff --git a/controls/tabstrip/client-side-programming/objects/radtabcollection-object.md b/controls/tabstrip/client-side-programming/objects/radtabcollection-object.md index 23d96e9481..7923db5788 100644 --- a/controls/tabstrip/client-side-programming/objects/radtabcollection-object.md +++ b/controls/tabstrip/client-side-programming/objects/radtabcollection-object.md @@ -3,6 +3,7 @@ title: RadTabCollection Object page_title: RadTabCollection Object - RadTabStrip description: Check our Web Forms article about RadTabCollection Object. slug: tabstrip/client-side-programming/radtabcollection-object +components: ["tabstrip"] tags: radtabcollection,object published: True position: 3 diff --git a/controls/tabstrip/client-side-programming/objects/radtabstrip-object.md b/controls/tabstrip/client-side-programming/objects/radtabstrip-object.md index 7ea4f713d9..f96440e2fb 100644 --- a/controls/tabstrip/client-side-programming/objects/radtabstrip-object.md +++ b/controls/tabstrip/client-side-programming/objects/radtabstrip-object.md @@ -3,6 +3,7 @@ title: RadTabStrip Object page_title: RadTabStrip Object - RadTabStrip description: Check our Web Forms article about RadTabStrip Object. slug: tabstrip/client-side-programming/radtabstrip-object +components: ["tabstrip"] tags: radtabstrip,object published: True position: 1 diff --git a/controls/tabstrip/client-side-programming/overview.md b/controls/tabstrip/client-side-programming/overview.md index 047480f3c4..44ccd05adb 100644 --- a/controls/tabstrip/client-side-programming/overview.md +++ b/controls/tabstrip/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadTabStrip description: Check our Web Forms article about Overview. slug: tabstrip/client-side-programming/overview +components: ["tabstrip"] tags: overview published: True position: 0 diff --git a/controls/tabstrip/data-binding/binding-to-datatable.md b/controls/tabstrip/data-binding/binding-to-datatable.md index 8793faf796..e5598c9426 100644 --- a/controls/tabstrip/data-binding/binding-to-datatable.md +++ b/controls/tabstrip/data-binding/binding-to-datatable.md @@ -3,6 +3,7 @@ title: Binding to DataTable page_title: Binding to DataTable - RadTabStrip description: Check our Web Forms article about Binding to DataTable. slug: tabstrip/data-binding/binding-to-datatable +components: ["tabstrip"] tags: binding,to,datatable published: True position: 2 diff --git a/controls/tabstrip/data-binding/binding-to-hierarchical-datasource-components.md b/controls/tabstrip/data-binding/binding-to-hierarchical-datasource-components.md index 741f627821..ef515ed8e5 100644 --- a/controls/tabstrip/data-binding/binding-to-hierarchical-datasource-components.md +++ b/controls/tabstrip/data-binding/binding-to-hierarchical-datasource-components.md @@ -3,6 +3,7 @@ title: Binding to Hierarchical DataSource Components page_title: Binding to Hierarchical DataSource Components - RadTabStrip description: Check our Web Forms article about Binding to Hierarchical DataSource Components. slug: tabstrip/data-binding/binding-to-hierarchical-datasource-components +components: ["tabstrip"] tags: binding,to,hierarchical,datasource,components published: True position: 4 diff --git a/controls/tabstrip/data-binding/binding-to-linqdatasource.md b/controls/tabstrip/data-binding/binding-to-linqdatasource.md index bb3c7bdf03..5d659882c0 100644 --- a/controls/tabstrip/data-binding/binding-to-linqdatasource.md +++ b/controls/tabstrip/data-binding/binding-to-linqdatasource.md @@ -3,6 +3,7 @@ title: Binding to LinqDataSource page_title: Binding to LinqDataSource - RadTabStrip description: Check our Web Forms article about Binding to LinqDataSource. slug: tabstrip/data-binding/binding-to-linqdatasource +components: ["tabstrip"] tags: binding,to,linqdatasource published: True position: 5 diff --git a/controls/tabstrip/data-binding/binding-to-object-based-data-sources.md b/controls/tabstrip/data-binding/binding-to-object-based-data-sources.md index e453d1fb7f..27e867fe7f 100644 --- a/controls/tabstrip/data-binding/binding-to-object-based-data-sources.md +++ b/controls/tabstrip/data-binding/binding-to-object-based-data-sources.md @@ -3,6 +3,7 @@ title: Binding to Object-Based Data Sources page_title: Binding to Object-Based Data Sources - RadTabStrip description: Check our Web Forms article about Binding to Object-Based Data Sources. slug: tabstrip/data-binding/binding-to-object-based-data-sources +components: ["tabstrip"] tags: binding,to,object-based,data,sources published: True position: 1 diff --git a/controls/tabstrip/data-binding/binding-to-table-based-datasource-components.md b/controls/tabstrip/data-binding/binding-to-table-based-datasource-components.md index 0e91009376..a0ad70b768 100644 --- a/controls/tabstrip/data-binding/binding-to-table-based-datasource-components.md +++ b/controls/tabstrip/data-binding/binding-to-table-based-datasource-components.md @@ -3,6 +3,7 @@ title: Binding to Table-Based DataSource Components page_title: Binding to Table-Based DataSource Components - RadTabStrip description: Check our Web Forms article about Binding to Table-Based DataSource Components. slug: tabstrip/data-binding/binding-to-table-based-datasource-components +components: ["tabstrip"] tags: binding,to,table-based,datasource,components published: True position: 3 diff --git a/controls/tabstrip/data-binding/overview.md b/controls/tabstrip/data-binding/overview.md index 76c4e29a8a..b8e4c520e3 100644 --- a/controls/tabstrip/data-binding/overview.md +++ b/controls/tabstrip/data-binding/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Data Binding Overview - RadTabStrip description: Check our Web Forms article about Overview. slug: tabstrip/data-binding/overview +components: ["tabstrip"] tags: overview published: True position: 0 diff --git a/controls/tabstrip/data-binding/using-databindings.md b/controls/tabstrip/data-binding/using-databindings.md index 350552256f..1bee093fa7 100644 --- a/controls/tabstrip/data-binding/using-databindings.md +++ b/controls/tabstrip/data-binding/using-databindings.md @@ -3,6 +3,7 @@ title: Using DataBindings page_title: Using DataBindings - RadTabStrip description: Check our Web Forms article about Using DataBindings. slug: tabstrip/data-binding/using-databindings +components: ["tabstrip"] tags: using,databindings published: True position: 6 diff --git a/controls/tabstrip/design-time/design-time-support-for-radmultipage.md b/controls/tabstrip/design-time/design-time-support-for-radmultipage.md index 83c484b2fa..c335e6707c 100644 --- a/controls/tabstrip/design-time/design-time-support-for-radmultipage.md +++ b/controls/tabstrip/design-time/design-time-support-for-radmultipage.md @@ -3,6 +3,7 @@ title: Design Time Support for RadMultiPage page_title: Design Time Support for RadMultiPage - RadTabStrip description: Check our Web Forms article about Design Time Support for RadMultiPage. slug: tabstrip/design-time/design-time-support-for-radmultipage +components: ["tabstrip"] tags: design,time,support,for,radmultipage published: True position: 4 diff --git a/controls/tabstrip/design-time/navigationtabbinding-collection-editor.md b/controls/tabstrip/design-time/navigationtabbinding-collection-editor.md index 0e1640d9c1..d6f72a99b4 100644 --- a/controls/tabstrip/design-time/navigationtabbinding-collection-editor.md +++ b/controls/tabstrip/design-time/navigationtabbinding-collection-editor.md @@ -3,6 +3,7 @@ title: NavigationTabBinding Collection Editor page_title: NavigationTabBinding Collection Editor - RadTabStrip description: Check our Web Forms article about NavigationTabBinding Collection Editor. slug: tabstrip/design-time/navigationtabbinding-collection-editor +components: ["tabstrip"] tags: navigationtabbinding,collection,editor published: True position: 2 diff --git a/controls/tabstrip/design-time/radtabstrip-item-builder.md b/controls/tabstrip/design-time/radtabstrip-item-builder.md index 130f13dd8b..2ec37d1b26 100644 --- a/controls/tabstrip/design-time/radtabstrip-item-builder.md +++ b/controls/tabstrip/design-time/radtabstrip-item-builder.md @@ -3,6 +3,7 @@ title: RadTabStrip Item Builder page_title: RadTabStrip Item Builder - RadTabStrip description: Check our Web Forms article about RadTabStrip Item Builder. slug: tabstrip/design-time/radtabstrip-item-builder +components: ["tabstrip"] tags: radtabstrip,item,builder published: True position: 1 diff --git a/controls/tabstrip/design-time/smart-tag.md b/controls/tabstrip/design-time/smart-tag.md index 003f47af3b..728118c17f 100644 --- a/controls/tabstrip/design-time/smart-tag.md +++ b/controls/tabstrip/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadTabStrip description: Check our Web Forms article about Smart Tag. slug: tabstrip/design-time/smart-tag +components: ["tabstrip"] tags: smart,tag published: True position: 0 diff --git a/controls/tabstrip/design-time/template-design-surface.md b/controls/tabstrip/design-time/template-design-surface.md index bdaccd171d..37ba6cc60c 100644 --- a/controls/tabstrip/design-time/template-design-surface.md +++ b/controls/tabstrip/design-time/template-design-surface.md @@ -3,6 +3,7 @@ title: Template Design Surface page_title: Template Design Surface - RadTabStrip description: Check our Web Forms article about Template Design Surface. slug: tabstrip/design-time/template-design-surface +components: ["tabstrip"] tags: template,design,surface published: True position: 3 diff --git a/controls/tabstrip/getting-started/binding-to-a-data-source.md b/controls/tabstrip/getting-started/binding-to-a-data-source.md index ac4cddf608..99763deefa 100644 --- a/controls/tabstrip/getting-started/binding-to-a-data-source.md +++ b/controls/tabstrip/getting-started/binding-to-a-data-source.md @@ -3,6 +3,7 @@ title: Binding to a Data Source page_title: Binding to a Data Source - RadTabStrip description: Check our Web Forms article about Binding to a Data Source. slug: tabstrip/getting-started/binding-to-a-data-source +components: ["tabstrip"] tags: binding,to,a,data,source published: True position: 1 diff --git a/controls/tabstrip/getting-started/getting-started.md b/controls/tabstrip/getting-started/getting-started.md index 5c22c3eae5..a4ce1e049a 100644 --- a/controls/tabstrip/getting-started/getting-started.md +++ b/controls/tabstrip/getting-started/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadTabStrip description: Check our Web Forms article about Getting Started. slug: tabstrip/getting-started/getting-started +components: ["tabstrip"] tags: getting,started published: True position: 0 diff --git a/controls/tabstrip/how-to/change-tabs-on-mouseover.md b/controls/tabstrip/how-to/change-tabs-on-mouseover.md index c885ca983a..d5e4a2b474 100644 --- a/controls/tabstrip/how-to/change-tabs-on-mouseover.md +++ b/controls/tabstrip/how-to/change-tabs-on-mouseover.md @@ -3,6 +3,7 @@ title: Change Tabs on Mouseover page_title: Change Tabs on Mouseover - RadTabStrip description: Check our Web Forms article about Change Tabs on Mouseover. slug: tabstrip/how-to/change-tabs-on-mouseover +components: ["tabstrip"] tags: change,tabs,on,mouseover published: True position: 0 diff --git a/controls/tabstrip/how-to/click-on-child-tab-and-load-its-content-url-using-javascript.md b/controls/tabstrip/how-to/click-on-child-tab-and-load-its-content-url-using-javascript.md index 6d807a1151..69b9851531 100644 --- a/controls/tabstrip/how-to/click-on-child-tab-and-load-its-content-url-using-javascript.md +++ b/controls/tabstrip/how-to/click-on-child-tab-and-load-its-content-url-using-javascript.md @@ -3,6 +3,7 @@ title: Click on child tab and load its ContentUrl using JavaScript page_title: Click on child tab and load its ContentUrl using JavaScript - RadTabStrip description: Check our Web Forms article about Click on child tab and load its ContentUrl using JavaScript. slug: tabstrip/how-to/click-on-child-tab-and-load-its-content-url-using-javascript +components: ["tabstrip"] tags: click,tabs,child,load. ContentUrl,JavaScript,client-side published: True position: 7 diff --git a/controls/tabstrip/how-to/create-closable-tabs-client-side.md b/controls/tabstrip/how-to/create-closable-tabs-client-side.md index 18fe2496cd..47d8eb5137 100644 --- a/controls/tabstrip/how-to/create-closable-tabs-client-side.md +++ b/controls/tabstrip/how-to/create-closable-tabs-client-side.md @@ -3,6 +3,7 @@ title: Create Closable Tabs Client-Side page_title: Create Closable Tabs Client-Side - RadTabStrip description: Check our Web Forms article about Create Closable Tabs Client-Side. slug: tabstrip/how-to/create-closable-tabs-client-side +components: ["tabstrip"] tags: create,closable,tabs,client-side published: True position: 4 diff --git a/controls/tabstrip/how-to/get-the-previously-selected-tab.md b/controls/tabstrip/how-to/get-the-previously-selected-tab.md index e2483ddbe6..ebf8c6e0d3 100644 --- a/controls/tabstrip/how-to/get-the-previously-selected-tab.md +++ b/controls/tabstrip/how-to/get-the-previously-selected-tab.md @@ -3,6 +3,7 @@ title: Get the Previously Selected Tab page_title: Get the Previously Selected Tab - RadTabStrip description: Check our Web Forms article about Get the Previously Selected Tab. slug: tabstrip/how-to/get-the-previously-selected-tab +components: ["tabstrip"] tags: get,the,previously,selected,tab published: True position: 1 diff --git a/controls/tabstrip/how-to/implementing-show-path-and-breadcrumb.md b/controls/tabstrip/how-to/implementing-show-path-and-breadcrumb.md index c57f599aee..cb8eebbaca 100644 --- a/controls/tabstrip/how-to/implementing-show-path-and-breadcrumb.md +++ b/controls/tabstrip/how-to/implementing-show-path-and-breadcrumb.md @@ -3,6 +3,7 @@ title: Implementing Show Path and BreadCrumb page_title: Implementing Show Path and BreadCrumb - RadTabStrip description: Check our Web Forms article about Implementing Show Path and BreadCrumb. slug: tabstrip/how-to/implementing-show-path-and-breadcrumb +components: ["tabstrip"] tags: implementing,show,path,and,breadcrumb published: True position: 5 diff --git a/controls/tabstrip/how-to/intended-vertical-left-align-tabs.md b/controls/tabstrip/how-to/intended-vertical-left-align-tabs.md index a980962c6b..e0f609a2f9 100644 --- a/controls/tabstrip/how-to/intended-vertical-left-align-tabs.md +++ b/controls/tabstrip/how-to/intended-vertical-left-align-tabs.md @@ -3,6 +3,7 @@ title: Intended-vertical-left align tabs page_title: Intended-vertical-left align tabs - RadTabStrip description: Check our Web Forms article about Intended-vertical-left align tabs. slug: tabstrip/how-to/intended-vertical-left-align-tabs +components: ["tabstrip"] tags: tabs,vertical,intend,align published: True position: 6 diff --git a/controls/tabstrip/how-to/print-the-content-of-the-selected-radpageview-only.md b/controls/tabstrip/how-to/print-the-content-of-the-selected-radpageview-only.md index 6de0a5d7b2..b94f6eae3a 100644 --- a/controls/tabstrip/how-to/print-the-content-of-the-selected-radpageview-only.md +++ b/controls/tabstrip/how-to/print-the-content-of-the-selected-radpageview-only.md @@ -3,6 +3,7 @@ title: Print the Content of the Selected RadPageView only page_title: Print the Content of the Selected RadPageView only - RadTabStrip description: Check our Web Forms article about Print the Content of the Selected RadPageView only. slug: tabstrip/how-to/print-the-content-of-the-selected-radpageview-only +components: ["tabstrip"] tags: print,the,content,of,the,selected,radpageview,only published: True position: 2 diff --git a/controls/tabstrip/how-to/tab-wizard-at-client-side.md b/controls/tabstrip/how-to/tab-wizard-at-client-side.md index 102aeaca03..a016312d7a 100644 --- a/controls/tabstrip/how-to/tab-wizard-at-client-side.md +++ b/controls/tabstrip/how-to/tab-wizard-at-client-side.md @@ -3,6 +3,7 @@ title: Tab Wizard at Client-side page_title: Tab Wizard at Client-side - RadTabStrip description: Check our Web Forms article about Tab Wizard at Client-side. slug: tabstrip/how-to/tab-wizard-at-client-side +components: ["tabstrip"] tags: tab,wizard,at,client-side published: True position: 3 diff --git a/controls/tabstrip/migrating-from-radtabstrip-classic-to-radtabstrip-for-asp.net-ajax.md b/controls/tabstrip/migrating-from-radtabstrip-classic-to-radtabstrip-for-asp.net-ajax.md index ebdbfc0ac7..f3a1814a1d 100644 --- a/controls/tabstrip/migrating-from-radtabstrip-classic-to-radtabstrip-for-asp.net-ajax.md +++ b/controls/tabstrip/migrating-from-radtabstrip-classic-to-radtabstrip-for-asp.net-ajax.md @@ -3,6 +3,7 @@ title: Migrating From RadTabStrip Classic to RadTabStrip for ASP.NET Ajax page_title: Migrating From RadTabStrip Classic to RadTabStrip for ASP.NET Ajax - RadTabStrip description: Check our Web Forms article about Migrating From RadTabStrip Classic to RadTabStrip for ASP.NET Ajax. slug: tabstrip/migrating-from-radtabstrip-classic-to-radtabstrip-for-asp.net-ajax +components: ["tabstrip"] tags: migrating,from,radtabstrip,classic,to,radtabstrip,for,asp.net,ajax published: True position: 6 diff --git a/controls/tabstrip/mobile-support/render-mode.md b/controls/tabstrip/mobile-support/render-mode.md index b647348dca..2695f2db3e 100644 --- a/controls/tabstrip/mobile-support/render-mode.md +++ b/controls/tabstrip/mobile-support/render-mode.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadTabStrip description: Check our Web Forms article about Render Modes. slug: tabstrip/mobile-support/render-modes +components: ["tabstrip"] tags: render,modes published: True position: 1 diff --git a/controls/tabstrip/overview.md b/controls/tabstrip/overview.md index e5b487aecd..7cd21cfa46 100644 --- a/controls/tabstrip/overview.md +++ b/controls/tabstrip/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadTabStrip Overview description: Learn about the TabStrip control and its features for organizing content into tabs for better navigation. slug: tabstrip/overview +components: ["tabstrip"] tags: overview published: True position: 0 diff --git a/controls/tabstrip/performance/optimizing-radtabstrip-performance.md b/controls/tabstrip/performance/optimizing-radtabstrip-performance.md index de1b5ce284..4dec16a45f 100644 --- a/controls/tabstrip/performance/optimizing-radtabstrip-performance.md +++ b/controls/tabstrip/performance/optimizing-radtabstrip-performance.md @@ -3,6 +3,7 @@ title: Optimizing RadTabStrip Performance page_title: Optimizing RadTabStrip Performance - RadTabStrip description: Check our Web Forms article about Optimizing RadTabStrip Performance. slug: tabstrip/performance/optimizing-radtabstrip-performance +components: ["tabstrip"] tags: performance,optimizing published: True position: 0 diff --git a/controls/tabstrip/radmultipage/adding-pageviews-at-the-client-side.md b/controls/tabstrip/radmultipage/adding-pageviews-at-the-client-side.md index 6d3c620ae4..373b2d2726 100644 --- a/controls/tabstrip/radmultipage/adding-pageviews-at-the-client-side.md +++ b/controls/tabstrip/radmultipage/adding-pageviews-at-the-client-side.md @@ -3,6 +3,7 @@ title: Adding Pageviews at the Client-Side page_title: Adding Pageviews at the Client-Side - RadTabStrip description: Check our Web Forms article about Adding Pageviews at the Client-Side. slug: tabstrip/radmultipage/adding-pageviews-at-the-client-side +components: ["tabstrip"] tags: adding,pageviews,at,the,client-side published: True position: 3 diff --git a/controls/tabstrip/radmultipage/defining-declaratively.md b/controls/tabstrip/radmultipage/defining-declaratively.md index 1156697167..1af46f63af 100644 --- a/controls/tabstrip/radmultipage/defining-declaratively.md +++ b/controls/tabstrip/radmultipage/defining-declaratively.md @@ -3,6 +3,7 @@ title: Defining Declaratively page_title: Defining Declaratively - RadTabStrip description: Check our Web Forms article about Defining Declaratively. slug: tabstrip/radmultipage/defining-declaratively +components: ["tabstrip"] tags: defining,declaratively published: True position: 1 diff --git a/controls/tabstrip/radmultipage/defining-the-structure-in-the-code-behind.md b/controls/tabstrip/radmultipage/defining-the-structure-in-the-code-behind.md index cbc1b78a11..38b0894687 100644 --- a/controls/tabstrip/radmultipage/defining-the-structure-in-the-code-behind.md +++ b/controls/tabstrip/radmultipage/defining-the-structure-in-the-code-behind.md @@ -3,6 +3,7 @@ title: Defining the Structure in the Code-Behind page_title: Defining the Structure in the Code-Behind - RadTabStrip description: Check our Web Forms article about Defining the Structure in the Code-Behind. slug: tabstrip/radmultipage/defining-the-structure-in-the-code-behind +components: ["tabstrip"] tags: defining,the,structure,in,the,code-behind published: True position: 2 diff --git a/controls/tabstrip/radmultipage/integrating-with--radtabstrip.md b/controls/tabstrip/radmultipage/integrating-with--radtabstrip.md index 59352ae86b..b13a017b0e 100644 --- a/controls/tabstrip/radmultipage/integrating-with--radtabstrip.md +++ b/controls/tabstrip/radmultipage/integrating-with--radtabstrip.md @@ -3,6 +3,7 @@ title: Integrating with RadTabStrip page_title: Integrating with RadTabStrip - RadTabStrip description: Check our Web Forms article about Integrating with RadTabStrip. slug: tabstrip/radmultipage/integrating-with--radtabstrip +components: ["tabstrip"] tags: integrating,with,,radtabstrip published: True position: 5 diff --git a/controls/tabstrip/radmultipage/overview.md b/controls/tabstrip/radmultipage/overview.md index 84c0ee51c5..1eb5756fa0 100644 --- a/controls/tabstrip/radmultipage/overview.md +++ b/controls/tabstrip/radmultipage/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadMultiPage Overview - RadTabStrip description: Learn about the RadMultiPage control and its integration with the TabStrip for managing page views. slug: tabstrip/radmultipage/overview +components: ["tabstrip"] tags: overview published: True position: 0 diff --git a/controls/tabstrip/radmultipage/radmultipage-scroll-bars.md b/controls/tabstrip/radmultipage/radmultipage-scroll-bars.md index 5e733e4320..59d43735d3 100644 --- a/controls/tabstrip/radmultipage/radmultipage-scroll-bars.md +++ b/controls/tabstrip/radmultipage/radmultipage-scroll-bars.md @@ -3,6 +3,7 @@ title: RadMultiPage Scroll Bars page_title: RadMultiPage Scroll Bars - RadTabStrip description: Check our Web Forms article about RadMultiPage Scroll Bars. slug: tabstrip/radmultipage/radmultipage-scroll-bars +components: ["tabstrip"] tags: radmultipage,scroll,bars published: True position: 4 diff --git a/controls/tabstrip/server-side-programming/accessing-tabs.md b/controls/tabstrip/server-side-programming/accessing-tabs.md index fc406f3048..2b5a8f7099 100644 --- a/controls/tabstrip/server-side-programming/accessing-tabs.md +++ b/controls/tabstrip/server-side-programming/accessing-tabs.md @@ -3,6 +3,7 @@ title: Accessing Tabs page_title: Accessing Tabs - RadTabStrip description: Check our Web Forms article about Accessing Tabs. slug: tabstrip/server-side-programming/accessing-tabs +components: ["tabstrip"] tags: accessing,tabs published: True position: 4 diff --git a/controls/tabstrip/server-side-programming/events.md b/controls/tabstrip/server-side-programming/events.md index 381d2a23c1..c5d791f076 100644 --- a/controls/tabstrip/server-side-programming/events.md +++ b/controls/tabstrip/server-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Server-side Events - RadTabStrip description: Check our Web Forms article about Events. slug: tabstrip/server-side-programming/events +components: ["tabstrip"] tags: events published: True position: 0 diff --git a/controls/tabstrip/server-side-programming/pageviewcreated-.md b/controls/tabstrip/server-side-programming/pageviewcreated-.md index 29450cb045..eeb3e40092 100644 --- a/controls/tabstrip/server-side-programming/pageviewcreated-.md +++ b/controls/tabstrip/server-side-programming/pageviewcreated-.md @@ -3,6 +3,7 @@ title: PageViewCreated page_title: PageViewCreated - RadTabStrip description: Check our Web Forms article about PageViewCreated. slug: tabstrip/server-side-programming/pageviewcreated- +components: ["tabstrip"] tags: pageviewcreated, published: True position: 5 diff --git a/controls/tabstrip/server-side-programming/reordered.md b/controls/tabstrip/server-side-programming/reordered.md index 499130b67e..3557400ad4 100644 --- a/controls/tabstrip/server-side-programming/reordered.md +++ b/controls/tabstrip/server-side-programming/reordered.md @@ -3,6 +3,7 @@ title: Reordered page_title: Reordered - RadTabStrip description: Check our Web Forms article about Reordered. slug: tabstrip/server-side-programming/reordered +components: ["tabstrip"] tags: reordered published: True position: 6 diff --git a/controls/tabstrip/server-side-programming/tabclick.md b/controls/tabstrip/server-side-programming/tabclick.md index be531789af..785e682c9e 100644 --- a/controls/tabstrip/server-side-programming/tabclick.md +++ b/controls/tabstrip/server-side-programming/tabclick.md @@ -3,6 +3,7 @@ title: TabClick page_title: TabClick - RadTabStrip description: Check our Web Forms article about TabClick. slug: tabstrip/server-side-programming/tabclick +components: ["tabstrip"] tags: tabclick published: True position: 1 diff --git a/controls/tabstrip/server-side-programming/tabcreated.md b/controls/tabstrip/server-side-programming/tabcreated.md index 4e6f252c79..768a3ae2b0 100644 --- a/controls/tabstrip/server-side-programming/tabcreated.md +++ b/controls/tabstrip/server-side-programming/tabcreated.md @@ -3,6 +3,7 @@ title: TabCreated page_title: TabCreated - RadTabStrip description: Check our Web Forms article about TabCreated. slug: tabstrip/server-side-programming/tabcreated +components: ["tabstrip"] tags: tabcreated published: True position: 2 diff --git a/controls/tabstrip/server-side-programming/tabdatabound.md b/controls/tabstrip/server-side-programming/tabdatabound.md index fcc8cf582f..4c402f3df5 100644 --- a/controls/tabstrip/server-side-programming/tabdatabound.md +++ b/controls/tabstrip/server-side-programming/tabdatabound.md @@ -3,6 +3,7 @@ title: TabDataBound page_title: TabDataBound - RadTabStrip description: Check our Web Forms article about TabDataBound. slug: tabstrip/server-side-programming/tabdatabound +components: ["tabstrip"] tags: tabdatabound published: True position: 3 diff --git a/controls/tabstrip/structure.md b/controls/tabstrip/structure.md index 54ef322a9a..111c5add8f 100644 --- a/controls/tabstrip/structure.md +++ b/controls/tabstrip/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadTabStrip description: Check our Web Forms article about Structure. slug: tabstrip/structure +components: ["tabstrip"] tags: structure published: True position: 1 diff --git a/controls/tabstrip/tabs/custom-attributes.md b/controls/tabstrip/tabs/custom-attributes.md index ba4ed2d82f..aa592d71a5 100644 --- a/controls/tabstrip/tabs/custom-attributes.md +++ b/controls/tabstrip/tabs/custom-attributes.md @@ -3,6 +3,7 @@ title: Custom Attributes page_title: Custom Attributes - RadTabStrip description: Check our Web Forms article about Custom Attributes. slug: tabstrip/tabs/custom-attributes +components: ["tabstrip"] tags: custom,attributes published: True position: 3 diff --git a/controls/tabstrip/tabs/declaring-tabs-statically-in-design-time.md b/controls/tabstrip/tabs/declaring-tabs-statically-in-design-time.md index b511d55587..cfe004dbfa 100644 --- a/controls/tabstrip/tabs/declaring-tabs-statically-in-design-time.md +++ b/controls/tabstrip/tabs/declaring-tabs-statically-in-design-time.md @@ -3,6 +3,7 @@ title: Declaring Tabs Statically in Design Time page_title: Declaring Tabs Statically in Design Time - RadTabStrip description: Check our Web Forms article about Declaring Tabs Statically in Design Time. slug: tabstrip/tabs/declaring-tabs-statically-in-design-time +components: ["tabstrip"] tags: declaring,tabs,statically,in,design,time published: True position: 4 diff --git a/controls/tabstrip/tabs/drag-to-reorder-tabs.md b/controls/tabstrip/tabs/drag-to-reorder-tabs.md index a8e316bb57..333532f55f 100644 --- a/controls/tabstrip/tabs/drag-to-reorder-tabs.md +++ b/controls/tabstrip/tabs/drag-to-reorder-tabs.md @@ -3,6 +3,7 @@ title: Drag-To-Reorder Tabs page_title: Drag-To-Reorder Tabs - RadTabStrip description: Check our Web Forms article about Drag-To-Reorder Tabs. slug: tabstrip/tabs/drag-to-reorder-tabs +components: ["tabstrip"] tags: drag-to-reorder,tabs published: True position: 1 diff --git a/controls/tabstrip/tabs/loading-tabs-from-xml.md b/controls/tabstrip/tabs/loading-tabs-from-xml.md index 242c1b971d..2f65ba92ab 100644 --- a/controls/tabstrip/tabs/loading-tabs-from-xml.md +++ b/controls/tabstrip/tabs/loading-tabs-from-xml.md @@ -3,6 +3,7 @@ title: Loading Tabs from XML page_title: Loading Tabs from XML - RadTabStrip description: Check our Web Forms article about Loading Tabs from XML. slug: tabstrip/tabs/loading-tabs-from-xml +components: ["tabstrip"] tags: loading,tabs,from,xml published: True position: 7 diff --git a/controls/tabstrip/tabs/overview.md b/controls/tabstrip/tabs/overview.md index d2fe757242..8ae4c36898 100644 --- a/controls/tabstrip/tabs/overview.md +++ b/controls/tabstrip/tabs/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadTabStrip description: Check our Web Forms article about Overview. slug: tabstrip/tabs/overview +components: ["tabstrip"] tags: overview published: True position: 0 diff --git a/controls/tabstrip/tabs/scrolling-tabs.md b/controls/tabstrip/tabs/scrolling-tabs.md index 5a0c8b7396..d7503b6f65 100644 --- a/controls/tabstrip/tabs/scrolling-tabs.md +++ b/controls/tabstrip/tabs/scrolling-tabs.md @@ -3,6 +3,7 @@ title: Scrolling Tabs page_title: Scrolling Tabs - RadTabStrip description: Check our Web Forms article about Scrolling Tabs. slug: tabstrip/tabs/scrolling-tabs +components: ["tabstrip"] tags: scrolling,tabs published: True position: 2 diff --git a/controls/tabstrip/tabs/working-with-tabs-at-the-client.md b/controls/tabstrip/tabs/working-with-tabs-at-the-client.md index 7fc9dd05f2..9010269467 100644 --- a/controls/tabstrip/tabs/working-with-tabs-at-the-client.md +++ b/controls/tabstrip/tabs/working-with-tabs-at-the-client.md @@ -3,6 +3,7 @@ title: Working With Tabs at the Client page_title: Working With Tabs at the Client - RadTabStrip description: Check our Web Forms article about Working With Tabs at the Client. slug: tabstrip/tabs/working-with-tabs-at-the-client +components: ["tabstrip"] tags: working,with,tabs,at,the,client published: True position: 6 diff --git a/controls/tabstrip/tabs/working-with-tabs-at-the-server.md b/controls/tabstrip/tabs/working-with-tabs-at-the-server.md index 1431fc63f6..8672ae7559 100644 --- a/controls/tabstrip/tabs/working-with-tabs-at-the-server.md +++ b/controls/tabstrip/tabs/working-with-tabs-at-the-server.md @@ -3,6 +3,7 @@ title: Working With Tabs at the Server page_title: Working With Tabs at the Server - RadTabStrip description: Check our Web Forms article about Working With Tabs at the Server. slug: tabstrip/tabs/working-with-tabs-at-the-server +components: ["tabstrip"] tags: working,with,tabs,at,the,server published: True position: 5 diff --git a/controls/tabstrip/templates/accessing-controls-inside-templates.md b/controls/tabstrip/templates/accessing-controls-inside-templates.md index 8cffbc8d45..ab0d2c21fe 100644 --- a/controls/tabstrip/templates/accessing-controls-inside-templates.md +++ b/controls/tabstrip/templates/accessing-controls-inside-templates.md @@ -3,6 +3,7 @@ title: Accessing Controls Inside Templates page_title: Accessing Controls Inside Templates - RadTabStrip description: Check our Web Forms article about Accessing Controls Inside Templates. slug: tabstrip/templates/accessing-controls-inside-templates +components: ["tabstrip"] tags: accessing,controls,inside,templates published: True position: 4 diff --git a/controls/tabstrip/templates/adding-and-editing-templates-at-design-time.md b/controls/tabstrip/templates/adding-and-editing-templates-at-design-time.md index bf477887af..76ae21f1a2 100644 --- a/controls/tabstrip/templates/adding-and-editing-templates-at-design-time.md +++ b/controls/tabstrip/templates/adding-and-editing-templates-at-design-time.md @@ -3,6 +3,7 @@ title: Adding and Editing Templates at Design Time page_title: Adding and Editing Templates at Design Time - RadTabStrip description: Check our Web Forms article about Adding and Editing Templates at Design Time. slug: tabstrip/templates/adding-and-editing-templates-at-design-time +components: ["tabstrip"] tags: adding,and,editing,templates,at,design,time published: True position: 2 diff --git a/controls/tabstrip/templates/adding-and-editing-templates-at-runtime.md b/controls/tabstrip/templates/adding-and-editing-templates-at-runtime.md index a8cb31873c..e5a6c1fbee 100644 --- a/controls/tabstrip/templates/adding-and-editing-templates-at-runtime.md +++ b/controls/tabstrip/templates/adding-and-editing-templates-at-runtime.md @@ -3,6 +3,7 @@ title: Adding and Editing Templates at Runtime page_title: Adding and Editing Templates at Runtime - RadTabStrip description: Check our Web Forms article about Adding and Editing Templates at Runtime. slug: tabstrip/templates/adding-and-editing-templates-at-runtime +components: ["tabstrip"] tags: adding,and,editing,templates,at,runtime published: True position: 3 diff --git a/controls/tabstrip/templates/aspx-template-structure.md b/controls/tabstrip/templates/aspx-template-structure.md index bbb90957c8..d75b8cbd9b 100644 --- a/controls/tabstrip/templates/aspx-template-structure.md +++ b/controls/tabstrip/templates/aspx-template-structure.md @@ -3,6 +3,7 @@ title: ASPX Template Structure page_title: ASPX Template Structure - RadTabStrip description: Check our Web Forms article about ASPX Template Structure. slug: tabstrip/templates/aspx-template-structure +components: ["tabstrip"] tags: aspx,template,structure published: True position: 1 diff --git a/controls/tabstrip/templates/binding-templates.md b/controls/tabstrip/templates/binding-templates.md index d6d7726960..96bb720128 100644 --- a/controls/tabstrip/templates/binding-templates.md +++ b/controls/tabstrip/templates/binding-templates.md @@ -3,6 +3,7 @@ title: Binding Templates page_title: Binding Templates - RadTabStrip description: Check our Web Forms article about Binding Templates. slug: tabstrip/templates/binding-templates +components: ["tabstrip"] tags: binding,templates published: True position: 5 diff --git a/controls/tabstrip/templates/overview.md b/controls/tabstrip/templates/overview.md index 8a8a4026a8..6ec2b452dd 100644 --- a/controls/tabstrip/templates/overview.md +++ b/controls/tabstrip/templates/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Templates Overview - RadTabStrip description: Check our Web Forms article about Overview. slug: tabstrip/templates/overview +components: ["tabstrip"] tags: overview published: True position: 0 diff --git a/controls/tabstrip/troubleshooting/avoid-generating-multiple-controls-with-the-same-id.md b/controls/tabstrip/troubleshooting/avoid-generating-multiple-controls-with-the-same-id.md index b748742597..386c6e109d 100644 --- a/controls/tabstrip/troubleshooting/avoid-generating-multiple-controls-with-the-same-id.md +++ b/controls/tabstrip/troubleshooting/avoid-generating-multiple-controls-with-the-same-id.md @@ -3,6 +3,7 @@ title: Avoid generating multiple controls with the same ID page_title: Avoid generating multiple controls with the same ID - RadTabStrip description: Check our Web Forms article about Avoid generating multiple controls with the same ID. slug: tabstrip/troubleshooting/avoid-generating-multiple-controls-with-the-same-id +components: ["tabstrip"] tags: how,to,multiple,id,prevent,equal published: True position: 1 diff --git a/controls/tabstrip/troubleshooting/how-to-set-height-to-100-percent-when-using-contenturl-in-pageview.md b/controls/tabstrip/troubleshooting/how-to-set-height-to-100-percent-when-using-contenturl-in-pageview.md index e5b28da23e..07c5616863 100644 --- a/controls/tabstrip/troubleshooting/how-to-set-height-to-100-percent-when-using-contenturl-in-pageview.md +++ b/controls/tabstrip/troubleshooting/how-to-set-height-to-100-percent-when-using-contenturl-in-pageview.md @@ -3,6 +3,7 @@ title: How to set height to 100% when using ContentUrl in PageView page_title: How to set height to 100% when using ContentUrl in PageView - RadTabStrip description: Check our Web Forms article about How to set height to 100% when using ContentUrl in PageView. slug: tabstrip/troubleshooting/how-to-set-height-to-100%-when-using-contenturl-in-pageview +components: ["tabstrip"] tags: how,to,set,height,to,100%,when,using,contenturl,in,pageview published: True position: 0 diff --git a/controls/tabstrip/web-pages/cross-page-postback.md b/controls/tabstrip/web-pages/cross-page-postback.md index 0e01b0ea49..ef17387fdf 100644 --- a/controls/tabstrip/web-pages/cross-page-postback.md +++ b/controls/tabstrip/web-pages/cross-page-postback.md @@ -3,6 +3,7 @@ title: Cross-Page Postback page_title: Cross-Page Postback - RadTabStrip description: Check our Web Forms article about Cross-Page Postback. slug: tabstrip/web-pages/cross-page-postback +components: ["tabstrip"] tags: cross-page,postback published: True position: 1 diff --git a/controls/tabstrip/web-pages/validation.md b/controls/tabstrip/web-pages/validation.md index aa86144a14..436d1df980 100644 --- a/controls/tabstrip/web-pages/validation.md +++ b/controls/tabstrip/web-pages/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadTabStrip description: Check our Web Forms article about Validation. slug: tabstrip/web-pages/validation +components: ["tabstrip"] tags: validation published: True position: 0 diff --git a/controls/tabstrip/what's-new.md b/controls/tabstrip/what's-new.md index 583c6d424c..feeeee28b7 100644 --- a/controls/tabstrip/what's-new.md +++ b/controls/tabstrip/what's-new.md @@ -3,6 +3,7 @@ title: What's New page_title: What's New - RadTabStrip description: Check our Web Forms article about What's New. slug: tabstrip/what's-new +components: ["tabstrip"] tags: what's,new published: False position: 4 diff --git a/controls/tagcloud/accessibility-and-internationalization/right-to-left-support.md b/controls/tagcloud/accessibility-and-internationalization/right-to-left-support.md index 7adf169077..01ac4a0474 100644 --- a/controls/tagcloud/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/tagcloud/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadTagCloud description: Check our Web Forms article about Right-to-left Support. slug: tagcloud/accessibility-and-internationalization/right-to-left-support +components: ["tagcloud"] tags: right-to-left,support published: True position: 1 diff --git a/controls/tagcloud/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/tagcloud/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 261d77d42d..d9caecd4a1 100644 --- a/controls/tagcloud/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/tagcloud/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadTagCloud description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: tagcloud/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["tagcloud"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/tagcloud/appearance-and-styling/creating-a-custom-skin.md b/controls/tagcloud/appearance-and-styling/creating-a-custom-skin.md index b8e88b88ca..ef26fd2c5d 100644 --- a/controls/tagcloud/appearance-and-styling/creating-a-custom-skin.md +++ b/controls/tagcloud/appearance-and-styling/creating-a-custom-skin.md @@ -3,6 +3,7 @@ title: Creating a Custom Skin page_title: Creating a Custom Skin - RadTagCloud description: Check our Web Forms article about Creating a Custom Skin. slug: tagcloud/appearance-and-styling/creating-a-custom-skin +components: ["tagcloud"] tags: creating,a,custom,skin published: True position: 1 diff --git a/controls/tagcloud/appearance-and-styling/css-classes.md b/controls/tagcloud/appearance-and-styling/css-classes.md index 04e6320367..1824de4e91 100644 --- a/controls/tagcloud/appearance-and-styling/css-classes.md +++ b/controls/tagcloud/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadTagCloud description: Check our Web Forms article about CSS Classes. slug: tagcloud/appearance-and-styling/css-classes +components: ["tagcloud"] tags: css,classes published: True position: 2 diff --git a/controls/tagcloud/appearance-and-styling/skins.md b/controls/tagcloud/appearance-and-styling/skins.md index c95f0225ea..4520abc6b3 100644 --- a/controls/tagcloud/appearance-and-styling/skins.md +++ b/controls/tagcloud/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadTagCloud description: Check our Web Forms article about Skins. slug: tagcloud/appearance-and-styling/skins +components: ["tagcloud"] tags: skins published: True position: 0 diff --git a/controls/tagcloud/changes-and-backward-compatibility.md b/controls/tagcloud/changes-and-backward-compatibility.md index 3000ccaa15..a3a4f085d5 100644 --- a/controls/tagcloud/changes-and-backward-compatibility.md +++ b/controls/tagcloud/changes-and-backward-compatibility.md @@ -3,6 +3,7 @@ title: Changes And Backward Compatibility page_title: Changes And Backward Compatibility - RadTagCloud description: Check our Web Forms article about Changes And Backward Compatibility. slug: tagcloud/changes-and-backward-compatibility +components: ["tagcloud"] tags: changes,and,backward,compatibility published: True position: 1 diff --git a/controls/tagcloud/client-side-programming/events/onclientdatabound.md b/controls/tagcloud/client-side-programming/events/onclientdatabound.md index d96e53d06f..8eb1b15217 100644 --- a/controls/tagcloud/client-side-programming/events/onclientdatabound.md +++ b/controls/tagcloud/client-side-programming/events/onclientdatabound.md @@ -3,6 +3,7 @@ title: OnClientDataBound page_title: OnClientDataBound - RadTagCloud description: Check our Web Forms article about OnClientDataBound. slug: tagcloud/client-side-programming/events/onclientdatabound +components: ["tagcloud"] tags: onclientdatabound published: True position: 7 diff --git a/controls/tagcloud/client-side-programming/events/onclientitemclicked.md b/controls/tagcloud/client-side-programming/events/onclientitemclicked.md index 5fad410fef..2c456f7d6d 100644 --- a/controls/tagcloud/client-side-programming/events/onclientitemclicked.md +++ b/controls/tagcloud/client-side-programming/events/onclientitemclicked.md @@ -3,6 +3,7 @@ title: OnClientItemClicked page_title: OnClientItemClicked - RadTagCloud description: Check our Web Forms article about OnClientItemClicked. slug: tagcloud/client-side-programming/events/onclientitemclicked +components: ["tagcloud"] tags: onclientitemclicked published: True position: 3 diff --git a/controls/tagcloud/client-side-programming/events/onclientitemclicking.md b/controls/tagcloud/client-side-programming/events/onclientitemclicking.md index 69bc0f3ba4..ed5d3f6994 100644 --- a/controls/tagcloud/client-side-programming/events/onclientitemclicking.md +++ b/controls/tagcloud/client-side-programming/events/onclientitemclicking.md @@ -3,6 +3,7 @@ title: OnClientItemClicking page_title: OnClientItemClicking - RadTagCloud description: Check our Web Forms article about OnClientItemClicking. slug: tagcloud/client-side-programming/events/onclientitemclicking +components: ["tagcloud"] tags: onclientitemclicking published: True position: 2 diff --git a/controls/tagcloud/client-side-programming/events/onclientitemdatabound.md b/controls/tagcloud/client-side-programming/events/onclientitemdatabound.md index 4fc9e6c83b..a36f90b35c 100644 --- a/controls/tagcloud/client-side-programming/events/onclientitemdatabound.md +++ b/controls/tagcloud/client-side-programming/events/onclientitemdatabound.md @@ -3,6 +3,7 @@ title: OnClientItemDataBound page_title: OnClientItemDataBound - RadTagCloud description: Check our Web Forms article about OnClientItemDataBound. slug: tagcloud/client-side-programming/events/onclientitemdatabound +components: ["tagcloud"] tags: onclientitemdatabound published: True position: 8 diff --git a/controls/tagcloud/client-side-programming/events/onclientitemsrequested.md b/controls/tagcloud/client-side-programming/events/onclientitemsrequested.md index 5ddf0019c1..dad29bd005 100644 --- a/controls/tagcloud/client-side-programming/events/onclientitemsrequested.md +++ b/controls/tagcloud/client-side-programming/events/onclientitemsrequested.md @@ -3,6 +3,7 @@ title: OnClientItemsRequested page_title: OnClientItemsRequested - RadTagCloud description: Check our Web Forms article about OnClientItemsRequested. slug: tagcloud/client-side-programming/events/onclientitemsrequested +components: ["tagcloud"] tags: onclientitemsrequested published: True position: 5 diff --git a/controls/tagcloud/client-side-programming/events/onclientitemsrequestfailed.md b/controls/tagcloud/client-side-programming/events/onclientitemsrequestfailed.md index 90ec404772..042e250433 100644 --- a/controls/tagcloud/client-side-programming/events/onclientitemsrequestfailed.md +++ b/controls/tagcloud/client-side-programming/events/onclientitemsrequestfailed.md @@ -3,6 +3,7 @@ title: OnClientItemsRequestFailed page_title: OnClientItemsRequestFailed - RadTagCloud description: Check our Web Forms article about OnClientItemsRequestFailed. slug: tagcloud/client-side-programming/events/onclientitemsrequestfailed +components: ["tagcloud"] tags: onclientitemsrequestfailed published: True position: 6 diff --git a/controls/tagcloud/client-side-programming/events/onclientitemsrequesting.md b/controls/tagcloud/client-side-programming/events/onclientitemsrequesting.md index 309e193bbb..8d27fccab5 100644 --- a/controls/tagcloud/client-side-programming/events/onclientitemsrequesting.md +++ b/controls/tagcloud/client-side-programming/events/onclientitemsrequesting.md @@ -3,6 +3,7 @@ title: OnClientItemsRequesting page_title: OnClientItemsRequesting - RadTagCloud description: Check our Web Forms article about OnClientItemsRequesting. slug: tagcloud/client-side-programming/events/onclientitemsrequesting +components: ["tagcloud"] tags: onclientitemsrequesting published: True position: 4 diff --git a/controls/tagcloud/client-side-programming/events/onclientload.md b/controls/tagcloud/client-side-programming/events/onclientload.md index b107c188b6..9a6ebb67db 100644 --- a/controls/tagcloud/client-side-programming/events/onclientload.md +++ b/controls/tagcloud/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadTagCloud description: Check our Web Forms article about OnClientLoad. slug: tagcloud/client-side-programming/events/onclientload +components: ["tagcloud"] tags: onclientload published: True position: 1 diff --git a/controls/tagcloud/client-side-programming/events/overview.md b/controls/tagcloud/client-side-programming/events/overview.md index 41410f4cfc..37d8cb214a 100644 --- a/controls/tagcloud/client-side-programming/events/overview.md +++ b/controls/tagcloud/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Events Overview - RadTagCloud description: Check our Web Forms article about Overview. slug: tagcloud/client-side-programming/events/overview +components: ["tagcloud"] tags: overview published: True position: 0 diff --git a/controls/tagcloud/client-side-programming/tagcloud-object.md b/controls/tagcloud/client-side-programming/tagcloud-object.md index 71eaae35f7..a2662fb0f8 100644 --- a/controls/tagcloud/client-side-programming/tagcloud-object.md +++ b/controls/tagcloud/client-side-programming/tagcloud-object.md @@ -3,6 +3,7 @@ title: TagCloud Object page_title: TagCloud Object - RadTagCloud description: Check our Web Forms article about TagCloud Object. slug: tagcloud/client-side-programming/tagcloud-object +components: ["tagcloud"] tags: tagcloud,object published: True position: 0 diff --git a/controls/tagcloud/client-side-programming/tagclouditem-object.md b/controls/tagcloud/client-side-programming/tagclouditem-object.md index bbfd2d1a97..98ae7ca528 100644 --- a/controls/tagcloud/client-side-programming/tagclouditem-object.md +++ b/controls/tagcloud/client-side-programming/tagclouditem-object.md @@ -3,6 +3,7 @@ title: TagCloudItem Object page_title: TagCloudItem Object - RadTagCloud description: Check our Web Forms article about TagCloudItem Object. slug: tagcloud/client-side-programming/tagclouditem-object +components: ["tagcloud"] tags: tagclouditem,object published: True position: 1 diff --git a/controls/tagcloud/data-binding/binding-to-array-or-arraylist.md b/controls/tagcloud/data-binding/binding-to-array-or-arraylist.md index d035761702..87f4bb21e4 100644 --- a/controls/tagcloud/data-binding/binding-to-array-or-arraylist.md +++ b/controls/tagcloud/data-binding/binding-to-array-or-arraylist.md @@ -3,6 +3,7 @@ title: Binding to Array or ArrayList page_title: Binding to Array or ArrayList - RadTagCloud description: Check our Web Forms article about Binding to Array or ArrayList. slug: tagcloud/data-binding/binding-to-array-or-arraylist +components: ["tagcloud"] tags: binding,to,array,or,arraylist published: True position: 2 diff --git a/controls/tagcloud/data-binding/binding-to-datatable,-dataset-or-dataview.md b/controls/tagcloud/data-binding/binding-to-datatable,-dataset-or-dataview.md index ad282448b2..ed42a63b8b 100644 --- a/controls/tagcloud/data-binding/binding-to-datatable,-dataset-or-dataview.md +++ b/controls/tagcloud/data-binding/binding-to-datatable,-dataset-or-dataview.md @@ -3,6 +3,7 @@ title: Binding to DataTable, DataSet or DataView page_title: Binding to DataTable, DataSet or DataView - RadTagCloud description: Check our Web Forms article about Binding to DataTable, DataSet or DataView. slug: tagcloud/data-binding/binding-to-datatable,-dataset-or-dataview +components: ["tagcloud"] tags: binding,to,datatable,,dataset,or,dataview published: True position: 1 diff --git a/controls/tagcloud/data-binding/binding-to-web-service-or-wcf-service.md b/controls/tagcloud/data-binding/binding-to-web-service-or-wcf-service.md index 4864c43f1b..bee972fdab 100644 --- a/controls/tagcloud/data-binding/binding-to-web-service-or-wcf-service.md +++ b/controls/tagcloud/data-binding/binding-to-web-service-or-wcf-service.md @@ -3,6 +3,7 @@ title: Binding to Web Service or Wcf Service page_title: Binding to Web Service or Wcf Service - RadTagCloud description: Check our Web Forms article about Binding to Web Service or Wcf Service. slug: tagcloud/data-binding/binding-to-web-service-or-wcf-service +components: ["tagcloud"] tags: binding,to,web,service,or,wcf,service published: True position: 3 diff --git a/controls/tagcloud/data-binding/client-side-data-binding.md b/controls/tagcloud/data-binding/client-side-data-binding.md index 3bd66ac4db..84d4597fab 100644 --- a/controls/tagcloud/data-binding/client-side-data-binding.md +++ b/controls/tagcloud/data-binding/client-side-data-binding.md @@ -3,6 +3,7 @@ title: Client-side Data Binding page_title: Client-side Data Binding - RadTagCloud description: Check our Web Forms article about Client-side Data Binding. slug: tagcloud/data-binding/client-side-data-binding +components: ["tagcloud"] tags: client-side,data,binding published: True position: 4 diff --git a/controls/tagcloud/data-binding/overview.md b/controls/tagcloud/data-binding/overview.md index 1196473549..c732a6a765 100644 --- a/controls/tagcloud/data-binding/overview.md +++ b/controls/tagcloud/data-binding/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Data Binding Overview - RadTagCloud description: Check our Web Forms article about Overview. slug: tagcloud/data-binding/overview +components: ["tagcloud"] tags: overview published: True position: 0 diff --git a/controls/tagcloud/design-time.md b/controls/tagcloud/design-time.md index 9683db2d06..ec9ffd0afe 100644 --- a/controls/tagcloud/design-time.md +++ b/controls/tagcloud/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadTagCloud description: Check our Web Forms article about Design Time. slug: tagcloud/design-time +components: ["tagcloud"] tags: design,time published: True position: 3 diff --git a/controls/tagcloud/getting-started.md b/controls/tagcloud/getting-started.md index b2f90359bb..8fc12614de 100644 --- a/controls/tagcloud/getting-started.md +++ b/controls/tagcloud/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadTagCloud description: Check our Web Forms article about Getting Started. slug: tagcloud/getting-started +components: ["tagcloud"] tags: getting,started published: True position: 2 diff --git a/controls/tagcloud/mobile-support/resposnive,-adaptive-and-elastic-capabilities.md b/controls/tagcloud/mobile-support/resposnive,-adaptive-and-elastic-capabilities.md index 0642f94057..2e52a13801 100644 --- a/controls/tagcloud/mobile-support/resposnive,-adaptive-and-elastic-capabilities.md +++ b/controls/tagcloud/mobile-support/resposnive,-adaptive-and-elastic-capabilities.md @@ -3,6 +3,7 @@ title: Resposnive, Adaptive and Elastic Capabilities page_title: Resposnive, Adaptive and Elastic Capabilities - RadTagCloud description: Check our Web Forms article about Resposnive, Adaptive and Elastic Capabilities. slug: tagcloud/mobile-support/resposnive,-adaptive-and-elastic-capabilities +components: ["tagcloud"] tags: resposnive,,adaptive,and,elastic,capabilities published: True position: 0 diff --git a/controls/tagcloud/overview.md b/controls/tagcloud/overview.md index 5a9a6dd89e..409a972757 100644 --- a/controls/tagcloud/overview.md +++ b/controls/tagcloud/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadTagCloud Overview description: Check our Web Forms article about Overview. slug: tagcloud/overview +components: ["tagcloud"] tags: overview published: True position: 0 diff --git a/controls/tagcloud/server-side-programming/tagcloud-object.md b/controls/tagcloud/server-side-programming/tagcloud-object.md index ebefd401ba..5a3e1914eb 100644 --- a/controls/tagcloud/server-side-programming/tagcloud-object.md +++ b/controls/tagcloud/server-side-programming/tagcloud-object.md @@ -3,6 +3,7 @@ title: TagCloud Object page_title: TagCloud Object - RadTagCloud description: Check our Web Forms article about TagCloud Object. slug: tagcloud/server-side-programming/tagcloud-object +components: ["tagcloud"] tags: tagcloud,object published: True position: 0 diff --git a/controls/textbox/accessibility-and-internationalization/keyboard-support.md b/controls/textbox/accessibility-and-internationalization/keyboard-support.md index fb7465aefe..4fd2c1a293 100644 --- a/controls/textbox/accessibility-and-internationalization/keyboard-support.md +++ b/controls/textbox/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadTextBox description: Check our Web Forms article about Keyboard Support. slug: radtextbox/accessibility-and-internationalization/keyboard-support +components: ["textbox"] tags: keyboard,support published: True position: 1 diff --git a/controls/textbox/accessibility-and-internationalization/mouse-wheel-support.md b/controls/textbox/accessibility-and-internationalization/mouse-wheel-support.md index 03fa961c86..26101cebfd 100644 --- a/controls/textbox/accessibility-and-internationalization/mouse-wheel-support.md +++ b/controls/textbox/accessibility-and-internationalization/mouse-wheel-support.md @@ -3,6 +3,7 @@ title: Mouse Wheel Support page_title: Mouse Wheel Support - RadTextBox description: Check our Web Forms article about Mouse Wheel Support. slug: radtextbox/accessibility-and-internationalization/mouse-wheel-support +components: ["textbox"] tags: mouse,wheel,support published: True position: 3 diff --git a/controls/textbox/accessibility-and-internationalization/wai-aria-support.md b/controls/textbox/accessibility-and-internationalization/wai-aria-support.md index 78a015ab3c..4d5f98a03f 100644 --- a/controls/textbox/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/textbox/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadTextBox description: Check our Web Forms article about WAI-ARIA Support. slug: radtextbox/accessibility-and-internationalization/wai-aria-support +components: ["textbox"] tags: wai-aria,support published: True position: 2 diff --git a/controls/textbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/textbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 7091c81a05..d91410cd8e 100644 --- a/controls/textbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/textbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadTextBox description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: radtextbox/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["textbox"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/textbox/appearance-and-styling/adding-labels.md b/controls/textbox/appearance-and-styling/adding-labels.md index 3797a468bb..b79b697191 100644 --- a/controls/textbox/appearance-and-styling/adding-labels.md +++ b/controls/textbox/appearance-and-styling/adding-labels.md @@ -3,6 +3,7 @@ title: Adding Labels page_title: Adding Labels - RadTextBox description: Check our Web Forms article about Adding Labels. slug: radtextbox/appearance-and-styling/adding-labels +components: ["textbox"] tags: adding,labels published: True position: 9 diff --git a/controls/textbox/appearance-and-styling/controlling-appearance.md b/controls/textbox/appearance-and-styling/controlling-appearance.md index f0e9547ff6..c037cf4643 100644 --- a/controls/textbox/appearance-and-styling/controlling-appearance.md +++ b/controls/textbox/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadTextBox description: Check our Web Forms article about Controlling Appearance. slug: radtextbox/appearance-and-styling/controlling-appearance +components: ["textbox"] tags: controlling,appearance published: True position: 0 diff --git a/controls/textbox/appearance-and-styling/creating-a-custom-skin.md b/controls/textbox/appearance-and-styling/creating-a-custom-skin.md index 5657d657f8..b85e59cdeb 100644 --- a/controls/textbox/appearance-and-styling/creating-a-custom-skin.md +++ b/controls/textbox/appearance-and-styling/creating-a-custom-skin.md @@ -3,6 +3,7 @@ title: Creating a Custom Skin page_title: Creating a Custom Skin - RadTextBox description: Check our Web Forms article about Creating a Custom Skin. slug: radtextbox/appearance-and-styling/creating-a-custom-skin +components: ["textbox"] tags: creating,a,custom,skin published: True position: 3 diff --git a/controls/textbox/appearance-and-styling/css-skin-file-selectors.md b/controls/textbox/appearance-and-styling/css-skin-file-selectors.md index 4d7b7e952d..b557ddefc5 100644 --- a/controls/textbox/appearance-and-styling/css-skin-file-selectors.md +++ b/controls/textbox/appearance-and-styling/css-skin-file-selectors.md @@ -3,6 +3,7 @@ title: CSS Skin File Selectors page_title: CSS Skin File Selectors - RadTextBox description: Check our Web Forms article about CSS Skin File Selectors. slug: radtextbox/appearance-and-styling/css-skin-file-selectors +components: ["textbox"] tags: css,skin,file,selectors published: True position: 6 diff --git a/controls/textbox/appearance-and-styling/displaying-empty-values.md b/controls/textbox/appearance-and-styling/displaying-empty-values.md index 27a6c8120e..20d298117d 100644 --- a/controls/textbox/appearance-and-styling/displaying-empty-values.md +++ b/controls/textbox/appearance-and-styling/displaying-empty-values.md @@ -3,6 +3,7 @@ title: Displaying Empty Values page_title: Displaying Empty Values - RadTextBox description: Check our Web Forms article about Displaying Empty Values. slug: radtextbox/appearance-and-styling/displaying-empty-values +components: ["textbox"] tags: displaying,empty,values published: True position: 8 diff --git a/controls/textbox/appearance-and-styling/html-output-and-css-styling.md b/controls/textbox/appearance-and-styling/html-output-and-css-styling.md index 0e1c8fed35..a1191cefab 100644 --- a/controls/textbox/appearance-and-styling/html-output-and-css-styling.md +++ b/controls/textbox/appearance-and-styling/html-output-and-css-styling.md @@ -3,6 +3,7 @@ title: HTML Output and CSS Styling page_title: HTML Output and CSS Styling - RadTextBox description: Check our Web Forms article about HTML Output and CSS Styling. slug: radtextbox/appearance-and-styling/html-output-and-css-styling +components: ["textbox"] tags: html,output,and,css,styling published: True position: 4 diff --git a/controls/textbox/appearance-and-styling/multi-line-text-boxes.md b/controls/textbox/appearance-and-styling/multi-line-text-boxes.md index 02b6911dc2..00c4cb78d8 100644 --- a/controls/textbox/appearance-and-styling/multi-line-text-boxes.md +++ b/controls/textbox/appearance-and-styling/multi-line-text-boxes.md @@ -3,6 +3,7 @@ title: Multi-Line Text Boxes page_title: Multi-Line Text Boxes - RadTextBox description: Discover how to configure multi-line text boxes in the TextBox control for capturing large text input. slug: radtextbox/appearance-and-styling/multi-line-text-boxes +components: ["textbox"] tags: multi-line,text,boxes published: True position: 10 diff --git a/controls/textbox/appearance-and-styling/skins.md b/controls/textbox/appearance-and-styling/skins.md index c77c6491bf..d961ea11bc 100644 --- a/controls/textbox/appearance-and-styling/skins.md +++ b/controls/textbox/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadTextBox description: Check our Web Forms article about Skins. slug: radtextbox/appearance-and-styling/skins +components: ["textbox"] tags: skins published: True position: 2 diff --git a/controls/textbox/appearance-and-styling/styles.md b/controls/textbox/appearance-and-styling/styles.md index 43900ad6f8..25bcfd3103 100644 --- a/controls/textbox/appearance-and-styling/styles.md +++ b/controls/textbox/appearance-and-styling/styles.md @@ -3,6 +3,7 @@ title: Styles page_title: Styles - RadTextBox description: Check our Web Forms article about Styles. slug: radtextbox/appearance-and-styling/styles +components: ["textbox"] tags: styles published: True position: 1 diff --git a/controls/textbox/client-side-programming/events/onblur.md b/controls/textbox/client-side-programming/events/onblur.md index 46c925a93e..1c4d95bd8f 100644 --- a/controls/textbox/client-side-programming/events/onblur.md +++ b/controls/textbox/client-side-programming/events/onblur.md @@ -3,6 +3,7 @@ title: OnBlur page_title: OnBlur - RadTextBox description: Check our Web Forms article about OnBlur. slug: radtextbox/client-side-programming/events/onblur +components: ["textbox"] tags: onblur published: True position: 1 diff --git a/controls/textbox/client-side-programming/events/onbuttonclick.md b/controls/textbox/client-side-programming/events/onbuttonclick.md index 98bd27833a..de3efc2bc9 100644 --- a/controls/textbox/client-side-programming/events/onbuttonclick.md +++ b/controls/textbox/client-side-programming/events/onbuttonclick.md @@ -3,6 +3,7 @@ title: OnButtonClick page_title: OnButtonClick - RadTextBox description: Check our Web Forms article about OnButtonClick. slug: radtextbox/client-side-programming/events/onbuttonclick +components: ["textbox"] tags: onbuttonclick published: True position: 2 diff --git a/controls/textbox/client-side-programming/events/onclientpasswordstrengthcalculating.md b/controls/textbox/client-side-programming/events/onclientpasswordstrengthcalculating.md index e6d9232113..b8f2afb1b8 100644 --- a/controls/textbox/client-side-programming/events/onclientpasswordstrengthcalculating.md +++ b/controls/textbox/client-side-programming/events/onclientpasswordstrengthcalculating.md @@ -3,6 +3,7 @@ title: OnClientPasswordStrengthCalculating page_title: OnClientPasswordStrengthCalculating - RadTextBox description: Check our Web Forms article about OnClientPasswordStrengthCalculating. slug: radtextbox/client-side-programming/events/onclientpasswordstrengthcalculating +components: ["textbox"] tags: onclientpasswordstrengthcalculating published: True position: 3 diff --git a/controls/textbox/client-side-programming/events/ondisable.md b/controls/textbox/client-side-programming/events/ondisable.md index 11c1448c1d..6d05343ce2 100644 --- a/controls/textbox/client-side-programming/events/ondisable.md +++ b/controls/textbox/client-side-programming/events/ondisable.md @@ -3,6 +3,7 @@ title: OnDisable page_title: OnDisable - RadTextBox description: Check our Web Forms article about OnDisable. slug: radtextbox/client-side-programming/events/ondisable +components: ["textbox"] tags: ondisable published: True position: 4 diff --git a/controls/textbox/client-side-programming/events/onenable.md b/controls/textbox/client-side-programming/events/onenable.md index ab965306bc..f65ed3e683 100644 --- a/controls/textbox/client-side-programming/events/onenable.md +++ b/controls/textbox/client-side-programming/events/onenable.md @@ -3,6 +3,7 @@ title: OnEnable page_title: OnEnable - RadTextBox description: Check our Web Forms article about OnEnable. slug: radtextbox/client-side-programming/events/onenable +components: ["textbox"] tags: onenable published: True position: 5 diff --git a/controls/textbox/client-side-programming/events/onerror.md b/controls/textbox/client-side-programming/events/onerror.md index 4797eccc07..40048d9ac1 100644 --- a/controls/textbox/client-side-programming/events/onerror.md +++ b/controls/textbox/client-side-programming/events/onerror.md @@ -3,6 +3,7 @@ title: OnError page_title: OnError - RadTextBox description: Check our Web Forms article about OnError. slug: radtextbox/client-side-programming/events/onerror +components: ["textbox"] tags: onerror published: True position: 7 diff --git a/controls/textbox/client-side-programming/events/onfocus.md b/controls/textbox/client-side-programming/events/onfocus.md index 5cc3f17ccf..cb07248e19 100644 --- a/controls/textbox/client-side-programming/events/onfocus.md +++ b/controls/textbox/client-side-programming/events/onfocus.md @@ -3,6 +3,7 @@ title: OnFocus page_title: OnFocus - RadTextBox description: Check our Web Forms article about OnFocus. slug: radtextbox/client-side-programming/events/onfocus +components: ["textbox"] tags: onfocus published: True position: 8 diff --git a/controls/textbox/client-side-programming/events/onkeypress.md b/controls/textbox/client-side-programming/events/onkeypress.md index f3c459a54c..27ed3f35e6 100644 --- a/controls/textbox/client-side-programming/events/onkeypress.md +++ b/controls/textbox/client-side-programming/events/onkeypress.md @@ -3,6 +3,7 @@ title: OnKeyPress page_title: OnKeyPress - RadTextBox description: Discover how to handle the OnKeyPress event in the TextBox control for custom client-side logic. slug: radtextbox/client-side-programming/events/onkeypress +components: ["textbox"] tags: onkeypress published: True position: 9 diff --git a/controls/textbox/client-side-programming/events/onload.md b/controls/textbox/client-side-programming/events/onload.md index 30e5f516c2..c5fc4b393a 100644 --- a/controls/textbox/client-side-programming/events/onload.md +++ b/controls/textbox/client-side-programming/events/onload.md @@ -3,6 +3,7 @@ title: OnLoad page_title: OnLoad - RadTextBox description: Check our Web Forms article about OnLoad. slug: radtextbox/client-side-programming/events/onload +components: ["textbox"] tags: onload published: True position: 10 diff --git a/controls/textbox/client-side-programming/events/onmouseout.md b/controls/textbox/client-side-programming/events/onmouseout.md index cf4357868d..7c7e94b635 100644 --- a/controls/textbox/client-side-programming/events/onmouseout.md +++ b/controls/textbox/client-side-programming/events/onmouseout.md @@ -3,6 +3,7 @@ title: OnMouseOut page_title: OnMouseOut - RadTextBox description: Check our Web Forms article about OnMouseOut. slug: radtextbox/client-side-programming/events/onmouseout +components: ["textbox"] tags: onmouseout published: True position: 11 diff --git a/controls/textbox/client-side-programming/events/onmouseover.md b/controls/textbox/client-side-programming/events/onmouseover.md index ed55a37829..cafd001a7c 100644 --- a/controls/textbox/client-side-programming/events/onmouseover.md +++ b/controls/textbox/client-side-programming/events/onmouseover.md @@ -3,6 +3,7 @@ title: OnMouseOver page_title: OnMouseOver - RadTextBox description: Check our Web Forms article about OnMouseOver. slug: radtextbox/client-side-programming/events/onmouseover +components: ["textbox"] tags: onmouseover published: True position: 12 diff --git a/controls/textbox/client-side-programming/events/onvaluechanged.md b/controls/textbox/client-side-programming/events/onvaluechanged.md index f4facda4fb..4cfff8f74f 100644 --- a/controls/textbox/client-side-programming/events/onvaluechanged.md +++ b/controls/textbox/client-side-programming/events/onvaluechanged.md @@ -3,6 +3,7 @@ title: OnValueChanged page_title: OnValueChanged - RadTextBox description: Check our Web Forms article about OnValueChanged. slug: radtextbox/client-side-programming/events/onvaluechanged +components: ["textbox"] tags: onvaluechanged published: True position: 15 diff --git a/controls/textbox/client-side-programming/events/onvaluechanging.md b/controls/textbox/client-side-programming/events/onvaluechanging.md index 185ed7819e..b94c44e374 100644 --- a/controls/textbox/client-side-programming/events/onvaluechanging.md +++ b/controls/textbox/client-side-programming/events/onvaluechanging.md @@ -3,6 +3,7 @@ title: OnValueChanging page_title: OnValueChanging - RadTextBox description: Check our Web Forms article about OnValueChanging. slug: radtextbox/client-side-programming/events/onvaluechanging +components: ["textbox"] tags: onvaluechanging published: True position: 16 diff --git a/controls/textbox/client-side-programming/events/overview.md b/controls/textbox/client-side-programming/events/overview.md index 685fb025f3..75f4f3dad6 100644 --- a/controls/textbox/client-side-programming/events/overview.md +++ b/controls/textbox/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Events Overview page_title: Overview - RadInput description: Check our Web Forms article about Overview. slug: radtextbox/client-side-programming/events/overview +components: ["textbox"] tags: overview published: True position: 0 diff --git a/controls/textbox/client-side-programming/overview.md b/controls/textbox/client-side-programming/overview.md index 392093bcc2..ba4cc616ac 100644 --- a/controls/textbox/client-side-programming/overview.md +++ b/controls/textbox/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadTextBox description: Learn about the client-side programming features of the TextBox control for dynamic user interactions. slug: radtextbox/client-side-programming/overview +components: ["textbox"] tags: overview published: True position: 0 diff --git a/controls/textbox/client-side-programming/radtextbox-client-object.md b/controls/textbox/client-side-programming/radtextbox-client-object.md index 4f3696c830..fee069026f 100644 --- a/controls/textbox/client-side-programming/radtextbox-client-object.md +++ b/controls/textbox/client-side-programming/radtextbox-client-object.md @@ -3,6 +3,7 @@ title: RadTextBox Client Object page_title: RadTextBox Client Object - RadTextBox description: Learn about the RadTextBox client-side object and its API for managing text input dynamically. slug: radtextbox/client-side-programming/radtextbox-client-object +components: ["textbox"] tags: radtextbox,client,object published: True position: 1 diff --git a/controls/textbox/design-time.md b/controls/textbox/design-time.md index 93d628469b..15e1bf6674 100644 --- a/controls/textbox/design-time.md +++ b/controls/textbox/design-time.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadTextBox description: Check our Web Forms article about Smart Tag. slug: radtextbox/design-time +components: ["textbox"] tags: smart,tag published: True position: 3 diff --git a/controls/textbox/features/autocomplete.md b/controls/textbox/features/autocomplete.md index b14210b51d..c786cdd4a5 100644 --- a/controls/textbox/features/autocomplete.md +++ b/controls/textbox/features/autocomplete.md @@ -3,6 +3,7 @@ title: AutoComplete page_title: AutoComplete - RadTextBox description: Check our Web Forms article about AutoComplete. slug: radtextbox/features/autocomplete +components: ["textbox"] tags: autocomplete published: True position: 1 diff --git a/controls/textbox/features/context-menus.md b/controls/textbox/features/context-menus.md index 3685c25165..ee36bf48ed 100644 --- a/controls/textbox/features/context-menus.md +++ b/controls/textbox/features/context-menus.md @@ -3,6 +3,7 @@ title: Context Menus page_title: Context Menus - RadTextBox description: Check our Web Forms article about Context Menus. slug: radtextbox/features/context-menus +components: ["textbox"] tags: context,menus published: True position: 2 diff --git a/controls/textbox/features/getting-and-setting-values.md b/controls/textbox/features/getting-and-setting-values.md index 31e9f34582..166e7ca5e6 100644 --- a/controls/textbox/features/getting-and-setting-values.md +++ b/controls/textbox/features/getting-and-setting-values.md @@ -3,6 +3,7 @@ title: Getting and Setting Values page_title: Getting and Setting Values - RadTextBox description: Check our Web Forms article about Getting and Setting Values. slug: radtextbox/features/getting-and-setting-values +components: ["textbox"] tags: getting,and,setting,values published: True position: 3 diff --git a/controls/textbox/features/limiting-allowable-values.md b/controls/textbox/features/limiting-allowable-values.md index 4b73a22b1b..64cbb5c096 100644 --- a/controls/textbox/features/limiting-allowable-values.md +++ b/controls/textbox/features/limiting-allowable-values.md @@ -3,6 +3,7 @@ title: Limiting Allowable Values page_title: Limiting Allowable Values - RadTextBox description: Check our Web Forms article about Limiting Allowable Values. slug: radtextbox/features/limiting-allowable-values +components: ["textbox"] tags: limiting,allowable,values published: True position: 2 diff --git a/controls/textbox/features/password-strength-checker.md b/controls/textbox/features/password-strength-checker.md index c0d9c75a50..bcb58eaf2f 100644 --- a/controls/textbox/features/password-strength-checker.md +++ b/controls/textbox/features/password-strength-checker.md @@ -3,6 +3,7 @@ title: Password Strength Checker page_title: Password Strength Checker - RadTextBox description: Check our Web Forms article about Password Strength Checker. slug: radtextbox/features/password-strength-checker +components: ["textbox"] tags: password,strength,checker published: True position: 4 diff --git a/controls/textbox/features/receiving-focus.md b/controls/textbox/features/receiving-focus.md index d1cef98bc1..e528cf507c 100644 --- a/controls/textbox/features/receiving-focus.md +++ b/controls/textbox/features/receiving-focus.md @@ -3,6 +3,7 @@ title: Receiving Focus page_title: Receiving Focus - RadTextBox description: Check our Web Forms article about Receiving Focus. slug: radtextbox/features/receiving-focus +components: ["textbox"] tags: receiving,focus published: True position: 5 diff --git a/controls/textbox/features/setting-focus.md b/controls/textbox/features/setting-focus.md index 52368eabe5..6d1bb693c8 100644 --- a/controls/textbox/features/setting-focus.md +++ b/controls/textbox/features/setting-focus.md @@ -3,6 +3,7 @@ title: Setting Focus page_title: Setting Focus - RadTextBox description: Check our Web Forms article about Setting Focus. slug: radtextbox/features/setting-focus +components: ["textbox"] tags: setting,focus published: True position: 7 diff --git a/controls/textbox/features/spell-checking-radtextbox.md b/controls/textbox/features/spell-checking-radtextbox.md index 0eca5ba7a9..9d920f84fa 100644 --- a/controls/textbox/features/spell-checking-radtextbox.md +++ b/controls/textbox/features/spell-checking-radtextbox.md @@ -3,6 +3,7 @@ title: Spell Checking RadTextBox page_title: Spell Checking RadTextBox - RadTextBox description: Check our Web Forms article about Spell Checking RadTextBox. slug: radtextbox/features/spell-checking-radtextbox +components: ["textbox"] tags: spell,checking,radtextbox published: True position: 3 diff --git a/controls/textbox/features/structure.md b/controls/textbox/features/structure.md index 6749dd76f4..bba629c27e 100644 --- a/controls/textbox/features/structure.md +++ b/controls/textbox/features/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadTextBox description: Check our Web Forms article about Structure. slug: radtextbox/features/structure +components: ["textbox"] tags: structure published: True position: 1 diff --git a/controls/textbox/features/validation.md b/controls/textbox/features/validation.md index e21a36a823..cb19c8bf06 100644 --- a/controls/textbox/features/validation.md +++ b/controls/textbox/features/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadTextBox description: Discover how to implement validation in the TextBox control to ensure accurate and secure user input. slug: radtextbox/features/validation +components: ["textbox"] tags: validation published: True position: 1 diff --git a/controls/textbox/getting-started.md b/controls/textbox/getting-started.md index 1668491150..5bd1acda65 100644 --- a/controls/textbox/getting-started.md +++ b/controls/textbox/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started Overview - RadTextBox description: Check our Web Forms article about Getting Started. slug: radtextbox/getting-started +components: ["textbox"] tags: overview published: True position: 2 diff --git a/controls/textbox/how-to/using-input-controls-inside-data-bound-controls.md b/controls/textbox/how-to/using-input-controls-inside-data-bound-controls.md index 10a48fcc54..581d05125a 100644 --- a/controls/textbox/how-to/using-input-controls-inside-data-bound-controls.md +++ b/controls/textbox/how-to/using-input-controls-inside-data-bound-controls.md @@ -3,6 +3,7 @@ title: Using Input Controls Inside Data-Bound Controls page_title: Using Input Controls Inside Data-Bound Controls - RadTextBox description: Check our Web Forms article about Using Input Controls Inside Data-Bound Controls. slug: radtextbox/how-to/using-input-controls-inside-data-bound-controls +components: ["textbox"] tags: using,input,controls,inside,data-bound,controls published: True position: 0 diff --git a/controls/textbox/mobile-support/render-modes.md b/controls/textbox/mobile-support/render-modes.md index 355e94ab11..24b99d32d8 100644 --- a/controls/textbox/mobile-support/render-modes.md +++ b/controls/textbox/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadInput description: Check our Web Forms article about Render Modes. slug: textbox/mobile-support/render-modes +components: ["textbox"] tags: render,modes published: True position: 0 diff --git a/controls/textbox/overview.md b/controls/textbox/overview.md index bb00ba34ec..b1fdb69870 100644 --- a/controls/textbox/overview.md +++ b/controls/textbox/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadTextBox description: Learn about the TextBox control and its features for capturing and validating user input effectively. slug: radtextbox/overview +components: ["textbox"] tags: overview published: True position: 0 diff --git a/controls/textbox/server-side-programming/properties.md b/controls/textbox/server-side-programming/properties.md index 56ef48a33c..355a69983c 100644 --- a/controls/textbox/server-side-programming/properties.md +++ b/controls/textbox/server-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: Server-side Programming Overview - RadTextBox description: Check our Web Forms article about Overview. slug: radtextbox/server-side-programming/properties +components: ["textbox"] tags: overview published: True position: 0 diff --git a/controls/textbox/server-side-programming/textchanged-event.md b/controls/textbox/server-side-programming/textchanged-event.md index 01eb5da8df..208edd7461 100644 --- a/controls/textbox/server-side-programming/textchanged-event.md +++ b/controls/textbox/server-side-programming/textchanged-event.md @@ -3,6 +3,7 @@ title: TextChanged Event page_title: TextChanged Event - RadTextBox description: Explore how to handle the TextChanged event in the TextBox control for server-side input processing. slug: radtextbox/server-side-programming/textchanged-event +components: ["textbox"] tags: textchanged,event published: True position: 1 diff --git a/controls/tilelist/accessibility-and-internationalization/right-to-left-support.md b/controls/tilelist/accessibility-and-internationalization/right-to-left-support.md index b695b72fdd..abf716c030 100644 --- a/controls/tilelist/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/tilelist/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-Left Support page_title: Right-to-Left Support - RadTileList description: Check our Web Forms article about Right-to-Left Support. slug: tilelist/accessibility-and-internationalization/right-to-left-support +components: ["tilelist"] tags: right-to-left,support published: True position: 1 diff --git a/controls/tilelist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/tilelist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 636e4a4171..54bc2a4130 100644 --- a/controls/tilelist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/tilelist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadTileList description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: tilelist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["tilelist"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/tilelist/appearance-and-styling/css-classes.md b/controls/tilelist/appearance-and-styling/css-classes.md index 695ac9adfa..52c1a8e1f8 100644 --- a/controls/tilelist/appearance-and-styling/css-classes.md +++ b/controls/tilelist/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadTileList description: Check our Web Forms article about CSS Classes. slug: tilelist/appearance-and-styling/css-classes +components: ["tilelist"] tags: css,classes published: True position: 1 diff --git a/controls/tilelist/appearance-and-styling/css-for-responsive-layout.md b/controls/tilelist/appearance-and-styling/css-for-responsive-layout.md index fc573b5500..fc931287bf 100644 --- a/controls/tilelist/appearance-and-styling/css-for-responsive-layout.md +++ b/controls/tilelist/appearance-and-styling/css-for-responsive-layout.md @@ -3,6 +3,7 @@ title: CSS for Responsive Layout page_title: CSS for Responsive Layout - RadTileList description: Check our Web Forms article about CSS for Responsive Layout. slug: tilelist/appearance-and-styling/css-for-responsive-layout +components: ["tilelist"] tags: css,for,responsive,layout published: True position: 2 diff --git a/controls/tilelist/appearance-and-styling/tutorial-creating-custom-skin.md b/controls/tilelist/appearance-and-styling/tutorial-creating-custom-skin.md index e610880270..109705e799 100644 --- a/controls/tilelist/appearance-and-styling/tutorial-creating-custom-skin.md +++ b/controls/tilelist/appearance-and-styling/tutorial-creating-custom-skin.md @@ -3,6 +3,7 @@ title: Tutorial - Creating a Custom Skin page_title: Tutorial Creating a Custom Skin - RadTileList description: Check our Web Forms article about Tutorial for Creating a Custom Skin for RadTileList. slug: tilelist/appearance-and-styling/Tutorial-creating-custom-skin +components: ["tilelist"] tags: tilelist, custom, skin, tutorial published: True position: 2 diff --git a/controls/tilelist/client-side-programming/events/onclientload.md b/controls/tilelist/client-side-programming/events/onclientload.md index 89d8b754b3..637a705623 100644 --- a/controls/tilelist/client-side-programming/events/onclientload.md +++ b/controls/tilelist/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadTileList description: Check our Web Forms article about OnClientLoad. slug: tilelist/client-side-programming/client-side-events/onclientload +components: ["tilelist"] tags: onclientload published: True position: 1 diff --git a/controls/tilelist/client-side-programming/events/onclienttileclicked.md b/controls/tilelist/client-side-programming/events/onclienttileclicked.md index 3c680cc8f8..06ef01e8f4 100644 --- a/controls/tilelist/client-side-programming/events/onclienttileclicked.md +++ b/controls/tilelist/client-side-programming/events/onclienttileclicked.md @@ -3,6 +3,7 @@ title: OnClientTileClicked page_title: OnClientTileClicked - RadTileList description: Check our Web Forms article about OnClientTileClicked. slug: tilelist/client-side-programming/client-side-events/onclienttileclicked +components: ["tilelist"] tags: onclienttileclicked published: True position: 3 diff --git a/controls/tilelist/client-side-programming/events/onclienttileclicking.md b/controls/tilelist/client-side-programming/events/onclienttileclicking.md index ab8209b034..5ba146e1b1 100644 --- a/controls/tilelist/client-side-programming/events/onclienttileclicking.md +++ b/controls/tilelist/client-side-programming/events/onclienttileclicking.md @@ -3,6 +3,7 @@ title: OnClientTileClicking page_title: OnClientTileClicking - RadTileList description: Check our Web Forms article about OnClientTileClicking. slug: tilelist/client-side-programming/client-side-events/onclienttileclicking +components: ["tilelist"] tags: onclienttileclicking published: True position: 2 diff --git a/controls/tilelist/client-side-programming/events/onclienttilecontenttemplatedatabound.md b/controls/tilelist/client-side-programming/events/onclienttilecontenttemplatedatabound.md index 1c51bd955e..5593e6db0e 100644 --- a/controls/tilelist/client-side-programming/events/onclienttilecontenttemplatedatabound.md +++ b/controls/tilelist/client-side-programming/events/onclienttilecontenttemplatedatabound.md @@ -3,6 +3,7 @@ title: OnClientTileContentTemplateDataBound page_title: OnClientTileContentTemplateDataBound - RadTileList description: Check our Web Forms article about OnClientTileContentTemplateDataBound. slug: tilelist/client-side-programming/client-side-events/onclienttilecontenttemplatedatabound +components: ["tilelist"] tags: onclienttilecontenttemplatedatabound published: True position: 12 diff --git a/controls/tilelist/client-side-programming/events/onclienttilecreating.md b/controls/tilelist/client-side-programming/events/onclienttilecreating.md index eb566d08dc..fdfb781d28 100644 --- a/controls/tilelist/client-side-programming/events/onclienttilecreating.md +++ b/controls/tilelist/client-side-programming/events/onclienttilecreating.md @@ -3,6 +3,7 @@ title: OnClientTileCreating page_title: OnClientTileCreating - RadTileList description: Check our Web Forms article about OnClientTileCreating. slug: tilelist/client-side-programming/client-side-events/onclienttilecreating +components: ["tilelist"] tags: onclienttilecreating published: True position: 14 diff --git a/controls/tilelist/client-side-programming/events/onclienttiledatabound.md b/controls/tilelist/client-side-programming/events/onclienttiledatabound.md index b25f327aac..1a2800a514 100644 --- a/controls/tilelist/client-side-programming/events/onclienttiledatabound.md +++ b/controls/tilelist/client-side-programming/events/onclienttiledatabound.md @@ -3,6 +3,7 @@ title: OnClientTileDataBound page_title: OnClientTileDataBound - RadTileList description: Check our Web Forms article about OnClientTileDataBound. slug: tilelist/client-side-programming/client-side-events/onclienttiledatabound +components: ["tilelist"] tags: onclienttiledatabound published: True position: 11 diff --git a/controls/tilelist/client-side-programming/events/onclienttiledragging.md b/controls/tilelist/client-side-programming/events/onclienttiledragging.md index 0faf0fd98b..713f81ea89 100644 --- a/controls/tilelist/client-side-programming/events/onclienttiledragging.md +++ b/controls/tilelist/client-side-programming/events/onclienttiledragging.md @@ -3,6 +3,7 @@ title: OnClientTileDragging page_title: OnClientTileDragging - RadTileList description: Check our Web Forms article about OnClientTileDragging. slug: tilelist/client-side-programming/client-side-events/onclienttiledragging +components: ["tilelist"] tags: onclienttiledragging published: True position: 4 diff --git a/controls/tilelist/client-side-programming/events/onclienttiledragstart.md b/controls/tilelist/client-side-programming/events/onclienttiledragstart.md index 9cdcbe293a..2bd5455215 100644 --- a/controls/tilelist/client-side-programming/events/onclienttiledragstart.md +++ b/controls/tilelist/client-side-programming/events/onclienttiledragstart.md @@ -3,6 +3,7 @@ title: OnClientTileDragStart page_title: OnClientTileDragStart - RadTileList description: Check our Web Forms article about OnClientTileDragStart. slug: tilelist/client-side-programming/client-side-events/onclienttiledragstart +components: ["tilelist"] tags: onclienttiledragstart published: True position: 5 diff --git a/controls/tilelist/client-side-programming/events/onclienttiledropped.md b/controls/tilelist/client-side-programming/events/onclienttiledropped.md index 1320e1cd71..06694d2dc8 100644 --- a/controls/tilelist/client-side-programming/events/onclienttiledropped.md +++ b/controls/tilelist/client-side-programming/events/onclienttiledropped.md @@ -3,6 +3,7 @@ title: OnClientTileDropped page_title: OnClientTileDropped - RadTileList description: Check our Web Forms article about OnClientTileDropped. slug: tilelist/client-side-programming/client-side-events/onclienttiledropped +components: ["tilelist"] tags: onclienttiledropped published: True position: 6 diff --git a/controls/tilelist/client-side-programming/events/onclienttiledropping.md b/controls/tilelist/client-side-programming/events/onclienttiledropping.md index 307587ce61..ceeff4be97 100644 --- a/controls/tilelist/client-side-programming/events/onclienttiledropping.md +++ b/controls/tilelist/client-side-programming/events/onclienttiledropping.md @@ -3,6 +3,7 @@ title: OnClientTileDropping page_title: OnClientTileDropping - RadTileList description: Check our Web Forms article about OnClientTileDropping. slug: tilelist/client-side-programming/client-side-events/onclienttiledropping +components: ["tilelist"] tags: onclienttiledropping published: True position: 7 diff --git a/controls/tilelist/client-side-programming/events/onclienttilelistdatabound.md b/controls/tilelist/client-side-programming/events/onclienttilelistdatabound.md index 429106306b..ffc06dff28 100644 --- a/controls/tilelist/client-side-programming/events/onclienttilelistdatabound.md +++ b/controls/tilelist/client-side-programming/events/onclienttilelistdatabound.md @@ -3,6 +3,7 @@ title: OnClientTileListDataBound page_title: OnClientTileListDataBound - RadTileList description: Check our Web Forms article about OnClientTileListDataBound. slug: tilelist/client-side-programming/client-side-events/onclienttilelistdatabound +components: ["tilelist"] tags: onclienttilelistdatabound published: True position: 10 diff --git a/controls/tilelist/client-side-programming/events/onclienttilepeektemplatedatabound.md b/controls/tilelist/client-side-programming/events/onclienttilepeektemplatedatabound.md index 2bf26a6b57..37c7ff3b42 100644 --- a/controls/tilelist/client-side-programming/events/onclienttilepeektemplatedatabound.md +++ b/controls/tilelist/client-side-programming/events/onclienttilepeektemplatedatabound.md @@ -3,6 +3,7 @@ title: OnClientTilePeekTemplateDataBound page_title: OnClientTilePeekTemplateDataBound - RadTileList description: Check our Web Forms article about OnClientTilePeekTemplateDataBound. slug: tilelist/client-side-programming/client-side-events/onclienttilepeektemplatedatabound +components: ["tilelist"] tags: onclienttilepeektemplatedatabound published: True position: 13 diff --git a/controls/tilelist/client-side-programming/events/onclienttileselected.md b/controls/tilelist/client-side-programming/events/onclienttileselected.md index 0f8b0327d2..6381f96981 100644 --- a/controls/tilelist/client-side-programming/events/onclienttileselected.md +++ b/controls/tilelist/client-side-programming/events/onclienttileselected.md @@ -3,6 +3,7 @@ title: OnClientTileSelected page_title: OnClientTileSelected - RadTileList description: Check our Web Forms article about OnClientTileSelected. slug: tilelist/client-side-programming/client-side-events/onclienttileselected +components: ["tilelist"] tags: onclienttileselected published: True position: 9 diff --git a/controls/tilelist/client-side-programming/events/onclienttileselecting.md b/controls/tilelist/client-side-programming/events/onclienttileselecting.md index 18f7246cce..6f9617f54d 100644 --- a/controls/tilelist/client-side-programming/events/onclienttileselecting.md +++ b/controls/tilelist/client-side-programming/events/onclienttileselecting.md @@ -3,6 +3,7 @@ title: OnClientTileSelecting page_title: OnClientTileSelecting - RadTileList description: Check our Web Forms article about OnClientTileSelecting. slug: tilelist/client-side-programming/client-side-events/onclienttileselecting +components: ["tilelist"] tags: onclienttileselecting published: True position: 8 diff --git a/controls/tilelist/client-side-programming/events/overview.md b/controls/tilelist/client-side-programming/events/overview.md index 6b033642b8..a3ff462cb4 100644 --- a/controls/tilelist/client-side-programming/events/overview.md +++ b/controls/tilelist/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Events Overview - RadTileList description: Check our Web Forms article about Overview. slug: tilelist/client-side-programming/client-side-events/overview +components: ["tilelist"] tags: overview published: True position: 0 diff --git a/controls/tilelist/client-side-programming/tilecollection-object.md b/controls/tilelist/client-side-programming/tilecollection-object.md index 209202a33b..5ad780d656 100644 --- a/controls/tilelist/client-side-programming/tilecollection-object.md +++ b/controls/tilelist/client-side-programming/tilecollection-object.md @@ -3,6 +3,7 @@ title: TileCollection Object page_title: TileCollection Object - RadTileList description: Check our Web Forms article about TileCollection Object. slug: tilelist/client-side-programming/tilecollection-object +components: ["tilelist"] tags: tilecollection,object published: True position: 3 diff --git a/controls/tilelist/client-side-programming/tilegroup-object.md b/controls/tilelist/client-side-programming/tilegroup-object.md index 5f7655f914..8eb13488b8 100644 --- a/controls/tilelist/client-side-programming/tilegroup-object.md +++ b/controls/tilelist/client-side-programming/tilegroup-object.md @@ -3,6 +3,7 @@ title: TileGroup Object page_title: TileGroup Object - RadTileList description: Check our Web Forms article about TileGroup Object. slug: tilelist/client-side-programming/tilegroup-object +components: ["tilelist"] tags: tilegroup,object published: True position: 2 diff --git a/controls/tilelist/client-side-programming/tilegroupcollection-object.md b/controls/tilelist/client-side-programming/tilegroupcollection-object.md index de3485c941..f602f3d64a 100644 --- a/controls/tilelist/client-side-programming/tilegroupcollection-object.md +++ b/controls/tilelist/client-side-programming/tilegroupcollection-object.md @@ -3,6 +3,7 @@ title: TileGroupCollection Object page_title: TileGroupCollection Object - RadTileList description: Check our Web Forms article about TileGroupCollection Object. slug: tilelist/client-side-programming/tilegroupcollection-object +components: ["tilelist"] tags: tilegroupcollection,object published: True position: 1 diff --git a/controls/tilelist/client-side-programming/tilelist-object.md b/controls/tilelist/client-side-programming/tilelist-object.md index 48c700f9c7..8fe13ae3b0 100644 --- a/controls/tilelist/client-side-programming/tilelist-object.md +++ b/controls/tilelist/client-side-programming/tilelist-object.md @@ -3,6 +3,7 @@ title: TileList Object page_title: TileList Object - RadTileList description: Check our Web Forms article about TileList Object. slug: tilelist/client-side-programming/tilelist-object +components: ["tilelist"] tags: tilelist,object published: True position: 0 diff --git a/controls/tilelist/data-binding/client-side-data-binding.md b/controls/tilelist/data-binding/client-side-data-binding.md index ae8e1174b7..b24d344441 100644 --- a/controls/tilelist/data-binding/client-side-data-binding.md +++ b/controls/tilelist/data-binding/client-side-data-binding.md @@ -3,6 +3,7 @@ title: Client-side Data Binding page_title: Client-side Data Binding - RadTileList description: Check our Web Forms article about Client-side Data Binding. slug: tilelist/data-binding/client-side-data-binding +components: ["tilelist"] tags: client-side,data,binding published: True position: 3 diff --git a/controls/tilelist/data-binding/defining-structure.md b/controls/tilelist/data-binding/defining-structure.md index 9f935f58f6..51278d439f 100644 --- a/controls/tilelist/data-binding/defining-structure.md +++ b/controls/tilelist/data-binding/defining-structure.md @@ -3,6 +3,7 @@ title: Defining Structure page_title: Defining Structure - RadTileList description: Check our Web Forms article about Defining Structure. slug: tilelist/data-binding/defining-structure +components: ["tilelist"] tags: defining,structure published: True position: 1 diff --git a/controls/tilelist/data-binding/overview.md b/controls/tilelist/data-binding/overview.md index 9d10456585..88821d0600 100644 --- a/controls/tilelist/data-binding/overview.md +++ b/controls/tilelist/data-binding/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Data Binding Overview - RadTileList description: Check our Web Forms article about Overview. slug: tilelist/data-binding/overview +components: ["tilelist"] tags: overview published: True position: 0 diff --git a/controls/tilelist/data-binding/supported-data-sources.md b/controls/tilelist/data-binding/supported-data-sources.md index d0e33b6d49..a0efb24648 100644 --- a/controls/tilelist/data-binding/supported-data-sources.md +++ b/controls/tilelist/data-binding/supported-data-sources.md @@ -3,6 +3,7 @@ title: Supported Data Sources page_title: Supported Data Sources - RadTileList description: Check our Web Forms article about Supported Data Sources. slug: tilelist/data-binding/supported-data-sources +components: ["tilelist"] tags: supported,data,sources published: True position: 2 diff --git a/controls/tilelist/design-time.md b/controls/tilelist/design-time.md index 435cc787d8..7a0a8e09ea 100644 --- a/controls/tilelist/design-time.md +++ b/controls/tilelist/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadTileList description: Check our Web Forms article about Design Time. slug: tilelist/design-time +components: ["tilelist"] tags: design,time published: True position: 1 diff --git a/controls/tilelist/functionality/drag-and-drop.md b/controls/tilelist/functionality/drag-and-drop.md index 81e9d2f176..34d15d537f 100644 --- a/controls/tilelist/functionality/drag-and-drop.md +++ b/controls/tilelist/functionality/drag-and-drop.md @@ -3,6 +3,7 @@ title: Drag and Drop page_title: Drag and Drop - RadTileList description: Check our Web Forms article about Drag and Drop. slug: tilelist/functionality/drag-and-drop +components: ["tilelist"] tags: drag,and,drop published: True position: 3 diff --git a/controls/tilelist/functionality/group-title.md b/controls/tilelist/functionality/group-title.md index 9c970820cc..5afd707030 100644 --- a/controls/tilelist/functionality/group-title.md +++ b/controls/tilelist/functionality/group-title.md @@ -3,6 +3,7 @@ title: Group Title page_title: Group Title - RadTileList description: Check our Web Forms article about Group Title. slug: tilelist/functionality/group-title +components: ["tilelist"] tags: group, title published: True position: 4 diff --git a/controls/tilelist/functionality/navigation.md b/controls/tilelist/functionality/navigation.md index 450d64aafd..8d7be0efaa 100644 --- a/controls/tilelist/functionality/navigation.md +++ b/controls/tilelist/functionality/navigation.md @@ -3,6 +3,7 @@ title: Navigation page_title: Navigation - RadTileList description: Check our Web Forms article about Navigation. slug: tilelist/functionality/navigation +components: ["tilelist"] tags: navigation published: True position: 0 diff --git a/controls/tilelist/functionality/scrolling.md b/controls/tilelist/functionality/scrolling.md index d2bf757493..725bb51103 100644 --- a/controls/tilelist/functionality/scrolling.md +++ b/controls/tilelist/functionality/scrolling.md @@ -3,6 +3,7 @@ title: Scrolling page_title: Scrolling - RadTileList description: Check our Web Forms article about Scrolling. slug: tilelist/functionality/scrolling +components: ["tilelist"] tags: scrolling published: True position: 2 diff --git a/controls/tilelist/functionality/selecting.md b/controls/tilelist/functionality/selecting.md index 75f8ef0b83..2acec5f35a 100644 --- a/controls/tilelist/functionality/selecting.md +++ b/controls/tilelist/functionality/selecting.md @@ -3,6 +3,7 @@ title: Selecting page_title: Selecting - RadTileList description: Check our Web Forms article about Selecting. slug: tilelist/functionality/selecting +components: ["tilelist"] tags: selecting published: True position: 1 diff --git a/controls/tilelist/how-to/customize-tile-size-tilelist.md b/controls/tilelist/how-to/customize-tile-size-tilelist.md index f19e341a4a..bccff10fd6 100644 --- a/controls/tilelist/how-to/customize-tile-size-tilelist.md +++ b/controls/tilelist/how-to/customize-tile-size-tilelist.md @@ -3,6 +3,7 @@ title: Customize Tile Size in TileList page_title: Customize Tile Size in TileList - RadTileList description: Check our Web Forms article about Customize Tile Size in TileList. slug: tilelist/how-to/customize-tile-size-in-tilelist +components: ["tilelist"] tags: custom, tile, size, dimension, wide, square, tilelist published: True position: 4 diff --git a/controls/tilelist/how-to/responsive-layout-and-dynamic-height.md b/controls/tilelist/how-to/responsive-layout-and-dynamic-height.md index f5832eb151..eaa3e18144 100644 --- a/controls/tilelist/how-to/responsive-layout-and-dynamic-height.md +++ b/controls/tilelist/how-to/responsive-layout-and-dynamic-height.md @@ -3,6 +3,7 @@ title: Responsive Layout and Dynamic Height page_title: Responsive Layout and Dynamic Height - RadTileList description: Check our Web Forms article about Responsive Layout and Dynamic Height. slug: tilelist/how-to/responsive-layout-and-dynamic-height +components: ["tilelist"] tags: responsive,layout,and,dynamic,height published: True position: 0 diff --git a/controls/tilelist/how-to/save-and-load-state.md b/controls/tilelist/how-to/save-and-load-state.md index 5b6c870243..097ff15911 100644 --- a/controls/tilelist/how-to/save-and-load-state.md +++ b/controls/tilelist/how-to/save-and-load-state.md @@ -3,6 +3,7 @@ title: Save and Load State page_title: Save and Load State - RadTileList description: Check our Web Forms article about Save and Load State. slug: tilelist/how-to/save-and-load-state +components: ["tilelist"] tags: save,load,state published: True position: 3 diff --git a/controls/tilelist/how-to/select-a-tile-with-left-click.md b/controls/tilelist/how-to/select-a-tile-with-left-click.md index 98f1422830..dbbb07e289 100644 --- a/controls/tilelist/how-to/select-a-tile-with-left-click.md +++ b/controls/tilelist/how-to/select-a-tile-with-left-click.md @@ -3,6 +3,7 @@ title: Select a Tile with Left Click page_title: Select a Tile with Left Click - RadTileList description: Check our Web Forms article about Select a Tile with Left Click. slug: tilelist/how-to/select-a-tile-with-left-click +components: ["tilelist"] tags: select,a,tile,with,left,click published: True position: 1 diff --git a/controls/tilelist/mobile-support/elastic-capabilities.md b/controls/tilelist/mobile-support/elastic-capabilities.md index 9612a4ec53..e8a3f20aff 100644 --- a/controls/tilelist/mobile-support/elastic-capabilities.md +++ b/controls/tilelist/mobile-support/elastic-capabilities.md @@ -3,6 +3,7 @@ title: Elastic Capabilities page_title: Elastic Capabilities - RadTileList description: Check our Web Forms article about Elastic Capabilities. slug: tilelist/mobile-support/elastic-capabilities +components: ["tilelist"] tags: elastic,capabilities published: True position: 1 diff --git a/controls/tilelist/mobile-support/render-modes.md b/controls/tilelist/mobile-support/render-modes.md index 4335e5d664..92d3e84b9e 100644 --- a/controls/tilelist/mobile-support/render-modes.md +++ b/controls/tilelist/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadTileList description: Check our Web Forms article about Render Modes. slug: tilelist/mobile-support/render-modes +components: ["tilelist"] tags: render,modes published: True position: 1 diff --git a/controls/tilelist/mobile-support/responsive-capabilities.md b/controls/tilelist/mobile-support/responsive-capabilities.md index 080fab8c98..1aec597682 100644 --- a/controls/tilelist/mobile-support/responsive-capabilities.md +++ b/controls/tilelist/mobile-support/responsive-capabilities.md @@ -3,6 +3,7 @@ title: Responsive Capabilities page_title: Responsive Capabilities - RadTileList description: Check our Web Forms article about Responsive Capabilities of RadTileList. slug: tilelist/mobile-support/responsive-capabilities +components: ["tilelist"] tags: responsive,capabilities,tilelist published: True position: 0 diff --git a/controls/tilelist/overview.md b/controls/tilelist/overview.md index 01dbcc6669..cb79ab2a2a 100644 --- a/controls/tilelist/overview.md +++ b/controls/tilelist/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadTileList Overview description: Check our Web Forms article about Overview. slug: tilelist/overview +components: ["tilelist"] tags: overview published: True position: 0 diff --git a/controls/tilelist/server-side-programming/events/onselectionchanged.md b/controls/tilelist/server-side-programming/events/onselectionchanged.md index 17abce8d93..82ef0991d3 100644 --- a/controls/tilelist/server-side-programming/events/onselectionchanged.md +++ b/controls/tilelist/server-side-programming/events/onselectionchanged.md @@ -3,6 +3,7 @@ title: OnSelectionChanged page_title: OnSelectionChanged - RadTileList description: Check our Web Forms article about OnSelectionChanged. slug: tilelist/server-side-programming/server-side-events/onselectionchanged +components: ["tilelist"] tags: onselectionchanged published: True position: 0 diff --git a/controls/tilelist/server-side-programming/events/ontileclick.md b/controls/tilelist/server-side-programming/events/ontileclick.md index 1f8cefb9f6..619a19ccc5 100644 --- a/controls/tilelist/server-side-programming/events/ontileclick.md +++ b/controls/tilelist/server-side-programming/events/ontileclick.md @@ -3,6 +3,7 @@ title: OnTileClick page_title: OnTileClick - RadTileList description: Check our Web Forms article about OnTileClick. slug: tilelist/server-side-programming/server-side-events/ontileclick +components: ["tilelist"] tags: ontileclick published: True position: 1 diff --git a/controls/tilelist/server-side-programming/events/ontilecreated.md b/controls/tilelist/server-side-programming/events/ontilecreated.md index b063821408..c464aeb8fc 100644 --- a/controls/tilelist/server-side-programming/events/ontilecreated.md +++ b/controls/tilelist/server-side-programming/events/ontilecreated.md @@ -3,6 +3,7 @@ title: OnTileCreated page_title: OnTileCreated - RadTileList description: Check our Web Forms article about OnTileCreated. slug: tilelist/server-side-programming/server-side-events/ontilecreated +components: ["tilelist"] tags: ontilecreated published: True position: 2 diff --git a/controls/tilelist/server-side-programming/events/ontiledatabound.md b/controls/tilelist/server-side-programming/events/ontiledatabound.md index bf34f3e5d2..7017a727a9 100644 --- a/controls/tilelist/server-side-programming/events/ontiledatabound.md +++ b/controls/tilelist/server-side-programming/events/ontiledatabound.md @@ -3,6 +3,7 @@ title: OnTileDataBound page_title: OnTileDataBound - RadTileList description: Check our Web Forms article about OnTileDataBound. slug: tilelist/server-side-programming/server-side-events/ontiledatabound +components: ["tilelist"] tags: ontiledatabound published: True position: 3 diff --git a/controls/tilelist/server-side-programming/programmatic-creation.md b/controls/tilelist/server-side-programming/programmatic-creation.md index d5c1d56552..2b6a44e790 100644 --- a/controls/tilelist/server-side-programming/programmatic-creation.md +++ b/controls/tilelist/server-side-programming/programmatic-creation.md @@ -3,6 +3,7 @@ title: Programmatic Creation page_title: Programmatic Creation - RadTileList description: Check our Web Forms article about Programmatic Creation. slug: tilelist/server-side-programming/programmatic-creation +components: ["tilelist"] tags: programmatic,creation published: True position: 2 diff --git a/controls/tilelist/server-side-programming/tilegroup-object.md b/controls/tilelist/server-side-programming/tilegroup-object.md index 6f7ba1ddfd..07d5f12031 100644 --- a/controls/tilelist/server-side-programming/tilegroup-object.md +++ b/controls/tilelist/server-side-programming/tilegroup-object.md @@ -3,6 +3,7 @@ title: TileGroup Object page_title: TileGroup Object - RadTileList description: Check our Web Forms article about TileGroup Object. slug: tilelist/server-side-programming/tilegroup-object +components: ["tilelist"] tags: tilegroup,object published: True position: 1 diff --git a/controls/tilelist/server-side-programming/tilelist-object.md b/controls/tilelist/server-side-programming/tilelist-object.md index 514e3e1917..1a18da1d61 100644 --- a/controls/tilelist/server-side-programming/tilelist-object.md +++ b/controls/tilelist/server-side-programming/tilelist-object.md @@ -3,6 +3,7 @@ title: TileList Object page_title: TileList Object - RadTileList description: Check our Web Forms article about TileList Object. slug: tilelist/server-side-programming/tilelist-object +components: ["tilelist"] tags: tilelist,object published: True position: 0 diff --git a/controls/tilelist/tiles/appearance-and-styling/css-classes.md b/controls/tilelist/tiles/appearance-and-styling/css-classes.md index 9586543a61..16b4649a59 100644 --- a/controls/tilelist/tiles/appearance-and-styling/css-classes.md +++ b/controls/tilelist/tiles/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadTile description: Check our Web Forms article about CSS Classes. slug: tilelist/tiles/appearance-and-styling/css-classes +components: ["tilelist"] tags: css,classes published: True position: 1 diff --git a/controls/tilelist/tiles/appearance-and-styling/tutorial-creating-custom-skin.md b/controls/tilelist/tiles/appearance-and-styling/tutorial-creating-custom-skin.md index afe60b6efb..fbeb6171a0 100644 --- a/controls/tilelist/tiles/appearance-and-styling/tutorial-creating-custom-skin.md +++ b/controls/tilelist/tiles/appearance-and-styling/tutorial-creating-custom-skin.md @@ -3,6 +3,7 @@ title: Tutorial - Creating a Custom Skin page_title: Tutorial Creating a Custom Skin - RadTile description: Check our Web Forms article about Tutorial for Creating a Custom Skin for RadTile. slug: tilelist/tiles/appearance-and-styling/tutorial-creating-custom-skin +components: ["tilelist"] tags: tilelist, custom, skin, tutorial published: True position: 2 diff --git a/controls/tilelist/tiles/badge-and-title-elements.md b/controls/tilelist/tiles/badge-and-title-elements.md index 3aa722bc88..498f5f446e 100644 --- a/controls/tilelist/tiles/badge-and-title-elements.md +++ b/controls/tilelist/tiles/badge-and-title-elements.md @@ -3,6 +3,7 @@ title: Badge and Title Elements page_title: Badge and Title Elements - RadTile description: Check our Web Forms article about Badge and Title Elements. slug: tilelist/tiles/badge-and-title-elements +components: ["tilelist"] tags: badge,and,title,elements published: True position: 8 diff --git a/controls/tilelist/tiles/client-side-programming/basetile-object.md b/controls/tilelist/tiles/client-side-programming/basetile-object.md index d5094ab51e..df5cbeaea3 100644 --- a/controls/tilelist/tiles/client-side-programming/basetile-object.md +++ b/controls/tilelist/tiles/client-side-programming/basetile-object.md @@ -3,6 +3,7 @@ title: BaseTile Object page_title: BaseTile Object - RadTile description: Check our Web Forms article about BaseTile Object. slug: tilelist/tiles/client-side-programming/basetile-object +components: ["tilelist"] tags: basetile,object published: True position: 1 diff --git a/controls/tilelist/tiles/client-side-programming/contenttemplatetile-object.md b/controls/tilelist/tiles/client-side-programming/contenttemplatetile-object.md index 58e9e9fc93..6cd3e91683 100644 --- a/controls/tilelist/tiles/client-side-programming/contenttemplatetile-object.md +++ b/controls/tilelist/tiles/client-side-programming/contenttemplatetile-object.md @@ -3,6 +3,7 @@ title: ContentTemplateTile Object page_title: ContentTemplateTile Object - RadTile description: Check our Web Forms article about ContentTemplateTile Object. slug: tilelist/tiles/client-side-programming/contenttemplatetile-object +components: ["tilelist"] tags: contenttemplatetile,object published: True position: 2 diff --git a/controls/tilelist/tiles/client-side-programming/events/livetile-specific/onclientdataloaded.md b/controls/tilelist/tiles/client-side-programming/events/livetile-specific/onclientdataloaded.md index a8c76c1d0a..2acb2c1b5b 100644 --- a/controls/tilelist/tiles/client-side-programming/events/livetile-specific/onclientdataloaded.md +++ b/controls/tilelist/tiles/client-side-programming/events/livetile-specific/onclientdataloaded.md @@ -3,6 +3,7 @@ title: OnClientDataLoaded page_title: OnClientDataLoaded - RadTile description: Check our Web Forms article about OnClientDataLoaded. slug: tilelist/tiles/client-side-programming/events/livetile-specific/onclientdataloaded +components: ["tilelist"] tags: onclientdataloaded published: True position: 0 diff --git a/controls/tilelist/tiles/client-side-programming/events/livetile-specific/onclientdataloading.md b/controls/tilelist/tiles/client-side-programming/events/livetile-specific/onclientdataloading.md index 5da7d796f8..6d0474f4d4 100644 --- a/controls/tilelist/tiles/client-side-programming/events/livetile-specific/onclientdataloading.md +++ b/controls/tilelist/tiles/client-side-programming/events/livetile-specific/onclientdataloading.md @@ -3,6 +3,7 @@ title: OnClientDataLoading page_title: OnClientDataLoading - RadTile description: Check our Web Forms article about OnClientDataLoading. slug: tilelist/tiles/client-side-programming/events/livetile-specific/onclientdataloading +components: ["tilelist"] tags: onclientdataloading published: True position: 1 diff --git a/controls/tilelist/tiles/client-side-programming/events/livetile-specific/onclientdataloadingerror.md b/controls/tilelist/tiles/client-side-programming/events/livetile-specific/onclientdataloadingerror.md index abb9f0bf39..1d6030b444 100644 --- a/controls/tilelist/tiles/client-side-programming/events/livetile-specific/onclientdataloadingerror.md +++ b/controls/tilelist/tiles/client-side-programming/events/livetile-specific/onclientdataloadingerror.md @@ -3,6 +3,7 @@ title: OnClientDataLoadingError page_title: OnClientDataLoadingError - RadTile description: Check our Web Forms article about OnClientDataLoadingError. slug: tilelist/tiles/client-side-programming/events/livetile-specific/onclientdataloadingerror +components: ["tilelist"] tags: onclientdataloadingerror published: True position: 2 diff --git a/controls/tilelist/tiles/client-side-programming/events/livetile-specific/onclienttemplatedatabound.md b/controls/tilelist/tiles/client-side-programming/events/livetile-specific/onclienttemplatedatabound.md index c3685fac27..f0e4990e72 100644 --- a/controls/tilelist/tiles/client-side-programming/events/livetile-specific/onclienttemplatedatabound.md +++ b/controls/tilelist/tiles/client-side-programming/events/livetile-specific/onclienttemplatedatabound.md @@ -3,6 +3,7 @@ title: OnClientTemplateDataBound page_title: OnClientTemplateDataBound - RadTile description: Check our Web Forms article about OnClientTemplateDataBound. slug: tilelist/tiles/client-side-programming/events/livetile-specific/onclienttemplatedatabound +components: ["tilelist"] tags: onclienttemplatedatabound published: True position: 3 diff --git a/controls/tilelist/tiles/client-side-programming/events/onclientclicked.md b/controls/tilelist/tiles/client-side-programming/events/onclientclicked.md index 1c846dbc7c..bcca756604 100644 --- a/controls/tilelist/tiles/client-side-programming/events/onclientclicked.md +++ b/controls/tilelist/tiles/client-side-programming/events/onclientclicked.md @@ -3,6 +3,7 @@ title: OnClientClicked page_title: OnClientClicked - RadTile description: Check our Web Forms article about OnClientClicked. slug: tilelist/tiles/client-side-programming/events/onclientclicked +components: ["tilelist"] tags: onclientclicked published: True position: 1 diff --git a/controls/tilelist/tiles/client-side-programming/events/onclientclicking.md b/controls/tilelist/tiles/client-side-programming/events/onclientclicking.md index 8700a11bdc..3b575279dc 100644 --- a/controls/tilelist/tiles/client-side-programming/events/onclientclicking.md +++ b/controls/tilelist/tiles/client-side-programming/events/onclientclicking.md @@ -3,6 +3,7 @@ title: OnClientClicking page_title: OnClientClicking - RadTile description: Check our Web Forms article about OnClientClicking. slug: tilelist/tiles/client-side-programming/events/onclientclicking +components: ["tilelist"] tags: onclientclicking published: True position: 0 diff --git a/controls/tilelist/tiles/client-side-programming/events/onclientload.md b/controls/tilelist/tiles/client-side-programming/events/onclientload.md index dad7541ef4..d308fabd2c 100644 --- a/controls/tilelist/tiles/client-side-programming/events/onclientload.md +++ b/controls/tilelist/tiles/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadTile description: Check our Web Forms article about OnClientLoad. slug: tilelist/tiles/client-side-programming/events/onclientload +components: ["tilelist"] tags: onclientload published: True position: 2 diff --git a/controls/tilelist/tiles/client-side-programming/events/onclientselected.md b/controls/tilelist/tiles/client-side-programming/events/onclientselected.md index a461f5e307..eeda163fc6 100644 --- a/controls/tilelist/tiles/client-side-programming/events/onclientselected.md +++ b/controls/tilelist/tiles/client-side-programming/events/onclientselected.md @@ -3,6 +3,7 @@ title: OnClientSelected page_title: OnClientSelected - RadTile description: Check our Web Forms article about OnClientSelected. slug: tilelist/tiles/client-side-programming/events/onclientselected +components: ["tilelist"] tags: onclientselected published: True position: 4 diff --git a/controls/tilelist/tiles/client-side-programming/events/onclientselecting.md b/controls/tilelist/tiles/client-side-programming/events/onclientselecting.md index 8037493813..ec7bef31a6 100644 --- a/controls/tilelist/tiles/client-side-programming/events/onclientselecting.md +++ b/controls/tilelist/tiles/client-side-programming/events/onclientselecting.md @@ -3,6 +3,7 @@ title: OnClientSelecting page_title: OnClientSelecting - RadTile description: Check our Web Forms article about OnClientSelecting. slug: tilelist/tiles/client-side-programming/events/onclientselecting +components: ["tilelist"] tags: onclientselecting published: True position: 3 diff --git a/controls/tilelist/tiles/client-side-programming/icontile-object.md b/controls/tilelist/tiles/client-side-programming/icontile-object.md index b0a2a83af2..2999190484 100644 --- a/controls/tilelist/tiles/client-side-programming/icontile-object.md +++ b/controls/tilelist/tiles/client-side-programming/icontile-object.md @@ -3,6 +3,7 @@ title: IconTile Object page_title: IconTile Object - RadTile description: Check our Web Forms article about IconTile Object. slug: tilelist/tiles/client-side-programming/icontile-object +components: ["tilelist"] tags: icontile,object published: True position: 3 diff --git a/controls/tilelist/tiles/client-side-programming/imageandtexttile-object.md b/controls/tilelist/tiles/client-side-programming/imageandtexttile-object.md index eaee64556d..d3b8867745 100644 --- a/controls/tilelist/tiles/client-side-programming/imageandtexttile-object.md +++ b/controls/tilelist/tiles/client-side-programming/imageandtexttile-object.md @@ -3,6 +3,7 @@ title: ImageAndTextTile Object page_title: ImageAndTextTile Object - RadTile description: Check our Web Forms article about ImageAndTextTile Object. slug: tilelist/tiles/client-side-programming/imageandtexttile-object +components: ["tilelist"] tags: imageandtexttile,object published: True position: 4 diff --git a/controls/tilelist/tiles/client-side-programming/imagetile-object.md b/controls/tilelist/tiles/client-side-programming/imagetile-object.md index 9f43c93363..22a588c7cb 100644 --- a/controls/tilelist/tiles/client-side-programming/imagetile-object.md +++ b/controls/tilelist/tiles/client-side-programming/imagetile-object.md @@ -3,6 +3,7 @@ title: ImageTile Object page_title: ImageTile Object - RadTile description: Check our Web Forms article about ImageTile Object. slug: tilelist/tiles/client-side-programming/imagetile-object +components: ["tilelist"] tags: imagetile,object published: True position: 5 diff --git a/controls/tilelist/tiles/client-side-programming/livetile-object.md b/controls/tilelist/tiles/client-side-programming/livetile-object.md index 9db95c5351..3d419049de 100644 --- a/controls/tilelist/tiles/client-side-programming/livetile-object.md +++ b/controls/tilelist/tiles/client-side-programming/livetile-object.md @@ -3,6 +3,7 @@ title: LiveTile Object page_title: LiveTile Object - RadTile description: Check our Web Forms article about LiveTile Object. slug: tilelist/tiles/client-side-programming/livetile-object +components: ["tilelist"] tags: livetile,object published: True position: 6 diff --git a/controls/tilelist/tiles/client-side-programming/overview.md b/controls/tilelist/tiles/client-side-programming/overview.md index a8c91db123..2ccfe03961 100644 --- a/controls/tilelist/tiles/client-side-programming/overview.md +++ b/controls/tilelist/tiles/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadTile description: Check our Web Forms article about Overview. slug: tilelist/tiles/client-side-programming/overview +components: ["tilelist"] tags: overview published: True position: 0 diff --git a/controls/tilelist/tiles/client-side-programming/texttile-object.md b/controls/tilelist/tiles/client-side-programming/texttile-object.md index 2bb514aac3..b8e08e9506 100644 --- a/controls/tilelist/tiles/client-side-programming/texttile-object.md +++ b/controls/tilelist/tiles/client-side-programming/texttile-object.md @@ -3,6 +3,7 @@ title: TextTile Object page_title: TextTile Object - RadTile description: Check our Web Forms article about TextTile Object. slug: tilelist/tiles/client-side-programming/texttile-object +components: ["tilelist"] tags: texttile,object published: True position: 7 diff --git a/controls/tilelist/tiles/contenttemplate-tile.md b/controls/tilelist/tiles/contenttemplate-tile.md index 3ca5d9b00c..52c0c1cbbb 100644 --- a/controls/tilelist/tiles/contenttemplate-tile.md +++ b/controls/tilelist/tiles/contenttemplate-tile.md @@ -3,6 +3,7 @@ title: ContentTemplate Tile page_title: ContentTemplate Tile - RadTile description: Check our Web Forms article about ContentTemplate Tile. slug: tilelist/tiles/contenttemplate-tile +components: ["tilelist"] tags: contenttemplate,tile published: True position: 2 diff --git a/controls/tilelist/tiles/design-time.md b/controls/tilelist/tiles/design-time.md index deca39ef85..3220ff340f 100644 --- a/controls/tilelist/tiles/design-time.md +++ b/controls/tilelist/tiles/design-time.md @@ -3,6 +3,7 @@ title: Design-time page_title: Design-time - RadTile description: Check our Web Forms article about Design-time. slug: tilelist/tiles/design-time +components: ["tilelist"] tags: design-time published: True position: 1 diff --git a/controls/tilelist/tiles/icon-tile.md b/controls/tilelist/tiles/icon-tile.md index dcbdb380f9..25628c1544 100644 --- a/controls/tilelist/tiles/icon-tile.md +++ b/controls/tilelist/tiles/icon-tile.md @@ -3,6 +3,7 @@ title: Icon Tile page_title: Icon Tile - RadTile description: Check our Web Forms article about Icon Tile. slug: tilelist/tiles/icon-tile +components: ["tilelist"] tags: icon,tile published: True position: 3 diff --git a/controls/tilelist/tiles/image-tile.md b/controls/tilelist/tiles/image-tile.md index 7fa5d936f4..e5efa6e79a 100644 --- a/controls/tilelist/tiles/image-tile.md +++ b/controls/tilelist/tiles/image-tile.md @@ -3,6 +3,7 @@ title: Image Tile page_title: Image Tile - RadTile description: Check our Web Forms article about Image Tile. slug: tilelist/tiles/image-tile +components: ["tilelist"] tags: image,tile published: True position: 5 diff --git a/controls/tilelist/tiles/imageandtext-tile.md b/controls/tilelist/tiles/imageandtext-tile.md index d903ce2224..952a28fdfe 100644 --- a/controls/tilelist/tiles/imageandtext-tile.md +++ b/controls/tilelist/tiles/imageandtext-tile.md @@ -3,6 +3,7 @@ title: ImageAndText Tile page_title: ImageAndText Tile - RadTile description: Check our Web Forms article about ImageAndText Tile. slug: tilelist/tiles/imageandtext-tile +components: ["tilelist"] tags: imageandtext,tile published: True position: 4 diff --git a/controls/tilelist/tiles/live-tile/loading-data.md b/controls/tilelist/tiles/live-tile/loading-data.md index 2bf0d1fb7a..66b79636e6 100644 --- a/controls/tilelist/tiles/live-tile/loading-data.md +++ b/controls/tilelist/tiles/live-tile/loading-data.md @@ -3,6 +3,7 @@ title: Loading Data page_title: Loading Data - RadTile description: Check our Web Forms article about Loading Data. slug: tilelist/tiles/live-tile/loading-data +components: ["tilelist"] tags: loading,data published: True position: 1 diff --git a/controls/tilelist/tiles/live-tile/overview.md b/controls/tilelist/tiles/live-tile/overview.md index bb1efadbaa..45d4ded745 100644 --- a/controls/tilelist/tiles/live-tile/overview.md +++ b/controls/tilelist/tiles/live-tile/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Live Tile Overview - RadTile description: Check our Web Forms article about Overview. slug: tilelist/tiles/live-tile/overview +components: ["tilelist"] tags: overview published: True position: 0 diff --git a/controls/tilelist/tiles/live-tile/pass-data-to-the-web-service.md b/controls/tilelist/tiles/live-tile/pass-data-to-the-web-service.md index ec9bece005..40df6aa36b 100644 --- a/controls/tilelist/tiles/live-tile/pass-data-to-the-web-service.md +++ b/controls/tilelist/tiles/live-tile/pass-data-to-the-web-service.md @@ -3,6 +3,7 @@ title: Pass Data to the Web Service page_title: Pass Data to the Web Service - RadTile description: Check our Web Forms article about Pass Data to the Web Service. slug: tilelist/tiles/live-tile/pass-data-to-the-web-service +components: ["tilelist"] tags: pass,data,to,the,web,service published: True position: 2 diff --git a/controls/tilelist/tiles/mobile-support/elastic-design.md b/controls/tilelist/tiles/mobile-support/elastic-design.md index 9f89e20c61..90aea7b5f2 100644 --- a/controls/tilelist/tiles/mobile-support/elastic-design.md +++ b/controls/tilelist/tiles/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadTile description: Check our Web Forms article about Elastic Design. slug: tilelist/tiles/mobile-support/elastic-design +components: ["tilelist"] tags: elastic,design,tile published: True position: 1 diff --git a/controls/tilelist/tiles/mobile-support/fluid-design.md b/controls/tilelist/tiles/mobile-support/fluid-design.md index a32146c884..4a57a2178a 100644 --- a/controls/tilelist/tiles/mobile-support/fluid-design.md +++ b/controls/tilelist/tiles/mobile-support/fluid-design.md @@ -3,6 +3,7 @@ title: Fluid Design page_title: Fluid Design - RadTile description: Check our Web Forms article about Fluid Design. slug: tilelist/tiles/mobile-support/fluid-design +components: ["tilelist"] tags: fluid,design,tile published: True position: 2 diff --git a/controls/tilelist/tiles/mobile-support/render-modes.md b/controls/tilelist/tiles/mobile-support/render-modes.md index 35dd74d14d..ffdbea89ad 100644 --- a/controls/tilelist/tiles/mobile-support/render-modes.md +++ b/controls/tilelist/tiles/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadTile description: Check our Web Forms article about Render Modes. slug: tilelist/tiles/mobile-support/render-modes +components: ["tilelist"] tags: render,modes,tile published: True position: 3 diff --git a/controls/tilelist/tiles/overview.md b/controls/tilelist/tiles/overview.md index dce98ca795..6cddf62729 100644 --- a/controls/tilelist/tiles/overview.md +++ b/controls/tilelist/tiles/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Tiles Overview - RadTile description: Check our Web Forms article about Overview. slug: tilelist/tiles/overview +components: ["tilelist"] tags: overview published: True position: 0 diff --git a/controls/tilelist/tiles/peek-template.md b/controls/tilelist/tiles/peek-template.md index d448da2e7f..01ab949f5d 100644 --- a/controls/tilelist/tiles/peek-template.md +++ b/controls/tilelist/tiles/peek-template.md @@ -3,6 +3,7 @@ title: Peek Template page_title: Peek Template - RadTile description: Check our Web Forms article about Peek Template. slug: tilelist/tiles/peek-template +components: ["tilelist"] tags: peek,template published: True position: 9 diff --git a/controls/tilelist/tiles/server-side-programming/events/onclick.md b/controls/tilelist/tiles/server-side-programming/events/onclick.md index ce7711411b..2a91e96fbe 100644 --- a/controls/tilelist/tiles/server-side-programming/events/onclick.md +++ b/controls/tilelist/tiles/server-side-programming/events/onclick.md @@ -3,6 +3,7 @@ title: OnClick page_title: OnClick - RadTile description: Check our Web Forms article about OnClick. slug: tilelist/tiles/server-side-programming/events/onclick +components: ["tilelist"] tags: onclick published: True position: 1 diff --git a/controls/tilelist/tiles/server-side-programming/events/selectionstatechanged.md b/controls/tilelist/tiles/server-side-programming/events/selectionstatechanged.md index d9ce470218..2615db657b 100644 --- a/controls/tilelist/tiles/server-side-programming/events/selectionstatechanged.md +++ b/controls/tilelist/tiles/server-side-programming/events/selectionstatechanged.md @@ -3,6 +3,7 @@ title: SelectionStateChanged page_title: SelectionStateChanged - RadTile description: Check our Web Forms article about SelectionStateChanged. slug: tilelist/tiles/server-side-programming/events/selectionstatechanged +components: ["tilelist"] tags: selectionstatechanged published: True position: 0 diff --git a/controls/tilelist/tiles/server-side-programming/tile-object.md b/controls/tilelist/tiles/server-side-programming/tile-object.md index 4735e65ae1..e85d2d1060 100644 --- a/controls/tilelist/tiles/server-side-programming/tile-object.md +++ b/controls/tilelist/tiles/server-side-programming/tile-object.md @@ -3,6 +3,7 @@ title: Tile Object page_title: Tile Object - RadTile description: Check our Web Forms article about Tile Object. slug: tilelist/tiles/server-side-programming/tile-object +components: ["tilelist"] tags: tile,object published: True position: 0 diff --git a/controls/tilelist/tiles/text-tile.md b/controls/tilelist/tiles/text-tile.md index 7bcf14bd50..74cdd96311 100644 --- a/controls/tilelist/tiles/text-tile.md +++ b/controls/tilelist/tiles/text-tile.md @@ -3,6 +3,7 @@ title: Text Tile page_title: Text Tile - RadTile description: Check our Web Forms article about Text Tile. slug: tilelist/tiles/text-tile +components: ["tilelist"] tags: text,tile published: True position: 7 diff --git a/controls/timeline/accessibility-and-internationalization/keyboard-support.md b/controls/timeline/accessibility-and-internationalization/keyboard-support.md index 95138b6b64..41be4e7b3d 100644 --- a/controls/timeline/accessibility-and-internationalization/keyboard-support.md +++ b/controls/timeline/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadTimeline description: Check our Web Forms article about Keyboard Support. slug: timeline/accessibility-and-internationalization/keyboard-support +components: ["timeline"] tags: keyboard,support published: True position: 1 diff --git a/controls/timeline/client-side-programming/events.md b/controls/timeline/client-side-programming/events.md index 6891755b97..3dcbbe3f3c 100644 --- a/controls/timeline/client-side-programming/events.md +++ b/controls/timeline/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events Overview page_title: Overview - RadTimeline description: Check our Web Forms article about Overview. slug: timeline/client-side-programming/events +components: ["timeline"] tags: overview,events published: True position: 1 diff --git a/controls/timeline/client-side-programming/overview.md b/controls/timeline/client-side-programming/overview.md index fc96659e89..cc5cae30d4 100644 --- a/controls/timeline/client-side-programming/overview.md +++ b/controls/timeline/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: RadTimeline Object page_title: RadTimeline Object - RadTimeline description: Check our Web Forms article about RadTimeline Object. slug: timeline/client-side-programming/overview +components: ["timeline"] tags: timeline,object published: True position: 0 diff --git a/controls/timeline/data-binding/client-side.md b/controls/timeline/data-binding/client-side.md index e4b5c5fe3e..70c38224b0 100644 --- a/controls/timeline/data-binding/client-side.md +++ b/controls/timeline/data-binding/client-side.md @@ -3,6 +3,7 @@ title: Client-Side page_title: Client-Side Data Binding - RadTimeline description: Check our Web Forms article about Client data binding overview of RadTimeline. slug: timeline/data-binding/client-side +components: ["timeline"] tags: data,binding,overview,client,side,web,service published: True position: 1 diff --git a/controls/timeline/data-binding/server-side/binding-to-array-or-ienumerable.md b/controls/timeline/data-binding/server-side/binding-to-array-or-ienumerable.md index c9dd701e06..c5055097b0 100644 --- a/controls/timeline/data-binding/server-side/binding-to-array-or-ienumerable.md +++ b/controls/timeline/data-binding/server-side/binding-to-array-or-ienumerable.md @@ -3,6 +3,7 @@ title: Binding to Array or IEnumerable page_title: Binding to Array or IEnumerable - RadTimeline description: Check our Web Forms article about Binding to Array or IEnumerable. slug: timeline/data-binding/server-side/binding-to-array-or-ienumerable +components: ["timeline"] tags: binding,to,array,or,ienumerable published: True position: 1 diff --git a/controls/timeline/data-binding/server-side/binding-to-asp-datasource-components.md b/controls/timeline/data-binding/server-side/binding-to-asp-datasource-components.md index e8727572ba..d28f348dd2 100644 --- a/controls/timeline/data-binding/server-side/binding-to-asp-datasource-components.md +++ b/controls/timeline/data-binding/server-side/binding-to-asp-datasource-components.md @@ -3,6 +3,7 @@ title: Binding to ASP DataSource components page_title: Binding to ASP DataSource components - RadTimeline description: Check our Web Forms article about Binding to ASP DataSource components. slug: timeline/data-binding/server-side/binding-to-asp-datasource-components +components: ["timeline"] tags: binding,to,asp,datasource,components published: True position: 3 diff --git a/controls/timeline/data-binding/server-side/binding-to-datatable,-dataset,-or-dataview.md b/controls/timeline/data-binding/server-side/binding-to-datatable,-dataset,-or-dataview.md index a99e14158c..756197eb36 100644 --- a/controls/timeline/data-binding/server-side/binding-to-datatable,-dataset,-or-dataview.md +++ b/controls/timeline/data-binding/server-side/binding-to-datatable,-dataset,-or-dataview.md @@ -3,6 +3,7 @@ title: Binding to DataTable, DataSet, or DataView page_title: Binding to DataTable, DataSet, or DataView - RadTimeline description: Check our Web Forms article about Binding to DataTable, DataSet, or DataView. slug: timeline/data-binding/server-side/binding-to-datatable,-dataset,-or-dataview +components: ["timeline"] tags: binding,to,datatable,,dataset,or,dataview published: True position: 2 diff --git a/controls/timeline/data-binding/server-side/binding-to-entitydatasource.md b/controls/timeline/data-binding/server-side/binding-to-entitydatasource.md index bc7fafb5e7..641d7565ca 100644 --- a/controls/timeline/data-binding/server-side/binding-to-entitydatasource.md +++ b/controls/timeline/data-binding/server-side/binding-to-entitydatasource.md @@ -3,6 +3,7 @@ title: Binding to EntityDataSource page_title: Binding to EntityDataSource - RadTimeline description: Check our Web Forms article about Binding to EntityDataSource. slug: timeline/data-binding/server-side/binding-to-entitydatasource +components: ["timeline"] tags: binding,to,EntityDataSource published: True position: 4 diff --git a/controls/timeline/data-binding/server-side/overview.md b/controls/timeline/data-binding/server-side/overview.md index 28844acb4e..4312848188 100644 --- a/controls/timeline/data-binding/server-side/overview.md +++ b/controls/timeline/data-binding/server-side/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Data Binding Overview - RadTimeline description: Check our Web Forms article about Overview. slug: timeline/data-binding/server-side/overview +components: ["timeline"] tags: overview published: True position: 0 diff --git a/controls/timeline/functionality/actions.md b/controls/timeline/functionality/actions.md index 2e2ab55c6d..cf8cf380fe 100644 --- a/controls/timeline/functionality/actions.md +++ b/controls/timeline/functionality/actions.md @@ -3,6 +3,7 @@ title: Actions page_title: Actions - RadTimeline description: Check our Web Forms article about Actions. slug: timeline/functionality/actions +components: ["timeline"] tags: actions,client,server published: True position: 0 diff --git a/controls/timeline/functionality/client-side-templates.md b/controls/timeline/functionality/client-side-templates.md index 0c16ab4f31..53d9fe4b9c 100644 --- a/controls/timeline/functionality/client-side-templates.md +++ b/controls/timeline/functionality/client-side-templates.md @@ -3,6 +3,7 @@ title: Event Templates page_title: Event Templates - RadTimeline description: Check our Web Forms article about Event Templates. slug: timeline/functionality/client-side-templates +components: ["timeline"] tags: event,templates,client-side published: True position: 3 diff --git a/controls/timeline/functionality/images.md b/controls/timeline/functionality/images.md index 7e79b79282..5a8c6501e9 100644 --- a/controls/timeline/functionality/images.md +++ b/controls/timeline/functionality/images.md @@ -3,6 +3,7 @@ title: Images page_title: Images - RadTimeline description: Check our Web Forms article about Images. slug: timeline/functionality/images +components: ["timeline"] tags: images,client,server published: True position: 2 diff --git a/controls/timeline/functionality/orientation.md b/controls/timeline/functionality/orientation.md index faf6e7ff8a..b942ff174c 100644 --- a/controls/timeline/functionality/orientation.md +++ b/controls/timeline/functionality/orientation.md @@ -3,6 +3,7 @@ title: Orientation page_title: Orientation - RadTimeline description: Check our Web Forms article about Orientation. slug: timeline/functionality/orientation +components: ["timeline"] tags: orientation,client,server published: True position: 1 diff --git a/controls/timeline/functionality/sorting.md b/controls/timeline/functionality/sorting.md index 60c3986df4..88f8e40b3d 100644 --- a/controls/timeline/functionality/sorting.md +++ b/controls/timeline/functionality/sorting.md @@ -3,6 +3,7 @@ title: Sorting page_title: Sorting - RadTimeline description: Check our Web Forms article about Sorting. slug: timeline/functionality/sorting +components: ["timeline"] tags: sorting,client,server published: True position: 4 diff --git a/controls/timeline/getting-started.md b/controls/timeline/getting-started.md index 2accd61ec8..efa85e5124 100644 --- a/controls/timeline/getting-started.md +++ b/controls/timeline/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadTimeline description: Check our Web Forms article about Getting Started. slug: timeline/getting-started +components: ["timeline"] tags: getting,started, published: True position: 1 diff --git a/controls/timeline/overview.md b/controls/timeline/overview.md index 03eb7a97ba..66bd88a773 100644 --- a/controls/timeline/overview.md +++ b/controls/timeline/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadTimeline Overview description: Check our Web Forms article about Overview. slug: timeline/overview +components: ["timeline"] tags: overview published: True position: 0 diff --git a/controls/timeline/server-side-programming/events/itemdatabound.md b/controls/timeline/server-side-programming/events/itemdatabound.md index c68942cb45..b1ce5e2b67 100644 --- a/controls/timeline/server-side-programming/events/itemdatabound.md +++ b/controls/timeline/server-side-programming/events/itemdatabound.md @@ -3,6 +3,7 @@ title: ItemDataBound page_title: ItemDataBound - RadTimeline description: Check our Web Forms article about ItemDataBound. slug: timeline/server-side-programming/events/itemdatabound +components: ["timeline"] tags: itemdatabound published: True position: 0 diff --git a/controls/timeline/server-side-programming/overview.md b/controls/timeline/server-side-programming/overview.md index 800530b9cf..aa23e09d14 100644 --- a/controls/timeline/server-side-programming/overview.md +++ b/controls/timeline/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadTimeline description: Check our Web Forms article about Overview. slug: timeline/server-side-programming/overview +components: ["timeline"] tags: overview published: True position: 0 diff --git a/controls/timepicker/accessibility-and-internationalization/keyboard-support.md b/controls/timepicker/accessibility-and-internationalization/keyboard-support.md index 8cf2a35376..f962a86abf 100644 --- a/controls/timepicker/accessibility-and-internationalization/keyboard-support.md +++ b/controls/timepicker/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadTimePicker description: Check our Web Forms article about Keyboard Support. slug: timepicker/accessibility-and-internationalization/keyboard-support +components: ["timepicker"] tags: keyboard,support published: True position: 4 diff --git a/controls/timepicker/accessibility-and-internationalization/specifying-a-culture.md b/controls/timepicker/accessibility-and-internationalization/specifying-a-culture.md index 5d19fd2c2a..a304fc5899 100644 --- a/controls/timepicker/accessibility-and-internationalization/specifying-a-culture.md +++ b/controls/timepicker/accessibility-and-internationalization/specifying-a-culture.md @@ -3,6 +3,7 @@ title: Specifying a Culture page_title: Specifying a Culture - RadTimePicker description: Check our Web Forms article about Specifying a Culture. slug: timepicker/accessibility-and-internationalization/specifying-a-culture +components: ["timepicker"] tags: specifying,a,culture published: True position: 0 diff --git a/controls/timepicker/accessibility-and-internationalization/wai-aria-support.md b/controls/timepicker/accessibility-and-internationalization/wai-aria-support.md index efb54a954b..9c655c244b 100644 --- a/controls/timepicker/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/timepicker/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadTimePicker description: Check our Web Forms article about WAI-ARIA Support. slug: timepicker/accessibility-and-internationalization/wai-aria-support +components: ["timepicker"] tags: wai-aria,support published: True position: 5 diff --git a/controls/timepicker/appearance-and-styling/controlling-appearance.md b/controls/timepicker/appearance-and-styling/controlling-appearance.md index 1d7a01a5b5..f692a1c7ca 100644 --- a/controls/timepicker/appearance-and-styling/controlling-appearance.md +++ b/controls/timepicker/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadTimePicker description: Check our Web Forms article about Controlling Appearance. slug: timepicker/appearance-and-styling/controlling-appearance +components: ["timepicker"] tags: controlling,appearance published: True position: 0 diff --git a/controls/timepicker/appearance-and-styling/skins.md b/controls/timepicker/appearance-and-styling/skins.md index d17db62bde..62a0139dd6 100644 --- a/controls/timepicker/appearance-and-styling/skins.md +++ b/controls/timepicker/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadTimePicker description: Check our Web Forms article about Skins. slug: timepicker/appearance-and-styling/skins +components: ["timepicker"] tags: skins published: True position: 2 diff --git a/controls/timepicker/appearance-and-styling/styles.md b/controls/timepicker/appearance-and-styling/styles.md index 8269ff5154..83dbacbe06 100644 --- a/controls/timepicker/appearance-and-styling/styles.md +++ b/controls/timepicker/appearance-and-styling/styles.md @@ -3,6 +3,7 @@ title: Styles page_title: Styles - RadTimePicker description: Check our Web Forms article about Styles. slug: timepicker/appearance-and-styling/styles +components: ["timepicker"] tags: styles published: True position: 1 diff --git a/controls/timepicker/client-side-programming/events/ondateselected.md b/controls/timepicker/client-side-programming/events/ondateselected.md index f087012b69..e383aa1520 100644 --- a/controls/timepicker/client-side-programming/events/ondateselected.md +++ b/controls/timepicker/client-side-programming/events/ondateselected.md @@ -3,6 +3,7 @@ title: OnDateSelected page_title: OnDateSelected - RadTimePicker description: Check our Web Forms article about OnDateSelected. slug: timepicker/client-side-programming/events/ondateselected +components: ["timepicker"] tags: ondateselected published: True position: 4 diff --git a/controls/timepicker/client-side-programming/events/onpopupclosing.md b/controls/timepicker/client-side-programming/events/onpopupclosing.md index e5d24e5c67..8fa486249c 100644 --- a/controls/timepicker/client-side-programming/events/onpopupclosing.md +++ b/controls/timepicker/client-side-programming/events/onpopupclosing.md @@ -3,6 +3,7 @@ title: OnPopupClosing page_title: OnPopupClosing - RadTimePicker description: Check our Web Forms article about OnPopupClosing. slug: timepicker/client-side-programming/events/onpopupclosing +components: ["timepicker"] tags: onpopupclosing published: True position: 3 diff --git a/controls/timepicker/client-side-programming/events/onpopupopening.md b/controls/timepicker/client-side-programming/events/onpopupopening.md index 66c4165abf..8ae1f69176 100644 --- a/controls/timepicker/client-side-programming/events/onpopupopening.md +++ b/controls/timepicker/client-side-programming/events/onpopupopening.md @@ -3,6 +3,7 @@ title: OnPopupOpening page_title: OnPopupOpening - RadTimePicker description: Check our Web Forms article about OnPopupOpening. slug: timepicker/client-side-programming/events/onpopupopening +components: ["timepicker"] tags: onpopupopening published: True position: 2 diff --git a/controls/timepicker/client-side-programming/events/overview.md b/controls/timepicker/client-side-programming/events/overview.md index f8e5a06ab7..84445eb2de 100644 --- a/controls/timepicker/client-side-programming/events/overview.md +++ b/controls/timepicker/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadTimePicker description: Check our Web Forms article about Overview. slug: timepicker/client-side-programming/events/overview +components: ["timepicker"] tags: overview published: True position: 0 diff --git a/controls/timepicker/client-side-programming/overview.md b/controls/timepicker/client-side-programming/overview.md index 0e31e4c241..79a2141d9c 100644 --- a/controls/timepicker/client-side-programming/overview.md +++ b/controls/timepicker/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadTimePicker description: Check our Web Forms article about Client-side Programming Overview. slug: timepicker/client-side-programming/overview +components: ["timepicker"] tags: overview published: True position: 0 diff --git a/controls/timepicker/client-side-programming/radtimepicker-object.md b/controls/timepicker/client-side-programming/radtimepicker-object.md index ef112df449..8c2e5d7899 100644 --- a/controls/timepicker/client-side-programming/radtimepicker-object.md +++ b/controls/timepicker/client-side-programming/radtimepicker-object.md @@ -3,6 +3,7 @@ title: RadTimePicker Object page_title: RadTimePicker Object - RadTimePicker description: Check our Web Forms article about RadTimePicker Client-side Object. slug: timepicker/client-side-programming/radtimepicker-object +components: ["timepicker"] tags: radtimepicker,object published: True position: 1 diff --git a/controls/timepicker/client-side-programming/radtimeview-object.md b/controls/timepicker/client-side-programming/radtimeview-object.md index 1dcfcfbe57..be57e9f460 100644 --- a/controls/timepicker/client-side-programming/radtimeview-object.md +++ b/controls/timepicker/client-side-programming/radtimeview-object.md @@ -3,6 +3,7 @@ title: RadTimeView object page_title: RadTimeView object - RadTimePicker description: Check our Web Forms article about RadTimeView object. slug: timepicker/client-side-programming/radtimeview-object +components: ["timepicker"] tags: radtimeview,object published: True position: 2 diff --git a/controls/timepicker/design-time/smart-tag.md b/controls/timepicker/design-time/smart-tag.md index e24381e7a1..09394257d0 100644 --- a/controls/timepicker/design-time/smart-tag.md +++ b/controls/timepicker/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadCalendar description: Check our Web Forms article about Smart Tag. slug: timepicker/design-time/smart-tag +components: ["timepicker"] tags: smart,tag published: True position: 1 diff --git a/controls/timepicker/design-time/template-design-surface.md b/controls/timepicker/design-time/template-design-surface.md index 43ca1bdabf..fa29c1dd07 100644 --- a/controls/timepicker/design-time/template-design-surface.md +++ b/controls/timepicker/design-time/template-design-surface.md @@ -3,6 +3,7 @@ title: Template Design Surface page_title: Template Design Surface - RadTimePicker description: Check our Web Forms article about Template Design Surface. slug: timepicker/design-time/template-design-surface +components: ["timepicker"] tags: template,design,surface published: True position: 2 diff --git a/controls/timepicker/functionality/configuring-the-embedded-time-view.md b/controls/timepicker/functionality/configuring-the-embedded-time-view.md index 339c16ac38..709047ed18 100644 --- a/controls/timepicker/functionality/configuring-the-embedded-time-view.md +++ b/controls/timepicker/functionality/configuring-the-embedded-time-view.md @@ -3,6 +3,7 @@ title: Configuring the Embedded Time View page_title: Configuring the Embedded Time View - RadTimePicker description: Check our Web Forms article about Configuring the Embedded Time View. slug: timepicker/functionality/configuring-the-embedded-time-view +components: ["timepicker"] tags: configuring,the,embedded,time,view published: True position: 1 diff --git a/controls/timepicker/functionality/customizing-embedded-controls.md b/controls/timepicker/functionality/customizing-embedded-controls.md index c027fbd3c6..30898a4e8d 100644 --- a/controls/timepicker/functionality/customizing-embedded-controls.md +++ b/controls/timepicker/functionality/customizing-embedded-controls.md @@ -3,6 +3,7 @@ title: Customizing the Embedded Controls page_title: Customizing the Embedded Controls - RadTimePicker description: Check our Web Forms article about Customizing the Embedded Controls. slug: timepicker/functionality/customizing-the-embedded-controls +components: ["timepicker"] tags: customizing,the,embedded,controls published: True position: 0 diff --git a/controls/timepicker/functionality/data-binding.md b/controls/timepicker/functionality/data-binding.md index ec4c8410b7..abc8de29b4 100644 --- a/controls/timepicker/functionality/data-binding.md +++ b/controls/timepicker/functionality/data-binding.md @@ -3,6 +3,7 @@ title: Data Binding page_title: Data Binding - RadTimePicker description: Check our Web Forms article about Data Binding. slug: timepicker/functionality/data-binding +components: ["timepicker"] tags: data,binding, published: True position: 3 diff --git a/controls/timepicker/functionality/displaying-the-popup.md b/controls/timepicker/functionality/displaying-the-popup.md index 3aba44bd91..cd7d6d1357 100644 --- a/controls/timepicker/functionality/displaying-the-popup.md +++ b/controls/timepicker/functionality/displaying-the-popup.md @@ -3,6 +3,7 @@ title: Displaying the Popup page_title: Displaying the Popup - RadTimePicker description: Check our Web Forms article about Displaying the Popup. slug: timepicker/functionality/displaying-the-popup +components: ["timepicker"] tags: displaying,the,popup published: True position: 2 diff --git a/controls/timepicker/functionality/formatting-values.md b/controls/timepicker/functionality/formatting-values.md index f31f454f43..a422525d87 100644 --- a/controls/timepicker/functionality/formatting-values.md +++ b/controls/timepicker/functionality/formatting-values.md @@ -3,6 +3,7 @@ title: Formatting Values page_title: Formatting Values - RadTimePicker description: Check our Web Forms article about Formatting Values. slug: timepicker/functionality/formatting-values +components: ["timepicker"] tags: formatting,values published: True position: 4 diff --git a/controls/timepicker/functionality/using-shared-radtimeview.md b/controls/timepicker/functionality/using-shared-radtimeview.md index 0254831fca..f88c6b8c61 100644 --- a/controls/timepicker/functionality/using-shared-radtimeview.md +++ b/controls/timepicker/functionality/using-shared-radtimeview.md @@ -3,6 +3,7 @@ title: Using shared RadTimeView page_title: Using shared RadTimeView - RadTimePicker description: Check our Web Forms article about Using shared RadTimeView. slug: timepicker/functionality/using-shared-radtimeview +components: ["timepicker"] tags: using,shared,radtimeview published: True position: 5 diff --git a/controls/timepicker/functionality/validation.md b/controls/timepicker/functionality/validation.md index 476e5e50be..86bc58f7f4 100644 --- a/controls/timepicker/functionality/validation.md +++ b/controls/timepicker/functionality/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadTimePicker description: Check our Web Forms article about Validation. slug: timepicker/functionality/validation +components: ["timepicker"] tags: validation published: True position: 5 diff --git a/controls/timepicker/getting-started/overview.md b/controls/timepicker/getting-started/overview.md index d18136522b..79d99c2c6f 100644 --- a/controls/timepicker/getting-started/overview.md +++ b/controls/timepicker/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadTimePicker description: Check our Web Forms article about Overview. slug: timepicker/getting-started/overview +components: ["timepicker"] tags: overview published: True position: 0 diff --git a/controls/timepicker/getting-started/radtimepicker-structure.md b/controls/timepicker/getting-started/radtimepicker-structure.md index d96ade0dea..026d1d43fb 100644 --- a/controls/timepicker/getting-started/radtimepicker-structure.md +++ b/controls/timepicker/getting-started/radtimepicker-structure.md @@ -3,6 +3,7 @@ title: RadTimePicker Structure page_title: RadTimePicker Structure - RadTimePicker description: Check our Web Forms article about RadTimePicker Structure. slug: timepicker/getting-started/radtimepicker-structure +components: ["timepicker"] tags: radtimepicker,structure published: True position: 2 diff --git a/controls/timepicker/getting-started/radtimeview-structure.md b/controls/timepicker/getting-started/radtimeview-structure.md index 0239ab8371..c37c9368a6 100644 --- a/controls/timepicker/getting-started/radtimeview-structure.md +++ b/controls/timepicker/getting-started/radtimeview-structure.md @@ -3,6 +3,7 @@ title: RadTimeView Structure page_title: RadTimeView Structure - RadTimePicker description: Check our Web Forms article about RadTimeView Structure. slug: timepicker/getting-started/radtimeview-structure +components: ["timepicker"] tags: radtimeview,structure published: True position: 3 diff --git a/controls/timepicker/mobile-support/fluid-and-elastic-capabilities.md b/controls/timepicker/mobile-support/fluid-and-elastic-capabilities.md index 418063b545..ed2250712b 100644 --- a/controls/timepicker/mobile-support/fluid-and-elastic-capabilities.md +++ b/controls/timepicker/mobile-support/fluid-and-elastic-capabilities.md @@ -3,6 +3,7 @@ title: Fluid and Elastic Capabilities page_title: Fluid and Elastic Capabilities - RadTimePicker description: Check our Web Forms article about Fluid and Elastic Capabilities. slug: timepicker/mobile-support/fluid-and-elastic-capabilities +components: ["timepicker"] tags: fluid,and,elastic,capabilities published: True position: 1 diff --git a/controls/timepicker/overview.md b/controls/timepicker/overview.md index 0820234749..794cf8c078 100644 --- a/controls/timepicker/overview.md +++ b/controls/timepicker/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadTimePicker Overview description: Discover the TimePicker control and its features for selecting and formatting time values efficiently. slug: timepicker/overview +components: ["timepicker"] tags: overview published: True position: 0 diff --git a/controls/timepicker/performance/optimizing-radtimepicker-performance.md b/controls/timepicker/performance/optimizing-radtimepicker-performance.md index af7f0cf3a2..f8c107c4de 100644 --- a/controls/timepicker/performance/optimizing-radtimepicker-performance.md +++ b/controls/timepicker/performance/optimizing-radtimepicker-performance.md @@ -3,6 +3,7 @@ title: Optimizing RadTimePicker Performance page_title: Optimizing RadTimePicker Performance - RadTimePicker description: Check our Web Forms article about Optimizing RadTimePicker Performance. slug: timepicker/performance/optimizing-radtimepicker-performance +components: ["timepicker"] tags: performance,optimizing published: True position: 0 diff --git a/controls/timepicker/server-side-programming/events/childrencreated.md b/controls/timepicker/server-side-programming/events/childrencreated.md index 2246b74c16..e369aaaef1 100644 --- a/controls/timepicker/server-side-programming/events/childrencreated.md +++ b/controls/timepicker/server-side-programming/events/childrencreated.md @@ -3,6 +3,7 @@ title: ChildrenCreated page_title: ChildrenCreated - RadTimePicker description: Check our Web Forms article about ChildrenCreated. slug: timepicker/server-side-programming/events/childrencreated +components: ["timepicker"] tags: childrencreated published: True position: 1 diff --git a/controls/timepicker/server-side-programming/events/itemcreated.md b/controls/timepicker/server-side-programming/events/itemcreated.md index 09811fce3a..607a47c213 100644 --- a/controls/timepicker/server-side-programming/events/itemcreated.md +++ b/controls/timepicker/server-side-programming/events/itemcreated.md @@ -3,6 +3,7 @@ title: ItemCreated page_title: ItemCreated - RadTimePicker description: Check our Web Forms article about ItemCreated. slug: timepicker/server-side-programming/events/itemcreated +components: ["timepicker"] tags: itemcreated published: True position: 3 diff --git a/controls/timepicker/server-side-programming/events/itemdatabound.md b/controls/timepicker/server-side-programming/events/itemdatabound.md index 992c1665f5..d915f87dbc 100644 --- a/controls/timepicker/server-side-programming/events/itemdatabound.md +++ b/controls/timepicker/server-side-programming/events/itemdatabound.md @@ -3,6 +3,7 @@ title: ItemDataBound page_title: ItemDataBound - RadTimePicker description: Check our Web Forms article about ItemDataBound. slug: timepicker/server-side-programming/events/itemdatabound +components: ["timepicker"] tags: itemdatabound published: True position: 4 diff --git a/controls/timepicker/server-side-programming/events/overview.md b/controls/timepicker/server-side-programming/events/overview.md index 18e79d6f27..4436ddeb6b 100644 --- a/controls/timepicker/server-side-programming/events/overview.md +++ b/controls/timepicker/server-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadTimePicker description: Check our Web Forms article about RadTimePicker Server-Side Events Overview. slug: timepicker/server-side-programming/events/overview +components: ["timepicker"] tags: server-side,events,overview published: True position: 0 diff --git a/controls/timepicker/server-side-programming/events/selecteddatechanged.md b/controls/timepicker/server-side-programming/events/selecteddatechanged.md index ab85977134..17a3568b54 100644 --- a/controls/timepicker/server-side-programming/events/selecteddatechanged.md +++ b/controls/timepicker/server-side-programming/events/selecteddatechanged.md @@ -3,6 +3,7 @@ title: SelectedDateChanged page_title: SelectedDateChanged - RadTimePicker description: Check our Web Forms article about SelectedDateChanged. slug: timepicker/server-side-programming/events/selecteddatechanged +components: ["timepicker"] tags: selecteddatechanged published: True position: 2 diff --git a/controls/timepicker/server-side-programming/radtimepicker-object.md b/controls/timepicker/server-side-programming/radtimepicker-object.md index dc4308ffa4..329743a8ca 100644 --- a/controls/timepicker/server-side-programming/radtimepicker-object.md +++ b/controls/timepicker/server-side-programming/radtimepicker-object.md @@ -3,6 +3,7 @@ title: RadTimePicker Object page_title: Server-Side Object - RadTimePicker description: Check our Web Forms article about RadTimePicker Server-Side Object. slug: timepicker/server-side-programming/server-side-objects +components: ["timepicker"] tags: server-side,objects published: True position: 0 diff --git a/controls/timepicker/templates/finding-controls-inside-radtimeview-templates.md b/controls/timepicker/templates/finding-controls-inside-radtimeview-templates.md index 84dc3102e8..f87d6e807a 100644 --- a/controls/timepicker/templates/finding-controls-inside-radtimeview-templates.md +++ b/controls/timepicker/templates/finding-controls-inside-radtimeview-templates.md @@ -3,6 +3,7 @@ title: Finding Controls inside RadTimeView Templates page_title: Finding Controls inside RadTimeView Templates - RadTimePicker description: Check our Web Forms article about Finding Controls inside RadTimeView Templates. slug: timepicker/templates/finding-controls-inside-radtimeview-templates +components: ["timepicker"] tags: finding,controls,inside,radtimeview,templates published: True position: 3 diff --git a/controls/timepicker/templates/radtimeview-templates.md b/controls/timepicker/templates/radtimeview-templates.md index a7c0a8347e..78574df390 100644 --- a/controls/timepicker/templates/radtimeview-templates.md +++ b/controls/timepicker/templates/radtimeview-templates.md @@ -3,6 +3,7 @@ title: RadTimeView Templates page_title: RadTimeView Templates - RadTimePicker description: Check our Web Forms article about RadTimeView Templates. slug: timepicker/templates/radtimeview-templates +components: ["timepicker"] tags: radtimeview,templates published: True position: 2 diff --git a/controls/togglebutton/accessibility-and-internationalization/keyboard-support.md b/controls/togglebutton/accessibility-and-internationalization/keyboard-support.md index 11c6a65845..d39aaec57d 100644 --- a/controls/togglebutton/accessibility-and-internationalization/keyboard-support.md +++ b/controls/togglebutton/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadToggleButton description: Check our Web Forms article about Keyboard Support. slug: togglebutton/accessibility-and-internationalization/keyboard-support +components: ["togglebutton"] tags: keyboard,support published: True position: 2 diff --git a/controls/togglebutton/accessibility-and-internationalization/right-to-left-support.md b/controls/togglebutton/accessibility-and-internationalization/right-to-left-support.md index 20a696b2b8..250bf2544b 100644 --- a/controls/togglebutton/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/togglebutton/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-Left Support page_title: Right-to-Left Support - RadToggleButton description: Check our Web Forms article about Right-to-Left Support. slug: togglebutton/accessibility-and-internationalization/right-to-left-support +components: ["togglebutton"] tags: right-to-left,support published: True position: 1 diff --git a/controls/togglebutton/accessibility-and-internationalization/wai-aria-support.md b/controls/togglebutton/accessibility-and-internationalization/wai-aria-support.md index 1801427c03..2ec143750b 100644 --- a/controls/togglebutton/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/togglebutton/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadToggleButton description: Check our Web Forms article about WAI-ARIA Support. slug: togglebutton/accessibility-and-internationalization/wai-aria-support +components: ["togglebutton"] tags: wai-aria,support published: True position: 3 diff --git a/controls/togglebutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/togglebutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 42739d63bd..1e51c59941 100644 --- a/controls/togglebutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/togglebutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadToggleButton description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: togglebutton/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["togglebutton"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/togglebutton/appearance-and-styling/create-a-custom-skin.md b/controls/togglebutton/appearance-and-styling/create-a-custom-skin.md index 923e3d64a8..5f8844d866 100644 --- a/controls/togglebutton/appearance-and-styling/create-a-custom-skin.md +++ b/controls/togglebutton/appearance-and-styling/create-a-custom-skin.md @@ -3,6 +3,7 @@ title: Create a Custom Skin page_title: Create a Custom Skin - RadToggleButton description: Check our Web Forms article about Create a Custom Skin. slug: togglebutton/appearance-and-styling/create-a-custom-skin +components: ["togglebutton"] tags: create,a,custom,skin published: True position: 3 diff --git a/controls/togglebutton/appearance-and-styling/skins.md b/controls/togglebutton/appearance-and-styling/skins.md index 48e4af964f..4643dbdc43 100644 --- a/controls/togglebutton/appearance-and-styling/skins.md +++ b/controls/togglebutton/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadToggleButton description: Check our Web Forms article about Skins. slug: togglebutton/appearance-and-styling/skins +components: ["togglebutton"] tags: skins published: True position: 0 diff --git a/controls/togglebutton/client-side-programming/events/onclientclicked.md b/controls/togglebutton/client-side-programming/events/onclientclicked.md index e313292cc5..222c98a735 100644 --- a/controls/togglebutton/client-side-programming/events/onclientclicked.md +++ b/controls/togglebutton/client-side-programming/events/onclientclicked.md @@ -3,6 +3,7 @@ title: OnClientClicked page_title: OnClientClicked - RadToggleButton description: Check our Web Forms article about OnClientClicked. slug: togglebutton/client-side-programming/events/onclientclicked +components: ["togglebutton"] tags: onclientclicked published: True position: 6 diff --git a/controls/togglebutton/client-side-programming/events/onclientclicking.md b/controls/togglebutton/client-side-programming/events/onclientclicking.md index 11049b33a4..562f903c8d 100644 --- a/controls/togglebutton/client-side-programming/events/onclientclicking.md +++ b/controls/togglebutton/client-side-programming/events/onclientclicking.md @@ -3,6 +3,7 @@ title: OnClientClicking page_title: OnClientClicking - RadToggleButton description: Check our Web Forms article about OnClientClicking. slug: togglebutton/client-side-programming/events/onclientclicking +components: ["togglebutton"] tags: onclientclicking published: True position: 3 diff --git a/controls/togglebutton/client-side-programming/events/onclientload.md b/controls/togglebutton/client-side-programming/events/onclientload.md index f37a37e1b2..a792275c56 100644 --- a/controls/togglebutton/client-side-programming/events/onclientload.md +++ b/controls/togglebutton/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadToggleButton description: Check our Web Forms article about OnClientLoad. slug: togglebutton/client-side-programming/events/onclientload +components: ["togglebutton"] tags: onclientload published: True position: 2 diff --git a/controls/togglebutton/client-side-programming/events/onclientmouseout.md b/controls/togglebutton/client-side-programming/events/onclientmouseout.md index 60afa18763..a0f48520a9 100644 --- a/controls/togglebutton/client-side-programming/events/onclientmouseout.md +++ b/controls/togglebutton/client-side-programming/events/onclientmouseout.md @@ -3,6 +3,7 @@ title: OnClientMouseOut page_title: OnClientMouseOut - RadToggleButton description: Check our Web Forms article about OnClientMouseOut. slug: togglebutton/client-side-programming/events/onclientmouseout +components: ["togglebutton"] tags: onclientmouseout published: True position: 7 diff --git a/controls/togglebutton/client-side-programming/events/onclientmouseover.md b/controls/togglebutton/client-side-programming/events/onclientmouseover.md index f5b2ccef03..6681752552 100644 --- a/controls/togglebutton/client-side-programming/events/onclientmouseover.md +++ b/controls/togglebutton/client-side-programming/events/onclientmouseover.md @@ -3,6 +3,7 @@ title: OnClientMouseOver page_title: OnClientMouseOver - RadToggleButton description: Check our Web Forms article about OnClientMouseOver. slug: togglebutton/client-side-programming/events/onclientmouseover +components: ["togglebutton"] tags: onclientmouseover published: True position: 6 diff --git a/controls/togglebutton/client-side-programming/events/onclienttogglestatechanged.md b/controls/togglebutton/client-side-programming/events/onclienttogglestatechanged.md index 7009a4b6af..e794e6bb23 100644 --- a/controls/togglebutton/client-side-programming/events/onclienttogglestatechanged.md +++ b/controls/togglebutton/client-side-programming/events/onclienttogglestatechanged.md @@ -3,6 +3,7 @@ title: OnClientToggleStateChanged page_title: OnClientToggleStateChanged - RadToggleButton description: Check our Web Forms article about OnClientToggleStateChanged. slug: togglebutton/client-side-programming/events/onclienttogglestatechanged +components: ["togglebutton"] tags: OnClientToggleStateChanged, toggleStateChanged, state, RadToggleButton, event, client-side published: True position: 5 diff --git a/controls/togglebutton/client-side-programming/events/onclienttogglestatechanging.md b/controls/togglebutton/client-side-programming/events/onclienttogglestatechanging.md index 4f42ff297a..26a3c1c75b 100644 --- a/controls/togglebutton/client-side-programming/events/onclienttogglestatechanging.md +++ b/controls/togglebutton/client-side-programming/events/onclienttogglestatechanging.md @@ -3,6 +3,7 @@ title: OnClientToggleStateChanging page_title: OnClientToggleStateChanging - RadToggleButton description: Check our Web Forms article about OnClientToggleStateChanging. slug: togglebutton/client-side-programming/events/onclienttogglestatechanging +components: ["togglebutton"] tags: OnClientToggleStateChanging, toggleStateChanging, state, RadToggleButton, event, client-side published: True position: 4 diff --git a/controls/togglebutton/client-side-programming/events/overview.md b/controls/togglebutton/client-side-programming/events/overview.md index 7717c10000..747ff120d3 100644 --- a/controls/togglebutton/client-side-programming/events/overview.md +++ b/controls/togglebutton/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadToggleButton description: Check our Web Forms article about Overview. slug: togglebutton/client-side-programming/events/overview +components: ["togglebutton"] tags: overview published: True position: 0 diff --git a/controls/togglebutton/client-side-programming/events/setting-event-handlers-via-javascript.md b/controls/togglebutton/client-side-programming/events/setting-event-handlers-via-javascript.md index f83beb67b8..04c9b03a89 100644 --- a/controls/togglebutton/client-side-programming/events/setting-event-handlers-via-javascript.md +++ b/controls/togglebutton/client-side-programming/events/setting-event-handlers-via-javascript.md @@ -3,6 +3,7 @@ title: Setting Event Handlers via JavaScript page_title: Setting Event Handlers via JavaScript - RadToggleButton description: Check our Web Forms article about Setting Event Handlers via JavaScript. slug: togglebutton/client-side-programming/events/setting-event-handlers-via-javascript +components: ["togglebutton"] tags: setting,event,handlers,via,javascript published: True position: 1 diff --git a/controls/togglebutton/client-side-programming/overview.md b/controls/togglebutton/client-side-programming/overview.md index 631d726790..79ca0c9039 100644 --- a/controls/togglebutton/client-side-programming/overview.md +++ b/controls/togglebutton/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadToggleButton description: Check our Web Forms article about Overview. slug: togglebutton/client-side-programming/overview +components: ["togglebutton"] tags: overview published: True position: 0 diff --git a/controls/togglebutton/client-side-programming/togglebutton-object.md b/controls/togglebutton/client-side-programming/togglebutton-object.md index 5b1327c98b..6d6aa53b9b 100644 --- a/controls/togglebutton/client-side-programming/togglebutton-object.md +++ b/controls/togglebutton/client-side-programming/togglebutton-object.md @@ -3,6 +3,7 @@ title: ToggleButton Object page_title: ToggleButton Object - RadToggleButton description: Check our Web Forms article about ToggleButton Object. slug: togglebutton/client-side-programming/togglebutton-object +components: ["togglebutton"] tags: togglebutton,object published: True position: 1 diff --git a/controls/togglebutton/design-time.md b/controls/togglebutton/design-time.md index 84b60b5912..a9b4eca521 100644 --- a/controls/togglebutton/design-time.md +++ b/controls/togglebutton/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadToggleButton description: Check our Web Forms article about Design Time. slug: togglebutton/design-time +components: ["togglebutton"] tags: design,time published: True position: 3 diff --git a/controls/togglebutton/functionality/Icons/custom-icons.md b/controls/togglebutton/functionality/Icons/custom-icons.md index eba056261b..fc2f5c0f77 100644 --- a/controls/togglebutton/functionality/Icons/custom-icons.md +++ b/controls/togglebutton/functionality/Icons/custom-icons.md @@ -3,6 +3,7 @@ title: Custom Icons page_title: Custom Icons - RadToggleButton description: Check our Web Forms article about Custom Icons. slug: togglebutton/functionality/icons/custom-icons +components: ["togglebutton"] tags: custom,icons published: True position: 1 diff --git a/controls/togglebutton/functionality/Icons/embedded-icons.md b/controls/togglebutton/functionality/Icons/embedded-icons.md index 2b1c945cbc..3055632a34 100644 --- a/controls/togglebutton/functionality/Icons/embedded-icons.md +++ b/controls/togglebutton/functionality/Icons/embedded-icons.md @@ -3,6 +3,7 @@ title: Embedded Icons page_title: Embedded Icons - RadToggleButton description: Check our Web Forms article about Embedded Icons. slug: togglebutton/functionality/icons/embedded-icons +components: ["togglebutton"] tags: embedded,icons published: True position: 0 diff --git a/controls/togglebutton/functionality/Icons/fine-tune.md b/controls/togglebutton/functionality/Icons/fine-tune.md index 779b299207..4dab369cc7 100644 --- a/controls/togglebutton/functionality/Icons/fine-tune.md +++ b/controls/togglebutton/functionality/Icons/fine-tune.md @@ -3,6 +3,7 @@ title: Fine-tune page_title: Fine-tune - RadToggleButton description: Check our Web Forms article about Fine-tune. slug: togglebutton/functionality/icons/fine-tune +components: ["togglebutton"] tags: fine,tune published: True position: 2 diff --git a/controls/togglebutton/functionality/image.md b/controls/togglebutton/functionality/image.md index cd4c85f4e0..478a9f2e66 100644 --- a/controls/togglebutton/functionality/image.md +++ b/controls/togglebutton/functionality/image.md @@ -3,6 +3,7 @@ title: Image page_title: Image - RadToggleButton description: Check our Web Forms article about Image. slug: togglebutton/functionality/image +components: ["togglebutton"] tags: image published: True position: 1 diff --git a/controls/togglebutton/functionality/select-state.md b/controls/togglebutton/functionality/select-state.md index a272339f2e..db8f2c29bf 100644 --- a/controls/togglebutton/functionality/select-state.md +++ b/controls/togglebutton/functionality/select-state.md @@ -3,6 +3,7 @@ title: Select State page_title: Select State - RadToggleButton description: Check our Web Forms article about Select State. slug: togglebutton/functionality/select-state +components: ["togglebutton"] tags: select,state published: True position: 0 diff --git a/controls/togglebutton/functionality/single-click.md b/controls/togglebutton/functionality/single-click.md index abfde93430..efae3e3021 100644 --- a/controls/togglebutton/functionality/single-click.md +++ b/controls/togglebutton/functionality/single-click.md @@ -3,6 +3,7 @@ title: Single Click page_title: Single Click - RadToggleButton description: Check our Web Forms article about Single Click. slug: togglebutton/functionality/single-click +components: ["togglebutton"] tags: single,click published: True position: 2 diff --git a/controls/togglebutton/getting-started.md b/controls/togglebutton/getting-started.md index 5d24101b9b..ef94396922 100644 --- a/controls/togglebutton/getting-started.md +++ b/controls/togglebutton/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadToggleButton description: Check our Web Forms article about Getting Started. slug: togglebutton/getting-started +components: ["togglebutton"] tags: getting,started published: True position: 2 diff --git a/controls/togglebutton/mobile-support/elastic-design.md b/controls/togglebutton/mobile-support/elastic-design.md index 4e2f1587db..50a2d5ba09 100644 --- a/controls/togglebutton/mobile-support/elastic-design.md +++ b/controls/togglebutton/mobile-support/elastic-design.md @@ -3,6 +3,7 @@ title: Elastic Design page_title: Elastic Design - RadToggleButton description: Check our Web Forms article about Elastic Design. slug: togglebutton/mobile-support/elastic-design +components: ["togglebutton"] tags: elastic,design published: True position: 1 diff --git a/controls/togglebutton/mobile-support/fluid-design.md b/controls/togglebutton/mobile-support/fluid-design.md index 0f88456e86..38ddfdcafb 100644 --- a/controls/togglebutton/mobile-support/fluid-design.md +++ b/controls/togglebutton/mobile-support/fluid-design.md @@ -3,6 +3,7 @@ title: Fluid Design page_title: Fluid Design - RadToggleButton description: Check our Web Forms article about Fluid Design. slug: togglebutton/mobile-support/fluid-design +components: ["togglebutton"] tags: fluid,design published: True position: 2 diff --git a/controls/togglebutton/mobile-support/overview.md b/controls/togglebutton/mobile-support/overview.md index 6b9423234a..55ff25b73e 100644 --- a/controls/togglebutton/mobile-support/overview.md +++ b/controls/togglebutton/mobile-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadToggleButton description: Check our Web Forms article about Overview. slug: togglebutton/mobile-support/overview +components: ["togglebutton"] tags: overview published: True position: 0 diff --git a/controls/togglebutton/mobile-support/render-modes.md b/controls/togglebutton/mobile-support/render-modes.md index 9f47687e71..06a2dea6e4 100644 --- a/controls/togglebutton/mobile-support/render-modes.md +++ b/controls/togglebutton/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadToggleButton description: Check our Web Forms article about Render Modes. slug: togglebutton/mobile-support/render-modes +components: ["togglebutton"] tags: render,modes published: True position: 3 diff --git a/controls/togglebutton/overview.md b/controls/togglebutton/overview.md index 0df15a8f1f..ca3b88127e 100644 --- a/controls/togglebutton/overview.md +++ b/controls/togglebutton/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadToggleButton description: Check our Web Forms article about Overview. slug: togglebutton/overview +components: ["togglebutton"] tags: overview published: True position: 0 diff --git a/controls/togglebutton/server-side-programming/properties-and-events.md b/controls/togglebutton/server-side-programming/properties-and-events.md index c4e533169d..aef342ec9e 100644 --- a/controls/togglebutton/server-side-programming/properties-and-events.md +++ b/controls/togglebutton/server-side-programming/properties-and-events.md @@ -3,6 +3,7 @@ title: Properties and Events page_title: Properties and Events - RadToggleButton description: Check our Web Forms article about Properties and Events. slug: togglebutton/server-side-programming/properties-and-events +components: ["togglebutton"] tags: properties,and,events published: True position: 0 diff --git a/controls/togglebutton/troubleshooting/common-issues.md b/controls/togglebutton/troubleshooting/common-issues.md index df5e45ed1a..95edd848c9 100644 --- a/controls/togglebutton/troubleshooting/common-issues.md +++ b/controls/togglebutton/troubleshooting/common-issues.md @@ -3,6 +3,7 @@ title: Common Issues page_title: Common Issues - RadToggleButton description: Check our Web Forms article about Common Issues. slug: togglebutton/troubleshooting/common-issues +components: ["togglebutton"] tags: common,issues published: True position: 0 diff --git a/controls/togglebutton/troubleshooting/distorted-appearance.md b/controls/togglebutton/troubleshooting/distorted-appearance.md index 1380787441..b4924684a2 100644 --- a/controls/togglebutton/troubleshooting/distorted-appearance.md +++ b/controls/togglebutton/troubleshooting/distorted-appearance.md @@ -3,6 +3,7 @@ title: Distorted Appearance page_title: Distorted Appearance - RadToggleButton description: Check our Web Forms article about Distorted Appearance. slug: togglebutton/troubleshooting/distorted-appearance +components: ["togglebutton"] tags: distorted,appearance published: True position: 1 diff --git a/controls/toolbar/accessibility-and-internationalization/keyboard-support.md b/controls/toolbar/accessibility-and-internationalization/keyboard-support.md index 9bb5bf9243..ffb950958c 100644 --- a/controls/toolbar/accessibility-and-internationalization/keyboard-support.md +++ b/controls/toolbar/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadToolBar description: Check our Web Forms article about Keyboard Support. slug: toolbar/accessibility-and-internationalization/keyboard-support +components: ["toolbar"] tags: keyboard,support published: True position: 0 diff --git a/controls/toolbar/appearance-and-styling/adding-images-to-buttons.md b/controls/toolbar/appearance-and-styling/adding-images-to-buttons.md index 169f84a43e..eb2efcc721 100644 --- a/controls/toolbar/appearance-and-styling/adding-images-to-buttons.md +++ b/controls/toolbar/appearance-and-styling/adding-images-to-buttons.md @@ -3,6 +3,7 @@ title: Adding Images to Buttons page_title: Adding Images to Buttons - RadToolBar description: Check our Web Forms article about Adding Images to Buttons. slug: toolbar/appearance-and-styling/adding-images-to-buttons +components: ["toolbar"] tags: adding,images,to,buttons published: True position: 1 diff --git a/controls/toolbar/appearance-and-styling/animations.md b/controls/toolbar/appearance-and-styling/animations.md index b27797466a..b3e4dc56b4 100644 --- a/controls/toolbar/appearance-and-styling/animations.md +++ b/controls/toolbar/appearance-and-styling/animations.md @@ -3,6 +3,7 @@ title: Animations page_title: Animations - RadToolBar description: Check our Web Forms article about Animations. slug: toolbar/appearance-and-styling/animations +components: ["toolbar"] tags: animations published: True position: 8 diff --git a/controls/toolbar/appearance-and-styling/controlling-appearance.md b/controls/toolbar/appearance-and-styling/controlling-appearance.md index ae15c5c211..14430f8764 100644 --- a/controls/toolbar/appearance-and-styling/controlling-appearance.md +++ b/controls/toolbar/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadToolBar description: Check our Web Forms article about Controlling Appearance. slug: toolbar/appearance-and-styling/controlling-appearance +components: ["toolbar"] tags: controlling,appearance published: True position: 0 diff --git a/controls/toolbar/appearance-and-styling/css-skin-file-selectors.md b/controls/toolbar/appearance-and-styling/css-skin-file-selectors.md index 80adb2539f..363e336c55 100644 --- a/controls/toolbar/appearance-and-styling/css-skin-file-selectors.md +++ b/controls/toolbar/appearance-and-styling/css-skin-file-selectors.md @@ -3,6 +3,7 @@ title: CSS Skin File Selectors page_title: CSS Skin File Selectors - RadToolBar description: Check our Web Forms article about CSS Skin File Selectors. slug: toolbar/appearance-and-styling/css-skin-file-selectors +components: ["toolbar"] tags: css,skin,file,selectors published: True position: 7 diff --git a/controls/toolbar/appearance-and-styling/html-structure.md b/controls/toolbar/appearance-and-styling/html-structure.md index e086548469..86c264178a 100644 --- a/controls/toolbar/appearance-and-styling/html-structure.md +++ b/controls/toolbar/appearance-and-styling/html-structure.md @@ -3,6 +3,7 @@ title: HTML Structure page_title: HTML Structure - RadToolBar description: Check our Web Forms article about HTML Structure. slug: toolbar/appearance-and-styling/html-structure +components: ["toolbar"] tags: html,structure published: True position: 5 diff --git a/controls/toolbar/appearance-and-styling/rtl-support.md b/controls/toolbar/appearance-and-styling/rtl-support.md index fff088297d..971f18c591 100644 --- a/controls/toolbar/appearance-and-styling/rtl-support.md +++ b/controls/toolbar/appearance-and-styling/rtl-support.md @@ -3,6 +3,7 @@ title: RTL support page_title: RTL support - RadToolBar description: Check our Web Forms article about RTL support. slug: toolbar/appearance-and-styling/rtl-support +components: ["toolbar"] tags: rtl,support published: True position: 10 diff --git a/controls/toolbar/appearance-and-styling/separators.md b/controls/toolbar/appearance-and-styling/separators.md index 661a12035c..43f01d9852 100644 --- a/controls/toolbar/appearance-and-styling/separators.md +++ b/controls/toolbar/appearance-and-styling/separators.md @@ -3,6 +3,7 @@ title: Separators page_title: Separators - RadToolBar description: Check our Web Forms article about Separators. slug: toolbar/appearance-and-styling/separators +components: ["toolbar"] tags: separators published: True position: 9 diff --git a/controls/toolbar/appearance-and-styling/setting-the-css-class-of-buttons.md b/controls/toolbar/appearance-and-styling/setting-the-css-class-of-buttons.md index 14576ffee4..65a4c9c577 100644 --- a/controls/toolbar/appearance-and-styling/setting-the-css-class-of-buttons.md +++ b/controls/toolbar/appearance-and-styling/setting-the-css-class-of-buttons.md @@ -3,6 +3,7 @@ title: Setting the CSS Class of Buttons page_title: Setting the CSS Class of Buttons - RadToolBar description: Check our Web Forms article about Setting the CSS Class of Buttons. slug: toolbar/appearance-and-styling/setting-the-css-class-of-buttons +components: ["toolbar"] tags: setting,,the,css,class,of,buttons published: True position: 2 diff --git a/controls/toolbar/appearance-and-styling/skins.md b/controls/toolbar/appearance-and-styling/skins.md index ed57f36def..26edb93975 100644 --- a/controls/toolbar/appearance-and-styling/skins.md +++ b/controls/toolbar/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadToolBar description: Check our Web Forms article about Skins. slug: toolbar/appearance-and-styling/skins +components: ["toolbar"] tags: skins published: True position: 3 diff --git a/controls/toolbar/appearance-and-styling/tutorial-creating-a-custom-skin.md b/controls/toolbar/appearance-and-styling/tutorial-creating-a-custom-skin.md index 0d557143fe..20ac2e7166 100644 --- a/controls/toolbar/appearance-and-styling/tutorial-creating-a-custom-skin.md +++ b/controls/toolbar/appearance-and-styling/tutorial-creating-a-custom-skin.md @@ -3,6 +3,7 @@ title: Tutorial Creating A Custom Skin page_title: Tutorial Creating A Custom Skin - RadToolBar description: Check our Web Forms article about Tutorial Creating A Custom Skin. slug: toolbar/appearance-and-styling/tutorial-creating-a-custom-skin +components: ["toolbar"] tags: tutorial,creating,a,custom,skin published: True position: 4 diff --git a/controls/toolbar/appearance-and-styling/understanding-the-skin-css-file.md b/controls/toolbar/appearance-and-styling/understanding-the-skin-css-file.md index 8a5a4e3940..ab8c29421f 100644 --- a/controls/toolbar/appearance-and-styling/understanding-the-skin-css-file.md +++ b/controls/toolbar/appearance-and-styling/understanding-the-skin-css-file.md @@ -3,6 +3,7 @@ title: Understanding the Skin CSS File page_title: Understanding the Skin CSS File - RadToolBar description: Check our Web Forms article about Understanding the Skin CSS File. slug: toolbar/appearance-and-styling/understanding-the-skin-css-file +components: ["toolbar"] tags: understanding,the,skin,css,file published: True position: 6 diff --git a/controls/toolbar/changes-and-backwards-compatibility/radtoolbarbutton-id-and-custom-attributes-q1-2016-sp1.md b/controls/toolbar/changes-and-backwards-compatibility/radtoolbarbutton-id-and-custom-attributes-q1-2016-sp1.md index 9538f5a6b6..9e5ac194d7 100644 --- a/controls/toolbar/changes-and-backwards-compatibility/radtoolbarbutton-id-and-custom-attributes-q1-2016-sp1.md +++ b/controls/toolbar/changes-and-backwards-compatibility/radtoolbarbutton-id-and-custom-attributes-q1-2016-sp1.md @@ -3,6 +3,7 @@ title: RadToolBarButton Id and Custom Attributes (Q1 2016 SP1) page_title: RadToolBarButton Id and Custom Attributes (Q1 2016 SP1) - RadToolBar description: Check our Web Forms article about RadToolBarButton Id and Custom Attributes (Q1 2016 SP1). slug: toolbar/changes-and-backwards-compatibility/radtoolbarbutton-id-and-custom-attributes-q1-2016-sp1 +components: ["toolbar"] tags: radtoolbarbutton,id,custom,attributes published: True position: 0 diff --git a/controls/toolbar/client-side-programming/accessing-client-changes-at-the-server.md b/controls/toolbar/client-side-programming/accessing-client-changes-at-the-server.md index 50b59f2dc5..4fbad5cf9d 100644 --- a/controls/toolbar/client-side-programming/accessing-client-changes-at-the-server.md +++ b/controls/toolbar/client-side-programming/accessing-client-changes-at-the-server.md @@ -3,6 +3,7 @@ title: Accessing Client Changes at the Server page_title: Accessing Client Changes at the Server - RadToolBar description: Check our Web Forms article about Accessing Client Changes at the Server. slug: toolbar/client-side-programming/accessing-client-changes-at-the-server +components: ["toolbar"] tags: accessing,client,changes,at,the,server published: True position: 30 diff --git a/controls/toolbar/client-side-programming/events/events.md b/controls/toolbar/client-side-programming/events/events.md index 418c2bc1f8..3b592bab05 100644 --- a/controls/toolbar/client-side-programming/events/events.md +++ b/controls/toolbar/client-side-programming/events/events.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Events Overview - RadToolBar description: Check our Web Forms article about Events overview. slug: toolbar/client-side-programming/events +components: ["toolbar"] tags: events,overview published: True position: 0 diff --git a/controls/toolbar/client-side-programming/events/onclientbuttonclicked.md b/controls/toolbar/client-side-programming/events/onclientbuttonclicked.md index 0728ded1dd..b59138791a 100644 --- a/controls/toolbar/client-side-programming/events/onclientbuttonclicked.md +++ b/controls/toolbar/client-side-programming/events/onclientbuttonclicked.md @@ -3,6 +3,7 @@ title: OnClientButtonClicked page_title: OnClientButtonClicked - RadToolBar description: Check our Web Forms article about OnClientButtonClicked. slug: toolbar/client-side-programming/onclientbuttonclicked +components: ["toolbar"] tags: onclientbuttonclicked published: True position: 2 diff --git a/controls/toolbar/client-side-programming/events/onclientbuttonclicking.md b/controls/toolbar/client-side-programming/events/onclientbuttonclicking.md index 69bf561647..c3d672ce7f 100644 --- a/controls/toolbar/client-side-programming/events/onclientbuttonclicking.md +++ b/controls/toolbar/client-side-programming/events/onclientbuttonclicking.md @@ -3,6 +3,7 @@ title: OnClientButtonClicking page_title: OnClientButtonClicking - RadToolBar description: Check our Web Forms article about OnClientButtonClicking. slug: toolbar/client-side-programming/onclientbuttonclicking +components: ["toolbar"] tags: onclientbuttonclicking published: True position: 3 diff --git a/controls/toolbar/client-side-programming/events/onclientcheckedstatechanged.md b/controls/toolbar/client-side-programming/events/onclientcheckedstatechanged.md index 2b93e78d3c..0be908253e 100644 --- a/controls/toolbar/client-side-programming/events/onclientcheckedstatechanged.md +++ b/controls/toolbar/client-side-programming/events/onclientcheckedstatechanged.md @@ -3,6 +3,7 @@ title: OnClientCheckedStateChanged page_title: OnClientCheckedStateChanged - RadToolBar description: Check our Web Forms article about OnClientCheckedStateChanged. slug: toolbar/client-side-programming/onclientcheckedstatechanged +components: ["toolbar"] tags: onclientcheckedstatechanged published: True position: 8 diff --git a/controls/toolbar/client-side-programming/events/onclientcheckedstatechanging.md b/controls/toolbar/client-side-programming/events/onclientcheckedstatechanging.md index 0a848ff4a6..be0c484b7b 100644 --- a/controls/toolbar/client-side-programming/events/onclientcheckedstatechanging.md +++ b/controls/toolbar/client-side-programming/events/onclientcheckedstatechanging.md @@ -3,6 +3,7 @@ title: OnClientCheckedStateChanging page_title: OnClientCheckedStateChanging - RadToolBar description: Check our Web Forms article about OnClientCheckedStateChanging. slug: toolbar/client-side-programming/onclientcheckedstatechanging +components: ["toolbar"] tags: onclientcheckedstatechanging published: True position: 9 diff --git a/controls/toolbar/client-side-programming/events/onclientcontextmenu.md b/controls/toolbar/client-side-programming/events/onclientcontextmenu.md index ccdb2e0a01..a9751047b3 100644 --- a/controls/toolbar/client-side-programming/events/onclientcontextmenu.md +++ b/controls/toolbar/client-side-programming/events/onclientcontextmenu.md @@ -3,6 +3,7 @@ title: OnClientContextMenu page_title: OnClientContextMenu - RadToolBar description: Check our Web Forms article about OnClientContextMenu. slug: toolbar/client-side-programming/onclientcontextmenu +components: ["toolbar"] tags: onclientcontextmenu published: True position: 10 diff --git a/controls/toolbar/client-side-programming/events/onclientdropdownclosed.md b/controls/toolbar/client-side-programming/events/onclientdropdownclosed.md index ba3d503ff8..684297deaa 100644 --- a/controls/toolbar/client-side-programming/events/onclientdropdownclosed.md +++ b/controls/toolbar/client-side-programming/events/onclientdropdownclosed.md @@ -3,6 +3,7 @@ title: OnClientDropDownClosed page_title: OnClientDropDownClosed - RadToolBar description: Check our Web Forms article about OnClientDropDownClosed. slug: toolbar/client-side-programming/onclientdropdownclosed +components: ["toolbar"] tags: onclientdropdownclosed published: True position: 4 diff --git a/controls/toolbar/client-side-programming/events/onclientdropdownclosing.md b/controls/toolbar/client-side-programming/events/onclientdropdownclosing.md index f328ea3861..a165ad7da0 100644 --- a/controls/toolbar/client-side-programming/events/onclientdropdownclosing.md +++ b/controls/toolbar/client-side-programming/events/onclientdropdownclosing.md @@ -3,6 +3,7 @@ title: OnClientDropDownClosing page_title: OnClientDropDownClosing - RadToolBar description: Check our Web Forms article about OnClientDropDownClosing. slug: toolbar/client-side-programming/onclientdropdownclosing +components: ["toolbar"] tags: onclientdropdownclosing published: True position: 5 diff --git a/controls/toolbar/client-side-programming/events/onclientdropdownopened.md b/controls/toolbar/client-side-programming/events/onclientdropdownopened.md index 16ff72471a..ed4408ef4d 100644 --- a/controls/toolbar/client-side-programming/events/onclientdropdownopened.md +++ b/controls/toolbar/client-side-programming/events/onclientdropdownopened.md @@ -3,6 +3,7 @@ title: OnClientDropDownOpened page_title: OnClientDropDownOpened - RadToolBar description: Check our Web Forms article about OnClientDropDownOpened. slug: toolbar/client-side-programming/onclientdropdownopened +components: ["toolbar"] tags: onclientdropdownopened published: True position: 6 diff --git a/controls/toolbar/client-side-programming/events/onclientdropdownopening.md b/controls/toolbar/client-side-programming/events/onclientdropdownopening.md index e3e485a5b5..46254c5e14 100644 --- a/controls/toolbar/client-side-programming/events/onclientdropdownopening.md +++ b/controls/toolbar/client-side-programming/events/onclientdropdownopening.md @@ -3,6 +3,7 @@ title: OnClientDropDownOpening page_title: OnClientDropDownOpening - RadToolBar description: Check our Web Forms article about OnClientDropDownOpening. slug: toolbar/client-side-programming/onclientdropdownopening +components: ["toolbar"] tags: onclientdropdownopening published: True position: 7 diff --git a/controls/toolbar/client-side-programming/events/onclientload.md b/controls/toolbar/client-side-programming/events/onclientload.md index ebf54d07c2..0526b93855 100644 --- a/controls/toolbar/client-side-programming/events/onclientload.md +++ b/controls/toolbar/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadToolBar description: Check our Web Forms article about OnClientLoad. slug: toolbar/client-side-programming/onclientload +components: ["toolbar"] tags: onclientload published: True position: 1 diff --git a/controls/toolbar/client-side-programming/events/onclientmouseout.md b/controls/toolbar/client-side-programming/events/onclientmouseout.md index e1b96d9147..72139bf790 100644 --- a/controls/toolbar/client-side-programming/events/onclientmouseout.md +++ b/controls/toolbar/client-side-programming/events/onclientmouseout.md @@ -3,6 +3,7 @@ title: OnClientMouseOut page_title: OnClientMouseOut - RadToolBar description: Check our Web Forms article about OnClientMouseOut. slug: toolbar/client-side-programming/onclientmouseout +components: ["toolbar"] tags: onclientmouseout published: True position: 12 diff --git a/controls/toolbar/client-side-programming/events/onclientmouseover.md b/controls/toolbar/client-side-programming/events/onclientmouseover.md index 7c2b5343fe..41a29e3381 100644 --- a/controls/toolbar/client-side-programming/events/onclientmouseover.md +++ b/controls/toolbar/client-side-programming/events/onclientmouseover.md @@ -3,6 +3,7 @@ title: OnClientMouseOver page_title: OnClientMouseOver - RadToolBar description: Check our Web Forms article about OnClientMouseOver. slug: toolbar/client-side-programming/onclientmouseover +components: ["toolbar"] tags: onclientmouseover published: True position: 11 diff --git a/controls/toolbar/client-side-programming/objects/animation-object.md b/controls/toolbar/client-side-programming/objects/animation-object.md index bd0acbed8b..73845011b6 100644 --- a/controls/toolbar/client-side-programming/objects/animation-object.md +++ b/controls/toolbar/client-side-programming/objects/animation-object.md @@ -3,6 +3,7 @@ title: Animation Object page_title: Animation Object - RadToolBar description: Check our Web Forms article about Animation Object. slug: toolbar/client-side-programming/animation-object +components: ["toolbar"] tags: animation,object published: True position: 5 diff --git a/controls/toolbar/client-side-programming/objects/attributes-object.md b/controls/toolbar/client-side-programming/objects/attributes-object.md index c32d0349e6..5c3690374f 100644 --- a/controls/toolbar/client-side-programming/objects/attributes-object.md +++ b/controls/toolbar/client-side-programming/objects/attributes-object.md @@ -3,6 +3,7 @@ title: Attributes Object page_title: Attributes Object - RadToolBar description: Check our Web Forms article about Attributes Object. slug: toolbar/client-side-programming/attributes-object +components: ["toolbar"] tags: attributes,object published: True position: 4 diff --git a/controls/toolbar/client-side-programming/objects/radtoolbar-object.md b/controls/toolbar/client-side-programming/objects/radtoolbar-object.md index 57c05b5d29..243de53c78 100644 --- a/controls/toolbar/client-side-programming/objects/radtoolbar-object.md +++ b/controls/toolbar/client-side-programming/objects/radtoolbar-object.md @@ -3,6 +3,7 @@ title: RadToolBar Object page_title: RadToolBar Object - RadToolBar description: Check our Web Forms article about RadToolBar Object. slug: toolbar/client-side-programming/radtoolbar-object +components: ["toolbar"] tags: radtoolbar,object published: True position: 0 diff --git a/controls/toolbar/client-side-programming/objects/radtoolbarbuttoncollection-object.md b/controls/toolbar/client-side-programming/objects/radtoolbarbuttoncollection-object.md index a4ec44f788..af215395bb 100644 --- a/controls/toolbar/client-side-programming/objects/radtoolbarbuttoncollection-object.md +++ b/controls/toolbar/client-side-programming/objects/radtoolbarbuttoncollection-object.md @@ -3,6 +3,7 @@ title: RadToolBarButtonCollection Object page_title: RadToolBarButtonCollection Object - RadToolBar description: Check our Web Forms article about RadToolBarButtonCollection Object. slug: toolbar/client-side-programming/radtoolbarbuttoncollection-object +components: ["toolbar"] tags: radtoolbarbuttoncollection,object published: True position: 3 diff --git a/controls/toolbar/client-side-programming/objects/radtoolbaritem-object.md b/controls/toolbar/client-side-programming/objects/radtoolbaritem-object.md index 987ea95adc..d0a00ed709 100644 --- a/controls/toolbar/client-side-programming/objects/radtoolbaritem-object.md +++ b/controls/toolbar/client-side-programming/objects/radtoolbaritem-object.md @@ -3,6 +3,7 @@ title: RadToolBarItem Object page_title: RadToolBarItem Object - RadToolBar description: Check our Web Forms article about RadToolBarItem Object. slug: toolbar/client-side-programming/radtoolbaritem-object +components: ["toolbar"] tags: radtoolbaritem,object published: True position: 2 diff --git a/controls/toolbar/client-side-programming/objects/radtoolbaritemcollection-object.md b/controls/toolbar/client-side-programming/objects/radtoolbaritemcollection-object.md index bfe94d1e2c..755a995ca3 100644 --- a/controls/toolbar/client-side-programming/objects/radtoolbaritemcollection-object.md +++ b/controls/toolbar/client-side-programming/objects/radtoolbaritemcollection-object.md @@ -3,6 +3,7 @@ title: RadToolBarItemCollection Object page_title: RadToolBarItemCollection Object - RadToolBar description: Check our Web Forms article about RadToolBarItemCollection Object. slug: toolbar/client-side-programming/radtoolbaritemcollection-object +components: ["toolbar"] tags: radtoolbaritemcollection,object published: True position: 1 diff --git a/controls/toolbar/client-side-programming/overview.md b/controls/toolbar/client-side-programming/overview.md index 9e6c7a2d15..438e63aa13 100644 --- a/controls/toolbar/client-side-programming/overview.md +++ b/controls/toolbar/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadToolBar description: Check our Web Forms article about Overview. slug: toolbar/client-side-programming/overview +components: ["toolbar"] tags: overview published: True position: 0 diff --git a/controls/toolbar/data-binding/binding-to-array-or-arraylist-.md b/controls/toolbar/data-binding/binding-to-array-or-arraylist-.md index d23eb29f20..28bfd74548 100644 --- a/controls/toolbar/data-binding/binding-to-array-or-arraylist-.md +++ b/controls/toolbar/data-binding/binding-to-array-or-arraylist-.md @@ -3,6 +3,7 @@ title: Binding to Array or ArrayList page_title: Binding to Array or ArrayList - RadToolBar description: Check our Web Forms article about Binding to Array or ArrayList. slug: toolbar/data-binding/binding-to-array-or-arraylist- +components: ["toolbar"] tags: binding,to,array,or,arraylist, published: True position: 1 diff --git a/controls/toolbar/data-binding/binding-to-asp-datasource-components.md b/controls/toolbar/data-binding/binding-to-asp-datasource-components.md index 8c864b6530..7b835c4c82 100644 --- a/controls/toolbar/data-binding/binding-to-asp-datasource-components.md +++ b/controls/toolbar/data-binding/binding-to-asp-datasource-components.md @@ -3,6 +3,7 @@ title: Binding to ASP DataSource Components page_title: Binding to ASP DataSource Components - RadToolBar description: Check our Web Forms article about Binding to ASP DataSource Components. slug: toolbar/data-binding/binding-to-asp-datasource-components +components: ["toolbar"] tags: binding,to,asp,datasource,components published: True position: 3 diff --git a/controls/toolbar/data-binding/binding-to-datatable.md b/controls/toolbar/data-binding/binding-to-datatable.md index 15dd4141f5..30148da09f 100644 --- a/controls/toolbar/data-binding/binding-to-datatable.md +++ b/controls/toolbar/data-binding/binding-to-datatable.md @@ -3,6 +3,7 @@ title: Binding to DataTable page_title: Binding to DataTable - RadToolBar description: Check our Web Forms article about Binding to DataTable. slug: toolbar/data-binding/binding-to-datatable +components: ["toolbar"] tags: binding,to,datatable published: True position: 2 diff --git a/controls/toolbar/data-binding/overview.md b/controls/toolbar/data-binding/overview.md index 119cb0fcfe..1267175437 100644 --- a/controls/toolbar/data-binding/overview.md +++ b/controls/toolbar/data-binding/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Data Binding Overview - RadToolBar description: Check our Web Forms article about Overview. slug: toolbar/data-binding/overview +components: ["toolbar"] tags: overview published: True position: 0 diff --git a/controls/toolbar/design-time/radtoolbar-item-editor.md b/controls/toolbar/design-time/radtoolbar-item-editor.md index 01025fac2a..ebc3156711 100644 --- a/controls/toolbar/design-time/radtoolbar-item-editor.md +++ b/controls/toolbar/design-time/radtoolbar-item-editor.md @@ -3,6 +3,7 @@ title: RadToolBar Item Editor page_title: RadToolBar Item Editor - RadToolBar description: Check our Web Forms article about RadToolBar Item Editor. slug: toolbar/design-time/radtoolbar-item-editor +components: ["toolbar"] tags: radtoolbar,item,editor published: True position: 1 diff --git a/controls/toolbar/design-time/smart-tag.md b/controls/toolbar/design-time/smart-tag.md index 7defe75c34..8d529a4394 100644 --- a/controls/toolbar/design-time/smart-tag.md +++ b/controls/toolbar/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadToolBar description: Check our Web Forms article about Smart Tag. slug: toolbar/design-time/smart-tag +components: ["toolbar"] tags: smart,tag published: True position: 0 diff --git a/controls/toolbar/design-time/template-design-surface.md b/controls/toolbar/design-time/template-design-surface.md index bff14b45ba..5b61a3de43 100644 --- a/controls/toolbar/design-time/template-design-surface.md +++ b/controls/toolbar/design-time/template-design-surface.md @@ -3,6 +3,7 @@ title: Template Design Surface page_title: Template Design Surface - RadToolBar description: Check our Web Forms article about Template Design Surface. slug: toolbar/design-time/template-design-surface +components: ["toolbar"] tags: template,design,surface published: True position: 2 diff --git a/controls/toolbar/functionality/single-click-functionality.md b/controls/toolbar/functionality/single-click-functionality.md index 414628851a..1e23a921e4 100644 --- a/controls/toolbar/functionality/single-click-functionality.md +++ b/controls/toolbar/functionality/single-click-functionality.md @@ -3,6 +3,7 @@ title: Single Click Functionality page_title: Single Click Functionality - RadToolBar description: Check our Web Forms article about Single Click Functionality. slug: toolbar/functionality/single-click-functionality +components: ["toolbar"] tags: single,click,functionality, published: True position: 0 diff --git a/controls/toolbar/getting-started/binding-to-a-data-source.md b/controls/toolbar/getting-started/binding-to-a-data-source.md index 9380c932a2..ca5f3402e2 100644 --- a/controls/toolbar/getting-started/binding-to-a-data-source.md +++ b/controls/toolbar/getting-started/binding-to-a-data-source.md @@ -3,6 +3,7 @@ title: Binding to a Data Source page_title: Binding to a Data Source - RadToolBar description: Check our Web Forms article about Binding to a Data Source. slug: toolbar/getting-started/binding-to-a-data-source +components: ["toolbar"] tags: binding,to,a,data,source published: True position: 1 diff --git a/controls/toolbar/getting-started/overview.md b/controls/toolbar/getting-started/overview.md index 073525855c..7b710841d0 100644 --- a/controls/toolbar/getting-started/overview.md +++ b/controls/toolbar/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Getting Started Overview - RadToolBar description: Check our Web Forms article about Overview. slug: toolbar/getting-started/overview +components: ["toolbar"] tags: overview published: True position: 0 diff --git a/controls/toolbar/how-to/associate-radtooltip-with-radtoolbarbutton.md b/controls/toolbar/how-to/associate-radtooltip-with-radtoolbarbutton.md index df63f90f40..e0bee08097 100644 --- a/controls/toolbar/how-to/associate-radtooltip-with-radtoolbarbutton.md +++ b/controls/toolbar/how-to/associate-radtooltip-with-radtoolbarbutton.md @@ -3,6 +3,7 @@ title: Associate RadToolTip with RadToolBarButton page_title: Associate RadToolTip with RadToolBarButton - RadToolBar description: Check our Web Forms article about Associate RadToolTip with RadToolBarButton. slug: toolbar/how-to/associate-radtooltip-with-radtoolbarbutton +components: ["toolbar"] tags: associate,radtooltip,with,from,radtoolbarbutton published: True position: 2 diff --git a/controls/toolbar/how-to/prevent-a-specific-button-from-performing-postback.md b/controls/toolbar/how-to/prevent-a-specific-button-from-performing-postback.md index 4b08384405..5fccf3da37 100644 --- a/controls/toolbar/how-to/prevent-a-specific-button-from-performing-postback.md +++ b/controls/toolbar/how-to/prevent-a-specific-button-from-performing-postback.md @@ -3,6 +3,7 @@ title: Prevent a Specific Button from Performing Postback page_title: Prevent a Specific Button from Performing Postback - RadToolBar description: Check our Web Forms article about Prevent a Specific Button from Performing Postback. slug: toolbar/how-to/prevent-a-specific-button-from-performing-postback +components: ["toolbar"] tags: prevent,a,specific,button,from,performing,postback published: True position: 0 diff --git a/controls/toolbar/how-to/set-selected-item-in-toolbarsplitbutton.md b/controls/toolbar/how-to/set-selected-item-in-toolbarsplitbutton.md index 34d8dd3eed..dadeac308c 100644 --- a/controls/toolbar/how-to/set-selected-item-in-toolbarsplitbutton.md +++ b/controls/toolbar/how-to/set-selected-item-in-toolbarsplitbutton.md @@ -3,6 +3,7 @@ title: Set selected item in RadToolBarSplitButton page_title: Set selected item in RadToolBarSplitButton description: Check our Web Forms article about How to pre-select an item in RadToolBarSplitButton slug: toolbar/how-to/set-selected-item-in-toolbarsplitbutton +components: ["toolbar"] tags: associate,radtooltip,with,from,radtoolbarbutton published: True position: 2 diff --git a/controls/toolbar/how-to/using-sprite-images-in-radtoolbarsplitbutton.md b/controls/toolbar/how-to/using-sprite-images-in-radtoolbarsplitbutton.md index fe239f9acf..a2341e2b89 100644 --- a/controls/toolbar/how-to/using-sprite-images-in-radtoolbarsplitbutton.md +++ b/controls/toolbar/how-to/using-sprite-images-in-radtoolbarsplitbutton.md @@ -3,6 +3,7 @@ title: Using Sprite Images in RadToolBarSplitButton page_title: Using Sprite Images in RadToolBarSplitButton - RadToolBar description: Check our Web Forms article about Using Sprite Images in RadToolBarSplitButton. slug: toolbar/how-to/using-sprite-images-in-radtoolbarsplitbutton +components: ["toolbar"] tags: using,sprite,images,in,radtoolbarsplitbutton published: True position: 1 diff --git a/controls/toolbar/migrating-from-radtoolbar-asp.net-to-asp.net-ajax.md b/controls/toolbar/migrating-from-radtoolbar-asp.net-to-asp.net-ajax.md index 2658a1c29f..d7b531a4d2 100644 --- a/controls/toolbar/migrating-from-radtoolbar-asp.net-to-asp.net-ajax.md +++ b/controls/toolbar/migrating-from-radtoolbar-asp.net-to-asp.net-ajax.md @@ -3,6 +3,7 @@ title: Migrating From RadToolBar ASP.NET to ASP.NET AJAX page_title: Migrating From RadToolBar ASP.NET to ASP.NET AJAX - RadToolBar description: Check our Web Forms article about Migrating From RadToolBar ASP.NET to ASP.NET AJAX. slug: toolbar/migrating-from-radtoolbar-asp.net-to-asp.net-ajax +components: ["toolbar"] tags: migrating,from,radtoolbar,asp.net,to,asp.net,ajax published: True position: 6 diff --git a/controls/toolbar/mobile-support/render-modes.md b/controls/toolbar/mobile-support/render-modes.md index 17557019c7..9730e4483e 100644 --- a/controls/toolbar/mobile-support/render-modes.md +++ b/controls/toolbar/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadToolBar description: Check our Web Forms article about Render Modes. slug: toolbar/mobile-support/render-modes +components: ["toolbar"] tags: render,modes published: True position: 2 diff --git a/controls/toolbar/mobile-support/responsive-design.md b/controls/toolbar/mobile-support/responsive-design.md index 2037032dd7..996a208fab 100644 --- a/controls/toolbar/mobile-support/responsive-design.md +++ b/controls/toolbar/mobile-support/responsive-design.md @@ -3,6 +3,7 @@ title: Responsive Design page_title: Responsive Design - RadToolBar description: Check our Web Forms article about Responsive Design. slug: toolbar/mobile-support/responsive-design +components: ["toolbar"] tags: responsive,design published: True position: 1 diff --git a/controls/toolbar/overview.md b/controls/toolbar/overview.md index b1771b51e3..410794e710 100644 --- a/controls/toolbar/overview.md +++ b/controls/toolbar/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadToolBar Overview description: Explore the Toolbar control and its features for creating customizable toolbars in your applications. slug: toolbar/overview +components: ["toolbar"] tags: overview published: True position: 0 diff --git a/controls/toolbar/radtoolbar-items/custom-attributes.md b/controls/toolbar/radtoolbar-items/custom-attributes.md index f9aed3227c..dd17548420 100644 --- a/controls/toolbar/radtoolbar-items/custom-attributes.md +++ b/controls/toolbar/radtoolbar-items/custom-attributes.md @@ -3,6 +3,7 @@ title: Custom Attributes page_title: Custom Attributes - RadToolBar description: Check our Web Forms article about Custom Attributes. slug: toolbar/radtoolbar-items/custom-attributes +components: ["toolbar"] tags: custom,attributes published: True position: 7 diff --git a/controls/toolbar/radtoolbar-items/declaring-items-statically-at-design-time.md b/controls/toolbar/radtoolbar-items/declaring-items-statically-at-design-time.md index ffcdd2beb8..ca906aa82e 100644 --- a/controls/toolbar/radtoolbar-items/declaring-items-statically-at-design-time.md +++ b/controls/toolbar/radtoolbar-items/declaring-items-statically-at-design-time.md @@ -3,6 +3,7 @@ title: Declaring Items Statically at Design Time page_title: Declaring Items Statically at Design Time - RadToolBar description: Check our Web Forms article about Declaring Items Statically at Design Time. slug: toolbar/radtoolbar-items/declaring-items-statically-at-design-time +components: ["toolbar"] tags: declaring,items,statically,at,design,time published: True position: 1 diff --git a/controls/toolbar/radtoolbar-items/default-items.md b/controls/toolbar/radtoolbar-items/default-items.md index 1a3545897d..650d03eb4f 100644 --- a/controls/toolbar/radtoolbar-items/default-items.md +++ b/controls/toolbar/radtoolbar-items/default-items.md @@ -3,6 +3,7 @@ title: Default Items page_title: Default Items - RadToolBar description: Check our Web Forms article about Default Items. slug: toolbar/radtoolbar-items/default-items +components: ["toolbar"] tags: default,items published: True position: 5 diff --git a/controls/toolbar/radtoolbar-items/loading-items-from-xml.md b/controls/toolbar/radtoolbar-items/loading-items-from-xml.md index 4b02b4f626..9e6971bbc0 100644 --- a/controls/toolbar/radtoolbar-items/loading-items-from-xml.md +++ b/controls/toolbar/radtoolbar-items/loading-items-from-xml.md @@ -3,6 +3,7 @@ title: Loading Items from XML page_title: Loading Items from XML - RadToolBar description: Check our Web Forms article about Loading Items from XML. slug: toolbar/radtoolbar-items/loading-items-from-xml +components: ["toolbar"] tags: loading,items,from,xml published: True position: 6 diff --git a/controls/toolbar/radtoolbar-items/overview.md b/controls/toolbar/radtoolbar-items/overview.md index 2d72405d5a..6cfca78c40 100644 --- a/controls/toolbar/radtoolbar-items/overview.md +++ b/controls/toolbar/radtoolbar-items/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadToolBar Items Overview - RadToolBar description: Check our Web Forms article about Overview. slug: toolbar/radtoolbar-items/overview +components: ["toolbar"] tags: overview published: True position: 0 diff --git a/controls/toolbar/radtoolbar-items/two-state-buttons.md b/controls/toolbar/radtoolbar-items/two-state-buttons.md index 4b226d697f..840971f6a9 100644 --- a/controls/toolbar/radtoolbar-items/two-state-buttons.md +++ b/controls/toolbar/radtoolbar-items/two-state-buttons.md @@ -3,6 +3,7 @@ title: Two State Buttons page_title: Two State Buttons - RadToolBar description: Check our Web Forms article about Two State Buttons. slug: toolbar/radtoolbar-items/two-state-buttons +components: ["toolbar"] tags: two,state,buttons published: True position: 4 diff --git a/controls/toolbar/radtoolbar-items/working-with-items-at-the-client.md b/controls/toolbar/radtoolbar-items/working-with-items-at-the-client.md index 88ee7caabd..ef08cce43b 100644 --- a/controls/toolbar/radtoolbar-items/working-with-items-at-the-client.md +++ b/controls/toolbar/radtoolbar-items/working-with-items-at-the-client.md @@ -3,6 +3,7 @@ title: Working With Items at the Client page_title: Working With Items at the Client - RadToolBar description: Check our Web Forms article about Working With Items at the Client. slug: toolbar/radtoolbar-items/working-with-items-at-the-client +components: ["toolbar"] tags: working,with,items,at,the,client published: True position: 3 diff --git a/controls/toolbar/radtoolbar-items/working-with-items-at-the-server.md b/controls/toolbar/radtoolbar-items/working-with-items-at-the-server.md index 830f36898f..e6f49c461f 100644 --- a/controls/toolbar/radtoolbar-items/working-with-items-at-the-server.md +++ b/controls/toolbar/radtoolbar-items/working-with-items-at-the-server.md @@ -3,6 +3,7 @@ title: Working With Items at the Server page_title: Working With Items at the Server - RadToolBar description: Check our Web Forms article about Working With Items at the Server. slug: toolbar/radtoolbar-items/working-with-items-at-the-server +components: ["toolbar"] tags: working,with,items,at,the,server published: True position: 2 diff --git a/controls/toolbar/server-side-programming/buttonclick.md b/controls/toolbar/server-side-programming/buttonclick.md index b8ece9f0d2..428b797849 100644 --- a/controls/toolbar/server-side-programming/buttonclick.md +++ b/controls/toolbar/server-side-programming/buttonclick.md @@ -3,6 +3,7 @@ title: ButtonClick page_title: ButtonClick - RadToolBar description: Check our Web Forms article about ButtonClick. slug: toolbar/server-side-programming/buttonclick +components: ["toolbar"] tags: buttonclick published: True position: 1 diff --git a/controls/toolbar/server-side-programming/buttondatabound.md b/controls/toolbar/server-side-programming/buttondatabound.md index bba7172000..4ffc02515c 100644 --- a/controls/toolbar/server-side-programming/buttondatabound.md +++ b/controls/toolbar/server-side-programming/buttondatabound.md @@ -3,6 +3,7 @@ title: ButtonDataBound page_title: ButtonDataBound - RadToolBar description: Check our Web Forms article about ButtonDataBound. slug: toolbar/server-side-programming/buttondatabound +components: ["toolbar"] tags: buttondatabound published: True position: 3 diff --git a/controls/toolbar/server-side-programming/events.md b/controls/toolbar/server-side-programming/events.md index e20b9e6050..c8401bb086 100644 --- a/controls/toolbar/server-side-programming/events.md +++ b/controls/toolbar/server-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Server-side Events - RadToolBar description: Check our Web Forms article about Events. slug: toolbar/server-side-programming/events +components: ["toolbar"] tags: events published: True position: 0 diff --git a/controls/toolbar/server-side-programming/itemcreated.md b/controls/toolbar/server-side-programming/itemcreated.md index 57cc5d2081..0b12685fd9 100644 --- a/controls/toolbar/server-side-programming/itemcreated.md +++ b/controls/toolbar/server-side-programming/itemcreated.md @@ -3,6 +3,7 @@ title: ItemCreated page_title: ItemCreated - RadToolBar description: Check our Web Forms article about ItemCreated. slug: toolbar/server-side-programming/itemcreated +components: ["toolbar"] tags: itemcreated published: True position: 2 diff --git a/controls/toolbar/structure.md b/controls/toolbar/structure.md index 348c2d3500..b3f3a219ef 100644 --- a/controls/toolbar/structure.md +++ b/controls/toolbar/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadToolBar description: Check our Web Forms article about Structure. slug: toolbar/structure +components: ["toolbar"] tags: structure published: True position: 1 diff --git a/controls/toolbar/templates/accessing-controls-inside-templates.md b/controls/toolbar/templates/accessing-controls-inside-templates.md index b63988c26b..867ac1d032 100644 --- a/controls/toolbar/templates/accessing-controls-inside-templates.md +++ b/controls/toolbar/templates/accessing-controls-inside-templates.md @@ -3,6 +3,7 @@ title: Accessing Controls Inside Templates page_title: Accessing Controls Inside Templates - RadToolBar description: Check our Web Forms article about Accessing Controls Inside Templates. slug: toolbar/templates/accessing-controls-inside-templates +components: ["toolbar"] tags: accessing,controls,inside,templates published: True position: 4 diff --git a/controls/toolbar/templates/adding-and-editing-templates-at-design-time.md b/controls/toolbar/templates/adding-and-editing-templates-at-design-time.md index a2306f45c3..d0925a9d14 100644 --- a/controls/toolbar/templates/adding-and-editing-templates-at-design-time.md +++ b/controls/toolbar/templates/adding-and-editing-templates-at-design-time.md @@ -3,6 +3,7 @@ title: Adding and Editing Templates at Design Time page_title: Adding and Editing Templates at Design Time - RadToolBar description: Check our Web Forms article about Adding and Editing Templates at Design Time. slug: toolbar/templates/adding-and-editing-templates-at-design-time +components: ["toolbar"] tags: adding,and,editing,templates,at,design,time published: True position: 2 diff --git a/controls/toolbar/templates/adding-and-editing-templates-at-runtime.md b/controls/toolbar/templates/adding-and-editing-templates-at-runtime.md index e65a3729f6..d96e0a2bd7 100644 --- a/controls/toolbar/templates/adding-and-editing-templates-at-runtime.md +++ b/controls/toolbar/templates/adding-and-editing-templates-at-runtime.md @@ -3,6 +3,7 @@ title: Adding and Editing Templates at Runtime page_title: Adding and Editing Templates at Runtime - RadToolBar description: Check our Web Forms article about Adding and Editing Templates at Runtime. slug: toolbar/templates/adding-and-editing-templates-at-runtime +components: ["toolbar"] tags: adding,and,editing,templates,at,runtime published: True position: 3 diff --git a/controls/toolbar/templates/aspx-template-structure.md b/controls/toolbar/templates/aspx-template-structure.md index 5cabb434b6..477f7bee1e 100644 --- a/controls/toolbar/templates/aspx-template-structure.md +++ b/controls/toolbar/templates/aspx-template-structure.md @@ -3,6 +3,7 @@ title: ASPX Template Structure page_title: ASPX Template Structure - RadToolBar description: Check our Web Forms article about ASPX Template Structure. slug: toolbar/templates/aspx-template-structure +components: ["toolbar"] tags: aspx,template,structure published: True position: 1 diff --git a/controls/toolbar/templates/data-binding-expressions.md b/controls/toolbar/templates/data-binding-expressions.md index 8138d1f2e9..d1e619d86f 100644 --- a/controls/toolbar/templates/data-binding-expressions.md +++ b/controls/toolbar/templates/data-binding-expressions.md @@ -3,6 +3,7 @@ title: Data Binding Expressions page_title: Data Binding Expressions - RadToolBar description: Check our Web Forms article about Data Binding Expressions. slug: toolbar/templates/data-binding-expressions +components: ["toolbar"] tags: data,binding,expressions published: True position: 5 diff --git a/controls/toolbar/templates/overview.md b/controls/toolbar/templates/overview.md index f4cf4c3f7a..3430492150 100644 --- a/controls/toolbar/templates/overview.md +++ b/controls/toolbar/templates/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Templates Overview - RadToolBar description: Check our Web Forms article about Overview. slug: toolbar/templates/overview +components: ["toolbar"] tags: overview published: True position: 0 diff --git a/controls/toolbar/web-pages/cross-page-postback.md b/controls/toolbar/web-pages/cross-page-postback.md index 067ac01b2c..caff970b52 100644 --- a/controls/toolbar/web-pages/cross-page-postback.md +++ b/controls/toolbar/web-pages/cross-page-postback.md @@ -3,6 +3,7 @@ title: Cross-Page Postback page_title: Cross-Page Postback - RadToolBar description: Check our Web Forms article about Cross-Page Postback. slug: toolbar/web-pages/cross-page-postback +components: ["toolbar"] tags: cross-page,postback published: True position: 1 diff --git a/controls/toolbar/web-pages/validation.md b/controls/toolbar/web-pages/validation.md index 075b202366..d482417a0a 100644 --- a/controls/toolbar/web-pages/validation.md +++ b/controls/toolbar/web-pages/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadToolBar description: Check our Web Forms article about Validation. slug: toolbar/web-pages/validation +components: ["toolbar"] tags: validation published: True position: 0 diff --git a/controls/toolbar/what-is-new.md b/controls/toolbar/what-is-new.md index 1876f6727e..e6b112a44e 100644 --- a/controls/toolbar/what-is-new.md +++ b/controls/toolbar/what-is-new.md @@ -3,6 +3,7 @@ title: What is New page_title: What is New - RadToolBar description: Check our Web Forms article about What is New. slug: toolbar/what-is-new +components: ["toolbar"] tags: what,is,new published: False position: 4 diff --git a/controls/tooltip/accessibility-and-internationalization/right-to-left-support.md b/controls/tooltip/accessibility-and-internationalization/right-to-left-support.md index 9bb2f00007..81bab43007 100644 --- a/controls/tooltip/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/tooltip/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadTooltip description: Check our Web Forms article about Right-to-left Support. slug: tooltip/accessibility-and-internationalization/right-to-left-support +components: ["tooltip"] tags: right-to-left,support published: True position: 0 diff --git a/controls/tooltip/accessibility-and-internationalization/wai-aria-support.md b/controls/tooltip/accessibility-and-internationalization/wai-aria-support.md index 7fafe91f71..3176c77c8b 100644 --- a/controls/tooltip/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/tooltip/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadTooltip description: Check our Web Forms article about WAI-ARIA Support. slug: tooltip/accessibility-and-internationalization/wai-aria-support +components: ["tooltip"] tags: wai-aria,support published: True position: 2 diff --git a/controls/tooltip/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/tooltip/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 3b2138ce1f..59597e3590 100644 --- a/controls/tooltip/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/tooltip/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadTooltip description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: tooltip/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["tooltip"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 1 diff --git a/controls/tooltip/appearance-and-styling/animation.md b/controls/tooltip/appearance-and-styling/animation.md index 681e802acc..528281a413 100644 --- a/controls/tooltip/appearance-and-styling/animation.md +++ b/controls/tooltip/appearance-and-styling/animation.md @@ -3,6 +3,7 @@ title: Animation page_title: Animation - RadTooltip description: Check our Web Forms article about Animation. slug: tooltip/appearance-and-styling/animation +components: ["tooltip"] tags: animation published: True position: 2 diff --git a/controls/tooltip/appearance-and-styling/controlling-appearance.md b/controls/tooltip/appearance-and-styling/controlling-appearance.md index e8b9acb95f..3d41837d83 100644 --- a/controls/tooltip/appearance-and-styling/controlling-appearance.md +++ b/controls/tooltip/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadTooltip description: Check our Web Forms article about Controlling Appearance. slug: tooltip/appearance-and-styling/controlling-appearance +components: ["tooltip"] tags: controlling,appearance published: True position: 0 diff --git a/controls/tooltip/appearance-and-styling/css-classes.md b/controls/tooltip/appearance-and-styling/css-classes.md index 520e7282e5..27c62cdc93 100644 --- a/controls/tooltip/appearance-and-styling/css-classes.md +++ b/controls/tooltip/appearance-and-styling/css-classes.md @@ -3,6 +3,7 @@ title: CSS Classes page_title: CSS Classes - RadTooltip description: Check our Web Forms article about CSS Classes. slug: tooltip/appearance-and-styling/css-classes +components: ["tooltip"] tags: css,classes published: True position: 3 diff --git a/controls/tooltip/appearance-and-styling/skins.md b/controls/tooltip/appearance-and-styling/skins.md index f5f17b9b91..7e6c2f60e3 100644 --- a/controls/tooltip/appearance-and-styling/skins.md +++ b/controls/tooltip/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadTooltip description: Check our Web Forms article about Skins. slug: tooltip/appearance-and-styling/skins +components: ["tooltip"] tags: skins published: True position: 1 diff --git a/controls/tooltip/appearance-and-styling/tutorial-creating-custom-classic-skin.md b/controls/tooltip/appearance-and-styling/tutorial-creating-custom-classic-skin.md index 0b1af2786b..38c5b8e4cd 100644 --- a/controls/tooltip/appearance-and-styling/tutorial-creating-custom-classic-skin.md +++ b/controls/tooltip/appearance-and-styling/tutorial-creating-custom-classic-skin.md @@ -3,6 +3,7 @@ title: Tutorial - Creating a Custom Classic Skin page_title: Tutorial Creating a Custom Classic Skin - RadTooltip description: Check our Web Forms article about Tutorial for Creating a Custom Classic Skin for RadTooltip. slug: tooltip/appearance-and-styling/tutorial-creating-custom-classic-skin +components: ["tooltip"] tags: tooltip, custom, classic, skin, tutorial published: True position: 4 diff --git a/controls/tooltip/appearance-and-styling/tutorial-creating-custom-lightweight-skin.md b/controls/tooltip/appearance-and-styling/tutorial-creating-custom-lightweight-skin.md index e5d0473843..c32652bbd6 100644 --- a/controls/tooltip/appearance-and-styling/tutorial-creating-custom-lightweight-skin.md +++ b/controls/tooltip/appearance-and-styling/tutorial-creating-custom-lightweight-skin.md @@ -3,6 +3,7 @@ title: Tutorial - Creating a Custom Lightweight Skin page_title: Tutorial Creating a Custom Lightweight Skin - RadTooltip description: Check our Web Forms article about Tutorial for Creating a Custom Lightweight Skin for RadTooltip. slug: tooltip/appearance-and-styling/tutorial-creating-custom-lightweight-skin +components: ["tooltip"] tags: tooltip, custom, lightweight, skin, tutorial published: True position: 3 diff --git a/controls/tooltip/changes-and-backwards-compatibility.md b/controls/tooltip/changes-and-backwards-compatibility.md index f45a0934b5..e5388246d1 100644 --- a/controls/tooltip/changes-and-backwards-compatibility.md +++ b/controls/tooltip/changes-and-backwards-compatibility.md @@ -3,6 +3,7 @@ title: Changes And Backwards Compatibility page_title: Changes And Backwards Compatibility - RadTooltip description: Check our Web Forms article about Changes And Backwards Compatibility. slug: tooltip/changes-and-backwards-compatibility +components: ["tooltip"] tags: changes,and,backwards,compatibility published: True position: 1 diff --git a/controls/tooltip/client-side-programming/events/onclientbeforehide.md b/controls/tooltip/client-side-programming/events/onclientbeforehide.md index 508b25e45f..f0fb07bf34 100644 --- a/controls/tooltip/client-side-programming/events/onclientbeforehide.md +++ b/controls/tooltip/client-side-programming/events/onclientbeforehide.md @@ -3,6 +3,7 @@ title: OnClientBeforeHide page_title: OnClientBeforeHide - RadTooltip description: Check our Web Forms article about OnClientBeforeHide. slug: tooltip/client-side-programming/events/onclientbeforehide +components: ["tooltip"] tags: onclientbeforehide published: True position: 4 diff --git a/controls/tooltip/client-side-programming/events/onclientbeforeshow.md b/controls/tooltip/client-side-programming/events/onclientbeforeshow.md index d30b146d15..03726edaaa 100644 --- a/controls/tooltip/client-side-programming/events/onclientbeforeshow.md +++ b/controls/tooltip/client-side-programming/events/onclientbeforeshow.md @@ -3,6 +3,7 @@ title: OnClientBeforeShow page_title: OnClientBeforeShow - RadTooltip description: Check our Web Forms article about OnClientBeforeShow. slug: tooltip/client-side-programming/events/onclientbeforeshow +components: ["tooltip"] tags: onclientbeforeshow published: True position: 2 diff --git a/controls/tooltip/client-side-programming/events/onclienthide.md b/controls/tooltip/client-side-programming/events/onclienthide.md index e9b736d82c..d975dd5348 100644 --- a/controls/tooltip/client-side-programming/events/onclienthide.md +++ b/controls/tooltip/client-side-programming/events/onclienthide.md @@ -3,6 +3,7 @@ title: OnClientHide page_title: OnClientHide - RadTooltip description: Check our Web Forms article about OnClientHide. slug: tooltip/client-side-programming/events/onclienthide +components: ["tooltip"] tags: onclienthide published: True position: 5 diff --git a/controls/tooltip/client-side-programming/events/onclientshow.md b/controls/tooltip/client-side-programming/events/onclientshow.md index 9db9445c73..a53097e6a3 100644 --- a/controls/tooltip/client-side-programming/events/onclientshow.md +++ b/controls/tooltip/client-side-programming/events/onclientshow.md @@ -3,6 +3,7 @@ title: OnClientShow page_title: OnClientShow - RadTooltip description: Check our Web Forms article about OnClientShow. slug: tooltip/client-side-programming/events/onclientshow +components: ["tooltip"] tags: onclientshow published: True position: 3 diff --git a/controls/tooltip/client-side-programming/events/overview.md b/controls/tooltip/client-side-programming/events/overview.md index 08e4def6b8..300b3bdf40 100644 --- a/controls/tooltip/client-side-programming/events/overview.md +++ b/controls/tooltip/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadTooltip description: Check our Web Forms article about Overview. slug: tooltip/client-side-programming/events/overview +components: ["tooltip"] tags: overview published: True position: 0 diff --git a/controls/tooltip/client-side-programming/events/setting-event-handlers-via-javascript.md b/controls/tooltip/client-side-programming/events/setting-event-handlers-via-javascript.md index 953a017042..9a29a4daf3 100644 --- a/controls/tooltip/client-side-programming/events/setting-event-handlers-via-javascript.md +++ b/controls/tooltip/client-side-programming/events/setting-event-handlers-via-javascript.md @@ -3,6 +3,7 @@ title: Setting Event Handlers via JavaScript page_title: Setting Event Handlers via JavaScript - RadTooltip description: Check our Web Forms article about Setting Event Handlers via JavaScript. slug: tooltip/client-side-programming/events/setting-event-handlers-via-javascript +components: ["tooltip"] tags: setting,event,handlers,via,javascript published: True position: 1 diff --git a/controls/tooltip/client-side-programming/events/tooltipmanager-specific/onclientrequeststart.md b/controls/tooltip/client-side-programming/events/tooltipmanager-specific/onclientrequeststart.md index b9a6ede680..685174c7ed 100644 --- a/controls/tooltip/client-side-programming/events/tooltipmanager-specific/onclientrequeststart.md +++ b/controls/tooltip/client-side-programming/events/tooltipmanager-specific/onclientrequeststart.md @@ -3,6 +3,7 @@ title: OnClientRequestStart page_title: OnClientRequestStart - RadTooltip description: Check our Web Forms article about OnClientRequestStart. slug: tooltip/client-side-programming/events/tooltipmanager-specific/onclientrequeststart +components: ["tooltip"] tags: onclientrequeststart published: True position: 1 diff --git a/controls/tooltip/client-side-programming/events/tooltipmanager-specific/onclientresponseend.md b/controls/tooltip/client-side-programming/events/tooltipmanager-specific/onclientresponseend.md index 9902b92f59..1d9f4b64b2 100644 --- a/controls/tooltip/client-side-programming/events/tooltipmanager-specific/onclientresponseend.md +++ b/controls/tooltip/client-side-programming/events/tooltipmanager-specific/onclientresponseend.md @@ -3,6 +3,7 @@ title: OnClientResponseEnd page_title: OnClientResponseEnd - RadTooltip description: Check our Web Forms article about OnClientResponseEnd. slug: tooltip/client-side-programming/events/tooltipmanager-specific/onclientresponseend +components: ["tooltip"] tags: onclientresponseend published: True position: 2 diff --git a/controls/tooltip/client-side-programming/events/tooltipmanager-specific/onclientresponseerror.md b/controls/tooltip/client-side-programming/events/tooltipmanager-specific/onclientresponseerror.md index ce016397e8..67a351d905 100644 --- a/controls/tooltip/client-side-programming/events/tooltipmanager-specific/onclientresponseerror.md +++ b/controls/tooltip/client-side-programming/events/tooltipmanager-specific/onclientresponseerror.md @@ -3,6 +3,7 @@ title: OnClientResponseError page_title: OnClientResponseError - RadTooltip description: Check our Web Forms article about OnClientResponseError. slug: tooltip/client-side-programming/events/tooltipmanager-specific/onclientresponseerror +components: ["tooltip"] tags: onclientresponseerror published: True position: 3 diff --git a/controls/tooltip/client-side-programming/events/tooltipmanager-specific/overview.md b/controls/tooltip/client-side-programming/events/tooltipmanager-specific/overview.md index 23ee15fbca..2db71bc9a6 100644 --- a/controls/tooltip/client-side-programming/events/tooltipmanager-specific/overview.md +++ b/controls/tooltip/client-side-programming/events/tooltipmanager-specific/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: ToolTipManager Specific Events Overview - RadTooltip description: Check our Web Forms article about Overview. slug: tooltip/client-side-programming/events/tooltipmanager-specific/overview +components: ["tooltip"] tags: overview published: True position: 0 diff --git a/controls/tooltip/client-side-programming/overview.md b/controls/tooltip/client-side-programming/overview.md index 381df8297e..b4075545f9 100644 --- a/controls/tooltip/client-side-programming/overview.md +++ b/controls/tooltip/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadTooltip description: Check our Web Forms article about Overview. slug: tooltip/client-side-programming/overview +components: ["tooltip"] tags: overview published: True position: 0 diff --git a/controls/tooltip/client-side-programming/radtooltip-object.md b/controls/tooltip/client-side-programming/radtooltip-object.md index e59bc9bde0..b1ff26dae5 100644 --- a/controls/tooltip/client-side-programming/radtooltip-object.md +++ b/controls/tooltip/client-side-programming/radtooltip-object.md @@ -3,6 +3,7 @@ title: RadToolTip Object page_title: RadToolTip Object - RadTooltip description: Check our Web Forms article about RadToolTip Object. slug: tooltip/client-side-programming/radtooltip-object +components: ["tooltip"] tags: radtooltip,object published: True position: 1 diff --git a/controls/tooltip/client-side-programming/radtooltipmanager-object.md b/controls/tooltip/client-side-programming/radtooltipmanager-object.md index 1d3bd37030..3c1248d039 100644 --- a/controls/tooltip/client-side-programming/radtooltipmanager-object.md +++ b/controls/tooltip/client-side-programming/radtooltipmanager-object.md @@ -3,6 +3,7 @@ title: RadToolTipManager Object page_title: RadToolTipManager Object - RadTooltip description: Check our Web Forms article about RadToolTipManager Object. slug: tooltip/client-side-programming/radtooltipmanager-object +components: ["tooltip"] tags: radtooltipmanager,object published: True position: 2 diff --git a/controls/tooltip/design-time/smart-tag.md b/controls/tooltip/design-time/smart-tag.md index 621332977c..91b290e17f 100644 --- a/controls/tooltip/design-time/smart-tag.md +++ b/controls/tooltip/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadTooltip description: Check our Web Forms article about Smart Tag. slug: tooltip/design-time/smart-tag +components: ["tooltip"] tags: smart,tag published: True position: 0 diff --git a/controls/tooltip/design-time/template-editor.md b/controls/tooltip/design-time/template-editor.md index 2de246dd28..a5ec471ce7 100644 --- a/controls/tooltip/design-time/template-editor.md +++ b/controls/tooltip/design-time/template-editor.md @@ -3,6 +3,7 @@ title: Template Editor page_title: Template Editor - RadTooltip description: Check our Web Forms article about Template Editor. slug: tooltip/design-time/template-editor +components: ["tooltip"] tags: template,editor published: True position: 2 diff --git a/controls/tooltip/design-time/tooltiptargetcontrol-collection-editor.md b/controls/tooltip/design-time/tooltiptargetcontrol-collection-editor.md index 1a91ef845e..2214c51c23 100644 --- a/controls/tooltip/design-time/tooltiptargetcontrol-collection-editor.md +++ b/controls/tooltip/design-time/tooltiptargetcontrol-collection-editor.md @@ -3,6 +3,7 @@ title: ToolTipTargetControl Collection Editor page_title: ToolTipTargetControl Collection Editor - RadTooltip description: Check our Web Forms article about ToolTipTargetControl Collection Editor. slug: tooltip/design-time/tooltiptargetcontrol-collection-editor +components: ["tooltip"] tags: tooltiptargetcontrol,collection,editor published: True position: 1 diff --git a/controls/tooltip/getting-started/first-steps-with-radtooltip.md b/controls/tooltip/getting-started/first-steps-with-radtooltip.md index 21effd6b38..971d911607 100644 --- a/controls/tooltip/getting-started/first-steps-with-radtooltip.md +++ b/controls/tooltip/getting-started/first-steps-with-radtooltip.md @@ -3,6 +3,7 @@ title: First Steps with RadToolTip page_title: First Steps with RadToolTip - RadTooltip description: Check our Web Forms article about First Steps with RadToolTip. slug: tooltip/getting-started/first-steps-with-radtooltip +components: ["tooltip"] tags: first,steps,with,radtooltip published: True position: 0 diff --git a/controls/tooltip/getting-started/first-steps-with-radtooltipmanager.md b/controls/tooltip/getting-started/first-steps-with-radtooltipmanager.md index b8998fa10e..f30d0ee525 100644 --- a/controls/tooltip/getting-started/first-steps-with-radtooltipmanager.md +++ b/controls/tooltip/getting-started/first-steps-with-radtooltipmanager.md @@ -3,6 +3,7 @@ title: FIrst Steps with RadToolTipManager page_title: FIrst Steps with RadToolTipManager - RadTooltip description: Check our Web Forms article about FIrst Steps with RadToolTipManager. slug: tooltip/getting-started/first-steps-with-radtooltipmanager +components: ["tooltip"] tags: first,steps,with,radtooltipmanager published: True position: 1 diff --git a/controls/tooltip/getting-started/important-settings.md b/controls/tooltip/getting-started/important-settings.md index d1174ac830..23e1759467 100644 --- a/controls/tooltip/getting-started/important-settings.md +++ b/controls/tooltip/getting-started/important-settings.md @@ -3,6 +3,7 @@ title: Important Settings page_title: Important Settings - RadTooltip description: Check our Web Forms article about Important Settings. slug: tooltip/getting-started/important-settings +components: ["tooltip"] tags: important,settings published: True position: 3 diff --git a/controls/tooltip/getting-started/positioning.md b/controls/tooltip/getting-started/positioning.md index c111edfc05..75d7e08ee7 100644 --- a/controls/tooltip/getting-started/positioning.md +++ b/controls/tooltip/getting-started/positioning.md @@ -3,6 +3,7 @@ title: Positioning page_title: Positioning - RadTooltip description: Check our Web Forms article about Positioning. slug: tooltip/getting-started/positioning +components: ["tooltip"] tags: positioning published: True position: 5 diff --git a/controls/tooltip/getting-started/radtooltip-structure.md b/controls/tooltip/getting-started/radtooltip-structure.md index 3ec0bced13..f7b676d76f 100644 --- a/controls/tooltip/getting-started/radtooltip-structure.md +++ b/controls/tooltip/getting-started/radtooltip-structure.md @@ -3,6 +3,7 @@ title: RadToolTip Structure page_title: RadToolTip Structure - RadTooltip description: Check our Web Forms article about RadToolTip Structure. slug: tooltip/getting-started/radtooltip-structure +components: ["tooltip"] tags: radtooltip,structure published: True position: 2 diff --git a/controls/tooltip/getting-started/showdelay-and-autoclosedelay.md b/controls/tooltip/getting-started/showdelay-and-autoclosedelay.md index abdf3cc574..e434608097 100644 --- a/controls/tooltip/getting-started/showdelay-and-autoclosedelay.md +++ b/controls/tooltip/getting-started/showdelay-and-autoclosedelay.md @@ -3,6 +3,7 @@ title: ShowDelay and AutoCloseDelay page_title: ShowDelay and AutoCloseDelay - RadTooltip description: Check our Web Forms article about ShowDelay and AutoCloseDelay. slug: tooltip/getting-started/showdelay-and-autoclosedelay +components: ["tooltip"] tags: showdelay,and,autoclosedelay published: True position: 6 diff --git a/controls/tooltip/getting-started/showevent.md b/controls/tooltip/getting-started/showevent.md index a0ed7a5ceb..dfc28dfb6e 100644 --- a/controls/tooltip/getting-started/showevent.md +++ b/controls/tooltip/getting-started/showevent.md @@ -3,6 +3,7 @@ title: ShowEvent page_title: ShowEvent - RadTooltip description: Check our Web Forms article about ShowEvent. slug: tooltip/getting-started/showevent +components: ["tooltip"] tags: showevent published: True position: 4 diff --git a/controls/tooltip/getting-started/sticky-tooltips.md b/controls/tooltip/getting-started/sticky-tooltips.md index 1c99b23751..d680204126 100644 --- a/controls/tooltip/getting-started/sticky-tooltips.md +++ b/controls/tooltip/getting-started/sticky-tooltips.md @@ -3,6 +3,7 @@ title: Sticky Tooltips page_title: Sticky Tooltips - RadTooltip description: Check our Web Forms article about Sticky Tooltips. slug: tooltip/getting-started/sticky-tooltips +components: ["tooltip"] tags: sticky,tooltips published: True position: 7 diff --git a/controls/tooltip/mobile-support/render-modes.md b/controls/tooltip/mobile-support/render-modes.md index 87abfc671a..3264c531e6 100644 --- a/controls/tooltip/mobile-support/render-modes.md +++ b/controls/tooltip/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadTooltip description: Check our Web Forms article about Render Modes. slug: tooltip/mobile-support/render-modes +components: ["tooltip"] tags: render,modes published: True position: 1 diff --git a/controls/tooltip/mobile-support/responsive,-adaptive-and-elastic-capabilities.md b/controls/tooltip/mobile-support/responsive,-adaptive-and-elastic-capabilities.md index f67ee596c8..078e6dbb7a 100644 --- a/controls/tooltip/mobile-support/responsive,-adaptive-and-elastic-capabilities.md +++ b/controls/tooltip/mobile-support/responsive,-adaptive-and-elastic-capabilities.md @@ -3,6 +3,7 @@ title: Responsive, Adaptive and Elastic Capabilities page_title: Responsive, Adaptive and Elastic Capabilities - RadTooltip description: Check our Web Forms article about Responsive, Adaptive and Elastic Capabilities. slug: tooltip/mobile-support/responsive,-adaptive-and-elastic-capabilities +components: ["tooltip"] tags: responsive,,adaptive,and,elastic,capabilities published: True position: 0 diff --git a/controls/tooltip/overview.md b/controls/tooltip/overview.md index 017e358f2e..c680523f9d 100644 --- a/controls/tooltip/overview.md +++ b/controls/tooltip/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadTooltip Overview description: Explore the Tooltip control and its features for displaying contextual information on hover or focus. slug: tooltip/overview +components: ["tooltip"] tags: overview published: True position: 0 diff --git a/controls/tooltip/performance/optimizing-radtooltip-performance.md b/controls/tooltip/performance/optimizing-radtooltip-performance.md index e88d6ecc5e..ab9a0bcf64 100644 --- a/controls/tooltip/performance/optimizing-radtooltip-performance.md +++ b/controls/tooltip/performance/optimizing-radtooltip-performance.md @@ -3,6 +3,7 @@ title: Optimizing RadToolTip Performance page_title: Optimizing RadToolTip Performance - RadToolTip description: Check our Web Forms article about Optimizing RadToolTip Performance. slug: tooltip/performance/optimizing-radtooltip-performance +components: ["tooltip"] tags: performance,optimizing published: True position: 0 diff --git a/controls/tooltip/radtooltip/managing-content.md b/controls/tooltip/radtooltip/managing-content.md index cdeee5d131..27ac92a12d 100644 --- a/controls/tooltip/radtooltip/managing-content.md +++ b/controls/tooltip/radtooltip/managing-content.md @@ -3,6 +3,7 @@ title: Managing Content page_title: Managing Content - RadTooltip description: Check our Web Forms article about Managing Content. slug: tooltip/radtooltip/managing-content +components: ["tooltip"] tags: managing,content published: True position: 2 diff --git a/controls/tooltip/radtooltip/overview.md b/controls/tooltip/radtooltip/overview.md index 28327b2b75..4cc039d42f 100644 --- a/controls/tooltip/radtooltip/overview.md +++ b/controls/tooltip/radtooltip/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: ToolTip Overview - RadTooltip description: Check our Web Forms article about Overview. slug: tooltip/radtooltip/overview +components: ["tooltip"] tags: overview published: True position: 0 diff --git a/controls/tooltip/radtooltip/using-the-targetcontrolid-property.md b/controls/tooltip/radtooltip/using-the-targetcontrolid-property.md index e9eb6d996d..20bbcfbc5c 100644 --- a/controls/tooltip/radtooltip/using-the-targetcontrolid-property.md +++ b/controls/tooltip/radtooltip/using-the-targetcontrolid-property.md @@ -3,6 +3,7 @@ title: Using the TargetControlID Property page_title: Using the TargetControlID Property - RadTooltip description: Check our Web Forms article about Using the TargetControlID Property. slug: tooltip/radtooltip/using-the-targetcontrolid-property +components: ["tooltip"] tags: using,the,targetcontrolid,property published: True position: 1 diff --git a/controls/tooltip/radtooltipmanager/load-content-on-demand.md b/controls/tooltip/radtooltipmanager/load-content-on-demand.md index 0d073a042a..50d533cc8c 100644 --- a/controls/tooltip/radtooltipmanager/load-content-on-demand.md +++ b/controls/tooltip/radtooltipmanager/load-content-on-demand.md @@ -3,6 +3,7 @@ title: Load Content On Demand page_title: Load Content On Demand - RadTooltip description: Check our Web Forms article about Load Content On Demand. slug: tooltip/radtooltipmanager/load-content-on-demand +components: ["tooltip"] tags: load,content,on,demand published: True position: 2 diff --git a/controls/tooltip/radtooltipmanager/overview.md b/controls/tooltip/radtooltipmanager/overview.md index 571fc2bb5f..ea556e9a0a 100644 --- a/controls/tooltip/radtooltipmanager/overview.md +++ b/controls/tooltip/radtooltipmanager/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadToolTipManager Overview - RadTooltip description: Check our Web Forms article about Overview. slug: tooltip/radtooltipmanager/overview +components: ["tooltip"] tags: overview published: True position: 0 diff --git a/controls/tooltip/radtooltipmanager/using-the-targetcontrols-collection.md b/controls/tooltip/radtooltipmanager/using-the-targetcontrols-collection.md index 92ee744425..18ae6965a8 100644 --- a/controls/tooltip/radtooltipmanager/using-the-targetcontrols-collection.md +++ b/controls/tooltip/radtooltipmanager/using-the-targetcontrols-collection.md @@ -3,6 +3,7 @@ title: Using the TargetControls Collection page_title: Using the TargetControls Collection - RadTooltip description: Check our Web Forms article about Using the TargetControls Collection. slug: tooltip/radtooltipmanager/using-the-targetcontrols-collection +components: ["tooltip"] tags: using,the,targetcontrols,collection published: True position: 1 diff --git a/controls/tooltip/server-side-programming/overview.md b/controls/tooltip/server-side-programming/overview.md index a882c307c1..509dfe98de 100644 --- a/controls/tooltip/server-side-programming/overview.md +++ b/controls/tooltip/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadTooltip description: Check our Web Forms article about Server-side Programming. slug: tooltip/server-side-programming +components: ["tooltip"] tags: server-side,programming published: True position: 9 diff --git a/controls/tooltip/troubleshooting/common-issues.md b/controls/tooltip/troubleshooting/common-issues.md index a18b98b315..dabd3b473a 100644 --- a/controls/tooltip/troubleshooting/common-issues.md +++ b/controls/tooltip/troubleshooting/common-issues.md @@ -3,6 +3,7 @@ title: Common Issues page_title: Common Issues - RadTooltip description: Check our Web Forms article about Common Issues. slug: tooltip/troubleshooting/common-issues +components: ["tooltip"] tags: common,issues published: True position: 0 diff --git a/controls/tooltip/troubleshooting/using-radtooltipmanager-in-ms-ajax-updatepanels.md b/controls/tooltip/troubleshooting/using-radtooltipmanager-in-ms-ajax-updatepanels.md index dc48646887..aeda7a0be6 100644 --- a/controls/tooltip/troubleshooting/using-radtooltipmanager-in-ms-ajax-updatepanels.md +++ b/controls/tooltip/troubleshooting/using-radtooltipmanager-in-ms-ajax-updatepanels.md @@ -3,6 +3,7 @@ title: Using RadToolTipManager in MS AJAX UpdatePanels page_title: Using RadToolTipManager in MS AJAX UpdatePanels - RadTooltip description: Check our Web Forms article about Using RadToolTipManager in MS AJAX UpdatePanels. slug: tooltip/troubleshooting/using-radtooltipmanager-in-ms-ajax-updatepanels +components: ["tooltip"] tags: using,radtooltipmanager,in,ms,ajax,updatepanels published: True position: 1 diff --git a/controls/treelist/accessibility-and-internationalization/keyboard-support.md b/controls/treelist/accessibility-and-internationalization/keyboard-support.md index bea8113bba..115eb69520 100644 --- a/controls/treelist/accessibility-and-internationalization/keyboard-support.md +++ b/controls/treelist/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadTreeList description: Check our Web Forms article about Keyboard Support. slug: treelist/accessibility-and-internationalization/keyboard-support +components: ["treelist"] tags: keyboard,support published: True position: 3 diff --git a/controls/treelist/accessibility-and-internationalization/localization.md b/controls/treelist/accessibility-and-internationalization/localization.md index 6ab879b161..382f59b0ed 100644 --- a/controls/treelist/accessibility-and-internationalization/localization.md +++ b/controls/treelist/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadTreeList description: Check our Web Forms article about Localization. slug: treelist/accessibility-and-internationalization/localization +components: ["treelist"] tags: localization published: True position: 1 diff --git a/controls/treelist/accessibility-and-internationalization/localizing-the-treelist-messages.md b/controls/treelist/accessibility-and-internationalization/localizing-the-treelist-messages.md index 36fd0cbb1c..683bd52e46 100644 --- a/controls/treelist/accessibility-and-internationalization/localizing-the-treelist-messages.md +++ b/controls/treelist/accessibility-and-internationalization/localizing-the-treelist-messages.md @@ -3,6 +3,7 @@ title: Localizing the TreeList Messages page_title: Localizing the TreeList Messages - RadTreeList description: Check our Web Forms article about Localizing the TreeList Messages. slug: treelist/accessibility-and-internationalization/localizing-the-treelist-messages +components: ["treelist"] tags: localizing,the,treelist,messages published: True position: 2 diff --git a/controls/treelist/accessibility-and-internationalization/wai-aria-support.md b/controls/treelist/accessibility-and-internationalization/wai-aria-support.md index 9dfdebd196..0562ac96aa 100644 --- a/controls/treelist/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/treelist/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadTreeList description: Check our Web Forms article about WAI-ARIA Support. slug: treelist/accessibility-and-internationalization/wai-aria-support +components: ["treelist"] tags: wai-aria,support published: True position: 4 diff --git a/controls/treelist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/treelist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 153f1085a1..a7cfb6a922 100644 --- a/controls/treelist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/treelist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadTreeList description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: treelist/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["treelist"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 0 diff --git a/controls/treelist/appearance-and-styling/conditional-formatting.md b/controls/treelist/appearance-and-styling/conditional-formatting.md index ad0018ce81..03d52ef904 100644 --- a/controls/treelist/appearance-and-styling/conditional-formatting.md +++ b/controls/treelist/appearance-and-styling/conditional-formatting.md @@ -3,6 +3,7 @@ title: Conditional Formatting page_title: Conditional Formatting - RadTreeList description: Check our Web Forms article about Conditional Formatting. slug: treelist/appearance-and-styling/conditional-formatting +components: ["treelist"] tags: conditional,formatting published: True position: 3 diff --git a/controls/treelist/appearance-and-styling/detail-template.md b/controls/treelist/appearance-and-styling/detail-template.md index 779226b97a..4cfb18f67c 100644 --- a/controls/treelist/appearance-and-styling/detail-template.md +++ b/controls/treelist/appearance-and-styling/detail-template.md @@ -3,6 +3,7 @@ title: Detail Template page_title: Detail Template - RadTreeList description: Check our Web Forms article about Detail Template. slug: treelist/appearance-and-styling/detail-template +components: ["treelist"] tags: detail,template published: True position: 2 diff --git a/controls/treelist/appearance-and-styling/html-output.md b/controls/treelist/appearance-and-styling/html-output.md index befacd8d53..e7ec24931e 100644 --- a/controls/treelist/appearance-and-styling/html-output.md +++ b/controls/treelist/appearance-and-styling/html-output.md @@ -3,6 +3,7 @@ title: HTML Output page_title: HTML Output - RadTreeList description: Check our Web Forms article about HTML Output. slug: treelist/appearance-and-styling/html-output +components: ["treelist"] tags: html,output published: True position: 1 diff --git a/controls/treelist/appearance-and-styling/skins.md b/controls/treelist/appearance-and-styling/skins.md index 8d58e1056d..34b03377da 100644 --- a/controls/treelist/appearance-and-styling/skins.md +++ b/controls/treelist/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadTreeList description: Check our Web Forms article about Skins. slug: treelist/appearance-and-styling/skins +components: ["treelist"] tags: skins published: True position: 0 diff --git a/controls/treelist/client-side-programming/Events/OnColumnResized.md b/controls/treelist/client-side-programming/Events/OnColumnResized.md index 1c44876c67..99cb58e9f7 100644 --- a/controls/treelist/client-side-programming/Events/OnColumnResized.md +++ b/controls/treelist/client-side-programming/Events/OnColumnResized.md @@ -3,6 +3,7 @@ title: OnColumnResized page_title: OnColumnResized - RadTreeList description: Check our Web Forms article about OnColumnResized Event. slug: treelist/client-side-programming/Events/OnColumnResized +components: ["treelist"] tags: events,OnColumnResized published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/OnColumnResizing.md b/controls/treelist/client-side-programming/Events/OnColumnResizing.md index edd6f23a59..49e99ad55f 100644 --- a/controls/treelist/client-side-programming/Events/OnColumnResizing.md +++ b/controls/treelist/client-side-programming/Events/OnColumnResizing.md @@ -3,6 +3,7 @@ title: OnColumnResizing page_title: OnColumnResizing - RadTreeList description: Check our Web Forms article about OnColumnResizing Event. slug: treelist/client-side-programming/Events/OnColumnResizing +components: ["treelist"] tags: events,OnColumnResizing published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/OnItemClick.md b/controls/treelist/client-side-programming/Events/OnItemClick.md index 862f4aa088..bd8b7ace62 100644 --- a/controls/treelist/client-side-programming/Events/OnItemClick.md +++ b/controls/treelist/client-side-programming/Events/OnItemClick.md @@ -3,6 +3,7 @@ title: OnItemClick page_title: OnItemClick - RadTreeList description: Check our Web Forms article about OnItemClick Event. slug: treelist/client-side-programming/Events/OnItemClick +components: ["treelist"] tags: events,OnItemClick published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/OnItemContextMenu.md b/controls/treelist/client-side-programming/Events/OnItemContextMenu.md index 1b75ff8974..c7c35992b7 100644 --- a/controls/treelist/client-side-programming/Events/OnItemContextMenu.md +++ b/controls/treelist/client-side-programming/Events/OnItemContextMenu.md @@ -3,6 +3,7 @@ title: OnItemContextMenu page_title: OnItemContextMenu - RadTreeList description: Check our Web Forms article about OnItemContextMenu Event. slug: treelist/client-side-programming/Events/OnItemContextMenu +components: ["treelist"] tags: events,OnItemContextMenu published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/OnItemCreated.md b/controls/treelist/client-side-programming/Events/OnItemCreated.md index 395557b1cf..0f9dfa7611 100644 --- a/controls/treelist/client-side-programming/Events/OnItemCreated.md +++ b/controls/treelist/client-side-programming/Events/OnItemCreated.md @@ -3,6 +3,7 @@ title: OnItemCreated page_title: OnItemCreated - RadTreeList description: Check our Web Forms article about OnItemCreated Event. slug: treelist/client-side-programming/Events/OnItemCreated +components: ["treelist"] tags: events,OnItemCreated published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/OnItemDblClick.md b/controls/treelist/client-side-programming/Events/OnItemDblClick.md index 75120913a9..7b2f19b2b5 100644 --- a/controls/treelist/client-side-programming/Events/OnItemDblClick.md +++ b/controls/treelist/client-side-programming/Events/OnItemDblClick.md @@ -3,6 +3,7 @@ title: OnItemDblClick page_title: OnItemDblClick - RadTreeList description: Check our Web Forms article about OnItemDblClick Event. slug: treelist/client-side-programming/Events/OnItemDblClick +components: ["treelist"] tags: events,OnItemDblClick published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/OnItemDeselected.md b/controls/treelist/client-side-programming/Events/OnItemDeselected.md index 418381db64..8a0833b1c1 100644 --- a/controls/treelist/client-side-programming/Events/OnItemDeselected.md +++ b/controls/treelist/client-side-programming/Events/OnItemDeselected.md @@ -3,6 +3,7 @@ title: OnItemDeselected page_title: OnItemDeselected - RadTreeList description: Check our Web Forms article about OnItemDeselected Event. slug: treelist/client-side-programming/Events/OnItemDeselected +components: ["treelist"] tags: events,OnItemDeselected published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/OnItemDeselecting.md b/controls/treelist/client-side-programming/Events/OnItemDeselecting.md index 15c0faa57e..6ac598f1ee 100644 --- a/controls/treelist/client-side-programming/Events/OnItemDeselecting.md +++ b/controls/treelist/client-side-programming/Events/OnItemDeselecting.md @@ -3,6 +3,7 @@ title: OnItemDeselecting page_title: OnItemDeselecting - RadTreeList description: Check our Web Forms article about OnItemDeselecting Event. slug: treelist/client-side-programming/Events/OnItemDeselecting +components: ["treelist"] tags: events,OnItemDeselecting published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/OnItemDragStarted.md b/controls/treelist/client-side-programming/Events/OnItemDragStarted.md index 7456addb14..0645aa4165 100644 --- a/controls/treelist/client-side-programming/Events/OnItemDragStarted.md +++ b/controls/treelist/client-side-programming/Events/OnItemDragStarted.md @@ -3,6 +3,7 @@ title: OnItemDragStarted page_title: OnItemDragStarted - RadTreeList description: Check our Web Forms article about OnItemDragStarted Event. slug: treelist/client-side-programming/Events/OnItemDragStarted +components: ["treelist"] tags: events,OnItemDragStarted published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/OnItemDragging.md b/controls/treelist/client-side-programming/Events/OnItemDragging.md index d8e7baebae..af1534101d 100644 --- a/controls/treelist/client-side-programming/Events/OnItemDragging.md +++ b/controls/treelist/client-side-programming/Events/OnItemDragging.md @@ -3,6 +3,7 @@ title: OnItemDragging page_title: OnItemDragging - RadTreeList description: Check our Web Forms article about OnItemDragging Event. slug: treelist/client-side-programming/Events/OnItemDragging +components: ["treelist"] tags: events,OnItemDragging published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/OnItemDropped.md b/controls/treelist/client-side-programming/Events/OnItemDropped.md index df6ab4a285..dabe44bbd5 100644 --- a/controls/treelist/client-side-programming/Events/OnItemDropped.md +++ b/controls/treelist/client-side-programming/Events/OnItemDropped.md @@ -3,6 +3,7 @@ title: OnItemDropped page_title: OnItemDropped - RadTreeList description: Check our Web Forms article about OnItemDropped Event. slug: treelist/client-side-programming/Events/OnItemDropped +components: ["treelist"] tags: events,OnItemDropped published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/OnItemDropping.md b/controls/treelist/client-side-programming/Events/OnItemDropping.md index efe168d0cb..dfb7673105 100644 --- a/controls/treelist/client-side-programming/Events/OnItemDropping.md +++ b/controls/treelist/client-side-programming/Events/OnItemDropping.md @@ -3,6 +3,7 @@ title: OnItemDropping page_title: OnItemDropping - RadTreeList description: Check our Web Forms article about OnItemDropping Event. slug: treelist/client-side-programming/Events/OnItemDropping +components: ["treelist"] tags: events,OnItemDropping published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/OnItemSelected.md b/controls/treelist/client-side-programming/Events/OnItemSelected.md index b21994a2eb..f2a970d54d 100644 --- a/controls/treelist/client-side-programming/Events/OnItemSelected.md +++ b/controls/treelist/client-side-programming/Events/OnItemSelected.md @@ -3,6 +3,7 @@ title: OnItemSelected page_title: OnItemSelected - RadTreeList description: Check our Web Forms article about OnItemSelected Event. slug: treelist/client-side-programming/Events/OnItemSelected +components: ["treelist"] tags: events,OnItemSelected published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/OnItemSelecting.md b/controls/treelist/client-side-programming/Events/OnItemSelecting.md index c78feec0c4..3d94065d4b 100644 --- a/controls/treelist/client-side-programming/Events/OnItemSelecting.md +++ b/controls/treelist/client-side-programming/Events/OnItemSelecting.md @@ -3,6 +3,7 @@ title: OnItemSelecting page_title: OnItemSelecting - RadTreeList description: Check our Web Forms article about OnItemSelecting Event. slug: treelist/client-side-programming/Events/OnItemSelecting +components: ["treelist"] tags: events,OnItemSelecting published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/OnKeyPress.md b/controls/treelist/client-side-programming/Events/OnKeyPress.md index d9f816011f..7bfd59689b 100644 --- a/controls/treelist/client-side-programming/Events/OnKeyPress.md +++ b/controls/treelist/client-side-programming/Events/OnKeyPress.md @@ -3,6 +3,7 @@ title: OnKeyPress page_title: OnKeyPress - RadTreeList description: Check our Web Forms article about OnKeyPress Event. slug: treelist/client-side-programming/Events/OnKeyPress +components: ["treelist"] tags: events,OnKeyPress published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/OnScroll.md b/controls/treelist/client-side-programming/Events/OnScroll.md index 6b21afe04f..9232689a11 100644 --- a/controls/treelist/client-side-programming/Events/OnScroll.md +++ b/controls/treelist/client-side-programming/Events/OnScroll.md @@ -3,6 +3,7 @@ title: OnScroll page_title: OnScroll - RadTreeList description: Check our Web Forms article about OnScroll Event. slug: treelist/client-side-programming/Events/OnScroll +components: ["treelist"] tags: events,OnScroll published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/OnTreeListCreated.md b/controls/treelist/client-side-programming/Events/OnTreeListCreated.md index 18b19e352b..2c902d713f 100644 --- a/controls/treelist/client-side-programming/Events/OnTreeListCreated.md +++ b/controls/treelist/client-side-programming/Events/OnTreeListCreated.md @@ -3,6 +3,7 @@ title: OnTreeListCreated page_title: OnTreeListCreated - RadTreeList description: Check our Web Forms article about OnTreeListCreated Event. slug: treelist/client-side-programming/Events/OnTreeListCreated +components: ["treelist"] tags: events,OnTreeListCreated published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/OnTreeListCreating.md b/controls/treelist/client-side-programming/Events/OnTreeListCreating.md index 02ebd9c4b7..0337f4dfdf 100644 --- a/controls/treelist/client-side-programming/Events/OnTreeListCreating.md +++ b/controls/treelist/client-side-programming/Events/OnTreeListCreating.md @@ -3,6 +3,7 @@ title: OnTreeListCreating page_title: OnTreeListCreating - RadTreeList description: Check our Web Forms article about OnTreeListCreating Event. slug: treelist/client-side-programming/Events/OnTreeListCreating +components: ["treelist"] tags: events,OnTreeListCreating published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/OnTreeListDestroying.md b/controls/treelist/client-side-programming/Events/OnTreeListDestroying.md index 33260c5cf3..153670d717 100644 --- a/controls/treelist/client-side-programming/Events/OnTreeListDestroying.md +++ b/controls/treelist/client-side-programming/Events/OnTreeListDestroying.md @@ -3,6 +3,7 @@ title: OnTreeListDestroying page_title: OnTreeListDestroying - RadTreeList description: Check our Web Forms article about OnTreeListDestroying Event. slug: treelist/client-side-programming/Events/OnTreeListDestroying +components: ["treelist"] tags: events,OnTreeListDestroying published: True position: 1 diff --git a/controls/treelist/client-side-programming/Events/Overview.md b/controls/treelist/client-side-programming/Events/Overview.md index c9d44f90f1..7cab86da72 100644 --- a/controls/treelist/client-side-programming/Events/Overview.md +++ b/controls/treelist/client-side-programming/Events/Overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Events Overview - RadTreeList description: Check our Web Forms article about Events. slug: treelist/client-side-programming/Events/Overview +components: ["treelist"] tags: events published: True position: 0 diff --git a/controls/treelist/client-side-programming/overview.md b/controls/treelist/client-side-programming/overview.md index 5be57e6271..e80bf2f97b 100644 --- a/controls/treelist/client-side-programming/overview.md +++ b/controls/treelist/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadTreeList description: Check our Web Forms article about Overview. slug: treelist/client-side-programming/overview +components: ["treelist"] tags: overview published: True position: 0 diff --git a/controls/treelist/client-side-programming/treelist-object.md b/controls/treelist/client-side-programming/treelist-object.md index ea3e9c60b5..d484a6e849 100644 --- a/controls/treelist/client-side-programming/treelist-object.md +++ b/controls/treelist/client-side-programming/treelist-object.md @@ -3,6 +3,7 @@ title: TreeList Object page_title: TreeList Object - RadTreeList description: Check our Web Forms article about TreeList Object. slug: treelist/client-side-programming/treelist-object +components: ["treelist"] tags: treelist,object published: True position: 1 diff --git a/controls/treelist/client-side-programming/treelistcolumn-object.md b/controls/treelist/client-side-programming/treelistcolumn-object.md index c10734bcd0..97eecbf09a 100644 --- a/controls/treelist/client-side-programming/treelistcolumn-object.md +++ b/controls/treelist/client-side-programming/treelistcolumn-object.md @@ -3,6 +3,7 @@ title: TreeListColumn Object page_title: TreeListColumn Object - RadTreeList description: Check our Web Forms article about TreeListColumn Object. slug: treelist/client-side-programming/treelistcolumn-object +components: ["treelist"] tags: treelistcolumn,object published: True position: 3 diff --git a/controls/treelist/client-side-programming/treelistdataitem-object.md b/controls/treelist/client-side-programming/treelistdataitem-object.md index 3a113045e4..d2d4d5c9b0 100644 --- a/controls/treelist/client-side-programming/treelistdataitem-object.md +++ b/controls/treelist/client-side-programming/treelistdataitem-object.md @@ -3,6 +3,7 @@ title: TreeListDataItem Object page_title: TreeListDataItem Object - RadTreeList description: Check our Web Forms article about TreeListDataItem Object. slug: treelist/client-side-programming/treelistdataitem-object +components: ["treelist"] tags: treelistdataitem,object published: True position: 2 diff --git a/controls/treelist/column/aggregates.md b/controls/treelist/column/aggregates.md index e3ffeadf93..00784bb1bf 100644 --- a/controls/treelist/column/aggregates.md +++ b/controls/treelist/column/aggregates.md @@ -3,6 +3,7 @@ title: Aggregates page_title: Aggregates - RadTreeList description: Check our Web Forms article about Aggregates. slug: treelist/column/aggregates +components: ["treelist"] tags: aggregates published: True position: 1 diff --git a/controls/treelist/column/reordering.md b/controls/treelist/column/reordering.md index dbafd875bc..bf73379a8e 100644 --- a/controls/treelist/column/reordering.md +++ b/controls/treelist/column/reordering.md @@ -3,6 +3,7 @@ title: Reordering page_title: Reordering - RadTreeList description: Check our Web Forms article about Reordering. slug: treelist/column/reordering +components: ["treelist"] tags: reordering published: True position: 3 diff --git a/controls/treelist/column/resizing.md b/controls/treelist/column/resizing.md index 462f37b3f9..23b0236d1c 100644 --- a/controls/treelist/column/resizing.md +++ b/controls/treelist/column/resizing.md @@ -3,6 +3,7 @@ title: Resizing page_title: Resizing - RadTreeList description: Check our Web Forms article about Resizing. slug: treelist/column/resizing +components: ["treelist"] tags: resizing published: True position: 2 diff --git a/controls/treelist/column/treelistbuttoncolumn-confirm-dialog.md b/controls/treelist/column/treelistbuttoncolumn-confirm-dialog.md index 97c5f9b86e..53ec5af31c 100644 --- a/controls/treelist/column/treelistbuttoncolumn-confirm-dialog.md +++ b/controls/treelist/column/treelistbuttoncolumn-confirm-dialog.md @@ -3,6 +3,7 @@ title: TreeListButtonColumn Confirm Dialog page_title: TreeListButtonColumn Confirm Dialog - RadTreeList description: Check our Web Forms article about TreeListButtonColumn Confirm Dialog. slug: treelist/column/treelistbuttoncolumn-confirm-dialog +components: ["treelist"] tags: treelistbuttoncolumn,confirm,dialog published: True position: 4 diff --git a/controls/treelist/column/types.md b/controls/treelist/column/types.md index 2e51e441ef..d1690fcfac 100644 --- a/controls/treelist/column/types.md +++ b/controls/treelist/column/types.md @@ -3,6 +3,7 @@ title: Types page_title: Types - RadTreeList description: Check our Web Forms article about Types. slug: treelist/column/types +components: ["treelist"] tags: types published: True position: 0 diff --git a/controls/treelist/control-lifecycle/command-reference.md b/controls/treelist/control-lifecycle/command-reference.md index 5c4a90e8d2..29d4345eb9 100644 --- a/controls/treelist/control-lifecycle/command-reference.md +++ b/controls/treelist/control-lifecycle/command-reference.md @@ -3,6 +3,7 @@ title: Command Reference page_title: Command Reference - RadTreeList description: Check our Web Forms article about Command Reference. slug: treelist/control-lifecycle/command-reference +components: ["treelist"] tags: command,reference published: True position: 2 diff --git a/controls/treelist/control-lifecycle/commands-invoking-rebind-implicitly.md b/controls/treelist/control-lifecycle/commands-invoking-rebind-implicitly.md index 47a35b6ece..95effc057c 100644 --- a/controls/treelist/control-lifecycle/commands-invoking-rebind-implicitly.md +++ b/controls/treelist/control-lifecycle/commands-invoking-rebind-implicitly.md @@ -3,6 +3,7 @@ title: Commands Invoking Rebind Implicitly page_title: Commands Invoking Rebind Implicitly - RadTreeList description: Check our Web Forms article about Commands Invoking Rebind Implicitly. slug: treelist/control-lifecycle/commands-invoking-rebind-implicitly +components: ["treelist"] tags: commands,invoking,rebind,implicitly published: True position: 3 diff --git a/controls/treelist/control-lifecycle/event-sequence.md b/controls/treelist/control-lifecycle/event-sequence.md index 0b330cf8b6..41b812513c 100644 --- a/controls/treelist/control-lifecycle/event-sequence.md +++ b/controls/treelist/control-lifecycle/event-sequence.md @@ -3,6 +3,7 @@ title: Event Sequence page_title: Event Sequence - RadTreeList description: Check our Web Forms article about Event Sequence. slug: treelist/control-lifecycle/event-sequence +components: ["treelist"] tags: event,sequence published: True position: 1 diff --git a/controls/treelist/control-lifecycle/firing-command-events-from-code.md b/controls/treelist/control-lifecycle/firing-command-events-from-code.md index 67814212a6..fb41b3a351 100644 --- a/controls/treelist/control-lifecycle/firing-command-events-from-code.md +++ b/controls/treelist/control-lifecycle/firing-command-events-from-code.md @@ -3,6 +3,7 @@ title: Firing Command Events from Code page_title: Firing Command Events from Code - RadTreeList description: Check our Web Forms article about Firing Command Events from Code. slug: treelist/control-lifecycle/firing-command-events-from-code +components: ["treelist"] tags: firing,command,events,from,code published: True position: 4 diff --git a/controls/treelist/control-lifecycle/overview.md b/controls/treelist/control-lifecycle/overview.md index 190d3c223b..51108aa2df 100644 --- a/controls/treelist/control-lifecycle/overview.md +++ b/controls/treelist/control-lifecycle/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Control Lifecycle Overview - RadTreeList description: Check our Web Forms article about Overview. slug: treelist/control-lifecycle/overview +components: ["treelist"] tags: overview published: True position: 0 diff --git a/controls/treelist/data-binding/declarative-data-source.md b/controls/treelist/data-binding/declarative-data-source.md index d3c45f05f7..4d09bae43d 100644 --- a/controls/treelist/data-binding/declarative-data-source.md +++ b/controls/treelist/data-binding/declarative-data-source.md @@ -3,6 +3,7 @@ title: Declarative Data Source page_title: Declarative Data Source - RadTreeList description: Check our Web Forms article about Declarative Data Source. slug: treelist/data-binding/declarative-data-source +components: ["treelist"] tags: declarative,data,source published: True position: 1 diff --git a/controls/treelist/data-binding/load-on-demand.md b/controls/treelist/data-binding/load-on-demand.md index 67f27d0886..db15d44586 100644 --- a/controls/treelist/data-binding/load-on-demand.md +++ b/controls/treelist/data-binding/load-on-demand.md @@ -3,6 +3,7 @@ title: Load On Demand page_title: Load On Demand - RadTreeList description: Check our Web Forms article about Load On Demand. slug: treelist/data-binding/load-on-demand +components: ["treelist"] tags: load,on,demand published: True position: 4 diff --git a/controls/treelist/data-binding/model-binding-and-strongly-typed-data-controls.md b/controls/treelist/data-binding/model-binding-and-strongly-typed-data-controls.md index 5cb69f4ae5..18dee7ec64 100644 --- a/controls/treelist/data-binding/model-binding-and-strongly-typed-data-controls.md +++ b/controls/treelist/data-binding/model-binding-and-strongly-typed-data-controls.md @@ -3,6 +3,7 @@ title: Model Binding and Strongly Typed Data Controls page_title: Model Binding and Strongly Typed Data Controls - RadTreeList description: Check our Web Forms article about Model Binding and Strongly Typed Data Controls. slug: treelist/data-binding/model-binding-and-strongly-typed-data-controls +components: ["treelist"] tags: model,binding,and,strongly,typed,data,controls published: True position: 5 diff --git a/controls/treelist/data-binding/net-3.5-data-source-controls.md b/controls/treelist/data-binding/net-3.5-data-source-controls.md index c26e984acb..0da5eabd50 100644 --- a/controls/treelist/data-binding/net-3.5-data-source-controls.md +++ b/controls/treelist/data-binding/net-3.5-data-source-controls.md @@ -3,6 +3,7 @@ title: LinqDataSource and EntityDataSource Data Source Controls page_title: LinqDataSource and EntityDataSource Data Source Controls - RadTreeList description: Check our Web Forms article about LinqDataSource and EntityDataSource Data Source Controls. slug: treelist/data-binding/net-3.5-data-source-controls +components: ["treelist"] tags: .net,3.5,data,source,controls published: True position: 2 diff --git a/controls/treelist/data-binding/simple-vs-advanced.md b/controls/treelist/data-binding/simple-vs-advanced.md index 2b9aeee367..9606524373 100644 --- a/controls/treelist/data-binding/simple-vs-advanced.md +++ b/controls/treelist/data-binding/simple-vs-advanced.md @@ -3,6 +3,7 @@ title: Simple vs Advanced page_title: Simple vs Advanced - RadTreeList description: Check our Web Forms article about Simple vs Advanced. slug: treelist/data-binding/simple-vs-advanced +components: ["treelist"] tags: simple,vs,advanced published: True position: 0 diff --git a/controls/treelist/data-binding/various-data-sources.md b/controls/treelist/data-binding/various-data-sources.md index 492d76a149..c6db5b89a4 100644 --- a/controls/treelist/data-binding/various-data-sources.md +++ b/controls/treelist/data-binding/various-data-sources.md @@ -3,6 +3,7 @@ title: Various Data Sources page_title: Various Data Sources - RadTreeList description: Check our Web Forms article about Various Data Sources. slug: treelist/data-binding/various-data-sources +components: ["treelist"] tags: various,data,sources published: True position: 3 diff --git a/controls/treelist/data-editing/automatic-data-operations.md b/controls/treelist/data-editing/automatic-data-operations.md index df996b97f4..f541b1fe2b 100644 --- a/controls/treelist/data-editing/automatic-data-operations.md +++ b/controls/treelist/data-editing/automatic-data-operations.md @@ -3,6 +3,7 @@ title: Automatic Data Operations page_title: Automatic Data Operations - RadTreeList description: Check our Web Forms article about Automatic Data Operations. slug: treelist/data-editing/automatic-data-operations +components: ["treelist"] tags: automatic,data,operations published: True position: 2 diff --git a/controls/treelist/data-editing/column-editors/auto-generated-editors.md b/controls/treelist/data-editing/column-editors/auto-generated-editors.md index d4e3d04609..dec6fe0059 100644 --- a/controls/treelist/data-editing/column-editors/auto-generated-editors.md +++ b/controls/treelist/data-editing/column-editors/auto-generated-editors.md @@ -3,6 +3,7 @@ title: Auto-Generated Editors page_title: Auto-Generated Editors - RadTreeList description: Check our Web Forms article about Auto-Generated Editors. slug: treelist/data-editing/column-editors/auto-generated-editors +components: ["treelist"] tags: auto-generated,editors published: True position: 0 diff --git a/controls/treelist/data-editing/column-editors/custom-editors.md b/controls/treelist/data-editing/column-editors/custom-editors.md index 88746f7489..1ef5ceddcd 100644 --- a/controls/treelist/data-editing/column-editors/custom-editors.md +++ b/controls/treelist/data-editing/column-editors/custom-editors.md @@ -3,6 +3,7 @@ title: Custom Editors page_title: Custom Editors - RadTreeList description: Check our Web Forms article about Custom Editors. slug: treelist/data-editing/column-editors/custom-editors +components: ["treelist"] tags: custom,editors published: True position: 1 diff --git a/controls/treelist/data-editing/deleting-records.md b/controls/treelist/data-editing/deleting-records.md index 780dd49a8c..4eb0285f2f 100644 --- a/controls/treelist/data-editing/deleting-records.md +++ b/controls/treelist/data-editing/deleting-records.md @@ -3,6 +3,7 @@ title: Deleting Records page_title: Deleting Records - RadTreeList description: Check our Web Forms article about Deleting Records. slug: treelist/data-editing/deleting-records +components: ["treelist"] tags: deleting,records published: True position: 6 diff --git a/controls/treelist/data-editing/edit-mode/editform-types.md b/controls/treelist/data-editing/edit-mode/editform-types.md index 0b8baef2a5..7056dd2e31 100644 --- a/controls/treelist/data-editing/edit-mode/editform-types.md +++ b/controls/treelist/data-editing/edit-mode/editform-types.md @@ -3,6 +3,7 @@ title: EditForm Types page_title: EditForm Types - RadTreeList description: Check our Web Forms article about EditForm Types. slug: treelist/data-editing/edit-mode/editform-types +components: ["treelist"] tags: editform,types published: True position: 1 diff --git a/controls/treelist/data-editing/edit-mode/overview.md b/controls/treelist/data-editing/edit-mode/overview.md index 6d31db1444..34afc96f86 100644 --- a/controls/treelist/data-editing/edit-mode/overview.md +++ b/controls/treelist/data-editing/edit-mode/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Edit Mode Overview - RadTreeList description: Check our Web Forms article about Overview. slug: treelist/data-editing/edit-mode/overview +components: ["treelist"] tags: overview published: True position: 0 diff --git a/controls/treelist/data-editing/inserting-records/using-formtemplate-and-usercontrol.md b/controls/treelist/data-editing/inserting-records/using-formtemplate-and-usercontrol.md index 5d4c7cbd7a..6c8e790c6d 100644 --- a/controls/treelist/data-editing/inserting-records/using-formtemplate-and-usercontrol.md +++ b/controls/treelist/data-editing/inserting-records/using-formtemplate-and-usercontrol.md @@ -3,6 +3,7 @@ title: Using FormTemplate and UserControl page_title: Using FormTemplate andUserControl - RadTreeList description: Check our Web Forms article about Using FormTemplate and UserControl. slug: treelist/data-editing/inserting-records/using-formtemplate-and-usercontrol +components: ["treelist"] tags: using,formtemplate/usercontrol published: True position: 1 diff --git a/controls/treelist/data-editing/inserting-records/using-inplace-and-editforms-modes.md b/controls/treelist/data-editing/inserting-records/using-inplace-and-editforms-modes.md index 581ddf4ec4..1cdf1a7dc1 100644 --- a/controls/treelist/data-editing/inserting-records/using-inplace-and-editforms-modes.md +++ b/controls/treelist/data-editing/inserting-records/using-inplace-and-editforms-modes.md @@ -3,6 +3,7 @@ title: Using InPlace and EditForms Modes page_title: Using InPlace and EditForms Modes - RadTreeList description: Check our Web Forms article about Using InPlace and EditForms Modes. slug: treelist/data-editing/inserting-records/using-inplace-and-editforms-modes +components: ["treelist"] tags: using,inplace,and,editforms,modes published: True position: 0 diff --git a/controls/treelist/data-editing/manual-insert-and-update-operations.md b/controls/treelist/data-editing/manual-insert-and-update-operations.md index 90bcffb15d..9c6e72f1b1 100644 --- a/controls/treelist/data-editing/manual-insert-and-update-operations.md +++ b/controls/treelist/data-editing/manual-insert-and-update-operations.md @@ -3,6 +3,7 @@ title: Manual Insert and Update Operations page_title: Manual Insert and Update Operations - RadTreeList description: Check our Web Forms article about Manual Insert and Update Operations. slug: treelist/data-editing/manual-insert-and-update-operations +components: ["treelist"] tags: manual,insert/update,operations published: True position: 3 diff --git a/controls/treelist/data-editing/updating-records/using-formtemplate-and-usercontrol.md b/controls/treelist/data-editing/updating-records/using-formtemplate-and-usercontrol.md index 0b0e0c602f..f89a708ab0 100644 --- a/controls/treelist/data-editing/updating-records/using-formtemplate-and-usercontrol.md +++ b/controls/treelist/data-editing/updating-records/using-formtemplate-and-usercontrol.md @@ -3,6 +3,7 @@ title: Using FormTemplate and UserControl page_title: Using FormTemplate and UserControl - RadTreeList description: Check our Web Forms article about Using FormTemplate and UserControl. slug: treelist/data-editing/updating-records/using-formtemplate-and-usercontrol +components: ["treelist"] tags: using,formtemplate/usercontrol published: True position: 1 diff --git a/controls/treelist/data-editing/updating-records/using-inplace-and-editforms-modes.md b/controls/treelist/data-editing/updating-records/using-inplace-and-editforms-modes.md index 2560f9bbac..cb8e59d36b 100644 --- a/controls/treelist/data-editing/updating-records/using-inplace-and-editforms-modes.md +++ b/controls/treelist/data-editing/updating-records/using-inplace-and-editforms-modes.md @@ -3,6 +3,7 @@ title: Using Inplace and EditForms Modes page_title: Using Inplace and EditForms Modes - RadTreeList description: Check our Web Forms article about Using Inplace and EditForms Modes. slug: treelist/data-editing/updating-records/using-inplace-and-editforms-modes +components: ["treelist"] tags: using,inplace,and,editforms,modes published: True position: 0 diff --git a/controls/treelist/data-editing/validation.md b/controls/treelist/data-editing/validation.md index 78d7e2cbfd..96ff869f06 100644 --- a/controls/treelist/data-editing/validation.md +++ b/controls/treelist/data-editing/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadTreeList description: Check our Web Forms article about Validation. slug: treelist/data-editing/validation +components: ["treelist"] tags: validation published: True position: 7 diff --git a/controls/treelist/defining-structure/declarative-definition.md b/controls/treelist/defining-structure/declarative-definition.md index e720c62713..6b73206b30 100644 --- a/controls/treelist/defining-structure/declarative-definition.md +++ b/controls/treelist/defining-structure/declarative-definition.md @@ -3,6 +3,7 @@ title: Declarative Definition page_title: Declarative Definition - RadTreeList description: Check our Web Forms article about Declarative Definition. slug: treelist/defining-structure/declarative-definition +components: ["treelist"] tags: declarative,definition published: True position: 0 diff --git a/controls/treelist/defining-structure/programmatic-definition.md b/controls/treelist/defining-structure/programmatic-definition.md index 590462ed1c..c02094c398 100644 --- a/controls/treelist/defining-structure/programmatic-definition.md +++ b/controls/treelist/defining-structure/programmatic-definition.md @@ -3,6 +3,7 @@ title: Programmatic Definition page_title: Programmatic Definition - RadTreeList description: Check our Web Forms article about Programmatic Definition. slug: treelist/defining-structure/programmatic-definition +components: ["treelist"] tags: programmatic,definition published: True position: 1 diff --git a/controls/treelist/design-time.md b/controls/treelist/design-time.md index 794f3fd5d1..69394cdca1 100644 --- a/controls/treelist/design-time.md +++ b/controls/treelist/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadTreeList description: Check our Web Forms article about Design Time. slug: treelist/design-time +components: ["treelist"] tags: design,time published: True position: 3 diff --git a/controls/treelist/functionality/exporting/excel/appearance-and-styling.md b/controls/treelist/functionality/exporting/excel/appearance-and-styling.md index f01f90ba36..bd800253b9 100644 --- a/controls/treelist/functionality/exporting/excel/appearance-and-styling.md +++ b/controls/treelist/functionality/exporting/excel/appearance-and-styling.md @@ -3,6 +3,7 @@ title: Appearance and Styling page_title: Appearance and Styling - RadTreeList description: Check our Web Forms article about Appearance and Styling. slug: treelist/functionality/exporting/excel/appearance-and-styling +components: ["treelist"] tags: appearance,and,styling published: True position: 0 diff --git a/controls/treelist/functionality/exporting/export-from-ajaxified-radtreelist.md b/controls/treelist/functionality/exporting/export-from-ajaxified-radtreelist.md index 935b03092f..034f5b54a7 100644 --- a/controls/treelist/functionality/exporting/export-from-ajaxified-radtreelist.md +++ b/controls/treelist/functionality/exporting/export-from-ajaxified-radtreelist.md @@ -3,6 +3,7 @@ title: Export from Ajaxified RadTreeList page_title: Export from Ajaxified RadTreeList - RadTreeList description: Check our Web Forms article about Export from Ajaxified RadTreeList. slug: treelist/functionality/exporting/export-from-ajaxified-radtreelist +components: ["treelist"] tags: export,from,ajaxified,radtreelist published: True position: 1 diff --git a/controls/treelist/functionality/exporting/integration-with-telerik-document-processing-library.md b/controls/treelist/functionality/exporting/integration-with-telerik-document-processing-library.md index e169887890..70137c7779 100644 --- a/controls/treelist/functionality/exporting/integration-with-telerik-document-processing-library.md +++ b/controls/treelist/functionality/exporting/integration-with-telerik-document-processing-library.md @@ -3,6 +3,7 @@ title: Integration with Telerik Document Processing Library page_title: Integration with Telerik Document Processing Library - RadTreeList description: Check our Web Forms article about Integration with Telerik Document Processing Library. slug: treelist/functionality/exporting/integration-with-telerik-document-processing-library +components: ["treelist"] tags: integration,with,telerik,document,processing,library published: True position: 4 diff --git a/controls/treelist/functionality/exporting/overview.md b/controls/treelist/functionality/exporting/overview.md index bb10a9475d..61da4ab867 100644 --- a/controls/treelist/functionality/exporting/overview.md +++ b/controls/treelist/functionality/exporting/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Exporting Overview - RadTreeList description: Check our Web Forms article about Overview. slug: treelist/functionality/exporting/overview +components: ["treelist"] tags: overview published: True position: 0 diff --git a/controls/treelist/functionality/exporting/pdf/appearance-and-styling.md b/controls/treelist/functionality/exporting/pdf/appearance-and-styling.md index 6b66341611..b676775a1b 100644 --- a/controls/treelist/functionality/exporting/pdf/appearance-and-styling.md +++ b/controls/treelist/functionality/exporting/pdf/appearance-and-styling.md @@ -3,6 +3,7 @@ title: Appearance and Styling page_title: Appearance and Styling - RadTreeList description: Check our Web Forms article about Appearance and Styling. slug: treelist/functionality/exporting/pdf/appearance-and-styling +components: ["treelist"] tags: appearance,and,styling published: True position: 1 diff --git a/controls/treelist/functionality/exporting/pdf/overview.md b/controls/treelist/functionality/exporting/pdf/overview.md index 76ab51ceaa..9fb43d06a5 100644 --- a/controls/treelist/functionality/exporting/pdf/overview.md +++ b/controls/treelist/functionality/exporting/pdf/overview.md @@ -3,6 +3,7 @@ title: PDF Overview page_title: Overview - RadTreeList description: Check our Web Forms article about Overview. slug: treelist/functionality/exporting/pdf/overview +components: ["treelist"] tags: overview published: True position: 0 diff --git a/controls/treelist/functionality/exporting/xlsx-and-docx-format.md b/controls/treelist/functionality/exporting/xlsx-and-docx-format.md index 0da55cbac1..5f0886610e 100644 --- a/controls/treelist/functionality/exporting/xlsx-and-docx-format.md +++ b/controls/treelist/functionality/exporting/xlsx-and-docx-format.md @@ -3,6 +3,7 @@ title: XLSX and DOCX Format page_title: XLSX and DOCX Format - RadTreeList description: Check our Web Forms article about XLSX and DOCX Format. slug: treelist/functionality/exporting/xlsx-and-docx-format +components: ["treelist"] tags: xlsx,and,docx,format published: True position: 5 diff --git a/controls/treelist/functionality/paging.md b/controls/treelist/functionality/paging.md index 8e4e06fa6d..c7a552582c 100644 --- a/controls/treelist/functionality/paging.md +++ b/controls/treelist/functionality/paging.md @@ -3,6 +3,7 @@ title: Paging page_title: Paging - RadTreeList description: Check our Web Forms article about Paging. slug: treelist/functionality/paging +components: ["treelist"] tags: paging published: True position: 0 diff --git a/controls/treelist/functionality/scrolling/height-vs.-scrollheight.md b/controls/treelist/functionality/scrolling/height-vs.-scrollheight.md index 6f80918403..5726fd6bfd 100644 --- a/controls/treelist/functionality/scrolling/height-vs.-scrollheight.md +++ b/controls/treelist/functionality/scrolling/height-vs.-scrollheight.md @@ -3,6 +3,7 @@ title: Height vs. ScrollHeight page_title: Height vs. ScrollHeight - RadTreeList description: Check our Web Forms article about Height vs. ScrollHeight. slug: treelist/functionality/scrolling/height-vs.-scrollheight +components: ["treelist"] tags: height,vs.,scrollheight published: True position: 1 diff --git a/controls/treelist/functionality/scrolling/how-to/changing-treelist-scrollheight-at-runtime-to-fill-its-container-height.md b/controls/treelist/functionality/scrolling/how-to/changing-treelist-scrollheight-at-runtime-to-fill-its-container-height.md index ffc2209f04..ac68f3382e 100644 --- a/controls/treelist/functionality/scrolling/how-to/changing-treelist-scrollheight-at-runtime-to-fill-its-container-height.md +++ b/controls/treelist/functionality/scrolling/how-to/changing-treelist-scrollheight-at-runtime-to-fill-its-container-height.md @@ -3,6 +3,7 @@ title: Changing TreeList ScrollHeight at Runtime to Fill its Container Height page_title: Changing TreeList ScrollHeight at Runtime to Fill its Container Height - RadTreeList description: Check our Web Forms article about Changing TreeList ScrollHeight at Runtime to Fill its Container Height. slug: treelist/functionality/scrolling/how-to/changing-treelist-scrollheight-at-runtime-to-fill-its-container-height +components: ["treelist"] tags: changing,treelist,scrollheight,at,runtime,to,fill,its,container,height published: True position: 0 diff --git a/controls/treelist/functionality/scrolling/how-to/resizing-treelist-with-scrolling-when-data-is-less-than-scroll-height.md b/controls/treelist/functionality/scrolling/how-to/resizing-treelist-with-scrolling-when-data-is-less-than-scroll-height.md index 759148652d..08774cdb61 100644 --- a/controls/treelist/functionality/scrolling/how-to/resizing-treelist-with-scrolling-when-data-is-less-than-scroll-height.md +++ b/controls/treelist/functionality/scrolling/how-to/resizing-treelist-with-scrolling-when-data-is-less-than-scroll-height.md @@ -3,6 +3,7 @@ title: Resizing TreeList with Scrolling when Data is Less Than Scroll Height page_title: Resizing TreeList with Scrolling when Data is Less Than Scroll Height - RadTreeList description: Check our Web Forms article about Resizing TreeList with Scrolling when Data is Less Than Scroll Height. slug: treelist/functionality/scrolling/how-to/resizing-treelist-with-scrolling-when-data-is-less-than-scroll-height +components: ["treelist"] tags: resizing,treelist,with,scrolling,when,data,is,less,than,scroll,height published: True position: 2 diff --git a/controls/treelist/functionality/scrolling/how-to/scrolling-to-the-selected-item.md b/controls/treelist/functionality/scrolling/how-to/scrolling-to-the-selected-item.md index ab6c721ea1..50d058d928 100644 --- a/controls/treelist/functionality/scrolling/how-to/scrolling-to-the-selected-item.md +++ b/controls/treelist/functionality/scrolling/how-to/scrolling-to-the-selected-item.md @@ -3,6 +3,7 @@ title: Scrolling to the Selected Item page_title: Scrolling to the Selected Item - RadTreeList description: Check our Web Forms article about Scrolling to the Selected Item. slug: treelist/functionality/scrolling/how-to/scrolling-to-the-selected-item +components: ["treelist"] tags: scrolling,to,the,selected,item published: True position: 1 diff --git a/controls/treelist/functionality/scrolling/overview.md b/controls/treelist/functionality/scrolling/overview.md index bd9447c8db..3e10b5e880 100644 --- a/controls/treelist/functionality/scrolling/overview.md +++ b/controls/treelist/functionality/scrolling/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Scrolling Overview - RadTreeList description: Check our Web Forms article about Overview. slug: treelist/functionality/scrolling/overview +components: ["treelist"] tags: overview published: True position: 0 diff --git a/controls/treelist/functionality/selecting/client-side-selection.md b/controls/treelist/functionality/selecting/client-side-selection.md index 4ba0d48198..632cdb5658 100644 --- a/controls/treelist/functionality/selecting/client-side-selection.md +++ b/controls/treelist/functionality/selecting/client-side-selection.md @@ -3,6 +3,7 @@ title: Client-side Selection page_title: Client-side Selection - RadTreeList description: Check our Web Forms article about Client-side Selection. slug: treelist/functionality/selecting/client-side-selection +components: ["treelist"] tags: client-side,selection published: True position: 0 diff --git a/controls/treelist/functionality/selecting/recursive-selection.md b/controls/treelist/functionality/selecting/recursive-selection.md index ec9ff7ed32..08dc530bc6 100644 --- a/controls/treelist/functionality/selecting/recursive-selection.md +++ b/controls/treelist/functionality/selecting/recursive-selection.md @@ -3,6 +3,7 @@ title: Recursive Selection page_title: Recursive Selection - RadTreeList description: Check our Web Forms article about Recursive Selection. slug: treelist/functionality/selecting/recursive-selection +components: ["treelist"] tags: recursive,selection published: True position: 2 diff --git a/controls/treelist/functionality/selecting/server-side-selection.md b/controls/treelist/functionality/selecting/server-side-selection.md index 32dd2d3081..0356bb8c25 100644 --- a/controls/treelist/functionality/selecting/server-side-selection.md +++ b/controls/treelist/functionality/selecting/server-side-selection.md @@ -3,6 +3,7 @@ title: Server-side Selection page_title: Server-side Selection - RadTreeList description: Check our Web Forms article about Server-side Selection. slug: treelist/functionality/selecting/server-side-selection +components: ["treelist"] tags: server-side,selection published: True position: 1 diff --git a/controls/treelist/functionality/sorting.md b/controls/treelist/functionality/sorting.md index 4cb9a578cf..1fafeee46f 100644 --- a/controls/treelist/functionality/sorting.md +++ b/controls/treelist/functionality/sorting.md @@ -3,6 +3,7 @@ title: Sorting page_title: Sorting - RadTreeList description: Check our Web Forms article about Sorting. slug: treelist/functionality/sorting +components: ["treelist"] tags: sorting published: True position: 1 diff --git a/controls/treelist/getting-started.md b/controls/treelist/getting-started.md index ad9c6888df..4e71ccc0c0 100644 --- a/controls/treelist/getting-started.md +++ b/controls/treelist/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started description: Check our Web Forms article about Getting Started. slug: treelist/getting-started +components: ["treelist"] tags: getting,started published: True position: 2 diff --git a/controls/treelist/items/accessing-cells-and-items.md b/controls/treelist/items/accessing-cells-and-items.md index 61846a2d8e..3f5fca1b63 100644 --- a/controls/treelist/items/accessing-cells-and-items.md +++ b/controls/treelist/items/accessing-cells-and-items.md @@ -3,6 +3,7 @@ title: Accessing Cells and Items page_title: Accessing Cells and Items - RadTreeList description: Check our Web Forms article about Accessing Cells and Items. slug: treelist/items/accessing-cells-and-items +components: ["treelist"] tags: accessing,cells,and,items published: True position: 1 diff --git a/controls/treelist/items/command-item-builtin-export.md b/controls/treelist/items/command-item-builtin-export.md index 12625d051f..796142da56 100644 --- a/controls/treelist/items/command-item-builtin-export.md +++ b/controls/treelist/items/command-item-builtin-export.md @@ -3,6 +3,7 @@ title: Command Item with Export Buttons page_title: Command Item - RadTreeList description: Check our Web Forms article about Command Item for built in export. slug: treelist/items/command-item +components: ["treelist"] tags: command,item,export published: True position: 2 diff --git a/controls/treelist/items/expand-collapse-items.md b/controls/treelist/items/expand-collapse-items.md index c1546ec5a9..aa391d7429 100644 --- a/controls/treelist/items/expand-collapse-items.md +++ b/controls/treelist/items/expand-collapse-items.md @@ -3,6 +3,7 @@ title: Expand/Collapse Items page_title: Expand/Collapse Items - RadTreeList description: Check our Web Forms article about Expand/Collapse Items. slug: treelist/items/expand-collapse-items +components: ["treelist"] tags: expand,collapse,items published: True position: 4 diff --git a/controls/treelist/items/items-drag-and-drop.md b/controls/treelist/items/items-drag-and-drop.md index 3198e58ac2..8d6494de6b 100644 --- a/controls/treelist/items/items-drag-and-drop.md +++ b/controls/treelist/items/items-drag-and-drop.md @@ -3,6 +3,7 @@ title: Items Drag and Drop page_title: Items Drag and Drop - RadTreeList description: Check our Web Forms article about Items Drag and Drop. slug: treelist/items/items-drag-and-drop +components: ["treelist"] tags: items,drag,and,drop published: True position: 3 diff --git a/controls/treelist/items/overview.md b/controls/treelist/items/overview.md index 4e22c8e92a..5470d5526c 100644 --- a/controls/treelist/items/overview.md +++ b/controls/treelist/items/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Items Overview - RadTreeList description: Check our Web Forms article about Overview. slug: treelist/items/overview +components: ["treelist"] tags: overview published: True position: 0 diff --git a/controls/treelist/items/using-the-getitems(itemtype)-method.md b/controls/treelist/items/using-the-getitems(itemtype)-method.md index 88e5d4d219..84df7990ad 100644 --- a/controls/treelist/items/using-the-getitems(itemtype)-method.md +++ b/controls/treelist/items/using-the-getitems(itemtype)-method.md @@ -3,6 +3,7 @@ title: Using the GetItems(itemType) Method page_title: Using the GetItems(itemType) Method - RadTreeList description: Check our Web Forms article about Using the GetItems(itemType) Method. slug: treelist/items/using-the-getitems(itemtype)-method +components: ["treelist"] tags: using,the,getitems(itemtype),method published: True position: 2 diff --git a/controls/treelist/mobile-support/mobile-rendering/accessing-controls.md b/controls/treelist/mobile-support/mobile-rendering/accessing-controls.md index ebc7388919..2ed4f29086 100644 --- a/controls/treelist/mobile-support/mobile-rendering/accessing-controls.md +++ b/controls/treelist/mobile-support/mobile-rendering/accessing-controls.md @@ -3,6 +3,7 @@ title: Accessing Controls page_title: Accessing Controls - RadGrid description: Check our Web Forms article about Accessing Controls. slug: treelist/mobile-support/mobile-rendering/accessing-controls +components: ["treelist"] tags: accessing,controls published: True position: 7 diff --git a/controls/treelist/mobile-support/mobile-rendering/data-editing.md b/controls/treelist/mobile-support/mobile-rendering/data-editing.md index 23bdbc6b12..cf0e664a9d 100644 --- a/controls/treelist/mobile-support/mobile-rendering/data-editing.md +++ b/controls/treelist/mobile-support/mobile-rendering/data-editing.md @@ -3,6 +3,7 @@ title: Data Editing page_title: Data Editing - RadTreeList description: Check our Web Forms article about Data Editing. slug: treelist/mobile-support/mobile-rendering/data-editing +components: ["treelist"] tags: data,editing published: True position: 5 diff --git a/controls/treelist/mobile-support/mobile-rendering/overview.md b/controls/treelist/mobile-support/mobile-rendering/overview.md index 003d009cf1..65ba6ab64c 100644 --- a/controls/treelist/mobile-support/mobile-rendering/overview.md +++ b/controls/treelist/mobile-support/mobile-rendering/overview.md @@ -3,6 +3,7 @@ title: Mobile Rendering Overview page_title: Overview - RadTreeList description: Check our Web Forms article about Overview. slug: treelist/mobile-support/mobile-rendering/overview +components: ["treelist"] tags: overview published: True position: 0 diff --git a/controls/treelist/mobile-support/mobile-rendering/resizing-reordering-and-selecting.md b/controls/treelist/mobile-support/mobile-rendering/resizing-reordering-and-selecting.md index ab41c17422..051432d20c 100644 --- a/controls/treelist/mobile-support/mobile-rendering/resizing-reordering-and-selecting.md +++ b/controls/treelist/mobile-support/mobile-rendering/resizing-reordering-and-selecting.md @@ -3,6 +3,7 @@ title: Functionality page_title: Functionality - RadTreeList description: Check our Web Forms article about Mobile Functionality. slug: treelist/mobile-support/mobile-rendering/functionality +components: ["treelist"] tags: resizing,reordering and selecting published: True position: 6 diff --git a/controls/treelist/mobile-support/overview.md b/controls/treelist/mobile-support/overview.md index 86b6f980bc..ea7f98e2aa 100644 --- a/controls/treelist/mobile-support/overview.md +++ b/controls/treelist/mobile-support/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Mobile Support Overview - RadTreeList description: Check our Web Forms article about Overview. slug: treelist/mobile-support/overview +components: ["treelist"] tags: overview published: True position: 0 diff --git a/controls/treelist/mobile-support/render-modes.md b/controls/treelist/mobile-support/render-modes.md index 4f47487fe5..d96b958d5a 100644 --- a/controls/treelist/mobile-support/render-modes.md +++ b/controls/treelist/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadTreeList description: Check our Web Forms article about Render Modes. slug: treelist/mobile-support/render-modes +components: ["treelist"] tags: render,modes published: True position: 2 diff --git a/controls/treelist/overview.md b/controls/treelist/overview.md index b296eb0193..7bef9b712b 100644 --- a/controls/treelist/overview.md +++ b/controls/treelist/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadTreeList Overview - RadTreeList description: Discover the TreeList control and its features for displaying hierarchical data in a tabular format. slug: treelist/overview +components: ["treelist"] tags: overview published: True position: 0 diff --git a/controls/treelist/server-side-programming/treelist-object.md b/controls/treelist/server-side-programming/treelist-object.md index d8064f7f2e..048b31193b 100644 --- a/controls/treelist/server-side-programming/treelist-object.md +++ b/controls/treelist/server-side-programming/treelist-object.md @@ -3,6 +3,7 @@ title: TreeList Object page_title: TreeList Object - RadTreeList description: Check our Web Forms article about TreeList Object. slug: treelist/server-side-programming/treelist-object +components: ["treelist"] tags: treelist,object published: True position: 0 diff --git a/controls/treelist/server-side-programming/treelistdataitem-object.md b/controls/treelist/server-side-programming/treelistdataitem-object.md index b6ba909176..e5b4ed53fd 100644 --- a/controls/treelist/server-side-programming/treelistdataitem-object.md +++ b/controls/treelist/server-side-programming/treelistdataitem-object.md @@ -3,6 +3,7 @@ title: TreeListDataItem Object page_title: TreeListDataItem Object - RadTreeList description: Check our Web Forms article about TreeListDataItem Object. slug: treelist/server-side-programming/treelistdataitem-object +components: ["treelist"] tags: treelistdataitem,object published: True position: 1 diff --git a/controls/treelist/structure.md b/controls/treelist/structure.md index 33baeac8d8..4187a8074f 100644 --- a/controls/treelist/structure.md +++ b/controls/treelist/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadTreeList description: Check our Web Forms article about Structure. slug: treelist/structure +components: ["treelist"] tags: structure published: True position: 1 diff --git a/controls/treemap/appearance-and-styling/skins.md b/controls/treemap/appearance-and-styling/skins.md index 23091e6927..c7ea6ccd6b 100644 --- a/controls/treemap/appearance-and-styling/skins.md +++ b/controls/treemap/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadTreeMap description: Check our Web Forms article about Skins. slug: treemap/appearance-and-styling/skins +components: ["treemap"] tags: skins published: True position: 0 diff --git a/controls/treemap/client-side-programming/client-side-basics.md b/controls/treemap/client-side-programming/client-side-basics.md index b133c3af37..02f0fb80e8 100644 --- a/controls/treemap/client-side-programming/client-side-basics.md +++ b/controls/treemap/client-side-programming/client-side-basics.md @@ -3,6 +3,7 @@ title: Client-side Basics page_title: Client-side Basics - RadTreeMap description: Check our Web Forms article about Client-side Basics. slug: treemap/client-side-programming/client-side-basics +components: ["treemap"] tags: client-side,basics published: False position: 0 diff --git a/controls/treemap/client-side-programming/events/onclientitemcreated.md b/controls/treemap/client-side-programming/events/onclientitemcreated.md index fcf9e625c6..10b67f9ef4 100644 --- a/controls/treemap/client-side-programming/events/onclientitemcreated.md +++ b/controls/treemap/client-side-programming/events/onclientitemcreated.md @@ -3,6 +3,7 @@ title: OnClientItemCreated page_title: OnClientItemCreated - RadTreeMap description: Check our Web Forms article about OnClientItemCreated. slug: treemap/client-side-programming/events/onclientitemcreated +components: ["treemap"] tags: onclientitemcreated published: True position: 1 diff --git a/controls/treemap/client-side-programming/events/onclientload.md b/controls/treemap/client-side-programming/events/onclientload.md index 601d293bd8..38c25a453d 100644 --- a/controls/treemap/client-side-programming/events/onclientload.md +++ b/controls/treemap/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadTreeMap description: Check our Web Forms article about OnClientLoad. slug: treemap/client-side-programming/events/onclientload +components: ["treemap"] tags: onclientload published: True position: 0 diff --git a/controls/treemap/data-binding/client-side-binding.md b/controls/treemap/data-binding/client-side-binding.md index 41dddd891a..f781d0a4ed 100644 --- a/controls/treemap/data-binding/client-side-binding.md +++ b/controls/treemap/data-binding/client-side-binding.md @@ -3,6 +3,7 @@ title: Client-side Binding page_title: Client-side Binding - RadTreeMap description: Check our Web Forms article about Client-side Binding. slug: treemap/data-binding/client-side-binding +components: ["treemap"] tags: client-side,binding published: True position: 1 diff --git a/controls/treemap/data-binding/server-side-binding.md b/controls/treemap/data-binding/server-side-binding.md index a2ce607b86..1c27903964 100644 --- a/controls/treemap/data-binding/server-side-binding.md +++ b/controls/treemap/data-binding/server-side-binding.md @@ -3,6 +3,7 @@ title: Server-side Binding page_title: Server-side Binding - RadTreeMap description: Check our Web Forms article about Server-side Binding. slug: treemap/data-binding/server-side-binding +components: ["treemap"] tags: server-side,binding published: True position: 0 diff --git a/controls/treemap/functionality/algorithm-types.md b/controls/treemap/functionality/algorithm-types.md index a82a46848a..eb06475aa2 100644 --- a/controls/treemap/functionality/algorithm-types.md +++ b/controls/treemap/functionality/algorithm-types.md @@ -3,6 +3,7 @@ title: Algorithm Types page_title: Algorithm Types - RadTreeMap description: Check our Web Forms article about Algorithm Types. slug: treemap/functionality/algorithm-types +components: ["treemap"] tags: algorithm,types published: True position: 0 diff --git a/controls/treemap/functionality/colors.md b/controls/treemap/functionality/colors.md index 311710ceea..4ba701b7bb 100644 --- a/controls/treemap/functionality/colors.md +++ b/controls/treemap/functionality/colors.md @@ -3,6 +3,7 @@ title: Colors page_title: Colors - RadTreeMap description: Check our Web Forms article about Colors. slug: treemap/functionality/colors +components: ["treemap"] tags: colors published: True position: 1 diff --git a/controls/treemap/getting-started.md b/controls/treemap/getting-started.md index 3e553e71ea..4146098c68 100644 --- a/controls/treemap/getting-started.md +++ b/controls/treemap/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadTreeMap description: Check our Web Forms article about Getting Started. slug: treemap/getting-started +components: ["treemap"] tags: getting,started published: True position: 1 diff --git a/controls/treemap/how-to/use-color-ranges.md b/controls/treemap/how-to/use-color-ranges.md index a706ea2a29..9d8fb7a8cf 100644 --- a/controls/treemap/how-to/use-color-ranges.md +++ b/controls/treemap/how-to/use-color-ranges.md @@ -3,6 +3,7 @@ title: Use Color Ranges page_title: Use Color Ranges - RadTreeMap description: Check our Web Forms article about Use Color Ranges for items to have sibling and child items take different shades of the main color. slug: treemap/how-to/use-color-ranges +components: ["treemap"] tags: use,color,range,kendo,widget,sibing,shade published: True position: 0 diff --git a/controls/treemap/overview.md b/controls/treemap/overview.md index e6ed22bbcd..3c6ea25f03 100644 --- a/controls/treemap/overview.md +++ b/controls/treemap/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadTreeMap Overview description: Check our Web Forms article about Overview. slug: treemap/overview +components: ["treemap"] tags: overview published: True position: 0 diff --git a/controls/treemap/server-side-programming/events/ondatabinding.md b/controls/treemap/server-side-programming/events/ondatabinding.md index c25120c2cb..363b62dff6 100644 --- a/controls/treemap/server-side-programming/events/ondatabinding.md +++ b/controls/treemap/server-side-programming/events/ondatabinding.md @@ -3,6 +3,7 @@ title: OnDataBinding page_title: OnDataBinding - RadTreeMap description: Check our Web Forms article about OnDataBinding. slug: treemap/server-side-programming/events/ondatabinding +components: ["treemap"] tags: ondatabinding published: False position: 1 diff --git a/controls/treemap/server-side-programming/events/ondatabound.md b/controls/treemap/server-side-programming/events/ondatabound.md index 171bcd2815..80ee0679f1 100644 --- a/controls/treemap/server-side-programming/events/ondatabound.md +++ b/controls/treemap/server-side-programming/events/ondatabound.md @@ -3,6 +3,7 @@ title: OnDataBound page_title: OnDataBound - RadTreeMap description: Check our Web Forms article about OnDataBound. slug: treemap/server-side-programming/events/ondatabound +components: ["treemap"] tags: ondatabound published: True position: 2 diff --git a/controls/treemap/server-side-programming/events/onitemdatabound.md b/controls/treemap/server-side-programming/events/onitemdatabound.md index 534b598d90..b54b1b3335 100644 --- a/controls/treemap/server-side-programming/events/onitemdatabound.md +++ b/controls/treemap/server-side-programming/events/onitemdatabound.md @@ -3,6 +3,7 @@ title: OnItemDataBound page_title: OnItemDataBound - RadTreeMap description: Check our Web Forms article about OnItemDataBound. slug: treemap/server-side-programming/events/onitemdatabound +components: ["treemap"] tags: onitemdatabound published: True position: 0 diff --git a/controls/treemap/templates/client-templates.md b/controls/treemap/templates/client-templates.md index ae7bb29ff5..76ea850094 100644 --- a/controls/treemap/templates/client-templates.md +++ b/controls/treemap/templates/client-templates.md @@ -3,6 +3,7 @@ title: Client Templates page_title: Client Templates - RadTreeMap description: Check our Web Forms article about Client Templates. slug: treemap/templates/client-templates +components: ["treemap"] tags: client,templates published: True position: 0 diff --git a/controls/treeview/accessibility-and-internationalization/drag-and-drop.md b/controls/treeview/accessibility-and-internationalization/drag-and-drop.md index 31a314f0a2..b463ba5be0 100644 --- a/controls/treeview/accessibility-and-internationalization/drag-and-drop.md +++ b/controls/treeview/accessibility-and-internationalization/drag-and-drop.md @@ -3,6 +3,7 @@ title: Drag And Drop page_title: Drag And Drop - RadTreeView description: Check our Web Forms article about Drag And Drop. slug: treeview/accessibility-and-internationalization/drag-and-drop +components: ["treeview"] tags: drag,and,drop published: True position: 1 diff --git a/controls/treeview/accessibility-and-internationalization/keyboard-support.md b/controls/treeview/accessibility-and-internationalization/keyboard-support.md index f2b4d32bf2..3a37bde458 100644 --- a/controls/treeview/accessibility-and-internationalization/keyboard-support.md +++ b/controls/treeview/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadTreeView description: Check our Web Forms article about Keyboard Support. slug: treeview/accessibility-and-internationalization/keyboard-support +components: ["treeview"] tags: keyboard,support published: True position: 0 diff --git a/controls/treeview/accessibility-and-internationalization/multi-node-selection.md b/controls/treeview/accessibility-and-internationalization/multi-node-selection.md index 4d7d7eb910..5909339c17 100644 --- a/controls/treeview/accessibility-and-internationalization/multi-node-selection.md +++ b/controls/treeview/accessibility-and-internationalization/multi-node-selection.md @@ -3,6 +3,7 @@ title: Multi-Node Selection page_title: Multi-Node Selection - RadTreeView description: Check our Web Forms article about Multi-Node Selection. slug: treeview/accessibility-and-internationalization/multi-node-selection +components: ["treeview"] tags: multi-node,selection published: True position: 2 diff --git a/controls/treeview/accessibility-and-internationalization/validation.md b/controls/treeview/accessibility-and-internationalization/validation.md index 4d92063b34..1db40e5e56 100644 --- a/controls/treeview/accessibility-and-internationalization/validation.md +++ b/controls/treeview/accessibility-and-internationalization/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadTreeView description: Check our Web Forms article about Validation. slug: treeview/accessibility-and-internationalization/validation +components: ["treeview"] tags: validation published: True position: 3 diff --git a/controls/treeview/accessibility-and-internationalization/wai-aria-support.md b/controls/treeview/accessibility-and-internationalization/wai-aria-support.md index 360b171222..cdd318a900 100644 --- a/controls/treeview/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/treeview/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadTreeView description: Check our Web Forms article about WAI-ARIA Support. slug: treeview/accessibility-and-internationalization/wai-aria-support +components: ["treeview"] tags: wai-aria,support published: True position: 4 diff --git a/controls/treeview/appearance-and-styling/animation.md b/controls/treeview/appearance-and-styling/animation.md index b13b06ae9e..d0e8c5b8a6 100644 --- a/controls/treeview/appearance-and-styling/animation.md +++ b/controls/treeview/appearance-and-styling/animation.md @@ -3,6 +3,7 @@ title: Animation page_title: Animation - RadTreeView description: Check our Web Forms article about Animation. slug: treeview/appearance-and-styling/animation +components: ["treeview"] tags: animation published: True position: 6 diff --git a/controls/treeview/appearance-and-styling/controlling-appearance.md b/controls/treeview/appearance-and-styling/controlling-appearance.md index 48851f5155..f5a7566651 100644 --- a/controls/treeview/appearance-and-styling/controlling-appearance.md +++ b/controls/treeview/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadTreeView description: Check our Web Forms article about Controlling Appearance. slug: treeview/appearance-and-styling/controlling-appearance +components: ["treeview"] tags: controlling,appearance published: True position: 1 diff --git a/controls/treeview/appearance-and-styling/css-skin-file-selectors.md b/controls/treeview/appearance-and-styling/css-skin-file-selectors.md index 0629a66bb7..5d75adbb66 100644 --- a/controls/treeview/appearance-and-styling/css-skin-file-selectors.md +++ b/controls/treeview/appearance-and-styling/css-skin-file-selectors.md @@ -3,6 +3,7 @@ title: CSS Skin File Selectors page_title: CSS Skin File Selectors - RadTreeView description: Check our Web Forms article about CSS Skin File Selectors. slug: treeview/appearance-and-styling/css-skin-file-selectors +components: ["treeview"] tags: css,skin,file,selectors published: True position: 5 diff --git a/controls/treeview/appearance-and-styling/migrating-skins.md b/controls/treeview/appearance-and-styling/migrating-skins.md index 5819d2febb..0bcea86cc2 100644 --- a/controls/treeview/appearance-and-styling/migrating-skins.md +++ b/controls/treeview/appearance-and-styling/migrating-skins.md @@ -3,6 +3,7 @@ title: Migrating Skins page_title: Migrating Skins - RadTreeView description: Check our Web Forms article about Migrating Skins. slug: treeview/appearance-and-styling/migrating-skins +components: ["treeview"] tags: migrating,skins published: True position: 0 diff --git a/controls/treeview/appearance-and-styling/right-to-left-support.md b/controls/treeview/appearance-and-styling/right-to-left-support.md index a1bf8875ce..19bd4f1841 100644 --- a/controls/treeview/appearance-and-styling/right-to-left-support.md +++ b/controls/treeview/appearance-and-styling/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-To-Left Support page_title: Right-To-Left Support - RadTreeView description: Check our Web Forms article about Right-To-Left Support. slug: treeview/appearance-and-styling/right-to-left-support +components: ["treeview"] tags: right-to-left,support published: True position: 7 diff --git a/controls/treeview/appearance-and-styling/showlineimages-property.md b/controls/treeview/appearance-and-styling/showlineimages-property.md index c3f7aebec0..57b8cf6c09 100644 --- a/controls/treeview/appearance-and-styling/showlineimages-property.md +++ b/controls/treeview/appearance-and-styling/showlineimages-property.md @@ -3,6 +3,7 @@ title: ShowLineImages Property page_title: ShowLineImages Property - RadTreeView description: Check our Web Forms article about ShowLineImages Property. slug: treeview/appearance-and-styling/showlineimages-property +components: ["treeview"] tags: showlineimages,property published: True position: 8 diff --git a/controls/treeview/appearance-and-styling/skins.md b/controls/treeview/appearance-and-styling/skins.md index dda8d52e43..8192f8a94a 100644 --- a/controls/treeview/appearance-and-styling/skins.md +++ b/controls/treeview/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadTreeView description: Check our Web Forms article about Skins. slug: treeview/appearance-and-styling/skins +components: ["treeview"] tags: skins published: True position: 2 diff --git a/controls/treeview/appearance-and-styling/tutorial-on-creating-a-custom-skin.md b/controls/treeview/appearance-and-styling/tutorial-on-creating-a-custom-skin.md index 67566dccf5..4c26b41998 100644 --- a/controls/treeview/appearance-and-styling/tutorial-on-creating-a-custom-skin.md +++ b/controls/treeview/appearance-and-styling/tutorial-on-creating-a-custom-skin.md @@ -3,6 +3,7 @@ title: Tutorial on Creating a Custom Skin page_title: Tutorial on Creating a Custom Skin - RadTreeView description: Check our Web Forms article about Tutorial on Creating a Custom Skin. slug: treeview/appearance-and-styling/tutorial-on-creating-a-custom-skin +components: ["treeview"] tags: tutorial,on,creating,a,custom,skin published: True position: 3 diff --git a/controls/treeview/appearance-and-styling/understanding-the-skin-css-file.md b/controls/treeview/appearance-and-styling/understanding-the-skin-css-file.md index 3a54879ec7..c88e0cd048 100644 --- a/controls/treeview/appearance-and-styling/understanding-the-skin-css-file.md +++ b/controls/treeview/appearance-and-styling/understanding-the-skin-css-file.md @@ -3,6 +3,7 @@ title: Understanding the Skin CSS File page_title: Understanding the Skin CSS File - RadTreeView description: Check our Web Forms article about Understanding the Skin CSS File. slug: treeview/appearance-and-styling/understanding-the-skin-css-file +components: ["treeview"] tags: understanding,the,skin,css,file published: True position: 4 diff --git a/controls/treeview/appearance-and-styling/wrap-treenode-text.md b/controls/treeview/appearance-and-styling/wrap-treenode-text.md index 7aced6c230..8a71fbeaed 100644 --- a/controls/treeview/appearance-and-styling/wrap-treenode-text.md +++ b/controls/treeview/appearance-and-styling/wrap-treenode-text.md @@ -3,6 +3,7 @@ title: Wrap TreeNode Text page_title: Wrap TreeNode Text - RadTreeView description: Check our Web Forms article about Wrap TreeNode Text. slug: treeview/appearance-and-styling/wrap-treenode-text +components: ["treeview"] tags: wrap,treenode,text published: True position: 9 diff --git a/controls/treeview/application-scenarios/checkboxes/check-uncheck-all-child-nodes.md b/controls/treeview/application-scenarios/checkboxes/check-uncheck-all-child-nodes.md index 834a73e815..24288780a6 100644 --- a/controls/treeview/application-scenarios/checkboxes/check-uncheck-all-child-nodes.md +++ b/controls/treeview/application-scenarios/checkboxes/check-uncheck-all-child-nodes.md @@ -3,6 +3,7 @@ title: Check-Uncheck All Child Nodes page_title: Check-Uncheck All Child Nodes - RadTreeView description: Check our Web Forms article about Check-Uncheck All Child Nodes. slug: treeview/application-scenarios/checkboxes/check-uncheck-all-child-nodes +components: ["treeview"] tags: check-uncheck,all,child,nodes published: True position: 0 diff --git a/controls/treeview/application-scenarios/checkboxes/checkboxes-radiobutton-behavior.md b/controls/treeview/application-scenarios/checkboxes/checkboxes-radiobutton-behavior.md index 6333d3ea40..bec975e7be 100644 --- a/controls/treeview/application-scenarios/checkboxes/checkboxes-radiobutton-behavior.md +++ b/controls/treeview/application-scenarios/checkboxes/checkboxes-radiobutton-behavior.md @@ -3,6 +3,7 @@ title: CheckBoxes RadioButton Behavior page_title: CheckBoxes RadioButton Behavior - RadTreeView description: Check our Web Forms article about CheckBoxes RadioButton Behavior. slug: treeview/application-scenarios/checkboxes/checkboxes-radiobutton-behavior +components: ["treeview"] tags: checkboxes,radiobutton,behavior published: True position: 1 diff --git a/controls/treeview/application-scenarios/checkboxes/inherit-the-the-checked-state-of-the-parent-node-in-load-on-demand.md b/controls/treeview/application-scenarios/checkboxes/inherit-the-the-checked-state-of-the-parent-node-in-load-on-demand.md index b58b310a4e..5b449ecfb7 100644 --- a/controls/treeview/application-scenarios/checkboxes/inherit-the-the-checked-state-of-the-parent-node-in-load-on-demand.md +++ b/controls/treeview/application-scenarios/checkboxes/inherit-the-the-checked-state-of-the-parent-node-in-load-on-demand.md @@ -3,6 +3,7 @@ title: Inherit the the Checked State of the Parent Node In Load on Demand page_title: Inherit the the Checked State of the Parent Node In Load on Demand - RadTreeView description: Check our Web Forms article about Inherit the the Checked State of the Parent Node In Load on Demand. slug: treeview/application-scenarios/checkboxes/inherit-the-the-checked-state-of-the-parent-node-in-load-on-demand +components: ["treeview"] tags: inherit,the,the,checked,state,of,the,parent,node,in,load,on,demand published: True position: 3 diff --git a/controls/treeview/application-scenarios/checkboxes/uncheck-parent-nodes-when-a-child-node-is-unchecked.md b/controls/treeview/application-scenarios/checkboxes/uncheck-parent-nodes-when-a-child-node-is-unchecked.md index 2591d5a43c..2376e7cf35 100644 --- a/controls/treeview/application-scenarios/checkboxes/uncheck-parent-nodes-when-a-child-node-is-unchecked.md +++ b/controls/treeview/application-scenarios/checkboxes/uncheck-parent-nodes-when-a-child-node-is-unchecked.md @@ -3,6 +3,7 @@ title: Uncheck Parent Nodes When a Child Node Is Unchecked page_title: Uncheck Parent Nodes When a Child Node Is Unchecked - RadTreeView description: Check our Web Forms article about Uncheck Parent Nodes When a Child Node Is Unchecked. slug: treeview/application-scenarios/checkboxes/uncheck-parent-nodes-when-a-child-node-is-unchecked +components: ["treeview"] tags: uncheck,parent,nodes,when,a,child,node,is,unchecked published: True position: 2 diff --git a/controls/treeview/application-scenarios/checkboxes/validate-treeview-by-checked-nodes.md b/controls/treeview/application-scenarios/checkboxes/validate-treeview-by-checked-nodes.md index 708ab40d2a..19f005971d 100644 --- a/controls/treeview/application-scenarios/checkboxes/validate-treeview-by-checked-nodes.md +++ b/controls/treeview/application-scenarios/checkboxes/validate-treeview-by-checked-nodes.md @@ -3,6 +3,7 @@ title: Validate Treeview by Checked Nodes page_title: Validate Treeview by Checked Nodes - RadTreeView description: Check our Web Forms article about Validate Treeview by Checked Nodes. slug: treeview/application-scenarios/checkboxes/validate-treeview-by-checked-nodes +components: ["treeview"] tags: validate,treeview,by,checked,nodes published: True position: 4 diff --git a/controls/treeview/application-scenarios/client-side-programming/accessing-a-radtreeview-embedded-in-another-control.md b/controls/treeview/application-scenarios/client-side-programming/accessing-a-radtreeview-embedded-in-another-control.md index 57479e8771..1052fbecff 100644 --- a/controls/treeview/application-scenarios/client-side-programming/accessing-a-radtreeview-embedded-in-another-control.md +++ b/controls/treeview/application-scenarios/client-side-programming/accessing-a-radtreeview-embedded-in-another-control.md @@ -3,6 +3,7 @@ title: Accessing a RadTreeView Embedded in Another Control page_title: Accessing a RadTreeView Embedded in Another Control - RadTreeView description: Check our Web Forms article about Accessing a RadTreeView Embedded in Another Control. slug: treeview/application-scenarios/client-side-programming/accessing-a-radtreeview-embedded-in-another-control +components: ["treeview"] tags: accessing,a,radtreeview,embedded,in,another,control published: True position: 5 diff --git a/controls/treeview/application-scenarios/client-side-programming/add-html-templates-to-the-treenodes.md b/controls/treeview/application-scenarios/client-side-programming/add-html-templates-to-the-treenodes.md index 75acb93de2..7724bab77f 100644 --- a/controls/treeview/application-scenarios/client-side-programming/add-html-templates-to-the-treenodes.md +++ b/controls/treeview/application-scenarios/client-side-programming/add-html-templates-to-the-treenodes.md @@ -3,6 +3,7 @@ title: Add HTML Templates to the TreeNodes page_title: Add HTML Templates to the TreeNodes - RadTreeView description: Check our Web Forms article about Add HTML Templates to the TreeNodes. slug: treeview/application-scenarios/client-side-programming/add-html-templates-to-the-treenodes +components: ["treeview"] tags: add,html,templates,to,the,treenodes published: True position: 6 diff --git a/controls/treeview/application-scenarios/client-side-programming/changing-the-text-of-tree-nodes.md b/controls/treeview/application-scenarios/client-side-programming/changing-the-text-of-tree-nodes.md index e2cb9feed1..0a69f2249d 100644 --- a/controls/treeview/application-scenarios/client-side-programming/changing-the-text-of-tree-nodes.md +++ b/controls/treeview/application-scenarios/client-side-programming/changing-the-text-of-tree-nodes.md @@ -3,6 +3,7 @@ title: Changing the Text of Tree Nodes page_title: Changing the Text of Tree Nodes - RadTreeView description: Check our Web Forms article about Changing the Text of Tree Nodes. slug: treeview/application-scenarios/client-side-programming/changing-the-text-of-tree-nodes +components: ["treeview"] tags: changing,the,text,of,tree,nodes published: True position: 9 diff --git a/controls/treeview/application-scenarios/client-side-programming/collapse-all-nodes-on-losing-focus.md b/controls/treeview/application-scenarios/client-side-programming/collapse-all-nodes-on-losing-focus.md index ee9851e33a..7c442d14d4 100644 --- a/controls/treeview/application-scenarios/client-side-programming/collapse-all-nodes-on-losing-focus.md +++ b/controls/treeview/application-scenarios/client-side-programming/collapse-all-nodes-on-losing-focus.md @@ -3,6 +3,7 @@ title: Collapse All Nodes on Losing Focus page_title: Collapse All Nodes on Losing Focus - RadTreeView description: Check our Web Forms article about Collapse All Nodes on Losing Focus. slug: treeview/application-scenarios/client-side-programming/collapse-all-nodes-on-losing-focus +components: ["treeview"] tags: collapse,all,nodes,on,losing,focus published: True position: 13 diff --git a/controls/treeview/application-scenarios/client-side-programming/drag-and-drop-to-html-elements-that-have-no-id.md b/controls/treeview/application-scenarios/client-side-programming/drag-and-drop-to-html-elements-that-have-no-id.md index 6528880254..6b7c11972c 100644 --- a/controls/treeview/application-scenarios/client-side-programming/drag-and-drop-to-html-elements-that-have-no-id.md +++ b/controls/treeview/application-scenarios/client-side-programming/drag-and-drop-to-html-elements-that-have-no-id.md @@ -3,6 +3,7 @@ title: Drag and Drop to HTML Elements That Have No ID page_title: Drag and Drop to HTML Elements That Have No ID - RadTreeView description: Check our Web Forms article about Drag and Drop to HTML Elements That Have No ID. slug: treeview/application-scenarios/client-side-programming/drag-and-drop-to-html-elements-that-have-no-id +components: ["treeview"] tags: drag,and,drop,to,html,elements,that,have,no,id published: True position: 7 diff --git a/controls/treeview/application-scenarios/client-side-programming/expand-disabled-node.md b/controls/treeview/application-scenarios/client-side-programming/expand-disabled-node.md index 388dafc3bd..f08051a93e 100644 --- a/controls/treeview/application-scenarios/client-side-programming/expand-disabled-node.md +++ b/controls/treeview/application-scenarios/client-side-programming/expand-disabled-node.md @@ -3,6 +3,7 @@ title: Expand Disabled Node page_title: Expand Disabled Node - RadTreeView description: Check our Web Forms article about Expand Disabled Node. slug: treeview/application-scenarios/client-side-programming/expand-disabled-node +components: ["treeview"] tags: expand,disabled,node published: True position: 8 diff --git a/controls/treeview/application-scenarios/client-side-programming/expand-only-one-node-per-level.md b/controls/treeview/application-scenarios/client-side-programming/expand-only-one-node-per-level.md index 43f709c1fc..aea7ba6a4c 100644 --- a/controls/treeview/application-scenarios/client-side-programming/expand-only-one-node-per-level.md +++ b/controls/treeview/application-scenarios/client-side-programming/expand-only-one-node-per-level.md @@ -3,6 +3,7 @@ title: Expand Only One Node per Level page_title: Expand Only One Node per Level - RadTreeView description: Check our Web Forms article about Expand Only One Node per Level. slug: treeview/application-scenarios/client-side-programming/expand-only-one-node-per-level +components: ["treeview"] tags: expand,only,one,node,per,level published: True position: 17 diff --git a/controls/treeview/application-scenarios/client-side-programming/expand-parent-nodes.md b/controls/treeview/application-scenarios/client-side-programming/expand-parent-nodes.md index df74221a14..7fc200c9e6 100644 --- a/controls/treeview/application-scenarios/client-side-programming/expand-parent-nodes.md +++ b/controls/treeview/application-scenarios/client-side-programming/expand-parent-nodes.md @@ -3,6 +3,7 @@ title: Expand Parent Nodes page_title: Expand Parent Nodes - RadTreeView description: Check our Web Forms article about Expand Parent Nodes. slug: treeview/application-scenarios/client-side-programming/expand-parent-nodes +components: ["treeview"] tags: expand,parent,nodes published: True position: 15 diff --git a/controls/treeview/application-scenarios/client-side-programming/expanding-and-collapsing-all-nodes.md b/controls/treeview/application-scenarios/client-side-programming/expanding-and-collapsing-all-nodes.md index 2a45668edf..141f3eb1e3 100644 --- a/controls/treeview/application-scenarios/client-side-programming/expanding-and-collapsing-all-nodes.md +++ b/controls/treeview/application-scenarios/client-side-programming/expanding-and-collapsing-all-nodes.md @@ -3,6 +3,7 @@ title: Expanding and Collapsing All Nodes page_title: Expanding and Collapsing All Nodes - RadTreeView description: Check our Web Forms article about Expanding and Collapsing All Nodes. slug: treeview/application-scenarios/client-side-programming/expanding-and-collapsing-all-nodes +components: ["treeview"] tags: expanding,and,collapsing,all,nodes published: True position: 2 diff --git a/controls/treeview/application-scenarios/client-side-programming/expanding-nodes-on-a-single-click.md b/controls/treeview/application-scenarios/client-side-programming/expanding-nodes-on-a-single-click.md index 80c58863bd..910edcfef1 100644 --- a/controls/treeview/application-scenarios/client-side-programming/expanding-nodes-on-a-single-click.md +++ b/controls/treeview/application-scenarios/client-side-programming/expanding-nodes-on-a-single-click.md @@ -3,6 +3,7 @@ title: Expanding Nodes on a Single Click page_title: Expanding Nodes on a Single Click - RadTreeView description: Check our Web Forms article about Expanding Nodes on a Single Click. slug: treeview/application-scenarios/client-side-programming/expanding-nodes-on-a-single-click +components: ["treeview"] tags: expanding,nodes,on,a,single,click published: True position: 3 diff --git a/controls/treeview/application-scenarios/client-side-programming/fire-doublecilck-event-when-clicking-on-the-node-image.md b/controls/treeview/application-scenarios/client-side-programming/fire-doublecilck-event-when-clicking-on-the-node-image.md index a5dc2074ff..0fdc0188f8 100644 --- a/controls/treeview/application-scenarios/client-side-programming/fire-doublecilck-event-when-clicking-on-the-node-image.md +++ b/controls/treeview/application-scenarios/client-side-programming/fire-doublecilck-event-when-clicking-on-the-node-image.md @@ -3,6 +3,7 @@ title: Fire Doublecilck Event When Clicking on the Node Image page_title: Fire Doublecilck Event When Clicking on the Node Image - RadTreeView description: Check our Web Forms article about Fire Doublecilck Event When Clicking on the Node Image. slug: treeview/application-scenarios/client-side-programming/fire-doublecilck-event-when-clicking-on-the-node-image +components: ["treeview"] tags: fire,doublecilck,event,when,clicking,on,the,node,image published: True position: 21 diff --git a/controls/treeview/application-scenarios/client-side-programming/getting-the-nodes-full-path.md b/controls/treeview/application-scenarios/client-side-programming/getting-the-nodes-full-path.md index 230c55eb36..c9095ebfee 100644 --- a/controls/treeview/application-scenarios/client-side-programming/getting-the-nodes-full-path.md +++ b/controls/treeview/application-scenarios/client-side-programming/getting-the-nodes-full-path.md @@ -3,6 +3,7 @@ title: Getting the Nodes Full Path page_title: Getting the Nodes Full Path - RadTreeView description: Check our Web Forms article about Getting the Nodes Full Path. slug: treeview/application-scenarios/client-side-programming/getting-the-nodes-full-path +components: ["treeview"] tags: getting,the,nodes,full,path published: True position: 0 diff --git a/controls/treeview/application-scenarios/client-side-programming/hide-treeview-images.md b/controls/treeview/application-scenarios/client-side-programming/hide-treeview-images.md index 178c00a95b..c8a8b12e46 100644 --- a/controls/treeview/application-scenarios/client-side-programming/hide-treeview-images.md +++ b/controls/treeview/application-scenarios/client-side-programming/hide-treeview-images.md @@ -3,6 +3,7 @@ title: Hide TreeView Images page_title: Hide TreeView Images - RadTreeView description: Check our Web Forms article about Hide TreeView Images. slug: treeview/application-scenarios/client-side-programming/hide-treeview-images +components: ["treeview"] tags: hide,treeview,images published: True position: 16 diff --git a/controls/treeview/application-scenarios/client-side-programming/implement-findnodesbyattribute-mthod.md b/controls/treeview/application-scenarios/client-side-programming/implement-findnodesbyattribute-mthod.md index 7fe7336e76..5192762473 100644 --- a/controls/treeview/application-scenarios/client-side-programming/implement-findnodesbyattribute-mthod.md +++ b/controls/treeview/application-scenarios/client-side-programming/implement-findnodesbyattribute-mthod.md @@ -3,6 +3,7 @@ title: Implement findNodesByAttribute Method page_title: Implement findNodesByAttribute Method - RadTreeView description: Check our Web Forms article about Implement findNodesByAttribute Method. slug: treeview/application-scenarios/client-side-programming/implement-findnodesbyattribute-mthod +components: ["treeview"] tags: implement,findnodesbyattribute,mthod published: True position: 19 diff --git a/controls/treeview/application-scenarios/client-side-programming/make-radtreeview-occupy-the-entire-window-height.md b/controls/treeview/application-scenarios/client-side-programming/make-radtreeview-occupy-the-entire-window-height.md index da6692cf6c..f92afc6eec 100644 --- a/controls/treeview/application-scenarios/client-side-programming/make-radtreeview-occupy-the-entire-window-height.md +++ b/controls/treeview/application-scenarios/client-side-programming/make-radtreeview-occupy-the-entire-window-height.md @@ -3,6 +3,7 @@ title: Make RadTreeView Occupy the Entire Window Height page_title: Make RadTreeView Occupy the Entire Window Height - RadTreeView description: Check our Web Forms article about Make RadTreeView Occupy the Entire Window Height. slug: treeview/application-scenarios/client-side-programming/make-radtreeview-occupy-the-entire-window-height +components: ["treeview"] tags: make,radtreeview,occupy,the,entire,window,height published: True position: 12 diff --git a/controls/treeview/application-scenarios/client-side-programming/refresh-nodes-added-on-demand.md b/controls/treeview/application-scenarios/client-side-programming/refresh-nodes-added-on-demand.md index 21e3063373..e8cb23c33f 100644 --- a/controls/treeview/application-scenarios/client-side-programming/refresh-nodes-added-on-demand.md +++ b/controls/treeview/application-scenarios/client-side-programming/refresh-nodes-added-on-demand.md @@ -3,6 +3,7 @@ title: Refresh Nodes Added on Demand page_title: Refresh Nodes Added on Demand - RadTreeView description: Check our Web Forms article about Refresh Nodes Added on Demand. slug: treeview/application-scenarios/client-side-programming/refresh-nodes-added-on-demand +components: ["treeview"] tags: refresh,nodes,added,on,demand published: True position: 22 diff --git a/controls/treeview/application-scenarios/client-side-programming/scroll-to-selected-node-after-ajax-request.md b/controls/treeview/application-scenarios/client-side-programming/scroll-to-selected-node-after-ajax-request.md index f02f84b4f6..d67a99551e 100644 --- a/controls/treeview/application-scenarios/client-side-programming/scroll-to-selected-node-after-ajax-request.md +++ b/controls/treeview/application-scenarios/client-side-programming/scroll-to-selected-node-after-ajax-request.md @@ -3,6 +3,7 @@ title: Scroll to Selected Node After AJAX Request page_title: Scroll to Selected Node After AJAX Request - RadTreeView description: Check our Web Forms article about Scroll to Selected Node After AJAX Request. slug: treeview/application-scenarios/client-side-programming/scroll-to-selected-node-after-ajax-request +components: ["treeview"] tags: scroll,to,selected,node,after,ajax,request published: True position: 10 diff --git a/controls/treeview/application-scenarios/client-side-programming/scroll-to-selected-node-after-ms.net-ajax-request.md b/controls/treeview/application-scenarios/client-side-programming/scroll-to-selected-node-after-ms.net-ajax-request.md index bfcbcbe6ff..be23790b0e 100644 --- a/controls/treeview/application-scenarios/client-side-programming/scroll-to-selected-node-after-ms.net-ajax-request.md +++ b/controls/treeview/application-scenarios/client-side-programming/scroll-to-selected-node-after-ms.net-ajax-request.md @@ -3,6 +3,7 @@ title: Scroll to Selected Node After MS.NET AJAX Request page_title: Scroll to Selected Node After MS.NET AJAX Request - RadTreeView description: Check our Web Forms article about Scroll to Selected Node After MS.NET AJAX Request. slug: treeview/application-scenarios/client-side-programming/scroll-to-selected-node-after-ms.net-ajax-request +components: ["treeview"] tags: scroll,to,selected,node,after,ms.net,ajax,request published: True position: 11 diff --git a/controls/treeview/application-scenarios/client-side-programming/scrolling-to-a-node-when-page-first-loads.md b/controls/treeview/application-scenarios/client-side-programming/scrolling-to-a-node-when-page-first-loads.md index 155c0c9e85..154cf6c490 100644 --- a/controls/treeview/application-scenarios/client-side-programming/scrolling-to-a-node-when-page-first-loads.md +++ b/controls/treeview/application-scenarios/client-side-programming/scrolling-to-a-node-when-page-first-loads.md @@ -3,6 +3,7 @@ title: Scrolling to a Node When Page First Loads page_title: Scrolling to a Node When Page First Loads - RadTreeView description: Check our Web Forms article about Scrolling to a Node When Page First Loads. slug: treeview/application-scenarios/client-side-programming/scrolling-to-a-node-when-page-first-loads +components: ["treeview"] tags: scrolling,to,a,node,when,page,first,loads published: True position: 1 diff --git a/controls/treeview/application-scenarios/client-side-programming/set-the-tooltip-of-the-node-with-javascript.md b/controls/treeview/application-scenarios/client-side-programming/set-the-tooltip-of-the-node-with-javascript.md index 99e1fdf403..8053f78cb0 100644 --- a/controls/treeview/application-scenarios/client-side-programming/set-the-tooltip-of-the-node-with-javascript.md +++ b/controls/treeview/application-scenarios/client-side-programming/set-the-tooltip-of-the-node-with-javascript.md @@ -3,6 +3,7 @@ title: Set the Tooltip of the Node with Javascript page_title: Set the Tooltip of the Node with Javascript - RadTreeView description: Check our Web Forms article about Set the Tooltip of the Node with Javascript. slug: treeview/application-scenarios/client-side-programming/set-the-tooltip-of-the-node-with-javascript +components: ["treeview"] tags: set,the,tooltip,of,the,node,with,javascript published: True position: 20 diff --git a/controls/treeview/application-scenarios/client-side-programming/using-radtreenode-methods-against-a-group-of-nodes.md b/controls/treeview/application-scenarios/client-side-programming/using-radtreenode-methods-against-a-group-of-nodes.md index d2ffb06257..e3254b4b37 100644 --- a/controls/treeview/application-scenarios/client-side-programming/using-radtreenode-methods-against-a-group-of-nodes.md +++ b/controls/treeview/application-scenarios/client-side-programming/using-radtreenode-methods-against-a-group-of-nodes.md @@ -3,6 +3,7 @@ title: Using RadTreeNode Methods Against а Group of Nodes page_title: Using RadTreeNode Methods Against а Group of Nodes - RadTreeView description: Check our Web Forms article about Using RadTreeNode Methods Against а Group of Nodes. slug: treeview/application-scenarios/client-side-programming/using-radtreenode-methods-against-a-group-of-nodes +components: ["treeview"] tags: using,radtreenode,methods,against,а,group,of,nodes published: True position: 4 diff --git a/controls/treeview/application-scenarios/client-side-programming/whether-node.get_parent-returns-the-parent-node-or-the-parent-treeview.md b/controls/treeview/application-scenarios/client-side-programming/whether-node.get_parent-returns-the-parent-node-or-the-parent-treeview.md index 58536a7965..7c81cea86e 100644 --- a/controls/treeview/application-scenarios/client-side-programming/whether-node.get_parent-returns-the-parent-node-or-the-parent-treeview.md +++ b/controls/treeview/application-scenarios/client-side-programming/whether-node.get_parent-returns-the-parent-node-or-the-parent-treeview.md @@ -3,6 +3,7 @@ title: Whether Node.get_parent Returns the Parent Node or the Parent Treeview page_title: Whether Node.get_parent Returns the Parent Node or the Parent Treeview - RadTreeView description: Check our Web Forms article about Whether Node.get_parent Returns the Parent Node or the Parent Treeview. slug: treeview/application-scenarios/client-side-programming/whether-node.get_parent-returns-the-parent-node-or-the-parent-treeview +components: ["treeview"] tags: whether,node.get_parent,returns,the,parent,node,or,the,parent,treeview published: True position: 18 diff --git a/controls/treeview/application-scenarios/context-menus/redirecting-from-a-context-menu-selection.md b/controls/treeview/application-scenarios/context-menus/redirecting-from-a-context-menu-selection.md index 3a0cc9b75f..6d12bc9f82 100644 --- a/controls/treeview/application-scenarios/context-menus/redirecting-from-a-context-menu-selection.md +++ b/controls/treeview/application-scenarios/context-menus/redirecting-from-a-context-menu-selection.md @@ -3,6 +3,7 @@ title: Redirecting from a Context Menu Selection page_title: Redirecting from a Context Menu Selection - RadTreeView description: Check our Web Forms article about Redirecting from a Context Menu Selection. slug: treeview/application-scenarios/context-menus/redirecting-from-a-context-menu-selection +components: ["treeview"] tags: redirecting,from,a,context,menu,selection published: True position: 0 diff --git a/controls/treeview/application-scenarios/data-binding/loading-related-sql-tables.md b/controls/treeview/application-scenarios/data-binding/loading-related-sql-tables.md index edc85c02b8..a5d11486c2 100644 --- a/controls/treeview/application-scenarios/data-binding/loading-related-sql-tables.md +++ b/controls/treeview/application-scenarios/data-binding/loading-related-sql-tables.md @@ -3,6 +3,7 @@ title: Loading Related SQL Tables page_title: Loading Related SQL Tables - RadTreeView description: Check our Web Forms article about Loading Related SQL Tables. slug: treeview/application-scenarios/data-binding/loading-related-sql-tables +components: ["treeview"] tags: loading,related,sql,tables published: True position: 0 diff --git a/controls/treeview/application-scenarios/data-binding/tutorial-on-using-databindings-to-create-a-hiearchical-treeview.md b/controls/treeview/application-scenarios/data-binding/tutorial-on-using-databindings-to-create-a-hiearchical-treeview.md index 237eb98e02..5f06cededd 100644 --- a/controls/treeview/application-scenarios/data-binding/tutorial-on-using-databindings-to-create-a-hiearchical-treeview.md +++ b/controls/treeview/application-scenarios/data-binding/tutorial-on-using-databindings-to-create-a-hiearchical-treeview.md @@ -3,6 +3,7 @@ title: Tutorial on Using DataBindings to Create a Hiearchical TreeView page_title: Tutorial on Using DataBindings to Create a Hiearchical TreeView - RadTreeView description: Check our Web Forms article about Tutorial on Using DataBindings to Create a Hiearchical TreeView. slug: treeview/application-scenarios/data-binding/tutorial-on-using-databindings-to-create-a-hiearchical-treeview +components: ["treeview"] tags: tutorial,on,using,databindings,to,create,a,hiearchical,treeview published: True position: 1 diff --git a/controls/treeview/application-scenarios/general/add-a-node-in-edit-mode-by-default.md b/controls/treeview/application-scenarios/general/add-a-node-in-edit-mode-by-default.md index 346f176a8c..529fbac3a7 100644 --- a/controls/treeview/application-scenarios/general/add-a-node-in-edit-mode-by-default.md +++ b/controls/treeview/application-scenarios/general/add-a-node-in-edit-mode-by-default.md @@ -3,6 +3,7 @@ title: Add a Node in edit mode by Default page_title: Add a Node in edit mode by Default - RadTreeView description: Check our Web Forms article about Add a Node in edit mode by Default. slug: treeview/application-scenarios/general/add-a-node-in-edit-mode-by-default +components: ["treeview"] tags: add,a,node,in,edit,mode,by,default published: True position: 2 diff --git a/controls/treeview/application-scenarios/general/copy-or-move-nodes-from-one-treeview-to-another-using-the-ctrl-key.md b/controls/treeview/application-scenarios/general/copy-or-move-nodes-from-one-treeview-to-another-using-the-ctrl-key.md index 41c759996d..8cf8bd7677 100644 --- a/controls/treeview/application-scenarios/general/copy-or-move-nodes-from-one-treeview-to-another-using-the-ctrl-key.md +++ b/controls/treeview/application-scenarios/general/copy-or-move-nodes-from-one-treeview-to-another-using-the-ctrl-key.md @@ -3,6 +3,7 @@ title: Copy or Move Nodes from One TreeView to Another Using the CTRL Key page_title: Copy or Move Nodes from One TreeView to Another Using the CTRL Key - RadTreeView description: Check our Web Forms article about Copy or Move Nodes from One TreeView to Another Using the CTRL Key. slug: treeview/application-scenarios/general/copy-or-move-nodes-from-one-treeview-to-another-using-the-ctrl-key +components: ["treeview"] tags: copy,or,move,nodes,from,one,treeview,to,another,using,the,ctrl,key published: True position: 1 diff --git a/controls/treeview/application-scenarios/general/reduce-the-space-between-the-nodes.md b/controls/treeview/application-scenarios/general/reduce-the-space-between-the-nodes.md index 3656e88a6f..360787fae6 100644 --- a/controls/treeview/application-scenarios/general/reduce-the-space-between-the-nodes.md +++ b/controls/treeview/application-scenarios/general/reduce-the-space-between-the-nodes.md @@ -3,6 +3,7 @@ title: Reduce the Space Between the Nodes page_title: Reduce the Space Between the Nodes - RadTreeView description: Check our Web Forms article about Reduce the Space Between the Nodes. slug: treeview/application-scenarios/general/reduce-the-space-between-the-nodes +components: ["treeview"] tags: reduce,the,space,between,the,nodes published: True position: 4 diff --git a/controls/treeview/application-scenarios/general/setting-additional-properties-to-the-node-in-the-web-service.md b/controls/treeview/application-scenarios/general/setting-additional-properties-to-the-node-in-the-web-service.md index b98bb0f735..5abc9ac236 100644 --- a/controls/treeview/application-scenarios/general/setting-additional-properties-to-the-node-in-the-web-service.md +++ b/controls/treeview/application-scenarios/general/setting-additional-properties-to-the-node-in-the-web-service.md @@ -3,6 +3,7 @@ title: Setting Additional Properties to the Node in the Web Service page_title: Setting Additional Properties to the Node in the Web Service - RadTreeView description: Check our Web Forms article about Setting Additional Properties to the Node in the Web Service. slug: treeview/application-scenarios/general/setting-additional-properties-to-the-node-in-the-web-service +components: ["treeview"] tags: setting,additional,properties,to,the,node,in,the,web,service published: True position: 3 diff --git a/controls/treeview/application-scenarios/general/site-navigation.md b/controls/treeview/application-scenarios/general/site-navigation.md index 1b396216c2..ceb1d2d0de 100644 --- a/controls/treeview/application-scenarios/general/site-navigation.md +++ b/controls/treeview/application-scenarios/general/site-navigation.md @@ -3,6 +3,7 @@ title: Site Navigation page_title: Site Navigation - RadTreeView description: Check our Web Forms article about Site Navigation. slug: treeview/application-scenarios/general/site-navigation +components: ["treeview"] tags: site,navigation published: True position: 0 diff --git a/controls/treeview/application-scenarios/server-side-programming/cloning-a-radtreeview.md b/controls/treeview/application-scenarios/server-side-programming/cloning-a-radtreeview.md index 1a0e875e18..d3de556a63 100644 --- a/controls/treeview/application-scenarios/server-side-programming/cloning-a-radtreeview.md +++ b/controls/treeview/application-scenarios/server-side-programming/cloning-a-radtreeview.md @@ -3,6 +3,7 @@ title: Cloning a RadTreeView page_title: Cloning a RadTreeView - RadTreeView description: Check our Web Forms article about Cloning a RadTreeView. slug: treeview/application-scenarios/server-side-programming/cloning-a-radtreeview +components: ["treeview"] tags: cloning,a,radtreeview published: True position: 0 diff --git a/controls/treeview/application-scenarios/server-side-programming/save-made-changes-to-treeview-to-database.md b/controls/treeview/application-scenarios/server-side-programming/save-made-changes-to-treeview-to-database.md index b25722de6a..6ee571494b 100644 --- a/controls/treeview/application-scenarios/server-side-programming/save-made-changes-to-treeview-to-database.md +++ b/controls/treeview/application-scenarios/server-side-programming/save-made-changes-to-treeview-to-database.md @@ -3,6 +3,7 @@ title: Save Made Changes to TreeView to Database page_title: Save Made Changes to TreeView to Database - RadTreeView description: Check our Web Forms article about Save Made Changes to TreeView to Database. slug: treeview/application-scenarios/server-side-programming/save-made-changes-to-treeview-to-database +components: ["treeview"] tags: save,made,changes,to,treeview,to,database published: True position: 1 diff --git a/controls/treeview/changes-and-backward-compatibility.md b/controls/treeview/changes-and-backward-compatibility.md index aa61a13b8f..aa14165085 100644 --- a/controls/treeview/changes-and-backward-compatibility.md +++ b/controls/treeview/changes-and-backward-compatibility.md @@ -3,6 +3,7 @@ title: Changes and Backward Compatibility page_title: Changes and Backward Compatibility - RadTreeView description: Check our Web Forms article about Changes and Backward Compatibility. slug: treeview/changes-and-backward-compatibility +components: ["treeview"] tags: changes,and,backward,compatibility published: False position: 3 diff --git a/controls/treeview/changes-and-backwards-compatibility/lightweight-rm-improvements-r3-2016.md b/controls/treeview/changes-and-backwards-compatibility/lightweight-rm-improvements-r3-2016.md index 0ef8bbddfc..ec8bb3873d 100644 --- a/controls/treeview/changes-and-backwards-compatibility/lightweight-rm-improvements-r3-2016.md +++ b/controls/treeview/changes-and-backwards-compatibility/lightweight-rm-improvements-r3-2016.md @@ -3,6 +3,7 @@ title: Improving Lightweight Rendering for RadTreeView (R3 2016) page_title: Improving Lightweight Rendering for RadTreeView (R3 2016) - RadTreeView description: Check our Web Forms article about Improving Lightweight Rendering for RadTreeView (R3 2016). slug: treeview/changes-and-backwards-compatibility/lightweight-rm-improvements-r3-2016 +components: ["treeview"] tags: lightweight,improvement,changes,redermode published: True position: 0 diff --git a/controls/treeview/checkboxes/client-side.md b/controls/treeview/checkboxes/client-side.md index ed156107d7..ae2e50e0db 100644 --- a/controls/treeview/checkboxes/client-side.md +++ b/controls/treeview/checkboxes/client-side.md @@ -3,6 +3,7 @@ title: Client-Side page_title: Client-Side - RadTreeView description: Check our Web Forms article about Client-Side. slug: treeview/checkboxes/client-side +components: ["treeview"] tags: client-side published: True position: 2 diff --git a/controls/treeview/checkboxes/overview.md b/controls/treeview/checkboxes/overview.md index 3e30aec234..abbb82313a 100644 --- a/controls/treeview/checkboxes/overview.md +++ b/controls/treeview/checkboxes/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: CheckBoxes Overview - RadTreeView description: Check our Web Forms article about Overview. slug: treeview/checkboxes/overview +components: ["treeview"] tags: overview published: True position: 0 diff --git a/controls/treeview/checkboxes/server-side.md b/controls/treeview/checkboxes/server-side.md index 36e10bf8f9..85e076f929 100644 --- a/controls/treeview/checkboxes/server-side.md +++ b/controls/treeview/checkboxes/server-side.md @@ -3,6 +3,7 @@ title: Server-side page_title: Server-side - RadTreeView description: Check our Web Forms article about Server-side. slug: treeview/checkboxes/server-side +components: ["treeview"] tags: server-side published: True position: 1 diff --git a/controls/treeview/checkboxes/tri-state/tri-sate-client-side-specifics.md b/controls/treeview/checkboxes/tri-state/tri-sate-client-side-specifics.md index 2281092d0e..d7d8def0be 100644 --- a/controls/treeview/checkboxes/tri-state/tri-sate-client-side-specifics.md +++ b/controls/treeview/checkboxes/tri-state/tri-sate-client-side-specifics.md @@ -3,6 +3,7 @@ title: Client-side specifics page_title: Tri-Sate client-side specifics - RadTreeView description: Check our Web Forms article about Tri-Sate client-side specifics. slug: treeview/checkboxes/tri-state/tri-sate-client-side-specifics +components: ["treeview"] tags: tri-sate,client-side,specifics published: True position: 3 diff --git a/controls/treeview/checkboxes/tri-state/tri-state-behavior-table.md b/controls/treeview/checkboxes/tri-state/tri-state-behavior-table.md index a41b957399..16b9dff86f 100644 --- a/controls/treeview/checkboxes/tri-state/tri-state-behavior-table.md +++ b/controls/treeview/checkboxes/tri-state/tri-state-behavior-table.md @@ -3,6 +3,7 @@ title: Behavior Table page_title: Tri-State-Behavior Table - RadTreeView description: Check our Web Forms article about Tri-State-Behavior Table. slug: treeview/checkboxes/tri-state/tri-state-behavior-table +components: ["treeview"] tags: tri-state-behavior,table published: True position: 2 diff --git a/controls/treeview/checkboxes/tri-state/tri-state-checkboxes-overview.md b/controls/treeview/checkboxes/tri-state/tri-state-checkboxes-overview.md index 7f98b3ebec..0065172d05 100644 --- a/controls/treeview/checkboxes/tri-state/tri-state-checkboxes-overview.md +++ b/controls/treeview/checkboxes/tri-state/tri-state-checkboxes-overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Tri-State CheckBoxes Overview - RadTreeView description: Check our Web Forms article about Tri-State CheckBoxes Overview. slug: treeview/checkboxes/tri-state/tri-state-checkboxes-overview +components: ["treeview"] tags: tri-state,checkboxes,overview published: True position: 0 diff --git a/controls/treeview/checkboxes/tri-state/tri-state-server-side-specifics.md b/controls/treeview/checkboxes/tri-state/tri-state-server-side-specifics.md index 91b9ca2989..d8620d1a42 100644 --- a/controls/treeview/checkboxes/tri-state/tri-state-server-side-specifics.md +++ b/controls/treeview/checkboxes/tri-state/tri-state-server-side-specifics.md @@ -3,6 +3,7 @@ title: Server-side specifics page_title: Tri-State server-side specifics - RadTreeView description: Check our Web Forms article about Tri-State server-side specifics. slug: treeview/checkboxes/tri-state/tri-state-server-side-specifics +components: ["treeview"] tags: tri-state,server-side,specifics published: True position: 1 diff --git a/controls/treeview/client-side-programming/accessing-client-changes-on-the-server-side.md b/controls/treeview/client-side-programming/accessing-client-changes-on-the-server-side.md index 72f6f6b340..cbf1256401 100644 --- a/controls/treeview/client-side-programming/accessing-client-changes-on-the-server-side.md +++ b/controls/treeview/client-side-programming/accessing-client-changes-on-the-server-side.md @@ -3,6 +3,7 @@ title: Accessing Client Changes on the Server Side page_title: Accessing Client Changes on the Server Side - RadTreeView description: Check our Web Forms article about Accessing Client Changes on the Server Side. slug: treeview/client-side-programming/accessing-client-changes-on-the-server-side +components: ["treeview"] tags: accessing,client,changes,on,the,server,side published: True position: 1 diff --git a/controls/treeview/client-side-programming/events/onclientcontextmenuitemclicked.md b/controls/treeview/client-side-programming/events/onclientcontextmenuitemclicked.md index 30fefcc88b..f7ceef9a86 100644 --- a/controls/treeview/client-side-programming/events/onclientcontextmenuitemclicked.md +++ b/controls/treeview/client-side-programming/events/onclientcontextmenuitemclicked.md @@ -3,6 +3,7 @@ title: OnClientContextMenuItemClicked page_title: OnClientContextMenuItemClicked - RadTreeView description: Check our Web Forms article about OnClientContextMenuItemClicked. slug: treeview/client-side-programming/events/onclientcontextmenuitemclicked +components: ["treeview"] tags: onclientcontextmenuitemclicked published: True position: 28 diff --git a/controls/treeview/client-side-programming/events/onclientcontextmenuitemclicking.md b/controls/treeview/client-side-programming/events/onclientcontextmenuitemclicking.md index 0be3352657..da1cbaf03f 100644 --- a/controls/treeview/client-side-programming/events/onclientcontextmenuitemclicking.md +++ b/controls/treeview/client-side-programming/events/onclientcontextmenuitemclicking.md @@ -3,6 +3,7 @@ title: OnClientContextMenuItemClicking page_title: OnClientContextMenuItemClicking - RadTreeView description: Check our Web Forms article about OnClientContextMenuItemClicking. slug: treeview/client-side-programming/events/onclientcontextmenuitemclicking +components: ["treeview"] tags: onclientcontextmenuitemclicking published: True position: 27 diff --git a/controls/treeview/client-side-programming/events/onclientcontextmenushowing.md b/controls/treeview/client-side-programming/events/onclientcontextmenushowing.md index ec1754d77c..8e62fe98b8 100644 --- a/controls/treeview/client-side-programming/events/onclientcontextmenushowing.md +++ b/controls/treeview/client-side-programming/events/onclientcontextmenushowing.md @@ -3,6 +3,7 @@ title: OnClientContextMenuShowing page_title: OnClientContextMenuShowing - RadTreeView description: Check our Web Forms article about OnClientContextMenuShowing. slug: treeview/client-side-programming/events/onclientcontextmenushowing +components: ["treeview"] tags: onclientcontextmenushowing published: True position: 26 diff --git a/controls/treeview/client-side-programming/events/onclientcontextmenushown.md b/controls/treeview/client-side-programming/events/onclientcontextmenushown.md index d4fd5a5d80..8e761b32e3 100644 --- a/controls/treeview/client-side-programming/events/onclientcontextmenushown.md +++ b/controls/treeview/client-side-programming/events/onclientcontextmenushown.md @@ -3,6 +3,7 @@ title: OnClientContextMenuShown page_title: OnClientContextMenuShown - RadTreeView description: Check our Web Forms article about OnClientContextMenuShown. slug: treeview/client-side-programming/events/onclientcontextmenushown +components: ["treeview"] tags: onclientcontextmenushown published: True position: 25 diff --git a/controls/treeview/client-side-programming/events/onclientdoubleclick.md b/controls/treeview/client-side-programming/events/onclientdoubleclick.md index 84cba9b1f6..c602ea23b4 100644 --- a/controls/treeview/client-side-programming/events/onclientdoubleclick.md +++ b/controls/treeview/client-side-programming/events/onclientdoubleclick.md @@ -3,6 +3,7 @@ title: OnClientDoubleClick page_title: OnClientDoubleClick - RadTreeView description: Check our Web Forms article about OnClientDoubleClick. slug: treeview/client-side-programming/events/onclientdoubleclick +components: ["treeview"] tags: onclientdoubleclick published: True position: 24 diff --git a/controls/treeview/client-side-programming/events/onclientkeypressing.md b/controls/treeview/client-side-programming/events/onclientkeypressing.md index 91e54e37a2..dfdf98e0a8 100644 --- a/controls/treeview/client-side-programming/events/onclientkeypressing.md +++ b/controls/treeview/client-side-programming/events/onclientkeypressing.md @@ -3,6 +3,7 @@ title: OnClientKeyPressing page_title: OnClientKeyPressing - RadTreeView description: Check our Web Forms article about OnClientKeyPressing. slug: treeview/client-side-programming/events/onclientkeypressing +components: ["treeview"] tags: onclientkeypressing published: True position: 2 diff --git a/controls/treeview/client-side-programming/events/onclientload.md b/controls/treeview/client-side-programming/events/onclientload.md index 6339576557..6c0c6296a3 100644 --- a/controls/treeview/client-side-programming/events/onclientload.md +++ b/controls/treeview/client-side-programming/events/onclientload.md @@ -3,6 +3,7 @@ title: OnClientLoad page_title: OnClientLoad - RadTreeView description: Check our Web Forms article about OnClientLoad. slug: treeview/client-side-programming/events/onclientload +components: ["treeview"] tags: onclientload published: True position: 1 diff --git a/controls/treeview/client-side-programming/events/onclientmouseout.md b/controls/treeview/client-side-programming/events/onclientmouseout.md index 92a49809cf..b3090ddc15 100644 --- a/controls/treeview/client-side-programming/events/onclientmouseout.md +++ b/controls/treeview/client-side-programming/events/onclientmouseout.md @@ -3,6 +3,7 @@ title: OnClientMouseOut page_title: OnClientMouseOut - RadTreeView description: Check our Web Forms article about OnClientMouseOut. slug: treeview/client-side-programming/events/onclientmouseout +components: ["treeview"] tags: onclientmouseout published: True position: 23 diff --git a/controls/treeview/client-side-programming/events/onclientmouseover.md b/controls/treeview/client-side-programming/events/onclientmouseover.md index 1e4dcac390..e552f80924 100644 --- a/controls/treeview/client-side-programming/events/onclientmouseover.md +++ b/controls/treeview/client-side-programming/events/onclientmouseover.md @@ -3,6 +3,7 @@ title: OnClientMouseOver page_title: OnClientMouseOver - RadTreeView description: Check our Web Forms article about OnClientMouseOver. slug: treeview/client-side-programming/events/onclientmouseover +components: ["treeview"] tags: onclientmouseover published: True position: 22 diff --git a/controls/treeview/client-side-programming/events/onclientnodeanimationend.md b/controls/treeview/client-side-programming/events/onclientnodeanimationend.md index 14a993e8b8..b56aabf6ff 100644 --- a/controls/treeview/client-side-programming/events/onclientnodeanimationend.md +++ b/controls/treeview/client-side-programming/events/onclientnodeanimationend.md @@ -3,6 +3,7 @@ title: OnClientNodeAnimationEnd page_title: OnClientNodeAnimationEnd - RadTreeView description: Check our Web Forms article about OnClientNodeAnimationEnd. slug: treeview/client-side-programming/events/onclientnodeanimationend +components: ["treeview"] tags: onclientnodeanimationend published: True position: 29 diff --git a/controls/treeview/client-side-programming/events/onclientnodechecked.md b/controls/treeview/client-side-programming/events/onclientnodechecked.md index a02403a563..3bd7121099 100644 --- a/controls/treeview/client-side-programming/events/onclientnodechecked.md +++ b/controls/treeview/client-side-programming/events/onclientnodechecked.md @@ -3,6 +3,7 @@ title: OnClientNodeChecked page_title: OnClientNodeChecked - RadTreeView description: Check our Web Forms article about OnClientNodeChecked. slug: treeview/client-side-programming/events/onclientnodechecked +components: ["treeview"] tags: onclientnodechecked published: True position: 21 diff --git a/controls/treeview/client-side-programming/events/onclientnodechecking.md b/controls/treeview/client-side-programming/events/onclientnodechecking.md index 61150dbfdf..c46743a0d5 100644 --- a/controls/treeview/client-side-programming/events/onclientnodechecking.md +++ b/controls/treeview/client-side-programming/events/onclientnodechecking.md @@ -3,6 +3,7 @@ title: OnClientNodeChecking page_title: OnClientNodeChecking - RadTreeView description: Check our Web Forms article about OnClientNodeChecking. slug: treeview/client-side-programming/events/onclientnodechecking +components: ["treeview"] tags: onclientnodechecking published: True position: 20 diff --git a/controls/treeview/client-side-programming/events/onclientnodeclicked.md b/controls/treeview/client-side-programming/events/onclientnodeclicked.md index f03328915d..686090837f 100644 --- a/controls/treeview/client-side-programming/events/onclientnodeclicked.md +++ b/controls/treeview/client-side-programming/events/onclientnodeclicked.md @@ -3,6 +3,7 @@ title: OnClientNodeClicked page_title: OnClientNodeClicked - RadTreeView description: Check our Web Forms article about OnClientNodeClicked. slug: treeview/client-side-programming/events/onclientnodeclicked +components: ["treeview"] tags: onclientnodeclicked published: True position: 18 diff --git a/controls/treeview/client-side-programming/events/onclientnodeclicking.md b/controls/treeview/client-side-programming/events/onclientnodeclicking.md index c844002255..e352d0fe23 100644 --- a/controls/treeview/client-side-programming/events/onclientnodeclicking.md +++ b/controls/treeview/client-side-programming/events/onclientnodeclicking.md @@ -3,6 +3,7 @@ title: OnClientNodeClicking page_title: OnClientNodeClicking - RadTreeView description: Check our Web Forms article about OnClientNodeClicking. slug: treeview/client-side-programming/events/onclientnodeclicking +components: ["treeview"] tags: onclientnodeclicking published: True position: 17 diff --git a/controls/treeview/client-side-programming/events/onclientnodecollapsed.md b/controls/treeview/client-side-programming/events/onclientnodecollapsed.md index 8aca88ea04..c59a0647f4 100644 --- a/controls/treeview/client-side-programming/events/onclientnodecollapsed.md +++ b/controls/treeview/client-side-programming/events/onclientnodecollapsed.md @@ -3,6 +3,7 @@ title: OnClientNodeCollapsed page_title: OnClientNodeCollapsed - RadTreeView description: Check our Web Forms article about OnClientNodeCollapsed. slug: treeview/client-side-programming/events/onclientnodecollapsed +components: ["treeview"] tags: onclientnodecollapsed published: True position: 16 diff --git a/controls/treeview/client-side-programming/events/onclientnodecollapsing.md b/controls/treeview/client-side-programming/events/onclientnodecollapsing.md index f9a05173f0..8f9b43eb89 100644 --- a/controls/treeview/client-side-programming/events/onclientnodecollapsing.md +++ b/controls/treeview/client-side-programming/events/onclientnodecollapsing.md @@ -3,6 +3,7 @@ title: OnClientNodeCollapsing page_title: OnClientNodeCollapsing - RadTreeView description: Check our Web Forms article about OnClientNodeCollapsing. slug: treeview/client-side-programming/events/onclientnodecollapsing +components: ["treeview"] tags: onclientnodecollapsing published: True position: 15 diff --git a/controls/treeview/client-side-programming/events/onclientnodedatabound.md b/controls/treeview/client-side-programming/events/onclientnodedatabound.md index 3acfb659dd..f6c3421ee8 100644 --- a/controls/treeview/client-side-programming/events/onclientnodedatabound.md +++ b/controls/treeview/client-side-programming/events/onclientnodedatabound.md @@ -3,6 +3,7 @@ title: OnClientNodeDataBound page_title: OnClientNodeDataBound - RadTreeView description: Check our Web Forms article about OnClientNodeDataBound. slug: treeview/client-side-programming/events/onclientnodedatabound +components: ["treeview"] tags: onclientnodedatabound published: True position: 19 diff --git a/controls/treeview/client-side-programming/events/onclientnodedragging.md b/controls/treeview/client-side-programming/events/onclientnodedragging.md index 72b0a75b7d..d83eca81aa 100644 --- a/controls/treeview/client-side-programming/events/onclientnodedragging.md +++ b/controls/treeview/client-side-programming/events/onclientnodedragging.md @@ -3,6 +3,7 @@ title: OnClientNodeDragging page_title: OnClientNodeDragging - RadTreeView description: Check our Web Forms article about OnClientNodeDragging. slug: treeview/client-side-programming/events/onclientnodedragging +components: ["treeview"] tags: onclientnodedragging published: True position: 14 diff --git a/controls/treeview/client-side-programming/events/onclientnodedragstart.md b/controls/treeview/client-side-programming/events/onclientnodedragstart.md index 95e1439bae..4f6e3172f0 100644 --- a/controls/treeview/client-side-programming/events/onclientnodedragstart.md +++ b/controls/treeview/client-side-programming/events/onclientnodedragstart.md @@ -3,6 +3,7 @@ title: OnClientNodeDragStart page_title: OnClientNodeDragStart - RadTreeView description: Check our Web Forms article about OnClientNodeDragStart. slug: treeview/client-side-programming/events/onclientnodedragstart +components: ["treeview"] tags: onclientnodedragstart published: True position: 12 diff --git a/controls/treeview/client-side-programming/events/onclientnodedropped.md b/controls/treeview/client-side-programming/events/onclientnodedropped.md index 1487e6b62f..53a189915b 100644 --- a/controls/treeview/client-side-programming/events/onclientnodedropped.md +++ b/controls/treeview/client-side-programming/events/onclientnodedropped.md @@ -3,6 +3,7 @@ title: OnClientNodeDropped page_title: OnClientNodeDropped - RadTreeView description: Check our Web Forms article about OnClientNodeDropped. slug: treeview/client-side-programming/events/onclientnodedropped +components: ["treeview"] tags: onclientnodedropped published: True position: 13 diff --git a/controls/treeview/client-side-programming/events/onclientnodedropping.md b/controls/treeview/client-side-programming/events/onclientnodedropping.md index 1f20ce74fa..e94fa5edd3 100644 --- a/controls/treeview/client-side-programming/events/onclientnodedropping.md +++ b/controls/treeview/client-side-programming/events/onclientnodedropping.md @@ -3,6 +3,7 @@ title: OnClientNodeDropping page_title: OnClientNodeDropping - RadTreeView description: Check our Web Forms article about OnClientNodeDropping. slug: treeview/client-side-programming/events/onclientnodedropping +components: ["treeview"] tags: onclientnodedropping published: True position: 11 diff --git a/controls/treeview/client-side-programming/events/onclientnodeedited.md b/controls/treeview/client-side-programming/events/onclientnodeedited.md index ed5c01a619..7dad167719 100644 --- a/controls/treeview/client-side-programming/events/onclientnodeedited.md +++ b/controls/treeview/client-side-programming/events/onclientnodeedited.md @@ -3,6 +3,7 @@ title: OnClientNodeEdited page_title: OnClientNodeEdited - RadTreeView description: Check our Web Forms article about OnClientNodeEdited. slug: treeview/client-side-programming/events/onclientnodeedited +components: ["treeview"] tags: onclientnodeedited published: True position: 10 diff --git a/controls/treeview/client-side-programming/events/onclientnodeediting.md b/controls/treeview/client-side-programming/events/onclientnodeediting.md index a11838103b..e278b80ac5 100644 --- a/controls/treeview/client-side-programming/events/onclientnodeediting.md +++ b/controls/treeview/client-side-programming/events/onclientnodeediting.md @@ -3,6 +3,7 @@ title: OnClientNodeEditing page_title: OnClientNodeEditing - RadTreeView description: Check our Web Forms article about OnClientNodeEditing. slug: treeview/client-side-programming/events/onclientnodeediting +components: ["treeview"] tags: onclientnodeediting published: True position: 9 diff --git a/controls/treeview/client-side-programming/events/onclientnodeeditstart.md b/controls/treeview/client-side-programming/events/onclientnodeeditstart.md index 5cd296292f..64e96c8f89 100644 --- a/controls/treeview/client-side-programming/events/onclientnodeeditstart.md +++ b/controls/treeview/client-side-programming/events/onclientnodeeditstart.md @@ -3,6 +3,7 @@ title: OnClientNodeEditStart page_title: OnClientNodeEditStart - RadTreeView description: Check our Web Forms article about OnClientNodeEditStart. slug: treeview/client-side-programming/events/onclientnodeeditstart +components: ["treeview"] tags: onclientnodeeditstart published: True position: 8 diff --git a/controls/treeview/client-side-programming/events/onclientnodeexpanded.md b/controls/treeview/client-side-programming/events/onclientnodeexpanded.md index d93aadf5be..3b6cf127b7 100644 --- a/controls/treeview/client-side-programming/events/onclientnodeexpanded.md +++ b/controls/treeview/client-side-programming/events/onclientnodeexpanded.md @@ -3,6 +3,7 @@ title: OnClientNodeExpanded page_title: OnClientNodeExpanded - RadTreeView description: Check our Web Forms article about OnClientNodeExpanded. slug: treeview/client-side-programming/events/onclientnodeexpanded +components: ["treeview"] tags: onclientnodeexpanded published: True position: 7 diff --git a/controls/treeview/client-side-programming/events/onclientnodeexpanding.md b/controls/treeview/client-side-programming/events/onclientnodeexpanding.md index 9701017936..98a8689624 100644 --- a/controls/treeview/client-side-programming/events/onclientnodeexpanding.md +++ b/controls/treeview/client-side-programming/events/onclientnodeexpanding.md @@ -3,6 +3,7 @@ title: OnClientNodeExpanding page_title: OnClientNodeExpanding - RadTreeView description: Check our Web Forms article about OnClientNodeExpanding. slug: treeview/client-side-programming/events/onclientnodeexpanding +components: ["treeview"] tags: onclientnodeexpanding published: True position: 6 diff --git a/controls/treeview/client-side-programming/events/onclientnodepopulated.md b/controls/treeview/client-side-programming/events/onclientnodepopulated.md index a80283e1e6..254f10563c 100644 --- a/controls/treeview/client-side-programming/events/onclientnodepopulated.md +++ b/controls/treeview/client-side-programming/events/onclientnodepopulated.md @@ -3,6 +3,7 @@ title: OnClientNodePopulated page_title: OnClientNodePopulated - RadTreeView description: Check our Web Forms article about OnClientNodePopulated. slug: treeview/client-side-programming/events/onclientnodepopulated +components: ["treeview"] tags: onclientnodepopulated published: True position: 5 diff --git a/controls/treeview/client-side-programming/events/onclientnodepopulating.md b/controls/treeview/client-side-programming/events/onclientnodepopulating.md index 14fa2cbb5d..dc63cfc3b2 100644 --- a/controls/treeview/client-side-programming/events/onclientnodepopulating.md +++ b/controls/treeview/client-side-programming/events/onclientnodepopulating.md @@ -3,6 +3,7 @@ title: OnClientNodePopulating page_title: OnClientNodePopulating - RadTreeView description: Check our Web Forms article about OnClientNodePopulating. slug: treeview/client-side-programming/events/onclientnodepopulating +components: ["treeview"] tags: onclientnodepopulating published: True position: 4 diff --git a/controls/treeview/client-side-programming/events/onclientnodepopulationfailed.md b/controls/treeview/client-side-programming/events/onclientnodepopulationfailed.md index 90df72d909..037369132c 100644 --- a/controls/treeview/client-side-programming/events/onclientnodepopulationfailed.md +++ b/controls/treeview/client-side-programming/events/onclientnodepopulationfailed.md @@ -3,6 +3,7 @@ title: OnClientNodePopulationFailed page_title: OnClientNodePopulationFailed - RadTreeView description: Check our Web Forms article about OnClientNodePopulationFailed. slug: treeview/client-side-programming/events/onclientnodepopulationfailed +components: ["treeview"] tags: onclientnodepopulationfailed published: True position: 3 diff --git a/controls/treeview/client-side-programming/events/onclienttemplatedatabound.md b/controls/treeview/client-side-programming/events/onclienttemplatedatabound.md index 265a5f088d..b7d743af66 100644 --- a/controls/treeview/client-side-programming/events/onclienttemplatedatabound.md +++ b/controls/treeview/client-side-programming/events/onclienttemplatedatabound.md @@ -3,6 +3,7 @@ title: OnClientTemplateDataBound page_title: OnClientTemplateDataBound - RadTreeView description: Check our Web Forms article about OnClientTemplateDataBound. slug: treeview/client-side-programming/events/onclienttemplatedatabound +components: ["treeview"] tags: onclienttemplatedatabound published: True position: 30 diff --git a/controls/treeview/client-side-programming/events/overview.md b/controls/treeview/client-side-programming/events/overview.md index 9d1326854f..26e59af1b7 100644 --- a/controls/treeview/client-side-programming/events/overview.md +++ b/controls/treeview/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Events Overview - RadTreeView description: Check our Web Forms article about Overview. slug: treeview/client-side-programming/events/overview +components: ["treeview"] tags: overview published: True position: 0 diff --git a/controls/treeview/client-side-programming/objects/radtreenode.md b/controls/treeview/client-side-programming/objects/radtreenode.md index 15a9eec888..f6a6a4934f 100644 --- a/controls/treeview/client-side-programming/objects/radtreenode.md +++ b/controls/treeview/client-side-programming/objects/radtreenode.md @@ -3,6 +3,7 @@ title: RadTreeNode page_title: RadTreeNode - RadTreeView description: Learn about the RadTreeNode object and its client-side API for managing individual nodes in a TreeView. slug: treeview/client-side-programming/objects/radtreenode +components: ["treeview"] tags: radtreenode published: True position: 1 diff --git a/controls/treeview/client-side-programming/objects/radtreenodecollection.md b/controls/treeview/client-side-programming/objects/radtreenodecollection.md index bab596319b..219b9a039f 100644 --- a/controls/treeview/client-side-programming/objects/radtreenodecollection.md +++ b/controls/treeview/client-side-programming/objects/radtreenodecollection.md @@ -3,6 +3,7 @@ title: RadTreeNodeCollection page_title: RadTreeNodeCollection - RadTreeView description: Check our Web Forms article about RadTreeNodeCollection. slug: treeview/client-side-programming/objects/radtreenodecollection +components: ["treeview"] tags: radtreenodecollection published: True position: 2 diff --git a/controls/treeview/client-side-programming/objects/radtreeview.md b/controls/treeview/client-side-programming/objects/radtreeview.md index 8b46e40dcc..d127d9b3fa 100644 --- a/controls/treeview/client-side-programming/objects/radtreeview.md +++ b/controls/treeview/client-side-programming/objects/radtreeview.md @@ -3,6 +3,7 @@ title: RadTreeView page_title: RadTreeView - RadTreeView description: Discover the RadTreeView object and its client-side API for managing hierarchical data structures. slug: treeview/client-side-programming/objects/radtreeview +components: ["treeview"] tags: radtreeview published: True position: 0 diff --git a/controls/treeview/client-side-programming/overview.md b/controls/treeview/client-side-programming/overview.md index fa4882da9c..bb99afc8a7 100644 --- a/controls/treeview/client-side-programming/overview.md +++ b/controls/treeview/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadTreeView description: Check our Web Forms article about Overview. slug: treeview/client-side-programming/overview +components: ["treeview"] tags: overview published: True position: 0 diff --git a/controls/treeview/context-menus/creating-context-menus-at-runtime.md b/controls/treeview/context-menus/creating-context-menus-at-runtime.md index 1990d83b65..aa72baea04 100644 --- a/controls/treeview/context-menus/creating-context-menus-at-runtime.md +++ b/controls/treeview/context-menus/creating-context-menus-at-runtime.md @@ -3,6 +3,7 @@ title: Creating Context Menus at Runtime page_title: Creating Context Menus at Runtime - RadTreeView description: Check our Web Forms article about Creating Context Menus at Runtime. slug: treeview/context-menus/creating-context-menus-at-runtime +components: ["treeview"] tags: creating,context,menus,at,runtime published: True position: 2 diff --git a/controls/treeview/context-menus/creating-context-menus-at-the-client.md b/controls/treeview/context-menus/creating-context-menus-at-the-client.md index c0bb34a360..5e5eef11f1 100644 --- a/controls/treeview/context-menus/creating-context-menus-at-the-client.md +++ b/controls/treeview/context-menus/creating-context-menus-at-the-client.md @@ -3,6 +3,7 @@ title: Creating Context Menus at the Client page_title: Creating Context Menus at the Client - RadTreeView description: Check our Web Forms article about Creating Context Menus at the Client. slug: treeview/context-menus/creating-context-menus-at-the-client +components: ["treeview"] tags: creating,context,menus,at,the,client published: True position: 3 diff --git a/controls/treeview/context-menus/creating-context-menus-from-xml-files.md b/controls/treeview/context-menus/creating-context-menus-from-xml-files.md index c1a26692e5..ca79d5cdec 100644 --- a/controls/treeview/context-menus/creating-context-menus-from-xml-files.md +++ b/controls/treeview/context-menus/creating-context-menus-from-xml-files.md @@ -3,6 +3,7 @@ title: Creating Context Menus from XML Files page_title: Creating Context Menus from XML Files - RadTreeView description: Check our Web Forms article about Creating Context Menus from XML Files. slug: treeview/context-menus/creating-context-menus-from-xml-files +components: ["treeview"] tags: creating,context,menus,from,xml,files published: True position: 4 diff --git a/controls/treeview/context-menus/overview.md b/controls/treeview/context-menus/overview.md index 3131cc81c8..11989ceab0 100644 --- a/controls/treeview/context-menus/overview.md +++ b/controls/treeview/context-menus/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Context Menus Overview - RadTreeView description: Check our Web Forms article about Overview. slug: treeview/context-menus/overview +components: ["treeview"] tags: overview published: True position: 0 diff --git a/controls/treeview/context-menus/tutorial-on-creating-a-context-menu-at-design-time.md b/controls/treeview/context-menus/tutorial-on-creating-a-context-menu-at-design-time.md index b1c9bb918e..650224d7fe 100644 --- a/controls/treeview/context-menus/tutorial-on-creating-a-context-menu-at-design-time.md +++ b/controls/treeview/context-menus/tutorial-on-creating-a-context-menu-at-design-time.md @@ -3,6 +3,7 @@ title: Tutorial on Creating a Context Menu at Design Time page_title: Tutorial on Creating a Context Menu at Design Time - RadTreeView description: Check our Web Forms article about Tutorial on Creating a Context Menu at Design Time. slug: treeview/context-menus/tutorial-on-creating-a-context-menu-at-design-time +components: ["treeview"] tags: tutorial,on,creating,a,context,menu,at,design,time published: True position: 1 diff --git a/controls/treeview/custom-attributes/custom-attributes-overview.md b/controls/treeview/custom-attributes/custom-attributes-overview.md index ac5c90a2f5..dae41123e8 100644 --- a/controls/treeview/custom-attributes/custom-attributes-overview.md +++ b/controls/treeview/custom-attributes/custom-attributes-overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Custom Attributes Overview - RadTreeView description: Check our Web Forms article about Custom Attributes Overview. slug: treeview/custom-attributes/custom-attributes-overview +components: ["treeview"] tags: custom,attributes,overview published: True position: 0 diff --git a/controls/treeview/custom-attributes/using-custom-attributes-at-the-client.md b/controls/treeview/custom-attributes/using-custom-attributes-at-the-client.md index fa053e45b7..179368ef28 100644 --- a/controls/treeview/custom-attributes/using-custom-attributes-at-the-client.md +++ b/controls/treeview/custom-attributes/using-custom-attributes-at-the-client.md @@ -3,6 +3,7 @@ title: Using Custom Attributes Client-side page_title: Using Custom Attributes at the Client - RadTreeView description: Check our Web Forms article about Using Custom Attributes at the Client. slug: treeview/custom-attributes/using-custom-attributes-at-the-client +components: ["treeview"] tags: using,custom,attributes,at,the,client published: True position: 3 diff --git a/controls/treeview/custom-attributes/using-custom-attributes-at-the-server.md b/controls/treeview/custom-attributes/using-custom-attributes-at-the-server.md index 2773ceae0b..cbe7e32a6c 100644 --- a/controls/treeview/custom-attributes/using-custom-attributes-at-the-server.md +++ b/controls/treeview/custom-attributes/using-custom-attributes-at-the-server.md @@ -3,6 +3,7 @@ title: Using Custom Attributes Server-side page_title: Using Custom Attributes at the Server - RadTreeView description: Check our Web Forms article about Using Custom Attributes at the Server. slug: treeview/custom-attributes/using-custom-attributes-at-the-server +components: ["treeview"] tags: using,custom,attributes,at,the,server published: True position: 2 diff --git a/controls/treeview/custom-attributes/using-custom-attributes-declaratively.md b/controls/treeview/custom-attributes/using-custom-attributes-declaratively.md index 70e84370f7..647df98f1c 100644 --- a/controls/treeview/custom-attributes/using-custom-attributes-declaratively.md +++ b/controls/treeview/custom-attributes/using-custom-attributes-declaratively.md @@ -3,6 +3,7 @@ title: Using Custom Attributes Declaratively page_title: Using Custom Attributes Declaratively - RadTreeView description: Check our Web Forms article about Using Custom Attributes Declaratively. slug: treeview/custom-attributes/using-custom-attributes-declaratively +components: ["treeview"] tags: using,custom,attributes,declaratively published: True position: 1 diff --git a/controls/treeview/data-binding/binding-to-array-and-arraylist.md b/controls/treeview/data-binding/binding-to-array-and-arraylist.md index 341f3e2556..d8072aa465 100644 --- a/controls/treeview/data-binding/binding-to-array-and-arraylist.md +++ b/controls/treeview/data-binding/binding-to-array-and-arraylist.md @@ -3,6 +3,7 @@ title: Binding to Array and ArrayList page_title: Binding to Array and ArrayList - RadTreeView description: Check our Web Forms article about Binding to Array and ArrayList. slug: treeview/data-binding/binding-to-array-and-arraylist +components: ["treeview"] tags: binding,to,array,and,arraylist published: True position: 1 diff --git a/controls/treeview/data-binding/binding-to-asp.net-datasource-components.md b/controls/treeview/data-binding/binding-to-asp.net-datasource-components.md index 9f27029b14..52e2400a71 100644 --- a/controls/treeview/data-binding/binding-to-asp.net-datasource-components.md +++ b/controls/treeview/data-binding/binding-to-asp.net-datasource-components.md @@ -3,6 +3,7 @@ title: Binding to ASP.NET DataSource Components page_title: Binding to ASP.NET DataSource Components - RadTreeView description: Check our Web Forms article about Binding to ASP.NET DataSource Components. slug: treeview/data-binding/binding-to-asp.net-datasource-components +components: ["treeview"] tags: binding,to,asp.net,datasource,components published: True position: 3 diff --git a/controls/treeview/data-binding/binding-to-datatable.md b/controls/treeview/data-binding/binding-to-datatable.md index e6c973650d..717ada85df 100644 --- a/controls/treeview/data-binding/binding-to-datatable.md +++ b/controls/treeview/data-binding/binding-to-datatable.md @@ -3,6 +3,7 @@ title: Binding to DataTable page_title: Binding to DataTable - RadTreeView description: Check our Web Forms article about Binding to DataTable. slug: treeview/data-binding/binding-to-datatable +components: ["treeview"] tags: binding,to,datatable published: True position: 2 diff --git a/controls/treeview/data-binding/binding-to-hierarchical-data.md b/controls/treeview/data-binding/binding-to-hierarchical-data.md index 850905f6b1..6e7e63fa2d 100644 --- a/controls/treeview/data-binding/binding-to-hierarchical-data.md +++ b/controls/treeview/data-binding/binding-to-hierarchical-data.md @@ -3,6 +3,7 @@ title: Binding to Hierarchical Data page_title: Binding to Hierarchical Data - RadTreeView description: Check our Web Forms article about Binding to Hierarchical Data. slug: treeview/data-binding/binding-to-hierarchical-data +components: ["treeview"] tags: binding,to,hierarchical,data published: True position: 4 diff --git a/controls/treeview/data-binding/binding-to-odata.md b/controls/treeview/data-binding/binding-to-odata.md index c3a4519054..cca9629f70 100644 --- a/controls/treeview/data-binding/binding-to-odata.md +++ b/controls/treeview/data-binding/binding-to-odata.md @@ -3,6 +3,7 @@ title: Binding to OData page_title: Binding to OData - RadTreeView description: Check our Web Forms article about Binding to OData. slug: treeview/data-binding/binding-to-odata +components: ["treeview"] tags: binding,to,odata published: True position: 7 diff --git a/controls/treeview/data-binding/binding-to-radclientdatasource.md b/controls/treeview/data-binding/binding-to-radclientdatasource.md index 919c1011b8..f4b97dda6e 100644 --- a/controls/treeview/data-binding/binding-to-radclientdatasource.md +++ b/controls/treeview/data-binding/binding-to-radclientdatasource.md @@ -3,6 +3,7 @@ title: Binding to RadClientDataSource page_title: Binding to RadClientDataSource - RadTreeView description: Check our Web Forms article about Binding to RadClientDataSource. slug: treeview/data-binding/binding-to-radclientdatasource +components: ["treeview"] tags: binding,to,radclientdatasource published: True position: 8 diff --git a/controls/treeview/data-binding/loading-xml-content.md b/controls/treeview/data-binding/loading-xml-content.md index 2d004eb532..89c467683d 100644 --- a/controls/treeview/data-binding/loading-xml-content.md +++ b/controls/treeview/data-binding/loading-xml-content.md @@ -3,6 +3,7 @@ title: Loading XML Content page_title: Loading XML Content - RadTreeView description: Check our Web Forms article about Loading XML Content. slug: treeview/data-binding/loading-xml-content +components: ["treeview"] tags: loading,xml,content published: True position: 5 diff --git a/controls/treeview/data-binding/overview.md b/controls/treeview/data-binding/overview.md index 5bf90b5d26..049022674b 100644 --- a/controls/treeview/data-binding/overview.md +++ b/controls/treeview/data-binding/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Data Binding Overview - RadTreeView description: Check our Web Forms article about Overview. slug: treeview/data-binding/overview +components: ["treeview"] tags: overview published: True position: 0 diff --git a/controls/treeview/data-binding/using-additional-columns.md b/controls/treeview/data-binding/using-additional-columns.md index 93ac5163ee..dc5f377bc6 100644 --- a/controls/treeview/data-binding/using-additional-columns.md +++ b/controls/treeview/data-binding/using-additional-columns.md @@ -3,6 +3,7 @@ title: Using Additional Columns page_title: Using Additional Columns - RadTreeView description: Check our Web Forms article about Using Additional Columns. slug: treeview/data-binding/using-additional-columns +components: ["treeview"] tags: using,additional,columns published: True position: 6 diff --git a/controls/treeview/design-time/binding-to-linqdatasource.md b/controls/treeview/design-time/binding-to-linqdatasource.md index 06cf280ac1..87b351e8a7 100644 --- a/controls/treeview/design-time/binding-to-linqdatasource.md +++ b/controls/treeview/design-time/binding-to-linqdatasource.md @@ -3,6 +3,7 @@ title: Binding to LinqDataSource page_title: Binding to LinqDataSource - RadTreeView description: Check our Web Forms article about Binding to LinqDataSource. slug: treeview/design-time/binding-to-linqdatasource +components: ["treeview"] tags: binding,to,linqdatasource published: True position: 3 diff --git a/controls/treeview/design-time/radtreeview-item-builder.md b/controls/treeview/design-time/radtreeview-item-builder.md index 2822fb7282..33b4c6ef89 100644 --- a/controls/treeview/design-time/radtreeview-item-builder.md +++ b/controls/treeview/design-time/radtreeview-item-builder.md @@ -3,6 +3,7 @@ title: RadTreeView Item Builder page_title: RadTreeView Item Builder - RadTreeView description: Check our Web Forms article about RadTreeView Item Builder. slug: treeview/design-time/radtreeview-item-builder +components: ["treeview"] tags: radtreeview,item,builder published: True position: 1 diff --git a/controls/treeview/design-time/smart-tag.md b/controls/treeview/design-time/smart-tag.md index 49b07a1b59..b6a7789525 100644 --- a/controls/treeview/design-time/smart-tag.md +++ b/controls/treeview/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadTreeView description: Check our Web Forms article about Smart Tag. slug: treeview/design-time/smart-tag +components: ["treeview"] tags: smart,tag published: True position: 0 diff --git a/controls/treeview/design-time/template-design-surface.md b/controls/treeview/design-time/template-design-surface.md index 21cf581e05..d1573e10fc 100644 --- a/controls/treeview/design-time/template-design-surface.md +++ b/controls/treeview/design-time/template-design-surface.md @@ -3,6 +3,7 @@ title: Template Design Surface page_title: Template Design Surface - RadTreeView description: Check our Web Forms article about Template Design Surface. slug: treeview/design-time/template-design-surface +components: ["treeview"] tags: template,design,surface published: True position: 2 diff --git a/controls/treeview/drag-and-drop/between-nodes.md b/controls/treeview/drag-and-drop/between-nodes.md index 31d6c76e63..3dc52c3e4e 100644 --- a/controls/treeview/drag-and-drop/between-nodes.md +++ b/controls/treeview/drag-and-drop/between-nodes.md @@ -3,6 +3,7 @@ title: Between Nodes page_title: Between Nodes - RadTreeView description: Check our Web Forms article about Between Nodes. slug: treeview/drag-and-drop/between-nodes +components: ["treeview"] tags: between,nodes published: True position: 1 diff --git a/controls/treeview/drag-and-drop/between-trees.md b/controls/treeview/drag-and-drop/between-trees.md index d2d5a643e0..c9410f893d 100644 --- a/controls/treeview/drag-and-drop/between-trees.md +++ b/controls/treeview/drag-and-drop/between-trees.md @@ -3,6 +3,7 @@ title: Between Trees page_title: Between Trees - RadTreeView description: Check our Web Forms article about Between Trees. slug: treeview/drag-and-drop/between-trees +components: ["treeview"] tags: between,trees published: True position: 2 diff --git a/controls/treeview/drag-and-drop/overview.md b/controls/treeview/drag-and-drop/overview.md index 9652cb8a0c..e5bf68570a 100644 --- a/controls/treeview/drag-and-drop/overview.md +++ b/controls/treeview/drag-and-drop/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Drag and Drop Overview - RadTreeView description: Check our Web Forms article about Overview. slug: treeview/drag-and-drop/overview +components: ["treeview"] tags: overview published: True position: 0 diff --git a/controls/treeview/drag-and-drop/to-any-html-element.md b/controls/treeview/drag-and-drop/to-any-html-element.md index 38f60b78e3..6706420368 100644 --- a/controls/treeview/drag-and-drop/to-any-html-element.md +++ b/controls/treeview/drag-and-drop/to-any-html-element.md @@ -3,6 +3,7 @@ title: To Any HTML Element page_title: To Any HTML Element - RadTreeView description: Check our Web Forms article about To Any HTML Element. slug: treeview/drag-and-drop/to-any-html-element +components: ["treeview"] tags: to,any,html,element published: True position: 3 diff --git a/controls/treeview/getting-started/binding-to-a-database.md b/controls/treeview/getting-started/binding-to-a-database.md index 5746c555f7..53ff1f7868 100644 --- a/controls/treeview/getting-started/binding-to-a-database.md +++ b/controls/treeview/getting-started/binding-to-a-database.md @@ -3,6 +3,7 @@ title: Binding to a Database page_title: Binding to a Database - RadTreeView description: Check our Web Forms article about Binding to a Database. slug: treeview/getting-started/binding-to-a-database +components: ["treeview"] tags: binding,to,a,database published: True position: 1 diff --git a/controls/treeview/getting-started/building-a-simple-treeview.md b/controls/treeview/getting-started/building-a-simple-treeview.md index c70003918c..d8a306aede 100644 --- a/controls/treeview/getting-started/building-a-simple-treeview.md +++ b/controls/treeview/getting-started/building-a-simple-treeview.md @@ -3,6 +3,7 @@ title: Building a Simple TreeView page_title: Building a Simple TreeView - RadTreeView description: Check our Web Forms article about Building a Simple TreeView. slug: treeview/getting-started/building-a-simple-treeview +components: ["treeview"] tags: building,a,simple,treeview published: True position: 0 diff --git a/controls/treeview/load-on-demand/client-side-binding.md b/controls/treeview/load-on-demand/client-side-binding.md index 6488f49dc6..a67c6bbc8c 100644 --- a/controls/treeview/load-on-demand/client-side-binding.md +++ b/controls/treeview/load-on-demand/client-side-binding.md @@ -3,6 +3,7 @@ title: Client-side Binding page_title: Client-side Binding - RadTreeView description: Check our Web Forms article about Client-side Binding. slug: treeview/load-on-demand/client-side-binding +components: ["treeview"] tags: client-side,binding published: True position: 2 diff --git a/controls/treeview/load-on-demand/overview.md b/controls/treeview/load-on-demand/overview.md index faee456aab..00d0fd596b 100644 --- a/controls/treeview/load-on-demand/overview.md +++ b/controls/treeview/load-on-demand/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Load On Demand Overview - RadTreeView description: Check our Web Forms article about Overview. slug: treeview/load-on-demand/overview +components: ["treeview"] tags: overview published: True position: 0 diff --git a/controls/treeview/load-on-demand/properties.md b/controls/treeview/load-on-demand/properties.md index 4ec92115d7..6327e769eb 100644 --- a/controls/treeview/load-on-demand/properties.md +++ b/controls/treeview/load-on-demand/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: Properties - RadTreeView description: Check our Web Forms article about Properties. slug: treeview/load-on-demand/properties +components: ["treeview"] tags: properties published: True position: 6 diff --git a/controls/treeview/load-on-demand/server-side-binding.md b/controls/treeview/load-on-demand/server-side-binding.md index 273ebcb39d..9ca11c317d 100644 --- a/controls/treeview/load-on-demand/server-side-binding.md +++ b/controls/treeview/load-on-demand/server-side-binding.md @@ -3,6 +3,7 @@ title: Server-side Binding page_title: Server-side Binding - RadTreeView description: Check our Web Forms article about Server-side Binding. slug: treeview/load-on-demand/server-side-binding +components: ["treeview"] tags: server-side,binding published: True position: 1 diff --git a/controls/treeview/load-on-demand/tutorial-on-web-service-binding.md b/controls/treeview/load-on-demand/tutorial-on-web-service-binding.md index c33d6613d3..436b7ef60f 100644 --- a/controls/treeview/load-on-demand/tutorial-on-web-service-binding.md +++ b/controls/treeview/load-on-demand/tutorial-on-web-service-binding.md @@ -3,6 +3,7 @@ title: Tutorial on Web Service Binding page_title: Tutorial on Web Service Binding - RadTreeView description: Check our Web Forms article about Tutorial on Web Service Binding. slug: treeview/load-on-demand/tutorial-on-web-service-binding +components: ["treeview"] tags: tutorial,on,web,service,binding published: True position: 3 diff --git a/controls/treeview/load-on-demand/wcf-service-binding.md b/controls/treeview/load-on-demand/wcf-service-binding.md index 910b6a3f52..33763461a1 100644 --- a/controls/treeview/load-on-demand/wcf-service-binding.md +++ b/controls/treeview/load-on-demand/wcf-service-binding.md @@ -3,6 +3,7 @@ title: WCF Service Binding page_title: WCF Service Binding - RadTreeView description: Check our Web Forms article about WCF Service Binding. slug: treeview/load-on-demand/wcf-service-binding +components: ["treeview"] tags: wcf,service,binding published: True position: 5 diff --git a/controls/treeview/load-on-demand/web-service-binding.md b/controls/treeview/load-on-demand/web-service-binding.md index 9d504440c9..8207694a40 100644 --- a/controls/treeview/load-on-demand/web-service-binding.md +++ b/controls/treeview/load-on-demand/web-service-binding.md @@ -3,6 +3,7 @@ title: Web Service Binding page_title: Web Service Binding - RadTreeView description: Check our Web Forms article about Web Service Binding. slug: treeview/load-on-demand/web-service-binding +components: ["treeview"] tags: web,service,binding published: True position: 4 diff --git a/controls/treeview/migrating-from-radtreeview-for-asp.net-to-asp.net-ajax.md b/controls/treeview/migrating-from-radtreeview-for-asp.net-to-asp.net-ajax.md index 598d919ccc..818785b322 100644 --- a/controls/treeview/migrating-from-radtreeview-for-asp.net-to-asp.net-ajax.md +++ b/controls/treeview/migrating-from-radtreeview-for-asp.net-to-asp.net-ajax.md @@ -3,6 +3,7 @@ title: Migrating from RadTreeView for ASP.NET to ASP.NET AJAX page_title: Migrating from RadTreeView for ASP.NET to ASP.NET AJAX - RadTreeView description: Check our Web Forms article about Migrating from RadTreeView for ASP.NET to ASP.NET AJAX. slug: treeview/migrating-from-radtreeview-for-asp.net-to-asp.net-ajax +components: ["treeview"] tags: migrating,from,radtreeview,for,asp.net,to,asp.net,ajax published: True position: 4 diff --git a/controls/treeview/mobile-support/render-modes.md b/controls/treeview/mobile-support/render-modes.md index 749c91cb60..88bd123cd4 100644 --- a/controls/treeview/mobile-support/render-modes.md +++ b/controls/treeview/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadTreeView description: Check our Web Forms article about Render Modes. slug: treeview/mobile-support/render-modes +components: ["treeview"] tags: render,modes published: True position: 1 diff --git a/controls/treeview/overview.md b/controls/treeview/overview.md index 3a762bcdf4..90d36de84d 100644 --- a/controls/treeview/overview.md +++ b/controls/treeview/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadTreeView Overview description: Learn about the TreeView control and its features for displaying hierarchical data structures. slug: treeview/overview +components: ["treeview"] tags: overview published: True position: 0 diff --git a/controls/treeview/radtreeview-nodes/creating-node-structure-in-line.md b/controls/treeview/radtreeview-nodes/creating-node-structure-in-line.md index 1cffb28d3f..4b14d55085 100644 --- a/controls/treeview/radtreeview-nodes/creating-node-structure-in-line.md +++ b/controls/treeview/radtreeview-nodes/creating-node-structure-in-line.md @@ -3,6 +3,7 @@ title: Creating Node Structure In-Line page_title: Creating Node Structure In-Line - RadTreeView description: Check our Web Forms article about Creating Node Structure In-Line. slug: treeview/radtreeview-nodes/creating-node-structure-in-line +components: ["treeview"] tags: creating,node,structure,in-line published: True position: 1 diff --git a/controls/treeview/radtreeview-nodes/overview.md b/controls/treeview/radtreeview-nodes/overview.md index 3ee2779dbc..eeb2f57d29 100644 --- a/controls/treeview/radtreeview-nodes/overview.md +++ b/controls/treeview/radtreeview-nodes/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadTreeView Nodes Overview description: Check our Web Forms article about Overview. slug: treeview/radtreeview-nodes/overview +components: ["treeview"] tags: overview published: True position: 0 diff --git a/controls/treeview/radtreeview-nodes/working-with-nodes-at-the-client.md b/controls/treeview/radtreeview-nodes/working-with-nodes-at-the-client.md index 97f173d51a..024d1758df 100644 --- a/controls/treeview/radtreeview-nodes/working-with-nodes-at-the-client.md +++ b/controls/treeview/radtreeview-nodes/working-with-nodes-at-the-client.md @@ -3,6 +3,7 @@ title: Working with Nodes on the Client page_title: Working with Nodes on the Client - RadTreeView description: Check our Web Forms article about Working with Nodes on the Client. slug: treeview/radtreeview-nodes/working-with-nodes-at-the-client +components: ["treeview"] tags: working,with,nodes,at,the,client published: True position: 3 diff --git a/controls/treeview/radtreeview-nodes/working-with-nodes-at-the-server.md b/controls/treeview/radtreeview-nodes/working-with-nodes-at-the-server.md index 0b37815180..ccc4397465 100644 --- a/controls/treeview/radtreeview-nodes/working-with-nodes-at-the-server.md +++ b/controls/treeview/radtreeview-nodes/working-with-nodes-at-the-server.md @@ -3,6 +3,7 @@ title: Working with Nodes on the Server page_title: Working with Nodes on the Server - RadTreeView description: Check our Web Forms article about Working with Nodes on the Server. slug: treeview/radtreeview-nodes/working-with-nodes-at-the-server +components: ["treeview"] tags: working,with,nodes,at,the,server published: True position: 2 diff --git a/controls/treeview/radtreeview-structure.md b/controls/treeview/radtreeview-structure.md index b1ec32f358..d2314374cd 100644 --- a/controls/treeview/radtreeview-structure.md +++ b/controls/treeview/radtreeview-structure.md @@ -3,6 +3,7 @@ title: RadTreeView Structure page_title: RadTreeView Structure - RadTreeView description: Check our Web Forms article about RadTreeView Structure. slug: treeview/radtreeview-structure +components: ["treeview"] tags: radtreeview,structure published: True position: 1 diff --git a/controls/treeview/server-side-programming/events/contextmenuitemclick.md b/controls/treeview/server-side-programming/events/contextmenuitemclick.md index af9664db0e..39f49bc4f2 100644 --- a/controls/treeview/server-side-programming/events/contextmenuitemclick.md +++ b/controls/treeview/server-side-programming/events/contextmenuitemclick.md @@ -3,6 +3,7 @@ title: ContextMenuItemClick page_title: ContextMenuItemClick - RadTreeView description: Check our Web Forms article about ContextMenuItemClick. slug: treeview/server-side-programming/events/contextmenuitemclick +components: ["treeview"] tags: contextmenuitemclick published: True position: 1 diff --git a/controls/treeview/server-side-programming/events/nodecheck.md b/controls/treeview/server-side-programming/events/nodecheck.md index 6d9f587966..a21e463224 100644 --- a/controls/treeview/server-side-programming/events/nodecheck.md +++ b/controls/treeview/server-side-programming/events/nodecheck.md @@ -3,6 +3,7 @@ title: NodeCheck page_title: NodeCheck - RadTreeView description: Check our Web Forms article about NodeCheck. slug: treeview/server-side-programming/events/nodecheck +components: ["treeview"] tags: nodecheck published: True position: 9 diff --git a/controls/treeview/server-side-programming/events/nodeclick.md b/controls/treeview/server-side-programming/events/nodeclick.md index e77c854b50..2dc6594d13 100644 --- a/controls/treeview/server-side-programming/events/nodeclick.md +++ b/controls/treeview/server-side-programming/events/nodeclick.md @@ -3,6 +3,7 @@ title: NodeClick page_title: NodeClick - RadTreeView description: Check our Web Forms article about NodeClick. slug: treeview/server-side-programming/events/nodeclick +components: ["treeview"] tags: nodeclick published: True position: 8 diff --git a/controls/treeview/server-side-programming/events/nodecollapse.md b/controls/treeview/server-side-programming/events/nodecollapse.md index 827ab80db1..3636aba78f 100644 --- a/controls/treeview/server-side-programming/events/nodecollapse.md +++ b/controls/treeview/server-side-programming/events/nodecollapse.md @@ -3,6 +3,7 @@ title: NodeCollapse page_title: NodeCollapse - RadTreeView description: Check our Web Forms article about NodeCollapse. slug: treeview/server-side-programming/events/nodecollapse +components: ["treeview"] tags: nodecollapse published: True position: 7 diff --git a/controls/treeview/server-side-programming/events/nodecreated.md b/controls/treeview/server-side-programming/events/nodecreated.md index 1ecad4378b..fb3f52db17 100644 --- a/controls/treeview/server-side-programming/events/nodecreated.md +++ b/controls/treeview/server-side-programming/events/nodecreated.md @@ -3,6 +3,7 @@ title: NodeCreated page_title: NodeCreated - RadTreeView description: Check our Web Forms article about NodeCreated. slug: treeview/server-side-programming/events/nodecreated +components: ["treeview"] tags: nodecreated published: True position: 6 diff --git a/controls/treeview/server-side-programming/events/nodedatabound.md b/controls/treeview/server-side-programming/events/nodedatabound.md index 327a6c6674..dc9a3dd583 100644 --- a/controls/treeview/server-side-programming/events/nodedatabound.md +++ b/controls/treeview/server-side-programming/events/nodedatabound.md @@ -3,6 +3,7 @@ title: NodeDataBound page_title: NodeDataBound - RadTreeView description: Check our Web Forms article about NodeDataBound. slug: treeview/server-side-programming/events/nodedatabound +components: ["treeview"] tags: nodedatabound published: True position: 5 diff --git a/controls/treeview/server-side-programming/events/nodedrop.md b/controls/treeview/server-side-programming/events/nodedrop.md index 20d2953d97..61ccf10352 100644 --- a/controls/treeview/server-side-programming/events/nodedrop.md +++ b/controls/treeview/server-side-programming/events/nodedrop.md @@ -3,6 +3,7 @@ title: NodeDrop page_title: NodeDrop - RadTreeView description: Check our Web Forms article about NodeDrop. slug: treeview/server-side-programming/events/nodedrop +components: ["treeview"] tags: nodedrop published: True position: 4 diff --git a/controls/treeview/server-side-programming/events/nodeedit.md b/controls/treeview/server-side-programming/events/nodeedit.md index 804ae36762..f1de0b2f46 100644 --- a/controls/treeview/server-side-programming/events/nodeedit.md +++ b/controls/treeview/server-side-programming/events/nodeedit.md @@ -3,6 +3,7 @@ title: NodeEdit page_title: NodeEdit - RadTreeView description: Check our Web Forms article about NodeEdit. slug: treeview/server-side-programming/events/nodeedit +components: ["treeview"] tags: nodeedit published: True position: 3 diff --git a/controls/treeview/server-side-programming/events/nodeexpand.md b/controls/treeview/server-side-programming/events/nodeexpand.md index 202f18843b..9727f381fa 100644 --- a/controls/treeview/server-side-programming/events/nodeexpand.md +++ b/controls/treeview/server-side-programming/events/nodeexpand.md @@ -3,6 +3,7 @@ title: NodeExpand page_title: NodeExpand - RadTreeView description: Check our Web Forms article about NodeExpand. slug: treeview/server-side-programming/events/nodeexpand +components: ["treeview"] tags: nodeexpand published: True position: 2 diff --git a/controls/treeview/server-side-programming/events/overview.md b/controls/treeview/server-side-programming/events/overview.md index 8aedbf1343..8f5ce3cc10 100644 --- a/controls/treeview/server-side-programming/events/overview.md +++ b/controls/treeview/server-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Events Overview - RadTreeView description: Check our Web Forms article about Overview. slug: treeview/server-side-programming/events/overview +components: ["treeview"] tags: overview published: True position: 0 diff --git a/controls/treeview/server-side-programming/finding-nodes-at-runtime.md b/controls/treeview/server-side-programming/finding-nodes-at-runtime.md index e251989670..a6c18a9832 100644 --- a/controls/treeview/server-side-programming/finding-nodes-at-runtime.md +++ b/controls/treeview/server-side-programming/finding-nodes-at-runtime.md @@ -3,6 +3,7 @@ title: Finding Nodes at Runtime page_title: Finding Nodes at Runtime - RadTreeView description: Check our Web Forms article about Finding Nodes at Runtime. slug: treeview/server-side-programming/finding-nodes-at-runtime +components: ["treeview"] tags: finding,nodes,at,runtime published: True position: 2 diff --git a/controls/treeview/server-side-programming/navigating-to-a-url.md b/controls/treeview/server-side-programming/navigating-to-a-url.md index d5115c1024..abeef82ded 100644 --- a/controls/treeview/server-side-programming/navigating-to-a-url.md +++ b/controls/treeview/server-side-programming/navigating-to-a-url.md @@ -3,6 +3,7 @@ title: Navigating to a URL page_title: Navigating to a URL - RadTreeView description: Check our Web Forms article about Navigating to a URL. slug: treeview/server-side-programming/navigating-to-a-url +components: ["treeview"] tags: navigating,to,a,url published: True position: 5 diff --git a/controls/treeview/server-side-programming/overview.md b/controls/treeview/server-side-programming/overview.md index 8e31f971ea..3a714271e4 100644 --- a/controls/treeview/server-side-programming/overview.md +++ b/controls/treeview/server-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Programming Overview - RadTreeView description: Check our Web Forms article about Overview. slug: treeview/server-side-programming/overview +components: ["treeview"] tags: overview published: True position: 0 diff --git a/controls/treeview/server-side-programming/single-expand-path.md b/controls/treeview/server-side-programming/single-expand-path.md index 44537a388c..081a0f98e2 100644 --- a/controls/treeview/server-side-programming/single-expand-path.md +++ b/controls/treeview/server-side-programming/single-expand-path.md @@ -3,6 +3,7 @@ title: Single Expand Path page_title: Single Expand Path - RadTreeView description: Check our Web Forms article about Single Expand Path. slug: treeview/server-side-programming/single-expand-path +components: ["treeview"] tags: single,expand,path published: True position: 6 diff --git a/controls/treeview/server-side-programming/traversing-nodes.md b/controls/treeview/server-side-programming/traversing-nodes.md index 364cd6499f..d3edb84126 100644 --- a/controls/treeview/server-side-programming/traversing-nodes.md +++ b/controls/treeview/server-side-programming/traversing-nodes.md @@ -3,6 +3,7 @@ title: Traversing Nodes page_title: Traversing Nodes - RadTreeView description: Check our Web Forms article about Traversing Nodes. slug: treeview/server-side-programming/traversing-nodes +components: ["treeview"] tags: traversing,nodes published: True position: 1 diff --git a/controls/treeview/server-side-programming/tutorial-on-finding-nodes.md b/controls/treeview/server-side-programming/tutorial-on-finding-nodes.md index c20c406fe9..d102663ccf 100644 --- a/controls/treeview/server-side-programming/tutorial-on-finding-nodes.md +++ b/controls/treeview/server-side-programming/tutorial-on-finding-nodes.md @@ -3,6 +3,7 @@ title: Tutorial on Finding Nodes page_title: Tutorial on Finding Nodes - RadTreeView description: Check our Web Forms article about Tutorial on Finding Nodes. slug: treeview/server-side-programming/tutorial-on-finding-nodes +components: ["treeview"] tags: finding,nodes,tutorial published: True position: 1 diff --git a/controls/treeview/server-side-programming/using-the-node-controls-collection.md b/controls/treeview/server-side-programming/using-the-node-controls-collection.md index 975e5bad3c..3d6fa55084 100644 --- a/controls/treeview/server-side-programming/using-the-node-controls-collection.md +++ b/controls/treeview/server-side-programming/using-the-node-controls-collection.md @@ -3,6 +3,7 @@ title: Using the Node Controls Collection page_title: Using the Node Controls Collection - RadTreeView description: Check our Web Forms article about Using the Node Controls Collection. slug: treeview/server-side-programming/using-the-node-controls-collection +components: ["treeview"] tags: using,the,node,controls,collection published: True position: 4 diff --git a/controls/treeview/standards-compliance.md b/controls/treeview/standards-compliance.md index 9ef24ed446..929583c43d 100644 --- a/controls/treeview/standards-compliance.md +++ b/controls/treeview/standards-compliance.md @@ -3,6 +3,7 @@ title: Standards Compliance page_title: RadTreeView Standards Compliance - RadTreeView description: Check our Web Forms article about RadTreeView Standards Compliance. slug: treeview/standards-compliance +components: ["treeview"] tags: radtreeview,standards,compliance published: True position: 2 diff --git a/controls/treeview/templates/accessing-controls-inside-templates.md b/controls/treeview/templates/accessing-controls-inside-templates.md index b50e9f09e9..3776e10a32 100644 --- a/controls/treeview/templates/accessing-controls-inside-templates.md +++ b/controls/treeview/templates/accessing-controls-inside-templates.md @@ -3,6 +3,7 @@ title: Accessing Controls Inside Templates page_title: Accessing Controls Inside Templates - RadTreeView description: Check our Web Forms article about Accessing Controls Inside Templates. slug: treeview/templates/accessing-controls-inside-templates +components: ["treeview"] tags: accessing,controls,inside,templates published: True position: 5 diff --git a/controls/treeview/templates/adding-and-editing-templates-at-design-time.md b/controls/treeview/templates/adding-and-editing-templates-at-design-time.md index 282e10e40b..2682998235 100644 --- a/controls/treeview/templates/adding-and-editing-templates-at-design-time.md +++ b/controls/treeview/templates/adding-and-editing-templates-at-design-time.md @@ -3,6 +3,7 @@ title: Adding and Editing Templates at Design Time page_title: Adding and Editing Templates at Design Time - RadTreeView description: Check our Web Forms article about Adding and Editing Templates at Design Time. slug: treeview/templates/adding-and-editing-templates-at-design-time +components: ["treeview"] tags: adding,and,editing,templates,at,design,time published: True position: 3 diff --git a/controls/treeview/templates/adding-and-editing-templates-at-runtime.md b/controls/treeview/templates/adding-and-editing-templates-at-runtime.md index 2d9a746d31..a4fb90440d 100644 --- a/controls/treeview/templates/adding-and-editing-templates-at-runtime.md +++ b/controls/treeview/templates/adding-and-editing-templates-at-runtime.md @@ -3,6 +3,7 @@ title: Adding and Editing Templates at Runtime page_title: Adding and Editing Templates at Runtime - RadTreeView description: Check our Web Forms article about Adding and Editing Templates at Runtime. slug: treeview/templates/adding-and-editing-templates-at-runtime +components: ["treeview"] tags: adding,and,editing,templates,at,runtime published: True position: 4 diff --git a/controls/treeview/templates/aspx-template-structure.md b/controls/treeview/templates/aspx-template-structure.md index a52c721e9e..d54f772f5f 100644 --- a/controls/treeview/templates/aspx-template-structure.md +++ b/controls/treeview/templates/aspx-template-structure.md @@ -3,6 +3,7 @@ title: ASPX Template Structure page_title: ASPX Template Structure - RadTreeView description: Check our Web Forms article about ASPX Template Structure. slug: treeview/templates/aspx-template-structure +components: ["treeview"] tags: aspx,template,structure published: True position: 2 diff --git a/controls/treeview/templates/client-templates.md b/controls/treeview/templates/client-templates.md index a6d96d163d..fe6d9307ae 100644 --- a/controls/treeview/templates/client-templates.md +++ b/controls/treeview/templates/client-templates.md @@ -3,6 +3,7 @@ title: Client Templates page_title: Client Templates - RadTreeView description: Check our Web Forms article about Client Templates. slug: treeview/templates/client-templates +components: ["treeview"] tags: client,templates published: True position: 1 diff --git a/controls/treeview/templates/overview.md b/controls/treeview/templates/overview.md index cca17fa299..3e8b140da0 100644 --- a/controls/treeview/templates/overview.md +++ b/controls/treeview/templates/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Templates Overview - RadTreeView description: Check our Web Forms article about Overview. slug: treeview/templates/overview +components: ["treeview"] tags: overview published: True position: 0 diff --git a/controls/treeview/troubleshooting/a-script-causes-ie-to-run-slowly.md b/controls/treeview/troubleshooting/a-script-causes-ie-to-run-slowly.md index bb8f971d04..583574addc 100644 --- a/controls/treeview/troubleshooting/a-script-causes-ie-to-run-slowly.md +++ b/controls/treeview/troubleshooting/a-script-causes-ie-to-run-slowly.md @@ -3,6 +3,7 @@ title: A Script Causes IE to Run Slowly page_title: A Script Causes IE to Run Slowly - RadTreeView description: Check our Web Forms article about A Script Causes IE to Run Slowly. slug: treeview/troubleshooting/a-script-causes-ie-to-run-slowly +components: ["treeview"] tags: a,script,causes,ie,to,run,slowly published: True position: 7 diff --git a/controls/treeview/troubleshooting/clienttemplate-gets-lost-on-postback-.md b/controls/treeview/troubleshooting/clienttemplate-gets-lost-on-postback-.md index 75b6ce1213..f99aeb5593 100644 --- a/controls/treeview/troubleshooting/clienttemplate-gets-lost-on-postback-.md +++ b/controls/treeview/troubleshooting/clienttemplate-gets-lost-on-postback-.md @@ -3,6 +3,7 @@ title: ClientTemplate Gets Lost on PostBack page_title: ClientTemplate Gets Lost on PostBack - RadTreeView description: Check our Web Forms article about ClientTemplate Gets Lost on PostBack. slug: treeview/troubleshooting/clienttemplate-gets-lost-on-postback- +components: ["treeview"] tags: clienttemplate,gets,lost,on,postback, published: True position: 14 diff --git a/controls/treeview/troubleshooting/custom-attributes.md b/controls/treeview/troubleshooting/custom-attributes.md index 7973b8af3d..7eac493543 100644 --- a/controls/treeview/troubleshooting/custom-attributes.md +++ b/controls/treeview/troubleshooting/custom-attributes.md @@ -3,6 +3,7 @@ title: Custom Attributes page_title: Custom Attributes - RadTreeView description: Check our Web Forms article about Custom Attributes. slug: treeview/troubleshooting/custom-attributes +components: ["treeview"] tags: custom,attributes published: True position: 12 diff --git a/controls/treeview/troubleshooting/double-loading-message-when-you-expand-node-fast.md b/controls/treeview/troubleshooting/double-loading-message-when-you-expand-node-fast.md index c979bc8f68..361459d15c 100644 --- a/controls/treeview/troubleshooting/double-loading-message-when-you-expand-node-fast.md +++ b/controls/treeview/troubleshooting/double-loading-message-when-you-expand-node-fast.md @@ -3,6 +3,7 @@ title: Double Loading Message When You Expand Node Fast page_title: Double Loading Message When You Expand Node Fast - RadTreeView description: Check our Web Forms article about Double Loading Message When You Expand Node Fast. slug: treeview/troubleshooting/double-loading-message-when-you-expand-node-fast +components: ["treeview"] tags: double,loading,message,when,you,expand,node,fast published: True position: 8 diff --git a/controls/treeview/troubleshooting/drag-and-drop.md b/controls/treeview/troubleshooting/drag-and-drop.md index 5677f8a53a..cdc23c751b 100644 --- a/controls/treeview/troubleshooting/drag-and-drop.md +++ b/controls/treeview/troubleshooting/drag-and-drop.md @@ -3,6 +3,7 @@ title: Drag and Drop page_title: Drag and Drop - RadTreeView description: Check our Web Forms article about Drag and Drop. slug: treeview/troubleshooting/drag-and-drop +components: ["treeview"] tags: drag,and,drop published: True position: 11 diff --git a/controls/treeview/troubleshooting/editing-node-text-when-using-templates.md b/controls/treeview/troubleshooting/editing-node-text-when-using-templates.md index 6f8a2072b7..668ed40990 100644 --- a/controls/treeview/troubleshooting/editing-node-text-when-using-templates.md +++ b/controls/treeview/troubleshooting/editing-node-text-when-using-templates.md @@ -3,6 +3,7 @@ title: Editing Node Text When Using Templates page_title: Editing Node Text When Using Templates - RadTreeView description: Check our Web Forms article about Editing Node Text When Using Templates. slug: treeview/troubleshooting/editing-node-text-when-using-templates +components: ["treeview"] tags: editing,node,text,when,using,templates published: True position: 4 diff --git a/controls/treeview/troubleshooting/expanding-nodes.md b/controls/treeview/troubleshooting/expanding-nodes.md index 3bdb627f15..6a4570ec94 100644 --- a/controls/treeview/troubleshooting/expanding-nodes.md +++ b/controls/treeview/troubleshooting/expanding-nodes.md @@ -3,6 +3,7 @@ title: Expanding Nodes page_title: Expanding Nodes - RadTreeView description: Check our Web Forms article about Expanding Nodes. slug: treeview/troubleshooting/expanding-nodes +components: ["treeview"] tags: expanding,nodes published: True position: 6 diff --git a/controls/treeview/troubleshooting/load-on-demand-expand-on-server-side-nodeclick.md b/controls/treeview/troubleshooting/load-on-demand-expand-on-server-side-nodeclick.md index 6b811f99e1..652d7c04ea 100644 --- a/controls/treeview/troubleshooting/load-on-demand-expand-on-server-side-nodeclick.md +++ b/controls/treeview/troubleshooting/load-on-demand-expand-on-server-side-nodeclick.md @@ -3,6 +3,7 @@ title: Load On Demand Expand on Server-side NodeClick page_title: Load On Demand Expand on Server-side NodeClick - RadTreeView description: Check our Web Forms article about Load On Demand Expand on Server-side NodeClick. slug: treeview/troubleshooting/load-on-demand-expand-on-server-side-nodeclick +components: ["treeview"] tags: load,on,demand,expand,on,server-side,nodeclick published: True position: 13 diff --git a/controls/treeview/troubleshooting/maximum-length-exceeded-error-in-webservice-data-binding.md b/controls/treeview/troubleshooting/maximum-length-exceeded-error-in-webservice-data-binding.md index 53b9eced8d..0a8cba611b 100644 --- a/controls/treeview/troubleshooting/maximum-length-exceeded-error-in-webservice-data-binding.md +++ b/controls/treeview/troubleshooting/maximum-length-exceeded-error-in-webservice-data-binding.md @@ -3,6 +3,7 @@ title: Maximum Length Exceeded Error in WebService Data Binding page_title: Maximum Length Exceeded Error in WebService Data Binding - RadTreeView description: Check our Web Forms article about Maximum Length Exceeded Error in WebService Data Binding. slug: treeview/troubleshooting/maximum-length-exceeded-error-in-webservice-data-binding +components: ["treeview"] tags: maximum,length,exceeded,error,in,webservice,data,binding published: True position: 9 diff --git a/controls/treeview/troubleshooting/mutually-exclusive-scenarios.md b/controls/treeview/troubleshooting/mutually-exclusive-scenarios.md index 914c325c18..d5888d446f 100644 --- a/controls/treeview/troubleshooting/mutually-exclusive-scenarios.md +++ b/controls/treeview/troubleshooting/mutually-exclusive-scenarios.md @@ -3,6 +3,7 @@ title: Mutually Exclusive Scenarios page_title: Mutually Exclusive Scenarios - RadTreeView description: Check our Web Forms article about Mutually Exclusive Scenarios. slug: treeview/troubleshooting/mutually-exclusive-scenarios +components: ["treeview"] tags: mutually,exclusive,scenarios published: True position: 10 diff --git a/controls/treeview/troubleshooting/optimizing-radtreeview-performance.md b/controls/treeview/troubleshooting/optimizing-radtreeview-performance.md index 645ee26c3d..6eeec9160e 100644 --- a/controls/treeview/troubleshooting/optimizing-radtreeview-performance.md +++ b/controls/treeview/troubleshooting/optimizing-radtreeview-performance.md @@ -3,6 +3,7 @@ title: Optimizing RadTreeView Performance page_title: Optimizing RadTreeView Performance - RadTreeView description: Check our Web Forms article about Optimizing RadTreeView Performance. slug: treeview/troubleshooting/optimizing-radtreeview-performance +components: ["treeview"] tags: optimizing,radtreeview,performance published: True position: 3 diff --git a/controls/treeview/troubleshooting/telerik.web.ui.radtreeview-is-null-or-not-an-object.md b/controls/treeview/troubleshooting/telerik.web.ui.radtreeview-is-null-or-not-an-object.md index 15c614bbaa..979a77b531 100644 --- a/controls/treeview/troubleshooting/telerik.web.ui.radtreeview-is-null-or-not-an-object.md +++ b/controls/treeview/troubleshooting/telerik.web.ui.radtreeview-is-null-or-not-an-object.md @@ -3,6 +3,7 @@ title: Telerik.Web.UI.RadTreeView Is null or not an object page_title: Telerik.Web.UI.RadTreeView Is null or not an object - RadTreeView description: Check our Web Forms article about Telerik.Web.UI.RadTreeView Is null or not an object. slug: treeview/troubleshooting/telerik.web.ui.radtreeview-is-null-or-not-an-object +components: ["treeview"] tags: telerik.web.ui.radtreeview,is,null,or,not,an,object published: True position: 5 diff --git a/controls/treeview/troubleshooting/the-dataitem-property-is-empty.md b/controls/treeview/troubleshooting/the-dataitem-property-is-empty.md index aed2f255e6..b23796a6fe 100644 --- a/controls/treeview/troubleshooting/the-dataitem-property-is-empty.md +++ b/controls/treeview/troubleshooting/the-dataitem-property-is-empty.md @@ -3,6 +3,7 @@ title: The DataItem Property is Empty page_title: The DataItem Property is Empty - RadTreeView description: Check our Web Forms article about The DataItem Property is Empty. slug: treeview/troubleshooting/the-dataitem-property-is-empty +components: ["treeview"] tags: the,dataitem,property,is,empty published: True position: 1 diff --git a/controls/treeview/troubleshooting/the-nodeclick-event-does-not-fire.md b/controls/treeview/troubleshooting/the-nodeclick-event-does-not-fire.md index 8fee22c138..e1cb6df75d 100644 --- a/controls/treeview/troubleshooting/the-nodeclick-event-does-not-fire.md +++ b/controls/treeview/troubleshooting/the-nodeclick-event-does-not-fire.md @@ -3,6 +3,7 @@ title: The NodeClick Event Does Not Fire page_title: The NodeClick Event Does Not Fire - RadTreeView description: Check our Web Forms article about The NodeClick Event Does Not Fire. slug: treeview/troubleshooting/the-nodeclick-event-does-not-fire +components: ["treeview"] tags: the,nodeclick,event,does,not,fire published: True position: 2 diff --git a/controls/treeview/troubleshooting/wrapping-node-text.md b/controls/treeview/troubleshooting/wrapping-node-text.md index f71bc103d0..dbaeaa0aab 100644 --- a/controls/treeview/troubleshooting/wrapping-node-text.md +++ b/controls/treeview/troubleshooting/wrapping-node-text.md @@ -3,6 +3,7 @@ title: Wrapping Node Text page_title: Wrapping Node Text - RadTreeView description: Check our Web Forms article about Wrapping Node Text. slug: treeview/troubleshooting/wrapping-node-text +components: ["treeview"] tags: wrapping,node,text published: True position: 0 diff --git a/controls/treeview/web-pages/cross-page-postbacks.md b/controls/treeview/web-pages/cross-page-postbacks.md index 4822b56d3e..db211d15da 100644 --- a/controls/treeview/web-pages/cross-page-postbacks.md +++ b/controls/treeview/web-pages/cross-page-postbacks.md @@ -3,6 +3,7 @@ title: Cross-Page Postbacks page_title: Cross-Page Postbacks - RadTreeView description: Check our Web Forms article about Cross-Page Postbacks. slug: treeview/web-pages/cross-page-postbacks +components: ["treeview"] tags: cross-page,postbacks published: True position: 0 diff --git a/controls/treeview/web-pages/rendering.md b/controls/treeview/web-pages/rendering.md index 5e51a12f31..c4a8ff1eec 100644 --- a/controls/treeview/web-pages/rendering.md +++ b/controls/treeview/web-pages/rendering.md @@ -3,6 +3,7 @@ title: Rendering page_title: Rendering - RadTreeView description: Check our Web Forms article about Rendering. slug: treeview/web-pages/rendering +components: ["treeview"] tags: rendering published: True position: 2 diff --git a/controls/treeview/web-pages/validation.md b/controls/treeview/web-pages/validation.md index b272eb0772..c280094bfd 100644 --- a/controls/treeview/web-pages/validation.md +++ b/controls/treeview/web-pages/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadTreeView description: Check our Web Forms article about Validation. slug: treeview/web-pages/validation +components: ["treeview"] tags: validation published: True position: 1 diff --git a/controls/treeview/what-is-new.md b/controls/treeview/what-is-new.md index 5859e065bf..452dda5f09 100644 --- a/controls/treeview/what-is-new.md +++ b/controls/treeview/what-is-new.md @@ -3,6 +3,7 @@ title: What is New page_title: What is New - RadTreeView description: Check our Web Forms article about What is New. slug: treeview/what-is-new +components: ["treeview"] tags: what,is,new published: False position: 2 diff --git a/controls/upload/appearance-and-styling/controlling-appearance.md b/controls/upload/appearance-and-styling/controlling-appearance.md index 77d4c79c8d..91eba6a766 100644 --- a/controls/upload/appearance-and-styling/controlling-appearance.md +++ b/controls/upload/appearance-and-styling/controlling-appearance.md @@ -3,6 +3,7 @@ title: Controlling Appearance page_title: Controlling Appearance - RadUpload description: Check our Web Forms article about Controlling Appearance. slug: upload/appearance-and-styling/controlling-appearance +components: ["upload"] tags: controlling,appearance published: True position: 0 diff --git a/controls/upload/appearance-and-styling/css-skin-file-selectors.md b/controls/upload/appearance-and-styling/css-skin-file-selectors.md index 37b84a6514..90c61fee58 100644 --- a/controls/upload/appearance-and-styling/css-skin-file-selectors.md +++ b/controls/upload/appearance-and-styling/css-skin-file-selectors.md @@ -3,6 +3,7 @@ title: CSS Skin File Selectors page_title: CSS Skin File Selectors - RadUpload description: Check our Web Forms article about CSS Skin File Selectors. slug: upload/appearance-and-styling/css-skin-file-selectors +components: ["upload"] tags: css,skin,file,selectors published: True position: 5 diff --git a/controls/upload/appearance-and-styling/file-input-appearance.md b/controls/upload/appearance-and-styling/file-input-appearance.md index 10d766ef96..187b95092b 100644 --- a/controls/upload/appearance-and-styling/file-input-appearance.md +++ b/controls/upload/appearance-and-styling/file-input-appearance.md @@ -3,6 +3,7 @@ title: File Input Appearance page_title: File Input Appearance - RadUpload description: Check our Web Forms article about File Input Appearance. slug: upload/appearance-and-styling/file-input-appearance +components: ["upload"] tags: file,input,appearance published: True position: 2 diff --git a/controls/upload/appearance-and-styling/skins.md b/controls/upload/appearance-and-styling/skins.md index 79efacfcea..a4ba69e87a 100644 --- a/controls/upload/appearance-and-styling/skins.md +++ b/controls/upload/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadUpload description: Check our Web Forms article about Skins. slug: upload/appearance-and-styling/skins +components: ["upload"] tags: skins published: True position: 3 diff --git a/controls/upload/appearance-and-styling/tutorial-on-creating-custom-skin.md b/controls/upload/appearance-and-styling/tutorial-on-creating-custom-skin.md index 30041eb306..7071dc3f8d 100644 --- a/controls/upload/appearance-and-styling/tutorial-on-creating-custom-skin.md +++ b/controls/upload/appearance-and-styling/tutorial-on-creating-custom-skin.md @@ -3,6 +3,7 @@ title: Tutorial on Creating Custom Skin page_title: Tutorial on Creating Custom Skin - RadUpload description: Check our Web Forms article about Tutorial on Creating Custom Skin. slug: upload/appearance-and-styling/tutorial-on-creating-custom-skin +components: ["upload"] tags: tutorial,on,creating,custom,skin published: True position: 4 diff --git a/controls/upload/appearance-and-styling/understanding-the-skin-css-file.md b/controls/upload/appearance-and-styling/understanding-the-skin-css-file.md index e426d692dc..2113eb4838 100644 --- a/controls/upload/appearance-and-styling/understanding-the-skin-css-file.md +++ b/controls/upload/appearance-and-styling/understanding-the-skin-css-file.md @@ -3,6 +3,7 @@ title: Understanding the Skin CSS File page_title: Understanding the Skin CSS File - RadUpload description: Check our Web Forms article about Understanding the Skin CSS File. slug: upload/appearance-and-styling/understanding-the-skin-css-file +components: ["upload"] tags: understanding,the,skin,css,file published: True position: 1 diff --git a/controls/upload/changes-and-backward-compatibility.md b/controls/upload/changes-and-backward-compatibility.md index fad8c9acf4..d95cd0e139 100644 --- a/controls/upload/changes-and-backward-compatibility.md +++ b/controls/upload/changes-and-backward-compatibility.md @@ -3,6 +3,7 @@ title: Changes and Backward Compatibility page_title: Changes and Backward Compatibility - RadUpload description: Check our Web Forms article about Changes and Backward Compatibility. slug: upload/changes-and-backward-compatibility +components: ["upload"] tags: changes,and,backward,compatibility published: False position: 5 diff --git a/controls/upload/client-side-programming/events.md b/controls/upload/client-side-programming/events.md index c1217f2692..2fcee2bf4f 100644 --- a/controls/upload/client-side-programming/events.md +++ b/controls/upload/client-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Client-side Events - RadUpload description: Check our Web Forms article about Events. slug: upload/client-side-programming/events +components: ["upload"] tags: events published: True position: 1 diff --git a/controls/upload/client-side-programming/onclientadded.md b/controls/upload/client-side-programming/onclientadded.md index 2af5db8930..6381f5364b 100644 --- a/controls/upload/client-side-programming/onclientadded.md +++ b/controls/upload/client-side-programming/onclientadded.md @@ -3,6 +3,7 @@ title: OnClientAdded page_title: OnClientAdded - RadUpload description: Check our Web Forms article about OnClientAdded. slug: upload/client-side-programming/onclientadded +components: ["upload"] tags: onclientadded published: True position: 6 diff --git a/controls/upload/client-side-programming/onclientadding.md b/controls/upload/client-side-programming/onclientadding.md index d8baf724ee..844fd98361 100644 --- a/controls/upload/client-side-programming/onclientadding.md +++ b/controls/upload/client-side-programming/onclientadding.md @@ -3,6 +3,7 @@ title: OnClientAdding page_title: OnClientAdding - RadUpload description: Check our Web Forms article about OnClientAdding. slug: upload/client-side-programming/onclientadding +components: ["upload"] tags: onclientadding published: True position: 7 diff --git a/controls/upload/client-side-programming/onclientclearing.md b/controls/upload/client-side-programming/onclientclearing.md index 638773ddb1..b1018de19e 100644 --- a/controls/upload/client-side-programming/onclientclearing.md +++ b/controls/upload/client-side-programming/onclientclearing.md @@ -3,6 +3,7 @@ title: OnClientClearing page_title: OnClientClearing - RadUpload description: Check our Web Forms article about OnClientClearing. slug: upload/client-side-programming/onclientclearing +components: ["upload"] tags: onclientclearing published: True position: 8 diff --git a/controls/upload/client-side-programming/onclientdeleting.md b/controls/upload/client-side-programming/onclientdeleting.md index e41766f7a3..21fc3d246f 100644 --- a/controls/upload/client-side-programming/onclientdeleting.md +++ b/controls/upload/client-side-programming/onclientdeleting.md @@ -3,6 +3,7 @@ title: OnClientDeleting page_title: OnClientDeleting - RadUpload description: Check our Web Forms article about OnClientDeleting. slug: upload/client-side-programming/onclientdeleting +components: ["upload"] tags: onclientdeleting published: True position: 4 diff --git a/controls/upload/client-side-programming/onclientdeletingselected.md b/controls/upload/client-side-programming/onclientdeletingselected.md index dea70ecbfd..91e0bd51f4 100644 --- a/controls/upload/client-side-programming/onclientdeletingselected.md +++ b/controls/upload/client-side-programming/onclientdeletingselected.md @@ -3,6 +3,7 @@ title: OnClientDeletingSelected page_title: OnClientDeletingSelected - RadUpload description: Check our Web Forms article about OnClientDeletingSelected. slug: upload/client-side-programming/onclientdeletingselected +components: ["upload"] tags: onclientdeletingselected published: True position: 3 diff --git a/controls/upload/client-side-programming/onclientfileselected.md b/controls/upload/client-side-programming/onclientfileselected.md index 20988c475f..d573ed64bf 100644 --- a/controls/upload/client-side-programming/onclientfileselected.md +++ b/controls/upload/client-side-programming/onclientfileselected.md @@ -3,6 +3,7 @@ title: OnClientFileSelected page_title: OnClientFileSelected - RadUpload description: Check our Web Forms article about OnClientFileSelected. slug: upload/client-side-programming/onclientfileselected +components: ["upload"] tags: onclientfileselected published: True position: 5 diff --git a/controls/upload/client-side-programming/onclientsubmitting.md b/controls/upload/client-side-programming/onclientsubmitting.md index 08781d0352..86fa65d19f 100644 --- a/controls/upload/client-side-programming/onclientsubmitting.md +++ b/controls/upload/client-side-programming/onclientsubmitting.md @@ -3,6 +3,7 @@ title: OnClientSubmitting page_title: OnClientSubmitting - RadUpload description: Check our Web Forms article about OnClientSubmitting. slug: upload/client-side-programming/onclientsubmitting +components: ["upload"] tags: onclientsubmitting published: True position: 9 diff --git a/controls/upload/client-side-programming/overview.md b/controls/upload/client-side-programming/overview.md index b186867b6d..6ba200aa78 100644 --- a/controls/upload/client-side-programming/overview.md +++ b/controls/upload/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadUpload description: Check our Web Forms article about Overview. slug: upload/client-side-programming/overview +components: ["upload"] tags: overview published: True position: 0 diff --git a/controls/upload/client-side-programming/radupload-object.md b/controls/upload/client-side-programming/radupload-object.md index e086e848ac..a53cf7d339 100644 --- a/controls/upload/client-side-programming/radupload-object.md +++ b/controls/upload/client-side-programming/radupload-object.md @@ -3,6 +3,7 @@ title: RadUpload Object page_title: RadUpload Object - RadUpload description: Check our Web Forms article about RadUpload Object. slug: upload/client-side-programming/radupload-object +components: ["upload"] tags: radupload,object published: True position: 2 diff --git a/controls/upload/design-time.md b/controls/upload/design-time.md index 13ecfcd4bd..8ab384fef1 100644 --- a/controls/upload/design-time.md +++ b/controls/upload/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadUpload description: Check our Web Forms article about Design Time. slug: upload/design-time +components: ["upload"] tags: design,time published: True position: 2 diff --git a/controls/upload/getting-started.md b/controls/upload/getting-started.md index e64476f0db..ed31079569 100644 --- a/controls/upload/getting-started.md +++ b/controls/upload/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadUpload description: Check our Web Forms article about Getting Started. slug: upload/getting-started +components: ["upload"] tags: getting,started published: True position: 1 diff --git a/controls/upload/how-to/adding-information-to-uploaded-files.md b/controls/upload/how-to/adding-information-to-uploaded-files.md index 8d86af4da4..130f1e5cc2 100644 --- a/controls/upload/how-to/adding-information-to-uploaded-files.md +++ b/controls/upload/how-to/adding-information-to-uploaded-files.md @@ -3,6 +3,7 @@ title: Adding Information to Uploaded Files page_title: Adding Information to Uploaded Files - RadUpload description: Check our Web Forms article about Adding Information to Uploaded Files. slug: upload/how-to/adding-information-to-uploaded-files +components: ["upload"] tags: adding,information,to,uploaded,files published: True position: 0 diff --git a/controls/upload/how-to/auto-saving-to-a-target-folder.md b/controls/upload/how-to/auto-saving-to-a-target-folder.md index 7e88ffb8c5..80be9221bd 100644 --- a/controls/upload/how-to/auto-saving-to-a-target-folder.md +++ b/controls/upload/how-to/auto-saving-to-a-target-folder.md @@ -3,6 +3,7 @@ title: Auto Saving to a Target Folder page_title: Auto Saving to a Target Folder - RadUpload description: Check our Web Forms article about Auto Saving to a Target Folder. slug: upload/how-to/auto-saving-to-a-target-folder +components: ["upload"] tags: auto,saving,to,a,target,folder published: True position: 11 diff --git a/controls/upload/how-to/auto-upload-a-file.md b/controls/upload/how-to/auto-upload-a-file.md index 48ec114b1f..d9a59b47e8 100644 --- a/controls/upload/how-to/auto-upload-a-file.md +++ b/controls/upload/how-to/auto-upload-a-file.md @@ -3,6 +3,7 @@ title: Auto Upload a File page_title: Auto Upload a File - RadUpload description: Check our Web Forms article about Auto Upload a File. slug: upload/how-to/auto-upload-a-file +components: ["upload"] tags: auto,upload,a,file published: True position: 1 diff --git a/controls/upload/how-to/checking-file-size-on-the-client.md b/controls/upload/how-to/checking-file-size-on-the-client.md index 306d5cb58c..c64868f831 100644 --- a/controls/upload/how-to/checking-file-size-on-the-client.md +++ b/controls/upload/how-to/checking-file-size-on-the-client.md @@ -3,6 +3,7 @@ title: Checking File Size on the Client page_title: Checking File Size on the Client - RadUpload description: Check our Web Forms article about Checking File Size on the Client. slug: upload/how-to/checking-file-size-on-the-client +components: ["upload"] tags: checking,file,size,on,the,client published: True position: 3 diff --git a/controls/upload/how-to/configure-the-ui-of-radupload.md b/controls/upload/how-to/configure-the-ui-of-radupload.md index 0b4e9333a6..a995f9f9bb 100644 --- a/controls/upload/how-to/configure-the-ui-of-radupload.md +++ b/controls/upload/how-to/configure-the-ui-of-radupload.md @@ -3,6 +3,7 @@ title: Configure the UI of RadUpload page_title: Configure the UI of RadUpload - RadUpload description: Check our Web Forms article about Configure the UI of RadUpload. slug: upload/how-to/configure-the-ui-of-radupload +components: ["upload"] tags: configure,the,ui,of,radupload published: True position: 2 diff --git a/controls/upload/how-to/how-to-hide-input-textbox.md b/controls/upload/how-to/how-to-hide-input-textbox.md index bc19b4fd96..f727737fe3 100644 --- a/controls/upload/how-to/how-to-hide-input-textbox.md +++ b/controls/upload/how-to/how-to-hide-input-textbox.md @@ -3,6 +3,7 @@ title: How to Hide Input Textbox page_title: How to Hide Input Textbox - RadUpload description: Check our Web Forms article about How to Hide Input Textbox. slug: upload/how-to/how-to-hide-input-textbox +components: ["upload"] tags: how,to,hide,input,textbox published: True position: 4 diff --git a/controls/upload/how-to/how-to-place-the-submit-button-inside-the-upload-container.md b/controls/upload/how-to/how-to-place-the-submit-button-inside-the-upload-container.md index 2547aa9f69..74f004d70f 100644 --- a/controls/upload/how-to/how-to-place-the-submit-button-inside-the-upload-container.md +++ b/controls/upload/how-to/how-to-place-the-submit-button-inside-the-upload-container.md @@ -3,6 +3,7 @@ title: How to Place the Submit Button Inside the Upload Container page_title: How to Place the Submit Button Inside the Upload Container - RadUpload description: Check our Web Forms article about How to Place the Submit Button Inside the Upload Container. slug: upload/how-to/how-to-place-the-submit-button-inside-the-upload-container +components: ["upload"] tags: how,to,place,the,submit,button,inside,the,upload,container published: True position: 9 diff --git a/controls/upload/how-to/how-to-prevent-uploads.md b/controls/upload/how-to/how-to-prevent-uploads.md index 3ba131205c..3ee3a7f761 100644 --- a/controls/upload/how-to/how-to-prevent-uploads.md +++ b/controls/upload/how-to/how-to-prevent-uploads.md @@ -3,6 +3,7 @@ title: How to Prevent Uploads page_title: How to Prevent Uploads - RadUpload description: Check our Web Forms article about How to Prevent Uploads. slug: upload/how-to/how-to-prevent-uploads +components: ["upload"] tags: how,to,prevent,uploads published: True position: 5 diff --git a/controls/upload/how-to/how-to-preview-image-before-upload-ie-only.md b/controls/upload/how-to/how-to-preview-image-before-upload-ie-only.md index 6c16ec6798..8bb9bfdae5 100644 --- a/controls/upload/how-to/how-to-preview-image-before-upload-ie-only.md +++ b/controls/upload/how-to/how-to-preview-image-before-upload-ie-only.md @@ -3,6 +3,7 @@ title: How to Preview Image Before Upload-IE only page_title: How to Preview Image Before Upload-IE only - RadUpload description: Check our Web Forms article about How to Preview Image Before Upload-IE only. slug: upload/how-to/how-to-preview-image-before-upload-ie-only +components: ["upload"] tags: how,to,preview,image,before,upload-ie,only published: True position: 10 diff --git a/controls/upload/how-to/how-to-resize-images.md b/controls/upload/how-to/how-to-resize-images.md index b0329b5c0a..18ce469550 100644 --- a/controls/upload/how-to/how-to-resize-images.md +++ b/controls/upload/how-to/how-to-resize-images.md @@ -3,6 +3,7 @@ title: How to Resize Images page_title: How to Resize Images - RadUpload description: Check our Web Forms article about How to Resize Images. slug: upload/how-to/how-to-resize-images +components: ["upload"] tags: how,to,resize,images published: True position: 6 diff --git a/controls/upload/how-to/how-to-set-minimum-file-inputs-count.md b/controls/upload/how-to/how-to-set-minimum-file-inputs-count.md index cb207f3587..03f863365c 100644 --- a/controls/upload/how-to/how-to-set-minimum-file-inputs-count.md +++ b/controls/upload/how-to/how-to-set-minimum-file-inputs-count.md @@ -3,6 +3,7 @@ title: How to Set Minimum File Inputs Count page_title: How to Set Minimum File Inputs Count - RadUpload description: Check our Web Forms article about How to Set Minimum File Inputs Count. slug: upload/how-to/how-to-set-minimum-file-inputs-count +components: ["upload"] tags: how,to,set,minimum,file,inputs,count published: True position: 7 diff --git a/controls/upload/how-to/mime-types.md b/controls/upload/how-to/mime-types.md index d44151e29b..3f39c13fa7 100644 --- a/controls/upload/how-to/mime-types.md +++ b/controls/upload/how-to/mime-types.md @@ -3,6 +3,7 @@ title: Mime-Types page_title: Mime-Types - RadUpload description: Check our Web Forms article about Mime-Types. slug: upload/how-to/mime-types +components: ["upload"] tags: mime-types published: True position: 8 diff --git a/controls/upload/localization/localize-radupload-client-side.md b/controls/upload/localization/localize-radupload-client-side.md index a6b6d47109..ea2fd41180 100644 --- a/controls/upload/localization/localize-radupload-client-side.md +++ b/controls/upload/localization/localize-radupload-client-side.md @@ -3,6 +3,7 @@ title: Localize RadUpload Client-side page_title: Localize RadUpload Client-side - RadUpload description: Check our Web Forms article about Localize RadUpload Client-side. slug: upload/localization/localize-radupload-client-side +components: ["upload"] tags: localize,radupload,client-side published: True position: 1 diff --git a/controls/upload/localization/localizing-radupload.md b/controls/upload/localization/localizing-radupload.md index 5ae2b8f752..bbaa70a97d 100644 --- a/controls/upload/localization/localizing-radupload.md +++ b/controls/upload/localization/localizing-radupload.md @@ -3,6 +3,7 @@ title: Localizing RadUpload page_title: Localizing RadUpload - RadUpload description: Check our Web Forms article about Localizing RadUpload. slug: upload/localization/localizing-radupload +components: ["upload"] tags: localizing,radupload published: True position: 0 diff --git a/controls/upload/localization/radupload-rtl-support.md b/controls/upload/localization/radupload-rtl-support.md index 2ff77e8288..3025f5af2c 100644 --- a/controls/upload/localization/radupload-rtl-support.md +++ b/controls/upload/localization/radupload-rtl-support.md @@ -3,6 +3,7 @@ title: RadUpload RTL Support page_title: RadUpload RTL Support - RadUpload description: Check our Web Forms article about RadUpload RTL Support. slug: upload/localization/radupload-rtl-support +components: ["upload"] tags: radupload,rtl,support published: True position: 2 diff --git a/controls/upload/migrating-from-radupload-classic-to-radupload-for-asp.net-ajax.md b/controls/upload/migrating-from-radupload-classic-to-radupload-for-asp.net-ajax.md index 3b0268a58b..30d7130f3e 100644 --- a/controls/upload/migrating-from-radupload-classic-to-radupload-for-asp.net-ajax.md +++ b/controls/upload/migrating-from-radupload-classic-to-radupload-for-asp.net-ajax.md @@ -3,6 +3,7 @@ title: Migrating from RadUpload Classic to RadUpload for ASP.NET AJAX page_title: Migrating from RadUpload Classic to RadUpload - RadUpload description: Check our Web Forms article about Migrating from RadUpload Classic to RadUpload for ASP.NET AJAX. slug: upload/migrating-from-radupload-classic-to-radupload-for-asp.net-ajax +components: ["upload"] tags: migrating,from,radupload,classic,to,radupload,for,asp.net,ajax published: True position: 6 diff --git a/controls/upload/overview.md b/controls/upload/overview.md index 01a79c02a7..41154f47b5 100644 --- a/controls/upload/overview.md +++ b/controls/upload/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadUpload Overview description: Discover the Upload control and its features for managing file uploads with progress tracking. slug: upload/overview +components: ["upload"] tags: overview published: True position: 0 diff --git a/controls/upload/radupload-structure.md b/controls/upload/radupload-structure.md index 3817822670..cc0691d138 100644 --- a/controls/upload/radupload-structure.md +++ b/controls/upload/radupload-structure.md @@ -3,6 +3,7 @@ title: RadUpload Structure page_title: RadUpload Structure - RadUpload description: Check our Web Forms article about RadUpload Structure. slug: upload/radupload-structure +components: ["upload"] tags: radupload,structure published: True position: 3 diff --git a/controls/upload/server-side-programming/events.md b/controls/upload/server-side-programming/events.md index 0ed4f88625..534f23328d 100644 --- a/controls/upload/server-side-programming/events.md +++ b/controls/upload/server-side-programming/events.md @@ -3,6 +3,7 @@ title: Events page_title: Server-side Events - RadUpload description: Check our Web Forms article about Events. slug: upload/server-side-programming/events +components: ["upload"] tags: events published: True position: 0 diff --git a/controls/upload/server-side-programming/fileexists.md b/controls/upload/server-side-programming/fileexists.md index 8d883fb795..6c01318ac8 100644 --- a/controls/upload/server-side-programming/fileexists.md +++ b/controls/upload/server-side-programming/fileexists.md @@ -3,6 +3,7 @@ title: FileExists page_title: FileExists - RadUpload description: Check our Web Forms article about FileExists. slug: upload/server-side-programming/fileexists +components: ["upload"] tags: fileexists published: True position: 1 diff --git a/controls/upload/server-side-programming/radupload-context.md b/controls/upload/server-side-programming/radupload-context.md index 6f04d5476d..9cfcbbe04b 100644 --- a/controls/upload/server-side-programming/radupload-context.md +++ b/controls/upload/server-side-programming/radupload-context.md @@ -3,6 +3,7 @@ title: RadUpload Context page_title: RadUpload Context - RadUpload description: Check our Web Forms article about RadUpload Context. slug: upload/server-side-programming/radupload-context +components: ["upload"] tags: radupload,context published: True position: 3 diff --git a/controls/upload/server-side-programming/validatingfile.md b/controls/upload/server-side-programming/validatingfile.md index d65fffdcd7..033a739886 100644 --- a/controls/upload/server-side-programming/validatingfile.md +++ b/controls/upload/server-side-programming/validatingfile.md @@ -3,6 +3,7 @@ title: ValidatingFile page_title: ValidatingFile - RadUpload description: Check our Web Forms article about ValidatingFile. slug: upload/server-side-programming/validatingfile +components: ["upload"] tags: validatingfile published: True position: 2 diff --git a/controls/upload/troubleshooting/ajax-callback-error-when-uploading-files.md b/controls/upload/troubleshooting/ajax-callback-error-when-uploading-files.md index be26af02e8..afca3ef9cd 100644 --- a/controls/upload/troubleshooting/ajax-callback-error-when-uploading-files.md +++ b/controls/upload/troubleshooting/ajax-callback-error-when-uploading-files.md @@ -3,6 +3,7 @@ title: Ajax Callback Error When Uploading Files page_title: Ajax Callback Error When Uploading Files - RadUpload description: Check our Web Forms article about Ajax Callback Error When Uploading Files. slug: upload/troubleshooting/ajax-callback-error-when-uploading-files +components: ["upload"] tags: ajax,callback,error,when,uploading,files published: True position: 0 diff --git a/controls/upload/troubleshooting/cannot-upload-files-simultaneously.md b/controls/upload/troubleshooting/cannot-upload-files-simultaneously.md index f6fb3341ab..8df6d0495a 100644 --- a/controls/upload/troubleshooting/cannot-upload-files-simultaneously.md +++ b/controls/upload/troubleshooting/cannot-upload-files-simultaneously.md @@ -3,6 +3,7 @@ title: Cannot Upload Files Simultaneously page_title: Cannot Upload Files Simultaneously - RadUpload description: Check our Web Forms article about Cannot Upload Files Simultaneously. slug: upload/troubleshooting/cannot-upload-files-simultaneously +components: ["upload"] tags: cannot,upload,files,simultaneously published: True position: 3 diff --git a/controls/upload/troubleshooting/empty-uploaded-files-collection.md b/controls/upload/troubleshooting/empty-uploaded-files-collection.md index 0034779f82..035ad3760a 100644 --- a/controls/upload/troubleshooting/empty-uploaded-files-collection.md +++ b/controls/upload/troubleshooting/empty-uploaded-files-collection.md @@ -3,6 +3,7 @@ title: Empty Uploaded Files Collection page_title: Empty Uploaded Files Collection - RadUpload description: Check our Web Forms article about Empty Uploaded Files Collection. slug: upload/troubleshooting/empty-uploaded-files-collection +components: ["upload"] tags: empty,uploaded,files,collection published: True position: 10 diff --git a/controls/upload/troubleshooting/files-are-not-uploaded.md b/controls/upload/troubleshooting/files-are-not-uploaded.md index 5c408d2eed..a05b4523a1 100644 --- a/controls/upload/troubleshooting/files-are-not-uploaded.md +++ b/controls/upload/troubleshooting/files-are-not-uploaded.md @@ -3,6 +3,7 @@ title: Files Are Not Uploaded page_title: Files Are Not Uploaded - RadUpload description: Check our Web Forms article about Files Are Not Uploaded. slug: upload/troubleshooting/files-are-not-uploaded +components: ["upload"] tags: files,are,not,uploaded published: True position: 5 diff --git a/controls/upload/troubleshooting/known-error-messages.md b/controls/upload/troubleshooting/known-error-messages.md index 9ba9cb2e50..7d35487cb5 100644 --- a/controls/upload/troubleshooting/known-error-messages.md +++ b/controls/upload/troubleshooting/known-error-messages.md @@ -3,6 +3,7 @@ title: Known Error Messages page_title: Known Error Messages - RadUpload description: Check our Web Forms article about Known Error Messages. slug: upload/troubleshooting/known-error-messages +components: ["upload"] tags: known,error,messages published: True position: 4 diff --git a/controls/upload/troubleshooting/radprogressarea-does-not-appear.md b/controls/upload/troubleshooting/radprogressarea-does-not-appear.md index 67bd86cd8b..cc600687ab 100644 --- a/controls/upload/troubleshooting/radprogressarea-does-not-appear.md +++ b/controls/upload/troubleshooting/radprogressarea-does-not-appear.md @@ -3,6 +3,7 @@ title: RadProgressArea Does Not Appear page_title: RadProgressArea Does Not Appear - RadUpload description: Check our Web Forms article about RadProgressArea Does Not Appear. slug: upload/troubleshooting/radprogressarea-does-not-appear +components: ["upload"] tags: radprogressarea,does,not,appear published: True position: 6 diff --git a/controls/upload/troubleshooting/radupload-select-browse-button-is-not-visible-in-ie.md b/controls/upload/troubleshooting/radupload-select-browse-button-is-not-visible-in-ie.md index 437a0cc118..51aa58db03 100644 --- a/controls/upload/troubleshooting/radupload-select-browse-button-is-not-visible-in-ie.md +++ b/controls/upload/troubleshooting/radupload-select-browse-button-is-not-visible-in-ie.md @@ -3,6 +3,7 @@ title: RadUpload Select-Browse Button is Not Visible in IE page_title: RadUpload Select-Browse Button is Not Visible in IE - RadUpload description: Check our Web Forms article about RadUpload Select-Browse Button is Not Visible in IE. slug: upload/troubleshooting/radupload-select-browse-button-is-not-visible-in-ie +components: ["upload"] tags: radupload,select-browse,button,is,not,visible,in,ie published: True position: 11 diff --git a/controls/upload/troubleshooting/select-button-does-not-work.md b/controls/upload/troubleshooting/select-button-does-not-work.md index fd017dab36..52ac7d4d82 100644 --- a/controls/upload/troubleshooting/select-button-does-not-work.md +++ b/controls/upload/troubleshooting/select-button-does-not-work.md @@ -3,6 +3,7 @@ title: Select Button Does Not Work page_title: Select Button Does Not Work - RadUpload description: Check our Web Forms article about Select Button Does Not Work. slug: upload/troubleshooting/select-button-does-not-work +components: ["upload"] tags: select,button,does,not,work published: True position: 7 diff --git a/controls/upload/troubleshooting/select-button-falls-below-the-text-box.md b/controls/upload/troubleshooting/select-button-falls-below-the-text-box.md index 05caa29cf3..0f139d9d73 100644 --- a/controls/upload/troubleshooting/select-button-falls-below-the-text-box.md +++ b/controls/upload/troubleshooting/select-button-falls-below-the-text-box.md @@ -3,6 +3,7 @@ title: Select Button Falls Below The Text Box page_title: Select Button Falls Below The Text Box - RadUpload description: Check our Web Forms article about Select Button Falls Below The Text Box. slug: upload/troubleshooting/select-button-falls-below-the-text-box +components: ["upload"] tags: select,button,falls,below,the,text,box published: True position: 8 diff --git a/controls/upload/troubleshooting/select-or-browse-button-is-not-visible-in-ie.md b/controls/upload/troubleshooting/select-or-browse-button-is-not-visible-in-ie.md index e471cb6a2c..4f103a39de 100644 --- a/controls/upload/troubleshooting/select-or-browse-button-is-not-visible-in-ie.md +++ b/controls/upload/troubleshooting/select-or-browse-button-is-not-visible-in-ie.md @@ -3,6 +3,7 @@ title: RadUpload Select or Browse Button Is Not Visible in IE page_title: RadUpload Select or Browse Button Is Not Visible in IE - RadUpload description: Check our Web Forms article about RadUpload Select or Browse Button Is Not Visible in IE. slug: upload/troubleshooting/select-or-browse-button-is-not-visible-in-ie +components: ["upload"] tags: radupload,select,or,browse,button,is,not,visible,in,ie published: True position: 1 diff --git a/controls/upload/troubleshooting/text-in-the-text-box-does-not-scroll.md b/controls/upload/troubleshooting/text-in-the-text-box-does-not-scroll.md index ae8f2227ac..2967e09207 100644 --- a/controls/upload/troubleshooting/text-in-the-text-box-does-not-scroll.md +++ b/controls/upload/troubleshooting/text-in-the-text-box-does-not-scroll.md @@ -3,6 +3,7 @@ title: Text in the Text Box Does Not Scroll page_title: Text in the Text Box Does Not Scroll - RadUpload description: Check our Web Forms article about Text in the Text Box Does Not Scroll. slug: upload/troubleshooting/text-in-the-text-box-does-not-scroll +components: ["upload"] tags: text,in,the,text,box,does,not,scroll published: True position: 9 diff --git a/controls/upload/troubleshooting/the-value-of-radupload-does-not-persist.md b/controls/upload/troubleshooting/the-value-of-radupload-does-not-persist.md index 7eedd1a2e4..cecf4ab646 100644 --- a/controls/upload/troubleshooting/the-value-of-radupload-does-not-persist.md +++ b/controls/upload/troubleshooting/the-value-of-radupload-does-not-persist.md @@ -3,6 +3,7 @@ title: The Value of RadUpload does not Persist page_title: The Value of RadUpload does not Persist - RadUpload description: Check our Web Forms article about The Value of RadUpload does not Persist. slug: upload/troubleshooting/the-value-of-radupload-does-not-persist +components: ["upload"] tags: the,value,of,radupload,does,not,persist published: True position: 2 diff --git a/controls/upload/troubleshooting/trust-permissions-set.md b/controls/upload/troubleshooting/trust-permissions-set.md index baa04a70cf..41207da6fc 100644 --- a/controls/upload/troubleshooting/trust-permissions-set.md +++ b/controls/upload/troubleshooting/trust-permissions-set.md @@ -3,6 +3,7 @@ title: Trust Permissions Set page_title: Trust Permissions Set - RadUpload description: Check our Web Forms article about Trust Permissions Set. slug: upload/troubleshooting/trust-permissions-set +components: ["upload"] tags: trust,permissions,set published: True position: 1 diff --git a/controls/upload/uploading-files/about-uploading-files.md b/controls/upload/uploading-files/about-uploading-files.md index a2e069d4f4..c0577b5a6c 100644 --- a/controls/upload/uploading-files/about-uploading-files.md +++ b/controls/upload/uploading-files/about-uploading-files.md @@ -3,6 +3,7 @@ title: About Uploading Files page_title: About Uploading Files - RadUpload description: Check our Web Forms article about About Uploading Files. slug: upload/uploading-files/about-uploading-files +components: ["upload"] tags: about,uploading,files published: True position: 0 diff --git a/controls/upload/uploading-files/known-limitations.md b/controls/upload/uploading-files/known-limitations.md index 2f406fa513..4368f9102c 100644 --- a/controls/upload/uploading-files/known-limitations.md +++ b/controls/upload/uploading-files/known-limitations.md @@ -3,6 +3,7 @@ title: Known Limitations page_title: Known Limitations - RadUpload description: Check our Web Forms article about Known Limitations. slug: upload/uploading-files/known-limitations +components: ["upload"] tags: known,limitations published: True position: 2 diff --git a/controls/upload/uploading-files/uploading-files-with-ajax.md b/controls/upload/uploading-files/uploading-files-with-ajax.md index 5631178797..5da83a70df 100644 --- a/controls/upload/uploading-files/uploading-files-with-ajax.md +++ b/controls/upload/uploading-files/uploading-files-with-ajax.md @@ -3,6 +3,7 @@ title: Uploading Files with AJAX page_title: Uploading Files with AJAX - RadUpload description: Check our Web Forms article about Uploading Files with AJAX. slug: upload/uploading-files/uploading-files-with-ajax +components: ["upload"] tags: uploading,files,with,ajax published: True position: 3 diff --git a/controls/upload/uploading-files/uploading-large-files.md b/controls/upload/uploading-files/uploading-large-files.md index 84244ee76c..b2bbb4cc0b 100644 --- a/controls/upload/uploading-files/uploading-large-files.md +++ b/controls/upload/uploading-files/uploading-large-files.md @@ -3,6 +3,7 @@ title: Uploading Large Files page_title: Uploading Large Files - RadUpload description: Learn how to configure the Upload control for handling large file uploads with progress tracking. slug: upload/uploading-files/uploading-large-files +components: ["upload"] tags: uploading,large,files published: True position: 1 diff --git a/controls/upload/uploading-files/using-standard-file-input-controls.md b/controls/upload/uploading-files/using-standard-file-input-controls.md index 25d49cf65d..a07195a3dd 100644 --- a/controls/upload/uploading-files/using-standard-file-input-controls.md +++ b/controls/upload/uploading-files/using-standard-file-input-controls.md @@ -3,6 +3,7 @@ title: Using standard file input controls page_title: Using standard file input controls - RadUpload description: Check our Web Forms article about Using standard file input controls. slug: upload/uploading-files/using-standard-file-input-controls +components: ["upload"] tags: using,standard,file,input,controls published: True position: 4 diff --git a/controls/upload/validation/client-side-validation.md b/controls/upload/validation/client-side-validation.md index aba773997e..61ba491629 100644 --- a/controls/upload/validation/client-side-validation.md +++ b/controls/upload/validation/client-side-validation.md @@ -3,6 +3,7 @@ title: Client-side Validation page_title: Client-side Validation - RadUpload description: Check our Web Forms article about Client-side Validation. slug: upload/validation/client-side-validation +components: ["upload"] tags: client-side,validation published: True position: 0 diff --git a/controls/upload/validation/custom-validation.md b/controls/upload/validation/custom-validation.md index e1e8e4256d..3a5db7b843 100644 --- a/controls/upload/validation/custom-validation.md +++ b/controls/upload/validation/custom-validation.md @@ -3,6 +3,7 @@ title: Custom Validation page_title: Custom Validation - RadUpload description: Check our Web Forms article about Custom Validation. slug: upload/validation/custom-validation +components: ["upload"] tags: custom,validation published: True position: 1 diff --git a/controls/upload/validation/integrated-validation.md b/controls/upload/validation/integrated-validation.md index e8329e7b65..8e246f57a6 100644 --- a/controls/upload/validation/integrated-validation.md +++ b/controls/upload/validation/integrated-validation.md @@ -3,6 +3,7 @@ title: Integrated Validation page_title: Integrated Validation - RadUpload description: Check our Web Forms article about Integrated Validation. slug: upload/validation/integrated-validation +components: ["upload"] tags: integrated,validation published: True position: 2 diff --git a/controls/upload/validation/required-field-validation.md b/controls/upload/validation/required-field-validation.md index 8236c8fd97..025c979d59 100644 --- a/controls/upload/validation/required-field-validation.md +++ b/controls/upload/validation/required-field-validation.md @@ -3,6 +3,7 @@ title: Required Field Validation page_title: Required Field Validation - RadUpload description: Check our Web Forms article about Required Field Validation. slug: upload/validation/required-field-validation +components: ["upload"] tags: required,field,validation published: True position: 3 diff --git a/controls/upload/what-is-new.md b/controls/upload/what-is-new.md index 820efcffaf..6aaa39a414 100644 --- a/controls/upload/what-is-new.md +++ b/controls/upload/what-is-new.md @@ -3,6 +3,7 @@ title: What is New page_title: What is New - RadUpload description: Check our Web Forms article about What is New. slug: upload/what-is-new +components: ["upload"] tags: what,is,new published: False position: 4 diff --git a/controls/window/accessibility-and-internationalization/keyboard-support.md b/controls/window/accessibility-and-internationalization/keyboard-support.md index 2b5fc9d52a..a4b21028bb 100644 --- a/controls/window/accessibility-and-internationalization/keyboard-support.md +++ b/controls/window/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadWindow description: Check our Web Forms article about Keyboard Support. slug: window/accessibility-and-internationalization/keyboard-support +components: ["window"] tags: keyboard,support published: True position: 1 diff --git a/controls/window/accessibility-and-internationalization/localization.md b/controls/window/accessibility-and-internationalization/localization.md index 10945c3419..0e4afcf1f4 100644 --- a/controls/window/accessibility-and-internationalization/localization.md +++ b/controls/window/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadWindow description: Check our Web Forms article about Localization. slug: window/accessibility-and-internationalization/localization +components: ["window"] tags: localization published: True position: 0 diff --git a/controls/window/accessibility-and-internationalization/right-to-left-support.md b/controls/window/accessibility-and-internationalization/right-to-left-support.md index 32e38774ce..5a22f51b80 100644 --- a/controls/window/accessibility-and-internationalization/right-to-left-support.md +++ b/controls/window/accessibility-and-internationalization/right-to-left-support.md @@ -3,6 +3,7 @@ title: Right-to-left Support page_title: Right-to-left Support - RadWindow description: Check our Web Forms article about Right-to-left Support. slug: window/accessibility-and-internationalization/right-to-left-support +components: ["window"] tags: right-to-left,support published: True position: 2 diff --git a/controls/window/accessibility-and-internationalization/wai-aria-support.md b/controls/window/accessibility-and-internationalization/wai-aria-support.md index 2c96bdf4ca..ef6bd47e4b 100644 --- a/controls/window/accessibility-and-internationalization/wai-aria-support.md +++ b/controls/window/accessibility-and-internationalization/wai-aria-support.md @@ -3,6 +3,7 @@ title: WAI-ARIA Support page_title: WAI-ARIA Support - RadWindow description: Check our Web Forms article about WAI-ARIA Support. slug: window/accessibility-and-internationalization/wai-aria-support +components: ["window"] tags: wai-aria,support published: True position: 3 diff --git a/controls/window/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/window/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 7bc4367487..bf4b83684c 100644 --- a/controls/window/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/window/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadWindow description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: window/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["window"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 4 diff --git a/controls/window/alert,-confirm,-prompt-dialogs/how-to-change-the-dialog-templates.md b/controls/window/alert,-confirm,-prompt-dialogs/how-to-change-the-dialog-templates.md index 022490c950..313a7021b3 100644 --- a/controls/window/alert,-confirm,-prompt-dialogs/how-to-change-the-dialog-templates.md +++ b/controls/window/alert,-confirm,-prompt-dialogs/how-to-change-the-dialog-templates.md @@ -3,6 +3,7 @@ title: How to Change the Dialog Templates page_title: How to Change the Dialog Templates - RadWindow description: Check our Web Forms article about How to Change the Dialog Templates. slug: window/alert,-confirm,-prompt-dialogs/how-to-change-the-dialog-templates +components: ["window"] tags: how,to,change,the,dialog,templates published: True position: 4 diff --git a/controls/window/alert,-confirm,-prompt-dialogs/overview.md b/controls/window/alert,-confirm,-prompt-dialogs/overview.md index 5498ae2668..4a1f2d8ffb 100644 --- a/controls/window/alert,-confirm,-prompt-dialogs/overview.md +++ b/controls/window/alert,-confirm,-prompt-dialogs/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Alert, Confirm, Prompt Dialogs Overview - RadWindow description: Check our Web Forms article about Overview. slug: window/alert,-confirm,-prompt-dialogs/overview +components: ["window"] tags: overview published: True position: 0 diff --git a/controls/window/alert,-confirm,-prompt-dialogs/radalert-dialog.md b/controls/window/alert,-confirm,-prompt-dialogs/radalert-dialog.md index d41c9aea3e..90d5d77dbe 100644 --- a/controls/window/alert,-confirm,-prompt-dialogs/radalert-dialog.md +++ b/controls/window/alert,-confirm,-prompt-dialogs/radalert-dialog.md @@ -3,6 +3,7 @@ title: RadAlert Dialog page_title: RadAlert Dialog - RadWindow description: Check our Web Forms article about RadAlert Dialog. slug: window/alert,-confirm,-prompt-dialogs/radalert-dialog +components: ["window"] tags: radalert,dialog published: True position: 1 diff --git a/controls/window/alert,-confirm,-prompt-dialogs/radconfirm-dialog.md b/controls/window/alert,-confirm,-prompt-dialogs/radconfirm-dialog.md index 5eb23c81bf..1ae89756ab 100644 --- a/controls/window/alert,-confirm,-prompt-dialogs/radconfirm-dialog.md +++ b/controls/window/alert,-confirm,-prompt-dialogs/radconfirm-dialog.md @@ -3,6 +3,7 @@ title: RadConfirm Dialog page_title: RadConfirm Dialog - RadWindow description: Check our Web Forms article about RadConfirm Dialog. slug: window/alert,-confirm,-prompt-dialogs/radconfirm-dialog +components: ["window"] tags: radconfirm,dialog published: True position: 2 diff --git a/controls/window/alert,-confirm,-prompt-dialogs/radprompt-dialog.md b/controls/window/alert,-confirm,-prompt-dialogs/radprompt-dialog.md index 982398302f..2ab8d4bddf 100644 --- a/controls/window/alert,-confirm,-prompt-dialogs/radprompt-dialog.md +++ b/controls/window/alert,-confirm,-prompt-dialogs/radprompt-dialog.md @@ -3,6 +3,7 @@ title: RadPrompt Dialog page_title: RadPrompt Dialog - RadWindow description: Check our Web Forms article about RadPrompt Dialog. slug: window/alert,-confirm,-prompt-dialogs/radprompt-dialog +components: ["window"] tags: radprompt,dialog published: True position: 3 diff --git a/controls/window/appearance-and-styling/creating-custom-lightweight-skin.md b/controls/window/appearance-and-styling/creating-custom-lightweight-skin.md index 88c69a0377..cbeb5cadd0 100644 --- a/controls/window/appearance-and-styling/creating-custom-lightweight-skin.md +++ b/controls/window/appearance-and-styling/creating-custom-lightweight-skin.md @@ -3,6 +3,7 @@ title: Creating a Custom Lightweight Skin page_title: Creating a Custom Lightweight Skin - RadButton description: Check our Web Forms article about Creating a Custom Lightweight Skin. slug: window/appearance-and-styling/creating-custom-lightweight-skin.md +components: ["window"] tags: creating,custom,lightweight,skin published: True position: 3 diff --git a/controls/window/appearance-and-styling/radwindow-css-classes-and-their-use.md b/controls/window/appearance-and-styling/radwindow-css-classes-and-their-use.md index 3c3667099d..ceb2ad49b7 100644 --- a/controls/window/appearance-and-styling/radwindow-css-classes-and-their-use.md +++ b/controls/window/appearance-and-styling/radwindow-css-classes-and-their-use.md @@ -3,6 +3,7 @@ title: RadWindow CSS Classes and Their Use page_title: RadWindow CSS Classes and Their Use - RadWindow description: Check our Web Forms article about RadWindow CSS Classes and Their Use. slug: window/appearance-and-styling/radwindow-css-classes-and-their-use +components: ["window"] tags: radwindow,css,classes,and,their,use published: True position: 1 diff --git a/controls/window/appearance-and-styling/removing-the-borders.md b/controls/window/appearance-and-styling/removing-the-borders.md index aa2997e656..18df3296c7 100644 --- a/controls/window/appearance-and-styling/removing-the-borders.md +++ b/controls/window/appearance-and-styling/removing-the-borders.md @@ -3,6 +3,7 @@ title: Removing the Borders page_title: Removing the Borders - RadWindow description: Check our Web Forms article about Removing the Borders. slug: window/appearance-and-styling/removing-the-borders +components: ["window"] tags: removing,the,borders published: True position: 2 diff --git a/controls/window/appearance-and-styling/skins.md b/controls/window/appearance-and-styling/skins.md index 0003947e85..54e1e7d38c 100644 --- a/controls/window/appearance-and-styling/skins.md +++ b/controls/window/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadWindow description: Check our Web Forms article about Skins. slug: window/appearance-and-styling/skins +components: ["window"] tags: skins published: True position: 0 diff --git a/controls/window/changes-and-backward-compatibility/migration-from-radwindow-for-asp.net-(classic)-to-radwindow-for-asp.net-ajax.md b/controls/window/changes-and-backward-compatibility/migration-from-radwindow-for-asp.net-(classic)-to-radwindow-for-asp.net-ajax.md index a7ca13d616..d6f9f82779 100644 --- a/controls/window/changes-and-backward-compatibility/migration-from-radwindow-for-asp.net-(classic)-to-radwindow-for-asp.net-ajax.md +++ b/controls/window/changes-and-backward-compatibility/migration-from-radwindow-for-asp.net-(classic)-to-radwindow-for-asp.net-ajax.md @@ -3,6 +3,7 @@ title: Migration from RadWindow for ASP.NET (Classic) to RadWindow for ASP.NET A page_title: Migration from RadWindow for ASP.NET (Classic) to RadWindow - RadWindow description: Check our Web Forms article about Migration from RadWindow for ASP.NET (Classic) to RadWindow for ASP.NET AJAX. slug: window/changes-and-backward-compatibility/migration-from-radwindow-for-asp.net-(classic)-to-radwindow-for-asp.net-ajax +components: ["window"] tags: migration,from,radwindow,for,asp.net,(classic),to,radwindow,for,asp.net,ajax published: True position: 1 diff --git a/controls/window/changes-and-backward-compatibility/overview.md b/controls/window/changes-and-backward-compatibility/overview.md index f0e7341a41..945eda71cb 100644 --- a/controls/window/changes-and-backward-compatibility/overview.md +++ b/controls/window/changes-and-backward-compatibility/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Changes And Backward Compatibility Overview - RadWindow description: Check our Web Forms article about Overview. slug: window/changes-and-backward-compatibility/overview +components: ["window"] tags: overview published: True position: 0 diff --git a/controls/window/client-side-programming/events/onclientactivate.md b/controls/window/client-side-programming/events/onclientactivate.md index d668761982..5fcafe05ee 100644 --- a/controls/window/client-side-programming/events/onclientactivate.md +++ b/controls/window/client-side-programming/events/onclientactivate.md @@ -3,6 +3,7 @@ title: OnClientActivate page_title: OnClientActivate - RadWindow description: Check our Web Forms article about OnClientActivate. slug: window/client-side-programming/events/onclientactivate +components: ["window"] tags: onclientactivate published: True position: 2 diff --git a/controls/window/client-side-programming/events/onclientautosizeend.md b/controls/window/client-side-programming/events/onclientautosizeend.md index 64c2db61dc..ac9d95198d 100644 --- a/controls/window/client-side-programming/events/onclientautosizeend.md +++ b/controls/window/client-side-programming/events/onclientautosizeend.md @@ -3,6 +3,7 @@ title: OnClientAutoSizeEnd page_title: OnClientAutoSizeEnd - RadWindow description: Check our Web Forms article about OnClientAutoSizeEnd. slug: window/client-side-programming/events/onclientautosizeend +components: ["window"] tags: onclientautosizeend published: True position: 3 diff --git a/controls/window/client-side-programming/events/onclientbeforeclose.md b/controls/window/client-side-programming/events/onclientbeforeclose.md index c50154463e..b0a2fe27f4 100644 --- a/controls/window/client-side-programming/events/onclientbeforeclose.md +++ b/controls/window/client-side-programming/events/onclientbeforeclose.md @@ -3,6 +3,7 @@ title: OnClientBeforeClose page_title: OnClientBeforeClose - RadWindow description: Check our Web Forms article about OnClientBeforeClose. slug: window/client-side-programming/events/onclientbeforeclose +components: ["window"] tags: onclientbeforeclose published: True position: 4 diff --git a/controls/window/client-side-programming/events/onclientbeforeshow.md b/controls/window/client-side-programming/events/onclientbeforeshow.md index 3502cd2177..1bb1c55498 100644 --- a/controls/window/client-side-programming/events/onclientbeforeshow.md +++ b/controls/window/client-side-programming/events/onclientbeforeshow.md @@ -3,6 +3,7 @@ title: OnClientBeforeShow page_title: OnClientBeforeShow - RadWindow description: Check our Web Forms article about OnClientBeforeShow. slug: window/client-side-programming/events/onclientbeforeshow +components: ["window"] tags: onclientbeforeshow published: True position: 5 diff --git a/controls/window/client-side-programming/events/onclientclose.md b/controls/window/client-side-programming/events/onclientclose.md index 86187888e1..110fb26cf1 100644 --- a/controls/window/client-side-programming/events/onclientclose.md +++ b/controls/window/client-side-programming/events/onclientclose.md @@ -3,6 +3,7 @@ title: OnClientClose page_title: OnClientClose - RadWindow description: Explore how to handle the OnClientClose event in the RadWindow control for custom client-side logic. slug: window/client-side-programming/events/onclientclose +components: ["window"] tags: onclientclose published: True position: 6 diff --git a/controls/window/client-side-programming/events/onclientcommand.md b/controls/window/client-side-programming/events/onclientcommand.md index 65914bf32f..d8ed99755b 100644 --- a/controls/window/client-side-programming/events/onclientcommand.md +++ b/controls/window/client-side-programming/events/onclientcommand.md @@ -3,6 +3,7 @@ title: OnClientCommand page_title: OnClientCommand - RadWindow description: Check our Web Forms article about OnClientCommand. slug: window/client-side-programming/events/onclientcommand +components: ["window"] tags: onclientcommand published: True position: 7 diff --git a/controls/window/client-side-programming/events/onclientdragend.md b/controls/window/client-side-programming/events/onclientdragend.md index 2cc420e2dd..fb073be0a4 100644 --- a/controls/window/client-side-programming/events/onclientdragend.md +++ b/controls/window/client-side-programming/events/onclientdragend.md @@ -3,6 +3,7 @@ title: OnClientDragEnd page_title: OnClientDragEnd - RadWindow description: Check our Web Forms article about OnClientDragEnd. slug: window/client-side-programming/events/onclientdragend +components: ["window"] tags: onclientdragend published: True position: 8 diff --git a/controls/window/client-side-programming/events/onclientdragstart.md b/controls/window/client-side-programming/events/onclientdragstart.md index 5e534118d2..76656cb0ca 100644 --- a/controls/window/client-side-programming/events/onclientdragstart.md +++ b/controls/window/client-side-programming/events/onclientdragstart.md @@ -3,6 +3,7 @@ title: OnClientDragStart page_title: OnClientDragStart - RadWindow description: Check our Web Forms article about OnClientDragStart. slug: window/client-side-programming/events/onclientdragstart +components: ["window"] tags: onclientdragstart published: True position: 9 diff --git a/controls/window/client-side-programming/events/onclientpageload.md b/controls/window/client-side-programming/events/onclientpageload.md index 97b3998dfa..6d449be351 100644 --- a/controls/window/client-side-programming/events/onclientpageload.md +++ b/controls/window/client-side-programming/events/onclientpageload.md @@ -3,6 +3,7 @@ title: OnClientPageLoad page_title: OnClientPageLoad - RadWindow description: Check our Web Forms article about OnClientPageLoad. slug: window/client-side-programming/events/onclientpageload +components: ["window"] tags: onclientpageload published: True position: 10 diff --git a/controls/window/client-side-programming/events/onclientresize.md b/controls/window/client-side-programming/events/onclientresize.md index 01a222af3f..59e78fb6f9 100644 --- a/controls/window/client-side-programming/events/onclientresize.md +++ b/controls/window/client-side-programming/events/onclientresize.md @@ -3,6 +3,7 @@ title: OnClientResize page_title: OnClientResize - RadWindow description: Check our Web Forms article about OnClientResize. slug: window/client-side-programming/events/onclientresize +components: ["window"] tags: onclientresize published: True position: 11 diff --git a/controls/window/client-side-programming/events/onclientresizeend.md b/controls/window/client-side-programming/events/onclientresizeend.md index 7d86fd2839..f10d8510dd 100644 --- a/controls/window/client-side-programming/events/onclientresizeend.md +++ b/controls/window/client-side-programming/events/onclientresizeend.md @@ -3,6 +3,7 @@ title: OnClientResizeEnd page_title: OnClientResizeEnd - RadWindow description: Check our Web Forms article about OnClientResizeEnd. slug: window/client-side-programming/events/onclientresizeend +components: ["window"] tags: onclientresizeend published: True position: 12 diff --git a/controls/window/client-side-programming/events/onclientresizestart.md b/controls/window/client-side-programming/events/onclientresizestart.md index ba555487d5..386330128a 100644 --- a/controls/window/client-side-programming/events/onclientresizestart.md +++ b/controls/window/client-side-programming/events/onclientresizestart.md @@ -3,6 +3,7 @@ title: OnClientResizeStart page_title: OnClientResizeStart - RadWindow description: Check our Web Forms article about OnClientResizeStart. slug: window/client-side-programming/events/onclientresizestart +components: ["window"] tags: onclientresizestart published: True position: 13 diff --git a/controls/window/client-side-programming/events/onclientshow.md b/controls/window/client-side-programming/events/onclientshow.md index ed10f5f3eb..79920e4642 100644 --- a/controls/window/client-side-programming/events/onclientshow.md +++ b/controls/window/client-side-programming/events/onclientshow.md @@ -3,6 +3,7 @@ title: OnClientShow page_title: OnClientShow - RadWindow description: Check our Web Forms article about OnClientShow. slug: window/client-side-programming/events/onclientshow +components: ["window"] tags: onclientshow published: True position: 14 diff --git a/controls/window/client-side-programming/events/overview.md b/controls/window/client-side-programming/events/overview.md index 27d06c7041..5b84d79b48 100644 --- a/controls/window/client-side-programming/events/overview.md +++ b/controls/window/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Events Overview - RadWindow description: Check our Web Forms article about Overview. slug: window/client-side-programming/events/overview +components: ["window"] tags: overview published: True position: 0 diff --git a/controls/window/client-side-programming/events/setting-handlers-by-using-javascript.md b/controls/window/client-side-programming/events/setting-handlers-by-using-javascript.md index 1f700516e6..97db4e140c 100644 --- a/controls/window/client-side-programming/events/setting-handlers-by-using-javascript.md +++ b/controls/window/client-side-programming/events/setting-handlers-by-using-javascript.md @@ -3,6 +3,7 @@ title: Setting Handlers by Using JavaScript page_title: Setting Handlers by Using JavaScript - RadWindow description: Check our Web Forms article about Setting Handlers by Using JavaScript. slug: window/client-side-programming/events/setting-handlers-by-using-javascript +components: ["window"] tags: setting,handlers,by,using,javascript published: True position: 1 diff --git a/controls/window/client-side-programming/overview.md b/controls/window/client-side-programming/overview.md index 20ab792ef6..9349014fe3 100644 --- a/controls/window/client-side-programming/overview.md +++ b/controls/window/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadWindow description: Learn about the client-side programming features of the RadWindow control for dynamic interactions. slug: window/client-side-programming/overview +components: ["window"] tags: overview published: True position: 0 diff --git a/controls/window/client-side-programming/radwindow-object.md b/controls/window/client-side-programming/radwindow-object.md index 31a35bcdf9..8fdfdfd401 100644 --- a/controls/window/client-side-programming/radwindow-object.md +++ b/controls/window/client-side-programming/radwindow-object.md @@ -3,6 +3,7 @@ title: RadWindow Object page_title: RadWindow Object - RadWindow description: Discover the RadWindow object and its client-side programming capabilities for enhanced user interaction. slug: window/client-side-programming/radwindow-object +components: ["window"] tags: radwindow,object published: True position: 1 diff --git a/controls/window/client-side-programming/radwindowmanager-object.md b/controls/window/client-side-programming/radwindowmanager-object.md index d162f3107e..033f40bf94 100644 --- a/controls/window/client-side-programming/radwindowmanager-object.md +++ b/controls/window/client-side-programming/radwindowmanager-object.md @@ -3,6 +3,7 @@ title: RadWindowManager Object page_title: RadWindowManager Object - RadWindow description: Discover the RadWindowManager object and its client-side API for managing multiple RadWindow instances. slug: window/client-side-programming/radwindowmanager-object +components: ["window"] tags: radwindowmanager,object published: True position: 2 diff --git a/controls/window/design-time/smart-tag.md b/controls/window/design-time/smart-tag.md index 2943e70747..20f1a5976d 100644 --- a/controls/window/design-time/smart-tag.md +++ b/controls/window/design-time/smart-tag.md @@ -3,6 +3,7 @@ title: Smart Tag page_title: Smart Tag - RadWindow description: Check our Web Forms article about Smart Tag. slug: window/design-time/smart-tag +components: ["window"] tags: smart,tag published: True position: 0 diff --git a/controls/window/design-time/visual-configuration-manager.md b/controls/window/design-time/visual-configuration-manager.md index 8d90bbc2dd..7f4694127f 100644 --- a/controls/window/design-time/visual-configuration-manager.md +++ b/controls/window/design-time/visual-configuration-manager.md @@ -3,6 +3,7 @@ title: Visual Configuration Manager page_title: Visual Configuration Manager - RadWindow description: Check our Web Forms article about Visual Configuration Manager. slug: window/design-time/visual-configuration-manager +components: ["window"] tags: visual,configuration,manager published: True position: 1 diff --git a/controls/window/getting-started/differences-from-raddock.md b/controls/window/getting-started/differences-from-raddock.md index 0e5561da7c..5bb571a29a 100644 --- a/controls/window/getting-started/differences-from-raddock.md +++ b/controls/window/getting-started/differences-from-raddock.md @@ -3,6 +3,7 @@ title: Differences from RadDock page_title: Differences from RadDock - RadWindow description: Check our Web Forms article about Differences from RadDock. slug: window/getting-started/differences-from-raddock +components: ["window"] tags: differences,from,raddock published: True position: 10 diff --git a/controls/window/getting-started/initial-window-state.md b/controls/window/getting-started/initial-window-state.md index 8d9597f33d..858859ede9 100644 --- a/controls/window/getting-started/initial-window-state.md +++ b/controls/window/getting-started/initial-window-state.md @@ -3,6 +3,7 @@ title: Initial Window State page_title: Initial Window State - RadWindow description: Check our Web Forms article about Initial Window State. slug: window/getting-started/initial-window-state +components: ["window"] tags: initial,window,state published: True position: 7 diff --git a/controls/window/getting-started/minimize-zone.md b/controls/window/getting-started/minimize-zone.md index 999a889af8..a991026ab0 100644 --- a/controls/window/getting-started/minimize-zone.md +++ b/controls/window/getting-started/minimize-zone.md @@ -3,6 +3,7 @@ title: Minimize Zone page_title: Minimize Zone - RadWindow description: Check our Web Forms article about Minimize Zone. slug: window/getting-started/minimize-zone +components: ["window"] tags: minimize,zone published: True position: 9 diff --git a/controls/window/getting-started/opening-windows.md b/controls/window/getting-started/opening-windows.md index 6a6412f029..092977ee95 100644 --- a/controls/window/getting-started/opening-windows.md +++ b/controls/window/getting-started/opening-windows.md @@ -3,6 +3,7 @@ title: Opening Windows page_title: Opening Windows - RadWindow description: Discover how to open and configure RadWindow instances for enhanced user interface interactions. slug: window/getting-started/opening-windows +components: ["window"] tags: opening,windows published: True position: 2 diff --git a/controls/window/getting-started/overview.md b/controls/window/getting-started/overview.md index 567d99ac4a..1ca7ef7e81 100644 --- a/controls/window/getting-started/overview.md +++ b/controls/window/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Getting Started Overview - RadWindow description: Discover how to set up and configure the RadWindow control for creating modal and non-modal dialogs. slug: window/getting-started/overview +components: ["window"] tags: overview published: True position: 0 diff --git a/controls/window/getting-started/properties-that-affect-window-behavior.md b/controls/window/getting-started/properties-that-affect-window-behavior.md index eb94afc79b..a9b6567fa7 100644 --- a/controls/window/getting-started/properties-that-affect-window-behavior.md +++ b/controls/window/getting-started/properties-that-affect-window-behavior.md @@ -3,6 +3,7 @@ title: Properties that Affect Window Behavior page_title: Properties that Affect Window Behavior - RadWindow description: Check our Web Forms article about Properties that Affect Window Behavior. slug: window/getting-started/properties-that-affect-window-behavior +components: ["window"] tags: properties,that,affect,window,behavior published: True position: 4 diff --git a/controls/window/getting-started/radwindowmanager.md b/controls/window/getting-started/radwindowmanager.md index 61cecb4367..2f621c327a 100644 --- a/controls/window/getting-started/radwindowmanager.md +++ b/controls/window/getting-started/radwindowmanager.md @@ -3,6 +3,7 @@ title: RadWindowManager page_title: RadWindowManager - RadWindow description: Discover how to export Grid data to PDF format for creating professional and shareable documents. slug: window/getting-started/radwindowmanager +components: ["window"] tags: radwindowmanager published: True position: 3 diff --git a/controls/window/getting-started/showing-and-positioning.md b/controls/window/getting-started/showing-and-positioning.md index 0f0728b4d9..68258f6c00 100644 --- a/controls/window/getting-started/showing-and-positioning.md +++ b/controls/window/getting-started/showing-and-positioning.md @@ -3,6 +3,7 @@ title: Showing and Positioning page_title: Showing and Positioning - RadWindow description: Learn how to show and position RadWindow instances dynamically for enhanced user interface interactions. slug: window/getting-started/showing-and-positioning +components: ["window"] tags: showing,and,positioning published: True position: 8 diff --git a/controls/window/getting-started/structure.md b/controls/window/getting-started/structure.md index 45753599b4..94de37e478 100644 --- a/controls/window/getting-started/structure.md +++ b/controls/window/getting-started/structure.md @@ -3,6 +3,7 @@ title: Structure page_title: Structure - RadWindow description: Check our Web Forms article about RadWindow Structure. slug: window/getting-started/element-structure +components: ["window"] tags: element,structure published: True position: 1 diff --git a/controls/window/getting-started/user-interaction-with-the-window.md b/controls/window/getting-started/user-interaction-with-the-window.md index 4f945734ff..73efc395b2 100644 --- a/controls/window/getting-started/user-interaction-with-the-window.md +++ b/controls/window/getting-started/user-interaction-with-the-window.md @@ -3,6 +3,7 @@ title: User Interaction With The Window page_title: User Interaction With The Window - RadWindow description: Check our Web Forms article about User Interaction With The Window. slug: window/getting-started/user-interaction-with-the-window +components: ["window"] tags: user,interaction,with,the,window published: True position: 6 diff --git a/controls/window/getting-started/using-radwindow-as-controls-container.md b/controls/window/getting-started/using-radwindow-as-controls-container.md index 9472ad005d..ab6da8d5af 100644 --- a/controls/window/getting-started/using-radwindow-as-controls-container.md +++ b/controls/window/getting-started/using-radwindow-as-controls-container.md @@ -3,6 +3,7 @@ title: Using RadWindow as Controls Container page_title: Using RadWindow as Controls Container - RadWindow description: Check our Web Forms article about Using RadWindow as Controls Container. slug: window/getting-started/using-radwindow-as-controls-container +components: ["window"] tags: using,radwindow,as,controls,container published: True position: 5 diff --git a/controls/window/how-to/calling-functions-in-windows.md b/controls/window/how-to/calling-functions-in-windows.md index ee6dc17b09..5d2a037dd9 100644 --- a/controls/window/how-to/calling-functions-in-windows.md +++ b/controls/window/how-to/calling-functions-in-windows.md @@ -3,6 +3,7 @@ title: Call Functions in Windows page_title: How to Call Functions in Windows - RadWindow description: Learn how to call JavaScript functions from RadWindow instances for dynamic and interactive behavior. slug: window/how-to/calling-functions-in-windows +components: ["window"] tags: calling,call,functions,in,windows published: True position: 4 diff --git a/controls/window/how-to/confirm-closing.md b/controls/window/how-to/confirm-closing.md index f25737f8c2..b00f7eca1b 100644 --- a/controls/window/how-to/confirm-closing.md +++ b/controls/window/how-to/confirm-closing.md @@ -3,6 +3,7 @@ title: Confirm Closing page_title: Confirm Closing - RadWindow description: Check our Web Forms article about Confirm Closing. slug: window/how-to/confirm-closing +components: ["window"] tags: confirm,closing published: True position: 10 diff --git a/controls/window/how-to/determine-if-a-page-is-loaded-inside-a-radwindow.md b/controls/window/how-to/determine-if-a-page-is-loaded-inside-a-radwindow.md index 3c21450632..02a7878f6c 100644 --- a/controls/window/how-to/determine-if-a-page-is-loaded-inside-a-radwindow.md +++ b/controls/window/how-to/determine-if-a-page-is-loaded-inside-a-radwindow.md @@ -3,6 +3,7 @@ title: Determine if a Page is Loaded Inside a RadWindow page_title: Determine if a Page is Loaded Inside a RadWindow - RadWindow description: Check our Web Forms article about Determine if a Page is Loaded Inside a RadWindow. slug: window/how-to/determine-if-a-page-is-loaded-inside-a-radwindow +components: ["window"] tags: determine,if,a,page,is,loaded,inside,a,radwindow published: True position: 7 diff --git a/controls/window/how-to/executing-script-on-a-reload.md b/controls/window/how-to/executing-script-on-a-reload.md index e512ed1146..b282571ab7 100644 --- a/controls/window/how-to/executing-script-on-a-reload.md +++ b/controls/window/how-to/executing-script-on-a-reload.md @@ -3,6 +3,7 @@ title: Executing Script on a Reload page_title: Executing Script on a Reload - RadWindow description: Check our Web Forms article about Executing Script on a Reload. slug: window/how-to/executing-script-on-a-reload +components: ["window"] tags: executing,script,on,a,reload published: True position: 6 diff --git a/controls/window/how-to/how-to-use-radwindow-with-ajax.md b/controls/window/how-to/how-to-use-radwindow-with-ajax.md index ea0f671c92..b1ce63eb58 100644 --- a/controls/window/how-to/how-to-use-radwindow-with-ajax.md +++ b/controls/window/how-to/how-to-use-radwindow-with-ajax.md @@ -3,6 +3,7 @@ title: How to Use RadWindow with AJAX page_title: How to Use RadWindow with AJAX - RadWindow description: Discover how to integrate the RadWindow control with AJAX for enhanced user interface interactions. slug: window/how-to/how-to-use-radwindow-with-ajax +components: ["window"] tags: how,to,use,radwindow,with,ajax published: True position: 0 diff --git a/controls/window/how-to/opening-a-radwindow-from-within-a-radwindow.md b/controls/window/how-to/opening-a-radwindow-from-within-a-radwindow.md index 983fe13456..f8fc51f947 100644 --- a/controls/window/how-to/opening-a-radwindow-from-within-a-radwindow.md +++ b/controls/window/how-to/opening-a-radwindow-from-within-a-radwindow.md @@ -3,6 +3,7 @@ title: Open a RadWindow from Within a RadWindow page_title: Open a RadWindow from Within a RadWindow - RadWindow description: Check our Web Forms article about How to open a RadWindow from Within a RadWindow. slug: window/how-to/opening-a-radwindow-from-within-a-radwindow +components: ["window"] tags: opening, open,radwindow,from,within,inside,radwindow published: True position: 2 diff --git a/controls/window/how-to/show-radalert-that-blocks-the-entire-page.md b/controls/window/how-to/show-radalert-that-blocks-the-entire-page.md index 1eeedcd7a9..3343cfedd7 100644 --- a/controls/window/how-to/show-radalert-that-blocks-the-entire-page.md +++ b/controls/window/how-to/show-radalert-that-blocks-the-entire-page.md @@ -3,6 +3,7 @@ title: Show RadAlert that Blocks the Entire Page page_title: Show RadAlert that Blocks the Entire Page - RadWindow description: Check our Web Forms article about Show RadAlert that Blocks the Entire Page. slug: window/how-to/show-radalert-that-blocks-the-entire-page +components: ["window"] tags: show,radalert,that,blocks,the,entire,page published: True position: 8 diff --git a/controls/window/how-to/use-querystring-to-provide-arguments-to-radwindow.md b/controls/window/how-to/use-querystring-to-provide-arguments-to-radwindow.md index 4e46502032..50cce79033 100644 --- a/controls/window/how-to/use-querystring-to-provide-arguments-to-radwindow.md +++ b/controls/window/how-to/use-querystring-to-provide-arguments-to-radwindow.md @@ -3,6 +3,7 @@ title: Use Querystring to Provide Arguments to RadWindow page_title: Use Querystring to Provide Arguments to RadWindow - RadWindow description: Check our Web Forms article about Use Querystring to Provide Arguments to RadWindow. slug: window/how-to/use-querystring-to-provide-arguments-to-radwindow +components: ["window"] tags: use,querystring,to,provide,arguments,to,radwindow published: True position: 1 diff --git a/controls/window/how-to/using-radconfirm-in-server-code.md b/controls/window/how-to/using-radconfirm-in-server-code.md index ade43fdb61..3ef28a325d 100644 --- a/controls/window/how-to/using-radconfirm-in-server-code.md +++ b/controls/window/how-to/using-radconfirm-in-server-code.md @@ -3,6 +3,7 @@ title: Using RadConfirm In Server Code page_title: Using RadConfirm In Server Code - RadWindow description: Explore how to use the RadConfirm dialog in server-side code for user confirmation and interaction. slug: window/how-to/using-radconfirm-in-server-code +components: ["window"] tags: using,radconfirm,in,server,code published: True position: 9 diff --git a/controls/window/how-to/using-radwindow-as-a-dialog.md b/controls/window/how-to/using-radwindow-as-a-dialog.md index 5e9215fc1c..863bf9b5e6 100644 --- a/controls/window/how-to/using-radwindow-as-a-dialog.md +++ b/controls/window/how-to/using-radwindow-as-a-dialog.md @@ -3,6 +3,7 @@ title: Using RadWindow as a Dialog page_title: Using RadWindow as a Dialog - RadWindow description: Learn how to use the RadWindow control as a dialog for displaying modal and non-modal content. slug: window/how-to/using-radwindow-as-a-dialog +components: ["window"] tags: using,radwindow,as,a,dialog published: True position: 3 diff --git a/controls/window/how-to/using-the-target-attribute.md b/controls/window/how-to/using-the-target-attribute.md index 93e4e9d121..b1219f28ff 100644 --- a/controls/window/how-to/using-the-target-attribute.md +++ b/controls/window/how-to/using-the-target-attribute.md @@ -3,6 +3,7 @@ title: Using the Target Attribute page_title: Using the Target Attribute - RadWindow description: Check our Web Forms article about Using the Target Attribute. slug: window/how-to/using-the-target-attribute +components: ["window"] tags: using,the,target,attribute published: True position: 5 diff --git a/controls/window/mobile-support/render-modes.md b/controls/window/mobile-support/render-modes.md index 1ebae93917..ae109f8372 100644 --- a/controls/window/mobile-support/render-modes.md +++ b/controls/window/mobile-support/render-modes.md @@ -3,6 +3,7 @@ title: Render Modes page_title: Render Modes - RadWindow description: Check our Web Forms article about Render Modes. slug: window/mobile-support/render-modes +components: ["window"] tags: render,modes published: True position: 1 diff --git a/controls/window/mobile-support/responsive,-adaptive-and-elastic-capabilities.md b/controls/window/mobile-support/responsive,-adaptive-and-elastic-capabilities.md index d5951e229a..52849c22a1 100644 --- a/controls/window/mobile-support/responsive,-adaptive-and-elastic-capabilities.md +++ b/controls/window/mobile-support/responsive,-adaptive-and-elastic-capabilities.md @@ -3,6 +3,7 @@ title: Responsive, Adaptive and Elastic Capabilities page_title: Responsive, Adaptive and Elastic Capabilities - RadWindow description: Check our Web Forms article about Responsive, Adaptive and Elastic Capabilities. slug: window/mobile-support/responsive,-adaptive-and-elastic-capabilities +components: ["window"] tags: responsive,,adaptive,and,elastic,capabilities published: True position: 0 diff --git a/controls/window/overview.md b/controls/window/overview.md index 239068e84d..2a4fa0373b 100644 --- a/controls/window/overview.md +++ b/controls/window/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Overview - RadWindow description: Discover the RadWindow control and its features for creating modal and non-modal dialog windows. slug: window/overview +components: ["window"] tags: overview published: True position: 0 diff --git a/controls/window/server-side-programming/examples.md b/controls/window/server-side-programming/examples.md index 4773511750..687668b726 100644 --- a/controls/window/server-side-programming/examples.md +++ b/controls/window/server-side-programming/examples.md @@ -3,6 +3,7 @@ title: Examples page_title: Examples - RadWindow description: Explore server-side examples for configuring and managing RadWindow instances in your applications. slug: window/server-side-programming/examples +components: ["window"] tags: examples published: True position: 2 diff --git a/controls/window/server-side-programming/methods.md b/controls/window/server-side-programming/methods.md index 11656adf14..86db87d212 100644 --- a/controls/window/server-side-programming/methods.md +++ b/controls/window/server-side-programming/methods.md @@ -3,6 +3,7 @@ title: Methods page_title: Methods - RadWindow description: Check our Web Forms article about Methods. slug: window/server-side-programming/methods +components: ["window"] tags: methods published: True position: 1 diff --git a/controls/window/server-side-programming/properties.md b/controls/window/server-side-programming/properties.md index 10eca830bf..af51a3999b 100644 --- a/controls/window/server-side-programming/properties.md +++ b/controls/window/server-side-programming/properties.md @@ -3,6 +3,7 @@ title: Properties page_title: Properties - RadWindow description: Learn about the server-side properties of the RadWindow control for configuring its behavior and appearance. slug: window/server-side-programming/properties +components: ["window"] tags: properties published: True position: 0 diff --git a/controls/window/troubleshooting/autosizing-issues.md b/controls/window/troubleshooting/autosizing-issues.md index b1aa68fcdc..80ad438d0f 100644 --- a/controls/window/troubleshooting/autosizing-issues.md +++ b/controls/window/troubleshooting/autosizing-issues.md @@ -3,6 +3,7 @@ title: Autosizing Issues page_title: Autosizing Issues - RadWindow description: Check our Web Forms article about Autosizing Issues. slug: window/troubleshooting/autosizing-issues +components: ["window"] tags: autosizing,issues published: True position: 2 diff --git a/controls/window/troubleshooting/calling-the-predefined-dialogs-from-the-server-methods.md b/controls/window/troubleshooting/calling-the-predefined-dialogs-from-the-server-methods.md index 58a028f297..ea84407cdb 100644 --- a/controls/window/troubleshooting/calling-the-predefined-dialogs-from-the-server-methods.md +++ b/controls/window/troubleshooting/calling-the-predefined-dialogs-from-the-server-methods.md @@ -3,6 +3,7 @@ title: Calling the Predefined Dialogs from the Server Methods page_title: Calling the Predefined Dialogs from the Server Methods - RadWindow description: Check our Web Forms article about Calling the Predefined Dialogs from the Server Methods. slug: window/troubleshooting/calling-the-predefined-dialogs-from-the-server-methods +components: ["window"] tags: calling,the,predefined,dialogs,from,the,server,methods published: True position: 6 diff --git a/controls/window/troubleshooting/common-issues.md b/controls/window/troubleshooting/common-issues.md index 60987d5242..964d36affb 100644 --- a/controls/window/troubleshooting/common-issues.md +++ b/controls/window/troubleshooting/common-issues.md @@ -3,6 +3,7 @@ title: Common Issues page_title: Common Issues - RadWindow description: Discover common issues with the RadWindow control and learn how to troubleshoot and resolve them. slug: window/troubleshooting/common-issues +components: ["window"] tags: common,issues published: True position: 1 diff --git a/controls/window/troubleshooting/distorted-appearance.md b/controls/window/troubleshooting/distorted-appearance.md index e1d69ad204..5ccd8cd0c2 100644 --- a/controls/window/troubleshooting/distorted-appearance.md +++ b/controls/window/troubleshooting/distorted-appearance.md @@ -3,6 +3,7 @@ title: Distorted Appearance page_title: Distorted Appearance - RadWindow description: Check our Web Forms article about Distorted Appearance. slug: window/troubleshooting/distorted-appearance +components: ["window"] tags: distorted,appearance published: True position: 9 diff --git a/controls/window/troubleshooting/executing-javascript-code-from-server.md b/controls/window/troubleshooting/executing-javascript-code-from-server.md index 128641248c..e9aefe323e 100644 --- a/controls/window/troubleshooting/executing-javascript-code-from-server.md +++ b/controls/window/troubleshooting/executing-javascript-code-from-server.md @@ -3,6 +3,7 @@ title: Executing JavaScript Code from Server page_title: Executing JavaScript Code from Server - RadWindow description: Check our Web Forms article about Executing JavaScript Code from Server. slug: window/troubleshooting/executing-javascript-code-from-server +components: ["window"] tags: executing,javascript,code,from,server published: True position: 4 diff --git a/controls/window/troubleshooting/missing-borders,-titlebar,-commands.md b/controls/window/troubleshooting/missing-borders,-titlebar,-commands.md index d272b283e1..05d6a41bc8 100644 --- a/controls/window/troubleshooting/missing-borders,-titlebar,-commands.md +++ b/controls/window/troubleshooting/missing-borders,-titlebar,-commands.md @@ -3,6 +3,7 @@ title: Missing Borders, TitleBar, Commands page_title: Missing Borders, TitleBar, Commands - RadWindow description: Check our Web Forms article about Missing Borders, TitleBar, Commands. slug: window/troubleshooting/missing-borders,-titlebar,-commands +components: ["window"] tags: missing,borders,,titlebar,,commands published: True position: 7 diff --git a/controls/window/troubleshooting/opening-from-the-server.md b/controls/window/troubleshooting/opening-from-the-server.md index 83a5e2b77e..04909d4834 100644 --- a/controls/window/troubleshooting/opening-from-the-server.md +++ b/controls/window/troubleshooting/opening-from-the-server.md @@ -3,6 +3,7 @@ title: Opening from the Server page_title: Opening from the Server - RadWindow description: Check our Web Forms article about Opening from the Server. slug: window/troubleshooting/opening-from-the-server +components: ["window"] tags: opening,from,the,server published: True position: 0 diff --git a/controls/window/troubleshooting/positioning-a-modal-radwindow.md b/controls/window/troubleshooting/positioning-a-modal-radwindow.md index 874d1ed271..c94eab656b 100644 --- a/controls/window/troubleshooting/positioning-a-modal-radwindow.md +++ b/controls/window/troubleshooting/positioning-a-modal-radwindow.md @@ -3,6 +3,7 @@ title: Positioning a Modal RadWindow page_title: Positioning a Modal RadWindow - RadWindow description: Check our Web Forms article about Positioning a Modal RadWindow. slug: window/troubleshooting/positioning-a-modal-radwindow +components: ["window"] tags: positioning,a,modal,radwindow published: True position: 8 diff --git a/controls/window/troubleshooting/radeditor-does-not-work-in-radwindow.md b/controls/window/troubleshooting/radeditor-does-not-work-in-radwindow.md index 417453f062..6a758e5b61 100644 --- a/controls/window/troubleshooting/radeditor-does-not-work-in-radwindow.md +++ b/controls/window/troubleshooting/radeditor-does-not-work-in-radwindow.md @@ -3,6 +3,7 @@ title: RadEditor Does Not Work in RadWindow page_title: RadEditor Does Not Work in RadWindow - RadWindow description: Check our Web Forms article about RadEditor Does Not Work in RadWindow. slug: window/troubleshooting/radeditor-does-not-work-in-radwindow +components: ["window"] tags: radeditor,does,not,work,in,radwindow published: True position: 3 diff --git a/controls/window/troubleshooting/wrong-radwindow-is-opened.md b/controls/window/troubleshooting/wrong-radwindow-is-opened.md index 4ce7b36a3f..61df8d6069 100644 --- a/controls/window/troubleshooting/wrong-radwindow-is-opened.md +++ b/controls/window/troubleshooting/wrong-radwindow-is-opened.md @@ -3,6 +3,7 @@ title: Wrong RadWindow Is Opened page_title: Wrong RadWindow Is Opened - RadWindow description: Check our Web Forms article about Wrong RadWindow Is Opened. slug: window/troubleshooting/wrong-radwindow-is-opened +components: ["window"] tags: wrong,radwindow,is,opened published: True position: 5 diff --git a/controls/wizard/accessibility-and-internationalization/keyboard-support.md b/controls/wizard/accessibility-and-internationalization/keyboard-support.md index 3e9ecdc6e7..0b66dbe651 100644 --- a/controls/wizard/accessibility-and-internationalization/keyboard-support.md +++ b/controls/wizard/accessibility-and-internationalization/keyboard-support.md @@ -3,6 +3,7 @@ title: Keyboard Support page_title: Keyboard Support - RadWizard description: Check our Web Forms article about Keyboard Support. slug: wizard/accessibility-and-internationalization/keyboard-support +components: ["wizard"] tags: keyboard,support published: True position: 0 diff --git a/controls/wizard/accessibility-and-internationalization/localization.md b/controls/wizard/accessibility-and-internationalization/localization.md index d7942d1162..60e23a02c3 100644 --- a/controls/wizard/accessibility-and-internationalization/localization.md +++ b/controls/wizard/accessibility-and-internationalization/localization.md @@ -3,6 +3,7 @@ title: Localization page_title: Localization - RadWizard description: Check our Web Forms article about Localization. slug: wizard/accessibility-and-internationalization/localization +components: ["wizard"] tags: localization published: True position: 1 diff --git a/controls/wizard/accessibility-and-internationalization/rtl-support.md b/controls/wizard/accessibility-and-internationalization/rtl-support.md index 2c646d33a5..7350a3e12b 100644 --- a/controls/wizard/accessibility-and-internationalization/rtl-support.md +++ b/controls/wizard/accessibility-and-internationalization/rtl-support.md @@ -3,6 +3,7 @@ title: RTL Support page_title: RTL Support - RadWizard description: Check our Web Forms article about RTL Support. slug: wizard/accessibility-and-internationalization/rtl-support +components: ["wizard"] tags: rtl,support published: True position: 2 diff --git a/controls/wizard/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md b/controls/wizard/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md index 7c05b57941..55ed02ab5f 100644 --- a/controls/wizard/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md +++ b/controls/wizard/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance.md @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadWizard description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance. slug: wizard/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance +components: ["wizard"] tags: wcag,2.0,and,section,508,accessibility,compliance published: True position: 3 diff --git a/controls/wizard/appearance-and-styling/adding-images-to-steps.md b/controls/wizard/appearance-and-styling/adding-images-to-steps.md index 41e3bbda3d..383ada3845 100644 --- a/controls/wizard/appearance-and-styling/adding-images-to-steps.md +++ b/controls/wizard/appearance-and-styling/adding-images-to-steps.md @@ -3,6 +3,7 @@ title: Adding Images to Steps page_title: Adding Images to Steps - RadWizard description: Check our Web Forms article about Adding Images to Steps. slug: wizard/appearance-and-styling/adding-images-to-steps +components: ["wizard"] tags: adding,images,to,steps published: True position: 2 diff --git a/controls/wizard/appearance-and-styling/skin-selectors.md b/controls/wizard/appearance-and-styling/skin-selectors.md index af5362611b..121563b829 100644 --- a/controls/wizard/appearance-and-styling/skin-selectors.md +++ b/controls/wizard/appearance-and-styling/skin-selectors.md @@ -3,6 +3,7 @@ title: Skin Selectors page_title: Skin Selectors - RadWizard description: Check our Web Forms article about Skin Selectors. slug: wizard/appearance-and-styling/skin-selectors +components: ["wizard"] tags: skin,selectors published: True position: 1 diff --git a/controls/wizard/appearance-and-styling/skins.md b/controls/wizard/appearance-and-styling/skins.md index 8aa30d8411..21f04b5638 100644 --- a/controls/wizard/appearance-and-styling/skins.md +++ b/controls/wizard/appearance-and-styling/skins.md @@ -3,6 +3,7 @@ title: Skins page_title: Skins - RadWizard description: Check our Web Forms article about Skins. slug: wizard/appearance-and-styling/skins +components: ["wizard"] tags: skins published: True position: 0 diff --git a/controls/wizard/client-side-programming/events/buttonclicked.md b/controls/wizard/client-side-programming/events/buttonclicked.md index b9afd5b481..be8ec630d6 100644 --- a/controls/wizard/client-side-programming/events/buttonclicked.md +++ b/controls/wizard/client-side-programming/events/buttonclicked.md @@ -3,6 +3,7 @@ title: ButtonClicked page_title: ButtonClicked - RadWizard description: Check our Web Forms article about ButtonClicked. slug: wizard/client-side-programming/events/buttonclicked +components: ["wizard"] tags: buttonclicked published: True position: 3 diff --git a/controls/wizard/client-side-programming/events/buttonclicking.md b/controls/wizard/client-side-programming/events/buttonclicking.md index 3232d87a14..593362683a 100644 --- a/controls/wizard/client-side-programming/events/buttonclicking.md +++ b/controls/wizard/client-side-programming/events/buttonclicking.md @@ -3,6 +3,7 @@ title: ButtonClicking page_title: ButtonClicking - RadWizard description: Check our Web Forms article about ButtonClicking. slug: wizard/client-side-programming/events/buttonclicking +components: ["wizard"] tags: buttonclicking published: True position: 2 diff --git a/controls/wizard/client-side-programming/events/load.md b/controls/wizard/client-side-programming/events/load.md index 0e8bca7e65..f5a3cb6b7a 100644 --- a/controls/wizard/client-side-programming/events/load.md +++ b/controls/wizard/client-side-programming/events/load.md @@ -3,6 +3,7 @@ title: Load page_title: Load - RadWizard description: Check our Web Forms article about Load. slug: wizard/client-side-programming/events/load +components: ["wizard"] tags: load published: True position: 1 diff --git a/controls/wizard/client-side-programming/events/overview.md b/controls/wizard/client-side-programming/events/overview.md index bdf609f961..e8f3a70941 100644 --- a/controls/wizard/client-side-programming/events/overview.md +++ b/controls/wizard/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Events Overview - RadWizard description: Check our Web Forms article about Overview. slug: wizard/client-side-programming/events/overview +components: ["wizard"] tags: overview published: True position: 0 diff --git a/controls/wizard/client-side-programming/overview.md b/controls/wizard/client-side-programming/overview.md index 14c1fdf8c4..1ac2293092 100644 --- a/controls/wizard/client-side-programming/overview.md +++ b/controls/wizard/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadWizard description: Check our Web Forms article about Overview. slug: wizard/client-side-programming/overview +components: ["wizard"] tags: overview published: True position: 0 diff --git a/controls/wizard/client-side-programming/radwizardstep-object.md b/controls/wizard/client-side-programming/radwizardstep-object.md index 8356bba88a..954ee334c7 100644 --- a/controls/wizard/client-side-programming/radwizardstep-object.md +++ b/controls/wizard/client-side-programming/radwizardstep-object.md @@ -3,6 +3,7 @@ title: RadWizardStep Object page_title: RadWizardStep Object - RadWizard description: Check our Web Forms article about RadWizardStep Object. slug: wizard/client-side-programming/radwizardstep-object +components: ["wizard"] tags: radwizardstep,object published: True position: 2 diff --git a/controls/wizard/client-side-programming/radwizardstepcollection-object.md b/controls/wizard/client-side-programming/radwizardstepcollection-object.md index 45a8434091..c74f30613a 100644 --- a/controls/wizard/client-side-programming/radwizardstepcollection-object.md +++ b/controls/wizard/client-side-programming/radwizardstepcollection-object.md @@ -3,6 +3,7 @@ title: RadWizardStepCollection Object page_title: RadWizardStepCollection Object - RadWizard description: Check our Web Forms article about RadWizardStepCollection Object. slug: wizard/client-side-programming/radwizardstepcollection-object +components: ["wizard"] tags: radwizardstepcollection,object published: True position: 3 diff --git a/controls/wizard/client-side-programming/wizard-object.md b/controls/wizard/client-side-programming/wizard-object.md index 6ae5d9eddd..760117ced3 100644 --- a/controls/wizard/client-side-programming/wizard-object.md +++ b/controls/wizard/client-side-programming/wizard-object.md @@ -3,6 +3,7 @@ title: Wizard Object page_title: Wizard Object - RadWizard description: Check our Web Forms article about Wizard Object. slug: wizard/client-side-programming/wizard-object +components: ["wizard"] tags: wizard,object published: True position: 1 diff --git a/controls/wizard/design-time.md b/controls/wizard/design-time.md index f09f0edae1..e6628b82cc 100644 --- a/controls/wizard/design-time.md +++ b/controls/wizard/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadWizard description: Check our Web Forms article about Design Time. slug: wizard/design-time +components: ["wizard"] tags: design,time published: True position: 2 diff --git a/controls/wizard/functionality/orientation.md b/controls/wizard/functionality/orientation.md index 3ac01e51df..2b5eed8a80 100644 --- a/controls/wizard/functionality/orientation.md +++ b/controls/wizard/functionality/orientation.md @@ -3,6 +3,7 @@ title: Orientation page_title: Orientation - RadWizard description: Check our Web Forms article about Orientation. slug: wizard/functionality/orientation +components: ["wizard"] tags: orientation published: True position: 0 diff --git a/controls/wizard/functionality/render-selected-step-only.md b/controls/wizard/functionality/render-selected-step-only.md index 42ab9405c9..6accac1cf7 100644 --- a/controls/wizard/functionality/render-selected-step-only.md +++ b/controls/wizard/functionality/render-selected-step-only.md @@ -3,6 +3,7 @@ title: Render Selected Step Only page_title: Render Selected Step Only - RadWizard description: Check our Web Forms article about Render Selected Step Only. slug: wizard/functionality/render-selected-step-only +components: ["wizard"] tags: render,selected,step,only published: True position: 3 diff --git a/controls/wizard/functionality/tracking-history.md b/controls/wizard/functionality/tracking-history.md index 7e59bc83ff..cb1ad43dd2 100644 --- a/controls/wizard/functionality/tracking-history.md +++ b/controls/wizard/functionality/tracking-history.md @@ -3,6 +3,7 @@ title: Tracking History page_title: Tracking History - RadWizard description: Check our Web Forms article about Tracking History. slug: wizard/functionality/tracking-history +components: ["wizard"] tags: tracking,history published: True position: 2 diff --git a/controls/wizard/functionality/validation.md b/controls/wizard/functionality/validation.md index eb3f0c24fa..140801c7df 100644 --- a/controls/wizard/functionality/validation.md +++ b/controls/wizard/functionality/validation.md @@ -3,6 +3,7 @@ title: Validation page_title: Validation - RadWizard description: Check our Web Forms article about Validation. slug: wizard/functionality/validation +components: ["wizard"] tags: validation published: True position: 1 diff --git a/controls/wizard/getting-started.md b/controls/wizard/getting-started.md index 9e12ec5d83..cface6baa4 100644 --- a/controls/wizard/getting-started.md +++ b/controls/wizard/getting-started.md @@ -3,6 +3,7 @@ title: Getting Started page_title: Getting Started - RadWizard description: Check our Web Forms article about Getting Started. slug: wizard/getting-started +components: ["wizard"] tags: getting,started published: True position: 1 diff --git a/controls/wizard/how-to/cancel-next-step-navigation.md b/controls/wizard/how-to/cancel-next-step-navigation.md index f1e908c752..2ddad58546 100644 --- a/controls/wizard/how-to/cancel-next-step-navigation.md +++ b/controls/wizard/how-to/cancel-next-step-navigation.md @@ -3,6 +3,7 @@ title: Cancel Next Step Navigation page_title: Cancel Next Step Navigation - RadWizard description: Check our Web Forms article about Cancel Next Step Navigation. slug: wizard/how-to/cancel-next-step-navigation +components: ["wizard"] tags: cancel,next,step,navigation published: True position: 0 diff --git a/controls/wizard/mobile-support/gestures.md b/controls/wizard/mobile-support/gestures.md index de1085b6d1..a77b8b6fc4 100644 --- a/controls/wizard/mobile-support/gestures.md +++ b/controls/wizard/mobile-support/gestures.md @@ -3,6 +3,7 @@ title: Gestures page_title: Gestures - RadWizard description: Check our Web Forms article about Gestures. slug: wizard/mobile-support/gestures +components: ["wizard"] tags: gestures published: True position: 1 diff --git a/controls/wizard/mobile-support/mobile-rendering.md b/controls/wizard/mobile-support/mobile-rendering.md index 47edd4ef4f..f859a27a08 100644 --- a/controls/wizard/mobile-support/mobile-rendering.md +++ b/controls/wizard/mobile-support/mobile-rendering.md @@ -3,6 +3,7 @@ title: Mobile Rendering page_title: Mobile Rendering - RadWizard description: Check our Web Forms article about Mobile Rendering. slug: wizard/mobile-support/mobile-rendering +components: ["wizard"] tags: mobile,rendering published: True position: 2 diff --git a/controls/wizard/mobile-support/responsive-adaptive-and-elastic-capabilities.md b/controls/wizard/mobile-support/responsive-adaptive-and-elastic-capabilities.md index 2aff07bb97..0f0497092e 100644 --- a/controls/wizard/mobile-support/responsive-adaptive-and-elastic-capabilities.md +++ b/controls/wizard/mobile-support/responsive-adaptive-and-elastic-capabilities.md @@ -3,6 +3,7 @@ title: Responsive Adaptive and Elastic Capabilities page_title: Responsive Adaptive and Elastic Capabilities - RadWizard description: Check our Web Forms article about Responsive Adaptive and Elastic Capabilities. slug: wizard/mobile-support/responsive-adaptive-and-elastic-capabilities +components: ["wizard"] tags: responsive,adaptive,and,elastic,capabilities published: True position: 0 diff --git a/controls/wizard/overview.md b/controls/wizard/overview.md index d3ddd0f8d2..6b665f292f 100644 --- a/controls/wizard/overview.md +++ b/controls/wizard/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadWizard Overview description: Check our Web Forms article about Overview. slug: wizard/overview +components: ["wizard"] tags: overview published: True position: 0 diff --git a/controls/wizard/server-side-programming/events/activestepchanged.md b/controls/wizard/server-side-programming/events/activestepchanged.md index b01767818c..7aaab5916a 100644 --- a/controls/wizard/server-side-programming/events/activestepchanged.md +++ b/controls/wizard/server-side-programming/events/activestepchanged.md @@ -3,6 +3,7 @@ title: ActiveStepChanged page_title: ActiveStepChanged - RadWizard description: Check our Web Forms article about ActiveStepChanged. slug: wizard/server-side-programming/events/activestepchanged +components: ["wizard"] tags: activestepchanged published: True position: 1 diff --git a/controls/wizard/server-side-programming/events/cancelbuttonclick.md b/controls/wizard/server-side-programming/events/cancelbuttonclick.md index 0e3f820976..0e4b28f10b 100644 --- a/controls/wizard/server-side-programming/events/cancelbuttonclick.md +++ b/controls/wizard/server-side-programming/events/cancelbuttonclick.md @@ -3,6 +3,7 @@ title: CancelButtonClick page_title: CancelButtonClick - RadWizard description: Check our Web Forms article about CancelButtonClick. slug: wizard/server-side-programming/events/cancelbuttonclick +components: ["wizard"] tags: cancelbuttonclick published: True position: 2 diff --git a/controls/wizard/server-side-programming/events/finishbuttonclick.md b/controls/wizard/server-side-programming/events/finishbuttonclick.md index c6e539ac4f..9ae1b39883 100644 --- a/controls/wizard/server-side-programming/events/finishbuttonclick.md +++ b/controls/wizard/server-side-programming/events/finishbuttonclick.md @@ -3,6 +3,7 @@ title: FinishButtonClick page_title: FinishButtonClick - RadWizard description: Check our Web Forms article about FinishButtonClick. slug: wizard/server-side-programming/events/finishbuttonclick +components: ["wizard"] tags: finishbuttonclick published: True position: 3 diff --git a/controls/wizard/server-side-programming/events/navigationbarbuttonclick.md b/controls/wizard/server-side-programming/events/navigationbarbuttonclick.md index 149eccff8f..59ddcadb89 100644 --- a/controls/wizard/server-side-programming/events/navigationbarbuttonclick.md +++ b/controls/wizard/server-side-programming/events/navigationbarbuttonclick.md @@ -3,6 +3,7 @@ title: NavigationBarButtonClick page_title: NavigationBarButtonClick - RadWizard description: Check our Web Forms article about NavigationBarButtonClick. slug: wizard/server-side-programming/events/navigationbarbuttonclick +components: ["wizard"] tags: navigationbarbuttonclick published: True position: 4 diff --git a/controls/wizard/server-side-programming/events/nextbuttonclick.md b/controls/wizard/server-side-programming/events/nextbuttonclick.md index 3117193a4b..29e32a7ddf 100644 --- a/controls/wizard/server-side-programming/events/nextbuttonclick.md +++ b/controls/wizard/server-side-programming/events/nextbuttonclick.md @@ -3,6 +3,7 @@ title: NextButtonClick page_title: NextButtonClick - RadWizard description: Check our Web Forms article about NextButtonClick. slug: wizard/server-side-programming/events/nextbuttonclick +components: ["wizard"] tags: nextbuttonclick published: True position: 5 diff --git a/controls/wizard/server-side-programming/events/overview.md b/controls/wizard/server-side-programming/events/overview.md index 4b48abb346..0d2027a8d6 100644 --- a/controls/wizard/server-side-programming/events/overview.md +++ b/controls/wizard/server-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Server-side Events Overview - RadWizard description: Check our Web Forms article about Overview. slug: wizard/server-side-programming/events/overview +components: ["wizard"] tags: overview published: True position: 0 diff --git a/controls/wizard/server-side-programming/events/previousbuttonclick.md b/controls/wizard/server-side-programming/events/previousbuttonclick.md index 06d4a77373..2a0c535186 100644 --- a/controls/wizard/server-side-programming/events/previousbuttonclick.md +++ b/controls/wizard/server-side-programming/events/previousbuttonclick.md @@ -3,6 +3,7 @@ title: PreviousButtonClick page_title: PreviousButtonClick - RadWizard description: Check our Web Forms article about PreviousButtonClick. slug: wizard/server-side-programming/events/previousbuttonclick +components: ["wizard"] tags: previousbuttonclick published: True position: 6 diff --git a/controls/wizard/server-side-programming/events/wizardstepcreated.md b/controls/wizard/server-side-programming/events/wizardstepcreated.md index 4eeaabdfee..a966fdc6d3 100644 --- a/controls/wizard/server-side-programming/events/wizardstepcreated.md +++ b/controls/wizard/server-side-programming/events/wizardstepcreated.md @@ -3,6 +3,7 @@ title: WizardStepCreated page_title: WizardStepCreated - RadWizard description: Check our Web Forms article about WizardStepCreated. slug: wizard/server-side-programming/events/wizardstepcreated +components: ["wizard"] tags: wizardstepcreated published: True position: 7 diff --git a/controls/wizard/structure/navigation-bar.md b/controls/wizard/structure/navigation-bar.md index c0e3912905..a416944a62 100644 --- a/controls/wizard/structure/navigation-bar.md +++ b/controls/wizard/structure/navigation-bar.md @@ -3,6 +3,7 @@ title: Navigation Bar page_title: Navigation Bar - RadWizard description: Check our Web Forms article about Navigation Bar. slug: wizard/structure/navigation-bar +components: ["wizard"] tags: navigation,bar published: True position: 3 diff --git a/controls/wizard/structure/progress-bar.md b/controls/wizard/structure/progress-bar.md index 1e74fe4041..71711a294d 100644 --- a/controls/wizard/structure/progress-bar.md +++ b/controls/wizard/structure/progress-bar.md @@ -3,6 +3,7 @@ title: Progress Bar page_title: Progress Bar - RadWizard description: Check our Web Forms article about Progress Bar. slug: wizard/structure/progress-bar +components: ["wizard"] tags: progress,bar published: True position: 2 diff --git a/controls/wizard/structure/radwizard-element-.md b/controls/wizard/structure/radwizard-element-.md index 1c94207e36..f72d3fe375 100644 --- a/controls/wizard/structure/radwizard-element-.md +++ b/controls/wizard/structure/radwizard-element-.md @@ -3,6 +3,7 @@ title: RadWizard Element page_title: RadWizard Element - RadWizard description: Check our Web Forms article about RadWizard Element. slug: wizard/structure/radwizard-element- +components: ["wizard"] tags: radwizard,element, published: True position: 0 diff --git a/controls/wizard/structure/steps.md b/controls/wizard/structure/steps.md index 11f1655267..077a2ad1dc 100644 --- a/controls/wizard/structure/steps.md +++ b/controls/wizard/structure/steps.md @@ -3,6 +3,7 @@ title: Steps page_title: Steps - RadWizard description: Check our Web Forms article about Steps. slug: wizard/structure/steps +components: ["wizard"] tags: steps published: True position: 1 diff --git a/controls/wizard/troubleshooting/known-limitations.md b/controls/wizard/troubleshooting/known-limitations.md index 10e3189e1c..9228ea6cdb 100644 --- a/controls/wizard/troubleshooting/known-limitations.md +++ b/controls/wizard/troubleshooting/known-limitations.md @@ -3,6 +3,7 @@ title: Known Limitations page_title: Known Limitations - RadWizard description: Check our Web Forms article about Known Limitations. slug: wizard/troubleshooting/known-limitations +components: ["wizard"] tags: known,limitations published: True position: 0 diff --git a/controls/xmlhttppanel/client-side-programming/events/onclientresponseended.md b/controls/xmlhttppanel/client-side-programming/events/onclientresponseended.md index 4b52b4f705..9caaa2962e 100644 --- a/controls/xmlhttppanel/client-side-programming/events/onclientresponseended.md +++ b/controls/xmlhttppanel/client-side-programming/events/onclientresponseended.md @@ -3,6 +3,7 @@ title: OnClientResponseEnded page_title: OnClientResponseEnded - RadXmlHttpPanel description: Check our Web Forms article about OnClientResponseEnded. slug: xmlhttppanel/client-side-programming/events/onclientresponseended +components: ["xmlhttppanel"] tags: onclientresponseended published: True position: 1 diff --git a/controls/xmlhttppanel/client-side-programming/events/onclientresponseending.md b/controls/xmlhttppanel/client-side-programming/events/onclientresponseending.md index 81fb686e81..3423aa1424 100644 --- a/controls/xmlhttppanel/client-side-programming/events/onclientresponseending.md +++ b/controls/xmlhttppanel/client-side-programming/events/onclientresponseending.md @@ -3,6 +3,7 @@ title: OnClientResponseEnding page_title: OnClientResponseEnding - RadXmlHttpPanel description: Check our Web Forms article about OnClientResponseEnding. slug: xmlhttppanel/client-side-programming/events/onclientresponseending +components: ["xmlhttppanel"] tags: onclientresponseending published: True position: 2 diff --git a/controls/xmlhttppanel/client-side-programming/events/onclientresponseerror.md b/controls/xmlhttppanel/client-side-programming/events/onclientresponseerror.md index 2fac13400c..61fb0d31dd 100644 --- a/controls/xmlhttppanel/client-side-programming/events/onclientresponseerror.md +++ b/controls/xmlhttppanel/client-side-programming/events/onclientresponseerror.md @@ -3,6 +3,7 @@ title: OnClientResponseError page_title: OnClientResponseError - RadXmlHttpPanel description: Check our Web Forms article about OnClientResponseError. slug: xmlhttppanel/client-side-programming/events/onclientresponseerror +components: ["xmlhttppanel"] tags: onclientresponseerror published: True position: 3 diff --git a/controls/xmlhttppanel/client-side-programming/events/overview.md b/controls/xmlhttppanel/client-side-programming/events/overview.md index 7f6518ff02..81c8671acf 100644 --- a/controls/xmlhttppanel/client-side-programming/events/overview.md +++ b/controls/xmlhttppanel/client-side-programming/events/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Events Overview - RadXmlHttpPanel description: Check our Web Forms article about Overview. slug: xmlhttppanel/client-side-programming/events/overview +components: ["xmlhttppanel"] tags: overview published: True position: 0 diff --git a/controls/xmlhttppanel/client-side-programming/overview.md b/controls/xmlhttppanel/client-side-programming/overview.md index c8ad9603e3..800b80c10f 100644 --- a/controls/xmlhttppanel/client-side-programming/overview.md +++ b/controls/xmlhttppanel/client-side-programming/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Client-side Programming Overview - RadXmlHttpPanel description: Check our Web Forms article about Overview. slug: xmlhttppanel/client-side-programming/overview +components: ["xmlhttppanel"] tags: overview published: True position: 0 diff --git a/controls/xmlhttppanel/client-side-programming/xmlhttppanel-object.md b/controls/xmlhttppanel/client-side-programming/xmlhttppanel-object.md index 05390d47eb..5cc52865cc 100644 --- a/controls/xmlhttppanel/client-side-programming/xmlhttppanel-object.md +++ b/controls/xmlhttppanel/client-side-programming/xmlhttppanel-object.md @@ -3,6 +3,7 @@ title: XmlHttpPanel Object page_title: XmlHttpPanel Object - RadXmlHttpPanel description: Check our Web Forms article about XmlHttpPanel Object. slug: xmlhttppanel/client-side-programming/xmlhttppanel-object +components: ["xmlhttppanel"] tags: xmlhttppanel,object published: True position: 1 diff --git a/controls/xmlhttppanel/design-time.md b/controls/xmlhttppanel/design-time.md index 5c1b705b34..705fceb78b 100644 --- a/controls/xmlhttppanel/design-time.md +++ b/controls/xmlhttppanel/design-time.md @@ -3,6 +3,7 @@ title: Design Time page_title: Design Time - RadXmlHttpPanel description: Check our Web Forms article about Design Time. slug: xmlhttppanel/design-time +components: ["xmlhttppanel"] tags: design,time published: True position: 3 diff --git a/controls/xmlhttppanel/getting-started/callback-configuration.md b/controls/xmlhttppanel/getting-started/callback-configuration.md index 0d4acfd0a3..e4838af6de 100644 --- a/controls/xmlhttppanel/getting-started/callback-configuration.md +++ b/controls/xmlhttppanel/getting-started/callback-configuration.md @@ -3,6 +3,7 @@ title: Callback Configuration page_title: Callback Configuration - RadXmlHttpPanel description: Check our Web Forms article about Callback Configuration. slug: xmlhttppanel/getting-started/callback-configuration +components: ["xmlhttppanel"] tags: callback,configuration published: True position: 2 diff --git a/controls/xmlhttppanel/getting-started/client-side-wcf-service-binding.md b/controls/xmlhttppanel/getting-started/client-side-wcf-service-binding.md index 0cd0ba7ae5..9c64e06160 100644 --- a/controls/xmlhttppanel/getting-started/client-side-wcf-service-binding.md +++ b/controls/xmlhttppanel/getting-started/client-side-wcf-service-binding.md @@ -3,6 +3,7 @@ title: Client-Side WCF Service Binding page_title: Client-Side WCF Service Binding - RadXmlHttpPanel description: Check our Web Forms article about Client-Side WCF Service Binding. slug: xmlhttppanel/getting-started/client-side-wcf-service-binding +components: ["xmlhttppanel"] tags: client-side,wcf,service,binding published: True position: 4 diff --git a/controls/xmlhttppanel/getting-started/differences-between-radxmlhttppanel-and-radajaxpanel.md b/controls/xmlhttppanel/getting-started/differences-between-radxmlhttppanel-and-radajaxpanel.md index 3bb8673abe..7fcc397e91 100644 --- a/controls/xmlhttppanel/getting-started/differences-between-radxmlhttppanel-and-radajaxpanel.md +++ b/controls/xmlhttppanel/getting-started/differences-between-radxmlhttppanel-and-radajaxpanel.md @@ -3,6 +3,7 @@ title: Differences Between RadXmlHttpPanel and RadAjaxPanel page_title: Differences Between RadXmlHttpPanel and RadAjaxPanel - RadXmlHttpPanel description: Check our Web Forms article about Differences Between RadXmlHttpPanel and RadAjaxPanel. slug: xmlhttppanel/getting-started/differences-between-radxmlhttppanel-and-radajaxpanel +components: ["xmlhttppanel"] tags: differences,between,radxmlhttppanel,and,radajaxpanel published: True position: 1 diff --git a/controls/xmlhttppanel/getting-started/overview.md b/controls/xmlhttppanel/getting-started/overview.md index 1a2d5ec63e..43618d485d 100644 --- a/controls/xmlhttppanel/getting-started/overview.md +++ b/controls/xmlhttppanel/getting-started/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: Getting Started Overview - RadXmlHttpPanel description: Check our Web Forms article about Overview. slug: xmlhttppanel/getting-started/overview +components: ["xmlhttppanel"] tags: overview published: True position: 0 diff --git a/controls/xmlhttppanel/getting-started/webservice-configuration.md b/controls/xmlhttppanel/getting-started/webservice-configuration.md index c663f1d706..0b958aa91c 100644 --- a/controls/xmlhttppanel/getting-started/webservice-configuration.md +++ b/controls/xmlhttppanel/getting-started/webservice-configuration.md @@ -3,6 +3,7 @@ title: WebService Configuration page_title: WebService Configuration - RadXmlHttpPanel description: Check our Web Forms article about WebService Configuration. slug: xmlhttppanel/getting-started/webservice-configuration +components: ["xmlhttppanel"] tags: webservice,configuration published: True position: 3 diff --git a/controls/xmlhttppanel/overview.md b/controls/xmlhttppanel/overview.md index 99d8230d32..ab974b4571 100644 --- a/controls/xmlhttppanel/overview.md +++ b/controls/xmlhttppanel/overview.md @@ -3,6 +3,7 @@ title: Overview page_title: RadXmlHttpPanel Overview description: Check our Web Forms article about Overview. slug: xmlhttppanel/overview +components: ["xmlhttppanel"] tags: overview published: True position: 0 diff --git a/controls/xmlhttppanel/server-side-programming/xmlhttppanel-object.md b/controls/xmlhttppanel/server-side-programming/xmlhttppanel-object.md index 8c5e3d0fe1..8f1a36a968 100644 --- a/controls/xmlhttppanel/server-side-programming/xmlhttppanel-object.md +++ b/controls/xmlhttppanel/server-side-programming/xmlhttppanel-object.md @@ -3,6 +3,7 @@ title: XmlHttpPanel Object page_title: XmlHttpPanel Object - RadXmlHttpPanel description: Check our Web Forms article about XmlHttpPanel Object. slug: xmlhttppanel/server-side-programming/xmlhttppanel-object +components: ["xmlhttppanel"] tags: xmlhttppanel,object published: True position: 0 diff --git a/controls/xmlhttppanel/troubleshooting.md b/controls/xmlhttppanel/troubleshooting.md index a2945e9eee..a1f421c246 100644 --- a/controls/xmlhttppanel/troubleshooting.md +++ b/controls/xmlhttppanel/troubleshooting.md @@ -3,6 +3,7 @@ title: Troubleshooting page_title: Troubleshooting - RadXmlHttpPanel description: Check our Web Forms article about Troubleshooting. slug: xmlhttppanel/troubleshooting +components: ["xmlhttppanel"] tags: troubleshooting published: True position: 60