Hi... Has anyone here used a news ticker widget?? and if yes, is there any known way to make it so that when one clicks on it, it can take them to the page of whatever news was showing at that point in time? Thanks for you time.
asked
Ibukun Ogunbase
1 answers
1
You can look for a jquery widget and embed it in a Mendix Widget. But you can also write one yourself. Steps, add some to complete it.
Create a newsitem entity (datetime/message/url)
Make a data-entry form for newsitems
Create a newspage entity with an association to current news item.
Create a news ticker page base on newspage entity
Add a microflowlabel or urlredirector (see appstore) with the current newsitem.
Add the microflow timer. set the interval time.
Add a microflow to the timer: change the current news item