Skip to content

Commit 841d95b

Browse files
authored
[Docs] AJAX top 5 keywords recommendations
* docs(calendar): add link to the marketing page * docs(chart): add link to the marketing page closes telerik/telerik.web.ui#2104
1 parent e8b7f48 commit 841d95b

File tree

157 files changed

+157
-157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+157
-157
lines changed

controls/calendar/accessibility-and-internationalization/date-format-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ position: 1
1111
# Date Format Patterns
1212

1313

14-
The table below shows a list of the standard format characters. For each standard pattern, it shows the pattern from the current [CultureInfo]({%slug calendar/accessibility-and-internationalization/specifying-a-culture%}) settings that the pattern represents. The format characters are case-sensitive, for example, 'f' and 'F' represent different patterns.
14+
The table below shows a list of the standard format characters of the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) dates. For each standard pattern, it shows the pattern from the current [CultureInfo]({%slug calendar/accessibility-and-internationalization/specifying-a-culture%}) settings that the pattern represents. The format characters are case-sensitive, for example, 'f' and 'F' represent different patterns.
1515

1616

1717
| Format Character | Description |

controls/calendar/accessibility-and-internationalization/keyboard-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ position: 5
1111
# Keyboard Support
1212

1313

14-
The **RadCalendar** control provides keyboard navigation using the tab and arrow keys:
14+
The [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) control provides keyboard navigation using the tab and arrow keys:
1515

1616

1717
You can use the `TAB` key to focus the control. Once focus is on the **RadCalendar** control, you can use the following commands:

controls/calendar/accessibility-and-internationalization/localization-through-global-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ position: 2
1111
# Localization Through Global Resources
1212

1313

14-
**RadCalendar** and all picker controls support built-in localization through global resources. Similar to other **RadControls**, you can use **.resx** files to localize the control with minimal efforts. For that purpose, you can include the localization files in the **App_GlobalResources** folder in your application and change the **Culture** property of the control.
14+
The [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) and all picker controls support built-in localization through global resources. Similar to other **RadControls**, you can use **.resx** files to localize the control with minimal efforts. For that purpose, you can include the localization files in the **App_GlobalResources** folder in your application and change the **Culture** property of the control.
1515

1616
## Using Localization Files
1717

controls/calendar/accessibility-and-internationalization/localizing-strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ position: 3
1111
# Localizing Strings
1212

1313

14-
The **CultureInfo** property of the **RadCalendar** control determines the strings that will be used as month and day names. However, the **CultureInfo** property does not translate the other strings that appear in these controls.
14+
The **CultureInfo** property of the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) control determines the strings that will be used as month and day names. However, the **CultureInfo** property does not translate the other strings that appear in these controls.
1515

1616
On **RadCalendar** you may need to localize the strings that appear in the [month/year navigation]({%slug calendar/functionality/navigation-controls-settings%}). You can translate these strings using the **FastNavigationSettings** property:
1717

controls/calendar/accessibility-and-internationalization/specifying-a-culture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ position: 0
1111
# Specifying a Culture
1212

1313

14-
The **RadCalendar** control supports the **System.Globalization** namespace. This namespace consists of classes (**CompareInfo**, **CultureInfo**, **RegionInfo**, etc.) that contain culture-related information such as the language, country/region, sort order for strings, calendars in use, and format patterns for dates, currency, and numbers. They are useful classes for writing internationalized applications.
14+
The [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) control supports the **System.Globalization** namespace. This namespace consists of classes (**CompareInfo**, **CultureInfo**, **RegionInfo**, etc.) that contain culture-related information such as the language, country/region, sort order for strings, calendars in use, and format patterns for dates, currency, and numbers. They are useful classes for writing internationalized applications.
1515

1616
>caution
1717
**RadCalendar** supports all the cultures in the System.Globalization namespace that are based on the **Gregorian** calendar.

controls/calendar/accessibility-and-internationalization/using-iso-standard-week-numbers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ position: 4
1111
# Applying week numbers according to the ISO Standard
1212

1313

14-
**RadCalendar** does not apply week numbers according to the ISO standard by default. This is because the ASP.NET Framework itself does not. However, this can be configured easily at runtime:
14+
The [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) does not apply week numbers according to the ISO standard by default. This is because the ASP.NET Framework itself does not. However, this can be configured easily at runtime:
1515

1616

1717

controls/calendar/accessibility-and-internationalization/wai-aria-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ position: 6
1111
# WAI-ARIA Support
1212

1313

14-
The **RadCalendar** control offers **WAI-ARIA** support which can be easily enabled by setting the **EnableAriaSupport** server property to **true**.
14+
The [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) control offers **WAI-ARIA** support which can be easily enabled by setting the **EnableAriaSupport** server property to **true**.
1515

1616
All ARIA attributes are **lower case**. They are shown in the table below.
1717

controls/calendar/accessibility-and-internationalization/wcag-2.0-and-section-508-compliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ position: 7
1313

1414
## XHTML 1.1
1515

16-
**RadCalendar** is fully compliant with XHTML 1.1.
16+
The [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) is fully compliant with XHTML 1.1.
1717

1818
>note
1919
If the **FrameTemplate** content of **RadCalendar** is not XHTML compliant, then the output of the calendar will also not be XHTML 1.1 content compliant.

controls/calendar/appearance-and-styling/controlling-appearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ position: 0
1111
# Controlling Appearance
1212

1313

14-
A number of properties let you control the look and feel of the **RadCalendar** control:
14+
A number of properties let you control the look and feel of the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) control:
1515

1616
* The **Skin** property lets you specify a [Skin]({%slug calendar/appearance-and-styling/skins%}) to set the overall look and feel of any of the controls. You can even assign separate skins to the embedded **RadDatePicker**, **RadTimePicker** and **RadDateTimePicker** controls.
1717

controls/calendar/appearance-and-styling/creating-a-custom-skin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ position: 3
1111
# Creating a Custom Skin
1212

1313

14-
The following tutorial demonstrates how you can create custom **RadCalendar** skin, using the **Office2007** skin as base. The tutorial only changes skin CSS classes that affect the **RadCalendar** control.
14+
The following tutorial demonstrates how you can create custom skin for the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx), using the **Office2007** skin as base. The tutorial only changes skin CSS classes that affect the **RadCalendar** control.
1515

1616

1717
This tutorial creates a new skin that takes the appearance of the calendar control from this look:

controls/calendar/appearance-and-styling/css-skin-selectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 5
1212

1313

1414

15-
The following table lists significant CSS selectors and descriptions that apply to the **RadCalendar** controls in **RadCalendar** style sheets.
15+
The following table lists significant CSS selectors and descriptions that apply to the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) controls in **RadCalendar** style sheets.
1616

1717
>note
1818
The "[skin]" that appears in class names is a placeholder for the name of the skin.

controls/calendar/appearance-and-styling/html-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ table.RadCalendar_Default
2626

2727

2828

29-
See [CSS Skin Selectors]({%slug calendar/appearance-and-styling/css-skin-selectors%}) for detailed information on the specific CSS selectors used for **RadCalendar** skins.
29+
See [CSS Skin Selectors]({%slug calendar/appearance-and-styling/css-skin-selectors%}) for detailed information on the specific CSS selectors used for the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) skins.
3030

3131
## HTML Output of RadCalendar
3232

controls/calendar/appearance-and-styling/skins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 2
1212

1313

1414

15-
The **RadCalendar** controls use **skins** to control their overall look-and-feel. A skin is a set of images and a CSS stylesheet that can be applied to the control elements (date cells, buttons, etc.) and defines their look and feel.To apply a skin to a **RadCalendar**, **RadDatePicker**, **RadTimePicker**, or **RadDateTimePicker** control, set its **Skin** property, either using the properties pane or the control's [Smart Tag]({%slug calendar/design-time/smart-tag%}).
15+
The [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) controls use **skins** to control their overall look-and-feel. A skin is a set of images and a CSS stylesheet that can be applied to the control elements (date cells, buttons, etc.) and defines their look and feel.To apply a skin to a **RadCalendar**, **RadDatePicker**, **RadTimePicker**, or **RadDateTimePicker** control, set its **Skin** property, either using the properties pane or the control's [Smart Tag]({%slug calendar/design-time/smart-tag%}).
1616

1717
The **RadCalendar** controls are installed with a number of preset skins. These are shown below:
1818
![RadCalendar Skins](images/calendar-skins.png)

controls/calendar/appearance-and-styling/styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 1
1212

1313

1414

15-
**RadCalendar** control comes with a set of predefined styles, which are specified by the styles in the current skin CSS classes. If the [Skin]({%slug calendar/appearance-and-styling/skins%}) property is not set to an empty string, you can use a variety of style properties to further customize the appearance of the control.
15+
The [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) control comes with a set of predefined styles, which are specified by the styles in the current skin CSS classes. If the [Skin]({%slug calendar/appearance-and-styling/skins%}) property is not set to an empty string, you can use a variety of style properties to further customize the appearance of the control.
1616

1717
Setting these properties will copy any non-blank elements of the specified style to the specific element of the rendered control, overwriting any existing style elements defined by the used skin.
1818

controls/calendar/client-side-programming/datetimeformatinfo-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 8
1212

1313

1414

15-
The **DateTimeFormatInfo** object is used by the **RadCalendar** control for formatting date and time values so that they reflect the current culture. It is accessible through the **DateTimeFormatInfo** property of the [RadCalendar Client-side Object]({%slug calendar/client-side-programming/radcalendar-object%}).
15+
The **DateTimeFormatInfo** object is used by the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) control for formatting date and time values so that they reflect the current culture. It is accessible through the **DateTimeFormatInfo** property of the [RadCalendar Client-side Object]({%slug calendar/client-side-programming/radcalendar-object%}).
1616

1717
>note
1818
The **DateTimeFormatInfo** class is defined in the **System.Globalization** namespace.

controls/calendar/client-side-programming/events/oncalendarviewchanged.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 8
1212

1313

1414

15-
The **OnCalendarViewChanged** client-side event handler is called when the calendar navigates to a new view, after the calendar has been updated for the new view. The event is raised after the action is complete.
15+
The **OnCalendarViewChanged** client-side event handler of the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) is called when the calendar navigates to a new view, after the calendar has been updated for the new view. The event is raised after the action is complete.
1616

1717

1818
The event handler receives two arguments:

controls/calendar/client-side-programming/events/oncalendarviewchanging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 7
1212

1313

1414

15-
The **OnCalendarViewChanging** client-side event handler is called when the calendar navigates to a new view, before the viewable area rendered by the calendar is changed.
15+
The **OnCalendarViewChanging** client-side event handler of the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) is called when the calendar navigates to a new view, before the viewable area rendered by the calendar is changed.
1616

1717

1818
The event handler receives two arguments:

controls/calendar/client-side-programming/events/oncolumnheaderclick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 9
1212

1313

1414

15-
The **OnColumnHeaderClick** client-side event handler is called when the user is about to select a column of dates by clicking on a column header. The event occurs only if the **ShowColumnHeaders** and **UseColumnHeadersAsSelectors** properties are set to **true**.
15+
The **OnColumnHeaderClick** client-side event handler of the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) is called when the user is about to select a column of dates by clicking on a column header. The event occurs only if the **ShowColumnHeaders** and **UseColumnHeadersAsSelectors** properties are set to **true**.
1616

1717

1818
The event handler receives two arguments:

controls/calendar/client-side-programming/events/ondateclick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 6
1212

1313

1414

15-
The **OnDateClick** client-side event handler is called when the user clicks on a date in the day matrix or presses the ENTER key while a date has focus. If the day is selectable, this event occurs before the **OnDateSelecting** event. If the day is not selectable (but in the valid range), this event occurs, but not the **OnDateSelecting** event.
15+
The **OnDateClick** client-side event handler of the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) is called when the user clicks on a date in the day matrix or presses the ENTER key while a date has focus. If the day is selectable, this event occurs before the **OnDateSelecting** event. If the day is not selectable (but in the valid range), this event occurs, but not the **OnDateSelecting** event.
1616

1717

1818
The event handler receives two arguments:

controls/calendar/client-side-programming/events/ondateselected.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 5
1212

1313

1414

15-
The **OnDateSelected** client-side event handler is called immediately after the value of the control's selection has changed.
15+
The **OnDateSelected** client-side event handler of the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) is called immediately after the value of the control's selection has changed.
1616

1717

1818
The event handler receives two arguments:

controls/calendar/client-side-programming/events/ondateselecting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 4
1212

1313

1414

15-
The **OnDateSelecting** client-side event handler is called immediately before the selected dates collection is updated to reflect the selection or deselection of a date.
15+
The **OnDateSelecting** client-side event handler of the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) is called immediately before the selected dates collection is updated to reflect the selection or deselection of a date.
1616

1717

1818
The event handler receives two arguments:

controls/calendar/client-side-programming/events/ondayrender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 3
1212

1313

1414

15-
The **OnDayRender** client-side event handler is called for every calendar day cell when the calendar is rendered as a result of client-side navigation. This event mimics the server-side **DayRender** event, giving final control over the output of a specific calendar day cell. This event can be used to apply changes to the calendar cells when the user navigates that are identical to the server-side event handler applied to the cells in the initial view.
15+
The **OnDayRender** client-side event handler of the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) is called for every calendar day cell when the calendar is rendered as a result of client-side navigation. This event mimics the server-side **DayRender** event, giving final control over the output of a specific calendar day cell. This event can be used to apply changes to the calendar cells when the user navigates that are identical to the server-side event handler applied to the cells in the initial view.
1616

1717

1818
The event handler receives two arguments:

controls/calendar/client-side-programming/events/oninit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 1
1212

1313

1414

15-
The **OnInit** client-side event handler is called when the calendar is first constructed.
15+
The **OnInit** client-side event handler of the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) is called when the calendar is first constructed.
1616

1717

1818
The event handler receives one argument:

controls/calendar/client-side-programming/events/onload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ position: 2
1313

1414

1515

16-
The **OnLoad** client-side event handler is called when the calendar is loaded on the client.
16+
The **OnLoad** client-side event handler of the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) is called when the calendar is loaded on the client.
1717

1818
The event handler receives one argument:
1919

controls/calendar/client-side-programming/events/onrowheaderclick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 10
1212

1313

1414

15-
The **OnRowHeaderClick** client-side event handler is called when the user is about to select a row of dates by clicking on a row header. The event occurs only if the **ShowRowHeaders** and **UseRowHeadersAsSelectors** properties are set to **true**.
15+
The **OnRowHeaderClick** client-side event handler of the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) is called when the user is about to select a row of dates by clicking on a row header. The event occurs only if the **ShowRowHeaders** and **UseRowHeadersAsSelectors** properties are set to **true**.
1616

1717
The event handler receives two arguments:
1818

controls/calendar/client-side-programming/events/onviewselectorclick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 11
1212

1313

1414

15-
The **OnViewSelectorClick** client-side event handler is called when the user is about to select an entire view of dates by clicking on the view selector. The event occurs only if the **EnableViewSelector** property is set to **true**.
15+
The **OnViewSelectorClick** client-side event handler of the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) is called when the user is about to select an entire view of dates by clicking on the view selector. The event occurs only if the **EnableViewSelector** property is set to **true**.
1616

1717
The event handler receives two arguments:
1818

controls/calendar/client-side-programming/events/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 0
1212

1313

1414

15-
The **RadCalendar** controls support a number of client-side events that let you respond to user actions without a postback. The following table lists the various client events, and which controls they apply to:
15+
The [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) controls support a number of client-side events that let you respond to user actions without a postback. The following table lists the various client events, and which controls they apply to:
1616

1717

1818
| Event | Description |

controls/calendar/client-side-programming/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 0
1212

1313

1414

15-
The **RadCalendar** control provides a flexible client-side API. You can easily interact with the controls in the browser using their client-side objects. In addition to a variety of [client-side events]({%slug calendar/client-side-programming/events/overview%}), the client-side object model lets you achieve various tasks while avoiding unnecessary post-backs.
15+
The [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) control provides a flexible client-side API. You can easily interact with the controls in the browser using their client-side objects. In addition to a variety of [client-side events]({%slug calendar/client-side-programming/events/overview%}), the client-side object model lets you achieve various tasks while avoiding unnecessary post-backs.
1616

1717
## Getting the client-side object
1818

controls/calendar/client-side-programming/radcalendar-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 1
1212

1313

1414

15-
The following table lists the most important properties and methods of the **RadCalendar** client-side object.
15+
The following table lists the most important properties and methods of the [ASP NET AJAX Calendar](https://www.telerik.com/products/aspnet-ajax/calendar.aspx) client-side object.
1616

1717
>note
1818
The **RadCalendar** client object represents dates as 3-element arrays, where the elements represent the year, month, and day, in that order.

0 commit comments

Comments
 (0)