Skip to content

Commit cf8cd90

Browse files
docs(timeline): Replace some methods descriptions
1 parent 03e072a commit cf8cd90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ In addition to using the Kendo method directly, you can also use their wrappers
3939
4040
| Name | Parameters | Return Type | Description |
4141
| ------ | ------ | ------ | ------ |
42-
| **collapse** |object|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.|
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.|
4343
| **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-
| **expand** |object|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+
| **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.|
4545
| **get_kendoWidget** |none|object|Returns a reference to the underlying Kendo Timeline widget.|
4646
| **get_orientation** |none|Number|Returns the orienation of the timeline axis. The possible return values are *0 = Vertical* and *1 = Horizontal*|
4747
| **next** |none|none|Switches to the next portion of events with animation in horizontal mode.|

0 commit comments

Comments
 (0)