Skip to content

Commit 80f5053

Browse files
authored
docs(timeline): Add a few more method
1 parent 5dcd624 commit 80f5053

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

controls/timeline/client-side-programming/overview.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,17 @@ In addition to using the Kendo method directly, you can also use their wrappers
4040
| Name | Parameters | Return Type | Description |
4141
| ------ | ------ | ------ | ------ |
4242
| **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.|
4443
| **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.|
4546
| **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.|
4649
| **get_orientation** |none|Number|Returns the orienation of the timeline axis. The possible return values are *0 = Vertical* and *1 = Horizontal*|
4750
| **next** |none|none|Switches to the next portion of events with animation in horizontal mode.|
4851
| **open** |object|none|Opens event details in horizontal mode.|
4952
| **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.|
5154

5255

5356
# See Also

0 commit comments

Comments
 (0)