You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/timeline/client-side-programming/overview.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,17 @@ In addition to using the Kendo method directly, you can also use their wrappers
40
40
| Name | Parameters | Return Type | Description |
41
41
| ------ | ------ | ------ | ------ |
42
42
|**collapse**|object|none|Collapses an event in vertical mode. See the underlying [collapse](https://docs.telerik.com/kendo-ui/api/javascript/ui/timeline/methods/collapse) method for more details on its behavior.|
43
-
|**dispose**|none|none|Disposes the Timeline client-side object (calls its underlying Kendo widget's [destroy](https://docs.telerik.com/kendo-ui/api/javascript/ui/timeline/methods/destroy) method). Once you call it, you will not be able to use the widget or control.|
44
43
|**expand**|object|none|Expands an event in vertical mode. See the underlying [expand](https://docs.telerik.com/kendo-ui/api/javascript/ui/timeline/methods/expand) method for more details on its behavior.|
44
+
|**dispose**|none|none|Disposes the Timeline client-side object (calls its underlying Kendo widget's [destroy](https://docs.telerik.com/kendo-ui/api/javascript/ui/timeline/methods/destroy) method). Once you call it, you will not be able to use the widget or control.|
45
+
|**get_clientDataSource**|none|RadClientDataSource|Returns a reference to the underlying RadClientDataSource control.|
45
46
|**get_kendoWidget**|none|object|Returns a reference to the underlying Kendo Timeline widget.|
47
+
|**get_items**|none|jQuery collection|Returns a jQuery collection of the DOM elements of the visible Timeline events.|
48
+
|**get_dataItems**|none|collection|Returns a collection of the data items available in the underlying data source.|
46
49
|**get_orientation**|none|Number|Returns the orienation of the timeline axis. The possible return values are *0 = Vertical* and *1 = Horizontal*|
47
50
|**next**|none|none|Switches to the next portion of events with animation in horizontal mode.|
48
51
|**open**|object|none|Opens event details in horizontal mode.|
49
52
|**previous**|none|none|Switches to the previous portion of events with animation in horizontal mode.|
50
-
|**rapaint**|none|none|Redraws the Timeline widget.|
53
+
|**rеpaint**|none|none|Redraws the Timeline widget.|
0 commit comments