Getting Started

jqxTimeline represents a widget which displays a series of events vertically or horizontally.
Every UI widget from jQWidgets toolkit needs its JavaScript files to be included in order to work properly.

The first step is to create html page and add links to the JavaScript files and CSS dependencies to your project. The jqxTimeline widget requires the following files:


The next step is to create html element within the body of the html document.

The last step is to initialize the widget by adding the following script to the html document:

To call a function (method), you need to pass the method name and parameters (if any) in the jqxTimeline's constructor.
To set a property (option), you need to pass the property name and value(s) in the jqxTimeline's constructor.
To get a property (option), you need to pass the property name to the jqxTimeline's constructor.

Basic jqxTimeline Sample