Let's take the "ojTimeline" component from the Oracle JET
component library,
as described here in the Oracle JET Cookbook, while taking note
of the format of
the related JSON file here. Then, downloading that file into
our Oracle JET application and changing the details in the JSON
file, let's recreate the NetBeans
Roadmap in Oracle JET, with this result:
Here's the business logic in JavaScript, i.e.,
the "define" block, including a selection listener:
define(['text!../../seri...