Skip to content

Commit 8ce87b7

Browse files
committedDec 4, 2017
docs: Replace Telerik® UI for ASP.NET Ajax with Telerik® UI for ASP.NET AJAX
1 parent 9b8374a commit 8ce87b7

File tree

189 files changed

+422
-422
lines changed

Some content is hidden

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

189 files changed

+422
-422
lines changed
 

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Telerik® UI for ASP.NET Ajax Documentation Repo
2+
title: Telerik® UI for ASP.NET AJAX Documentation Repo
33
publish: false
44
---
55

6-
# Telerik® UI for ASP.NET Ajax Documentation
6+
# Telerik® UI for ASP.NET AJAX Documentation
77

8-
Welcome to the GitHub repo for [UI for ASP.NET AJAX](http://www.telerik.com/products/aspnet-ajax.aspx) documentation. This repository contains the source content — written in Markdown — that we use to power Telerik® UI for ASP.NET Ajax Documentation at [http://docs.telerik.com/devtools/aspnet-ajax/introduction](http://docs.telerik.com/devtools/aspnet-ajax/introduction). If you've arrived here wanting to search and peruse our docs, you'd be better served heading over to [http://docs.telerik.com/devtools/aspnet-ajax/introduction](http://docs.telerik.com/devtools/aspnet-ajax/introduction) where our content is prettified and searchable.
8+
Welcome to the GitHub repo for [UI for ASP.NET AJAX](http://www.telerik.com/products/aspnet-ajax.aspx) documentation. This repository contains the source content — written in Markdown — that we use to power Telerik® UI for ASP.NET AJAX Documentation at [http://docs.telerik.com/devtools/aspnet-ajax/introduction](http://docs.telerik.com/devtools/aspnet-ajax/introduction). If you've arrived here wanting to search and peruse our docs, you'd be better served heading over to [http://docs.telerik.com/devtools/aspnet-ajax/introduction](http://docs.telerik.com/devtools/aspnet-ajax/introduction) where our content is prettified and searchable.
99

1010
## Running Locally
1111

12-
You can generate a static web site from the Telerik® UI for ASP.NET Ajax documentation and browse it locally.
12+
You can generate a static web site from the Telerik® UI for ASP.NET AJAX documentation and browse it locally.
1313

1414
1. Clone the repository `git clone git@github.com:telerik/ajax-docs.git`
1515
2. Run `bundle install` (you must have ruby and bundler installed beforehand)
@@ -19,7 +19,7 @@ You can generate a static web site from the Telerik® UI for ASP.NET Ajax docume
1919

2020
## License
2121

22-
The Telerik® UI for ASP.NET Ajax Documentation is licensed under an MIT license. This license applies to the markdown (.md) files in this site **ONLY**, and does not convey, override or modify any existing licenses covering the runtime source and components of Telerik® UI for ASP.NET Ajax. For information about available licenses for the Telerik® UI for ASP.NET Ajax click [here](http://www.telerik.com/purchase/license-agreement/aspnet-ajax).
22+
The Telerik® UI for ASP.NET AJAX Documentation is licensed under an MIT license. This license applies to the markdown (.md) files in this site **ONLY**, and does not convey, override or modify any existing licenses covering the runtime source and components of Telerik® UI for ASP.NET AJAX. For information about available licenses for the Telerik® UI for ASP.NET AJAX click [here](http://www.telerik.com/purchase/license-agreement/aspnet-ajax).
2323

2424
### MIT License
2525

‎_templates/button/distorted-appearance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The appearance of **@{control}** may be distorted (**Figure 1**) when the contro
1313
#cause-resolve
1414
## Cause of the Problem
1515

16-
Generally, controls from the Telerik® UI for ASP.NET Ajax suite that use the same styles support only a single type of `RenderMode` per page. This also includes instances from user controls and master pages.
16+
Generally, controls from the Telerik® UI for ASP.NET AJAX suite that use the same styles support only a single type of `RenderMode` per page. This also includes instances from user controls and master pages.
1717

1818
**RadButton**, **@{control}** and controls that utilize them, however, share similar resources. Since **@{control}** supports only a `Lightweight` `RenderMode`, its styles may interfere with the styles of the `Classic` **RadButton**. The improper appearance is shown in **Figure 1** and the code that creates it shown in **Example 1**.
1919

0 commit comments

Comments
 (0)
Please sign in to comment.