-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(api): Update Server-side API for R1 2022
- Loading branch information
Showing
18 changed files
with
1,577 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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
26
api/server/Telerik.Web.UI/DraggableCursorOffsetSettings.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
41 changes: 41 additions & 0 deletions
41
api/server/Telerik.Web.UI/DraggableCursorOffsetSettingsConverter.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.