Skip to content

Commit 807a22c

Browse files
committed
Minor fixes for the articles under /Controls/ part2
1 parent 6ab6255 commit 807a22c

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

controls/changes-and-backwards-compatibility.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ In this version of the control, a number of changes have been made with respect
173173
**Prior to the Q1 2009 release of RadGrid for ASP.NET AJAX**
174174

175175

176-
177-
178-
>caption  
179-
180176
| | |
181177
|------|------|
182178
| **div.RadGrid_Default** |The default Telerik RadGrid wrapper **`<div>`** . All Telerik RadGrid elements are placed inside it. Rendering Telerik RadGrid in one tag helps further integrations with other controls (Telerik RadAjax and ASP.NET AJAX for example).|
@@ -213,7 +209,6 @@ In this version of the control, a number of changes have been made with respect
213209

214210
**After the Q1 2009 release of RadGrid for ASP.NET AJAX(note that the [SkinName] part is missing from the css classes names except for external grid elements)**
215211

216-
>caption  
217212
| | |
218213
|------|------|
219214
| **div.RadGrid_[SkinName]** |The default Telerik RadGrid wrapper **`<div>`** . All Telerik RadGrid elements are placed inside it. Rendering Telerik RadGrid in one tag helps further integrations with other controls (Telerik RadAjax and ASP.NET AJAX for example).|
@@ -313,17 +308,11 @@ With the release of Telerik UI for ASP.NET AJAX Q3 2008 we have introduced a cha
313308

314309
·If you have Telerik.Charting installed in GAC (this used to be the default Telerik UI for ASP.NET AJAX installer action): Replace the following directive
315310

316-
317-
318-
319-
>caption  
320-
321311
| **Old Telerik.Charting Register directive** |
322312
| ------ |
323313
|`<%@ Register Assembly="Telerik.Charting, Version=2.0.5.0, Culture=neutral, PublicKeyToken=d14f3dcc8e3e8763" Namespace="Telerik.Charting" TagPrefix="telerik" %>`|
324314

325315
with this one
326-
>caption  
327316

328317
| **New Telerik.Charting Register directive** |
329318
| ------ |
@@ -332,11 +321,6 @@ with this one
332321

333322
You will also need to remove the Telerik.Charting registration from your web.config file. In the `<system.web> <compilation> <assemblies>` section you will find this line:
334323

335-
336-
337-
338-
>caption  
339-
340324
| **Old Telerik.Charting web.config registration** |
341325
| ------ |
342326
|`<add assembly="Telerik.Charting, Version=2.0.5.0, Culture=neutral, PublicKeyToken=D14F3DCC8E3E8763"/>`|
@@ -346,16 +330,14 @@ Simply remove it.
346330

347331
* If you do not have Telerik.Charting installed in GAC (you use it from the local **Bin** folder) replace this directive
348332

349-
>caption  
350-
351333
| **Old Telerik.Charting Register directive** |
352334
| ------ |
353335
|`<%@ Register Assembly="Telerik.Charting" Namespace="Telerik.Charting" TagPrefix="telerik" %>`|
354336

355337

356338
with this one:
357339

358-
>caption  
340+
359341
| **New Telerik.Charting Register directive** |
360342
| ------ |
361343
|`<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Charting" TagPrefix="telerik" %>`|
@@ -378,7 +360,6 @@ All CSS classes for RadInput and RadInputManager have been renamed to use Teleri
378360

379361
All custom skins will stop working, however, migrating is very easy, by following the CSS selector scheme provided below:
380362

381-
>caption  
382363
| **Current CSS class name** | **New CSS class name** |
383364
| ------ | ------ |
384365
|radInput_Skin|RadInput_Skin|
@@ -409,7 +390,6 @@ All custom skins will stop working, however, migrating is very easy, by followin
409390

410391
Some of the RadSlider's properties are obsolete and new ones which offer the same functionality should be used. You can find them along with the new ones below:
411392

412-
>caption  
413393
| Obsolete property | Actual property |
414394
| ------ | ------ |
415395
|ClickOffset|LargeChange|
@@ -419,7 +399,6 @@ Some of the RadSlider's properties are obsolete and new ones which offer the sam
419399

420400
Some new properties were introduced - the table below contains them along with a short explanation.
421401

422-
>caption  
423402
| Property Name | Description |
424403
| ------ | ------ |
425404
|ItemType|Sets the type of the items, can be set to **Item** and **Tick** . When set to **Tick** , the slider can be additionally configured by setting its **LargeChange** and **SmallChange** properties.|

controls/wai-aria-support-and-screen-readers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following controls offer WAI-ARIA support:
2121

2222
* [Ajax]({%slug ajax/overview%})
2323

24-
* [Barcode](%slug barcode/overview%})
24+
* [Barcode]({%slug barcode/overview%})
2525

2626
* [Calendar (DatePicker, TimePicker and MonthYearPicker)]({%slug calendar/overview%})
2727

0 commit comments

Comments
 (0)