Properties |
|||||||||||
autoWidth | boolean | false | |||||||||
Sets or gets whether the Timeline is with auto width in horizontal mode. Code example:autoWidth is set to true
|
|||||||||||
collapsible | boolean | true | |||||||||
Sets or gets whether the items can be collapsed. Code example:collapsible is set to true
|
|||||||||||
disabled | boolean | false | |||||||||
Sets or gets whether the Timeline is disabled. Code example:disabled is set to true
|
|||||||||||
horizontal | boolean | false | |||||||||
Sets or gets whether the Timeline is horizontal. Code example:disabled is set to true
|
|||||||||||
position | string | both | |||||||||
Sets or gets position. The possible values are 'near', 'far' and 'both'.Code example:
|
|||||||||||
source | [] | [] | |||||||||
Sets or gets the items. Each item should be an object. The object has the following properties: date: date, description: string, subtitle: string, css: string, dotCSS: string, title: string and icon: string. Code example:Sets or gets the items
|
|||||||||||
theme | string | '' | |||||||||
Sets the widget's theme.
Code example:theme is set to 'material'
|
|||||||||||
Events |
|||||||||||
Methods |
|||||||||||
render | Method | ||||||||||
Re-renders the timeline.
Return Value [] |