Timeline Element Properties

Click on the Timeline element and the Properties panel of the Timeline element will open.

Properties panel comes with Options, Mode, Authorization, Visibility Properties.

Options: In Options, action connections, that is, data binding operations are performed. After the action connection, new fields are opened in this Property.

In order to see these fields, first a table must be created in Datasource. Then SQL Actions should be created. The created SQL Actions should be added as Initial Action by clicking the button.

Mode: It is the Property where the display settings of the data in the Timeline element are selected with options such as right, left, alternate.

The Timeline element added to the screen comes in Alternate mode by default. You can choose from the mode popup to display the Timeline element the way you want.

For example, create a table in Datasource view mode called Timeline Datasource.

In the created table, define title, description, color variables in string type.

Then click on the CREATE button.

Then click on New SQL Action by clicking on the + icon in Actions in the left panel.Select * from timelinedatasourcecreate the SQL Action and click the CREATE button.

Click +Add Action to link the created SQL Action to the page. Call the action by typing the Action name (Timelineall) in the Searchbox box.

The action you call will be displayed in the Options property in the Properties panel of the Timeline element.

You must select the action. The data related to the selected action must be matched.