Skip to content

Commit

Permalink
docs(api): Update Server-side API for R1 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
pepinho24 committed Jan 19, 2022
1 parent 8aed16f commit fe61166
Show file tree
Hide file tree
Showing 18 changed files with 1,577 additions and 4 deletions.
5 changes: 5 additions & 0 deletions api/server/Telerik.Web.UI.Gauge/RadialScale.md
Expand Up @@ -54,6 +54,11 @@ Gets or sets the interval between the minor divisions.

Defines a collection of gauge ranges.

### RangeSize `Nullable`1`

Gets or sets the width of the range indicators of the RadialGauge.
If the value is null, it will default to size equal to half of the MinorTick size.

### Reverse `Boolean`

Gets or sets a bool value indicating whether the direction of the scale values will be reversed.
Expand Down
46 changes: 46 additions & 0 deletions api/server/Telerik.Web.UI/DraggableClientEvents.md
@@ -0,0 +1,46 @@
---
title: Telerik.Web.UI.DraggableClientEvents
page_title: Telerik.Web.UI.DraggableClientEvents
description: Telerik.Web.UI.DraggableClientEvents
---

# Telerik.Web.UI.DraggableClientEvents

Defines the client events handlers.

## Inheritance Hierarchy

* System.Object
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
* Telerik.Web.UI.DraggableClientEvents : IDefaultCheck

## Properties

### OnDrag `String`

Fired while dragging. The drag event represents a jQuery mousemove event and contains all the event data of the jQuery Event Object.

### OnDragCancel `String`

Fired when item drag is canceled by pressing the Escape key. The dragcancel event represents a jQuery keyup event and contains all the event data of the jQuery Event Object.

### OnDragEnd `String`

Fired when item drag ends. The dragend event represents a jQuery mouseup event and contains all the event data of the jQuery Event Object.

### OnDragStart `String`

Fired when item drag starts. The dragstart event represents a jQuery mousedown event and contains all the event data of the jQuery Event Object.

### OnHold `String`

Fired before the dragStart event. The hold event represents a jQuery mousedown event and contains all the event data of the jQuery Event Object.

### OnInitialize `String`

Fired when the control is initialized.

### OnLoad `String`

Fired when the control is loaded on the page.

26 changes: 26 additions & 0 deletions api/server/Telerik.Web.UI/DraggableCursorOffsetSettings.md
@@ -0,0 +1,26 @@
---
title: Telerik.Web.UI.DraggableCursorOffsetSettings
page_title: Telerik.Web.UI.DraggableCursorOffsetSettings
description: Telerik.Web.UI.DraggableCursorOffsetSettings
---

# Telerik.Web.UI.DraggableCursorOffsetSettings

The options that will be used for the popup initialization. For more details about the available options refer to Popup documentation.

## Inheritance Hierarchy

* System.Object
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
* Telerik.Web.UI.DraggableCursorOffsetSettings : IDefaultCheck

## Properties

### Left `Decimal`

Specifies how to position the popup element based on anchor point. The value is space separated "y" plus "x" position.The available "y" positions are: - "bottom" - "center" - "top"The available "x" positions are: - "left" - "center" - "right"

### Top `Decimal`

Defines a jQuery selector that will be used to find a container element, where the popup will be appended to.

@@ -0,0 +1,41 @@
---
title: Telerik.Web.UI.DraggableCursorOffsetSettingsConverter
page_title: Telerik.Web.UI.DraggableCursorOffsetSettingsConverter
description: Telerik.Web.UI.DraggableCursorOffsetSettingsConverter
---

# Telerik.Web.UI.DraggableCursorOffsetSettingsConverter

Serialization JS converter class for DraggableCursorOffsetSettings

## Inheritance Hierarchy

* System.Object
* System.Web.Script.Serialization.JavaScriptConverter
* Telerik.Web.UI.ExplicitJavaScriptConverter
* Telerik.Web.UI.DraggableCursorOffsetSettingsConverter

## Methods

### AddScript

Serialize the value as a script, not a string. Should be used alongside with

#### Parameters

#### state `System.Collections.Generic.IDictionary{System.String,System.Object}`

The state collection for the values

#### key `System.String`

The key in the JSON object

#### value `System.Object`

The value in the JSON obejct

#### Returns

`System.Void`

38 changes: 38 additions & 0 deletions api/server/Telerik.Web.UI/DropTargetAreaClientEvents.md
@@ -0,0 +1,38 @@
---
title: Telerik.Web.UI.DropTargetAreaClientEvents
page_title: Telerik.Web.UI.DropTargetAreaClientEvents
description: Telerik.Web.UI.DropTargetAreaClientEvents
---

# Telerik.Web.UI.DropTargetAreaClientEvents

Defines the client events handlers.

## Inheritance Hierarchy

* System.Object
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
* Telerik.Web.UI.DropTargetAreaClientEvents : IDefaultCheck

## Properties

### OnDragEnter `String`

Fired when draggable moves over one of the drop targets. The dragenter event represents a jQuery mousemove event and contains all the event data of the jQuery Event Object.

### OnDragLeave `String`

Fired when draggable moves out of one of the drop targets. The dragleave event represents a jQuery mousemove event and contains all the event data of the jQuery Event Object.

### OnDrop `String`

Fired when draggable is dropped over one of the drop targets. The drop event represents a jQuery mouseup event and contains all the event data of the jQuery Event Object.

### OnInitialize `String`

Fired when the control is initialized.

### OnLoad `String`

Fired when the control is loaded on the page.

38 changes: 38 additions & 0 deletions api/server/Telerik.Web.UI/DropTargetClientEvents.md
@@ -0,0 +1,38 @@
---
title: Telerik.Web.UI.DropTargetClientEvents
page_title: Telerik.Web.UI.DropTargetClientEvents
description: Telerik.Web.UI.DropTargetClientEvents
---

# Telerik.Web.UI.DropTargetClientEvents

Defines the client events handlers.

## Inheritance Hierarchy

* System.Object
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
* Telerik.Web.UI.DropTargetClientEvents : IDefaultCheck

## Properties

### OnDragEnter `String`

Fired when draggable moves over the drop target. The dragenter event represents a jQuery mousemove event and contains all the event data of the jQuery Event Object.

### OnDragLeave `String`

Fired when draggable moves out of the drop target. The dragleave event represents a jQuery mousemove event and contains all the event data of the jQuery Event Object.

### OnDrop `String`

Fired when draggable is dropped over the drop target. The drop event represents a jQuery mouseup event and contains all the event data of the jQuery Event Object.

### OnInitialize `String`

Fired when the control is initialized.

### OnLoad `String`

Fired when the control is loaded on the page.

1 change: 1 addition & 0 deletions api/server/Telerik.Web.UI/RadAsyncUpload.md
Expand Up @@ -371,6 +371,7 @@ When set to string.Empty, the files must be saved manually to the desired locati
Sets how long temporary files should be kept before automatically deleting them.
The property accepts TimeSpan values. The default value is 4 hours. More information regarding the TimeSpan structure can
be found here - http://www.dotnetperls.com/timespan
RadAsyncUpload1.TemporaryFileExpiration = New TimeSpan(2, 0, 0, 0, 0);

#### Remarks
Note that when a postback occurs temporary files are either saved as permanent or removed.
Expand Down

0 comments on commit fe61166

Please sign in to comment.