https://github.com/mendixlabs/mendix-vertical-timeline
Show a vertical timeline in your Mendix app
https://github.com/mendixlabs/mendix-vertical-timeline
Last synced: 12 months ago
JSON representation
Show a vertical timeline in your Mendix app
- Host: GitHub
- URL: https://github.com/mendixlabs/mendix-vertical-timeline
- Owner: mendixlabs
- License: other
- Created: 2020-02-29T18:01:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T12:52:52.000Z (about 5 years ago)
- Last Synced: 2024-04-13T17:55:37.252Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://appstore.home.mendix.com/link/app/113187/
- Size: 922 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://www.apache.org/licenses/LICENSE-2.0)
[]([https://david-dm.org/JelteMX/mendix-vertical-timeline](https://david-dm.org/JelteMX/mendix-vertical-timeline))
[]([https://david-dm.org/JelteMX/mendix-vertical-timeline?type=dev](https://david-dm.org/JelteMX/mendix-vertical-timeline?type=dev))
[-orange.svg)](https://docs.mendix.com/developerportal/app-store/app-store-content-support)

[](https://appstore.home.mendix.com/link/modeler/)
[](https://github.com/JelteMX/mendix-vertical-timeline/releases/latest)
[](https://github.com/JelteMX/mendix-vertical-timeline/issues)
[](https://github.com/JelteMX/widget-test-projects)
# Vertical Timeline

Want to show a vertical timeline in your Mendix App? These pluggable widgets (**Mendix 8.7 and higher**) will help you accomplish that.

> See it in action [here](https://pluggabletimeline-sandbox.mxapps.io/)
> Extremely light widgets, totalling about 10Kb when running in the cloud
## Features
### Container
- Show a vertical timeline, with a datasource you can choose
- Make it 1- or 2-column
- Supports conditional visibility
### Element
- Onclick icon
- Model the content of your Timeline Element in Mendix Studio
- Supports conditional visibility
## Usage
This setup involves 2 widgets that work together:

- Add the **Vertical Timeline Container** to your page
- Select a Datasource for the container. This will automatically set the context for the content field of the container
- Add the **Vertical Timeline Element** inside the container
- Inside the element, you can model out how you want it to look
- If you want to style it quickly (the background is grey), add the following class name to the container **_surrounding_** the Vertical Timeline Container: `vertical-timeline-wrapper`
The following things can be configured:
- **Date** : this is a string that will be shown on the opposite of the element, or underneath
- **Icon** : this is the icon that appears inside the round
- **Icon class** : If you are going to do some styling, you might want to set the class based on a textTemplate
- **OnClick Icon** : When you click the icon itself, you can open a page, execute nanoflow/microflow etc.
## Configuration
### Container


### Element

## Demo project
Demo project will be released later, but this is very simple.
## Issues, suggestions and feature requests
> **Note 1 (29/02/2020)**: Due to limitations, pluggable widgets that have content panes, do not accept other widgets like data views in their panes. This is currently a PLATFORM limitation, do not report this as an issue.
Please report your issues [here](https://github.com/JelteMX/mendix-vertical-timeline/issues)
## License
Apache 2